root/trunk/src/Makefile.am

Revision 81 (checked in by pvanhoof, 7 months ago)

2008-04-17 Philip Van Hoof <pvanhoof@gnome.org>

        • Introduced the library libtmut-1.0
Line 
1 INCLUDES = $(TMUT_CFLAGS) -I$(top_srcdir)/src/modest-widgets
2 SUBDIRS = modest-widgets .
3
4 lib_LTLIBRARIES = libtmut-1.0.la
5
6 if BUILD_TESTAPP
7
8 bin_PROGRAMS = tmut
9 tmut_SOURCES = tmut-shared.h tmut-main.c
10 tmut_LDFLAGS = \
11         $(top_builddir)/src/libtmut-1.0.la
12
13 endif
14
15 libtmut_headers = \
16         tmut-shared.h \
17         tmut-platform-factory.h \
18         tmut-menu-view.h \
19         tmut-folder-view.h \
20         tmut-folder-selector.h\
21         tmut-msg-view.h \
22         tmut-ringtone-player.h \
23         tmut-shell-window.h \
24         tmut-shell-child.h \
25         tmut-header-view.h \
26         tmut-tny-gtk-msg-view.h \
27         tmut-msg-creator.h \
28         tmut-account-manager.h \
29         tmut-account-store.h \
30         tmut-account-editor.h
31
32 libtmut_1_0_la_SOURCES = $(libtmut_headers) \
33         tmut-shared.c \
34         tmut-platform-factory.c \
35         tmut-menu-view.c \
36         tmut-folder-view.c \
37         tmut-folder-selector.c \
38         tmut-msg-view.c \
39         tmut-ringtone-player.c \
40         tmut-shell-window.c \
41         tmut-shell-child.c \
42         tmut-header-view.c \
43         tmut-tny-gtk-msg-view.c \
44         tmut-msg-creator.c \
45         tmut-account-manager.c \
46         tmut-account-store.c \
47         tmut-account-editor.c
48          
49
50 libtmut_1_0_la_LIBADD = $(TMUT_LIBS) \
51         $(top_builddir)/src/modest-widgets/libmodestwidgets.la
52 libtmut_1_0_includedir = $(includedir)/libtmut-1.0
53
54 %-1.0.pc: %.pc
55         cp $< $@
56
57 pkgconfigdir = $(libdir)/pkgconfig
58 pkgconfig_DATA = libtmut-1.0.pc
59 EXTRA_DIST = $(pkgconfig_DATA:-1.0.pc=.pc.in)
60 DISTCLEANFILES = $(pkgconfig_DATA)
61
Note: See TracBrowser for help on using the browser.