81e54352096cdde232b5705f9b117dbfc44fe542
[modest] / src / Makefile.am
1 #
2 # Makefile.am
3 # Time-stamp: <2006-06-02 16:29:55 (djcb)>
4 SUBDIRS=$(MODEST_UI_DIR)
5
6 INCLUDES=\
7         $(MODEST_GSTUFF_CFLAGS)\
8         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \
9         $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \
10         -I$(MODEST_UI_DIR) -Wall\
11         -DPREFIX=\"@prefix@\" \
12         -Wall
13
14 BUILT_SOURCES = modest-marshal.c modest-marshal.h
15
16 modest-marshal.c: marshall.list
17         glib-genmarshal --body --prefix=modest_marshal < marshall.list > modest-marshal.c
18         
19 modest-marshal.h: marshall.list
20         glib-genmarshal --header --prefix=modest_marshal < marshall.list > modest-marshal.h
21
22
23 bin_PROGRAMS=\
24         modest
25
26 modest_SOURCES=\
27         modest-main.c\
28         modest-conf-keys.h\
29         modest-conf.h \
30         modest-conf-gconf.c\
31         modest-identity-keys.h\
32         modest-identity-mgr.h\
33         modest-identity-mgr.c\
34         modest-account-keys.h\
35         modest-account-mgr.h\
36         modest-account-mgr.c\
37         modest-window-mgr.h\
38         modest-window-mgr.c\
39         modest-icon-factory.c\
40         modest-icon-factory.h\
41         modest-tny-account-store.h\
42         modest-tny-account-store.c\
43         modest-tny-attachment.h\
44         modest-tny-attachment.c\
45         modest-tny-folder-tree-view.h\
46         modest-tny-folder-tree-view.c\
47         modest-tny-header-tree-view.h\
48         modest-tny-header-tree-view.c\
49         modest-tny-msg-view.h\
50         modest-tny-msg-view.c\
51         modest-tny-msg-actions.h\
52         modest-tny-msg-actions.c\
53         modest-proto.h\
54         modest-proto.c\
55         modest-ui.h\
56         modest-text-utils.h\
57         modest-text-utils.c\
58         modest-tny-stream-gtkhtml.h\
59         modest-tny-stream-gtkhtml.c\
60         modest-tny-transport-actions.c\
61         modest-tny-transport-actions.h\
62         modest-tny-store-actions.c\
63         modest-tny-store-actions.h\
64         modest-editor-window.c\
65         modest-editor-window.h\
66         modest-viewer-window.c\
67         modest-viewer-window.h\
68         modest-ui.h \
69         modest-marshal.c \
70         modest-marshal.h
71
72 modest_LDADD = \
73         $(MODEST_GSTUFF_LIBS) \
74         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \
75         $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \
76         $(MODEST_UI_DIR)/libmodest-ui.la