* Reggister application service.
[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 if HILDON
15 INCLUDES += -DIS_HILDON
16 endif
17                 
18 BUILT_SOURCES = modest-marshal.c modest-marshal.h
19
20 modest-marshal.c: marshall.list
21         glib-genmarshal --body --prefix=modest_marshal < marshall.list > modest-marshal.c
22         
23 modest-marshal.h: marshall.list
24         glib-genmarshal --header --prefix=modest_marshal < marshall.list > modest-marshal.h
25
26
27 bin_PROGRAMS=\
28         modest
29
30 modest_SOURCES=\
31         modest-main.c\
32         modest-conf-keys.h\
33         modest-conf.h \
34         modest-conf-gconf.c\
35         modest-identity-keys.h\
36         modest-identity-mgr.h\
37         modest-identity-mgr.c\
38         modest-account-keys.h\
39         modest-account-mgr.h\
40         modest-account-mgr.c\
41         modest-window-mgr.h\
42         modest-window-mgr.c\
43         modest-icon-factory.c\
44         modest-icon-factory.h\
45         modest-tny-account-store.h\
46         modest-tny-account-store.c\
47         modest-tny-attachment.h\
48         modest-tny-attachment.c\
49         modest-tny-folder-tree-view.h\
50         modest-tny-folder-tree-view.c\
51         modest-tny-header-tree-view.h\
52         modest-tny-header-tree-view.c\
53         modest-tny-msg-view.h\
54         modest-tny-msg-view.c\
55         modest-tny-msg-actions.h\
56         modest-tny-msg-actions.c\
57         modest-proto.h\
58         modest-proto.c\
59         modest-ui.h\
60         modest-text-utils.h\
61         modest-text-utils.c\
62         modest-tny-stream-gtkhtml.h\
63         modest-tny-stream-gtkhtml.c\
64         modest-tny-transport-actions.c\
65         modest-tny-transport-actions.h\
66         modest-tny-store-actions.c\
67         modest-tny-store-actions.h\
68         modest-editor-window.c\
69         modest-editor-window.h\
70         modest-viewer-window.c\
71         modest-viewer-window.h\
72         modest-ui.h \
73         modest-marshal.c \
74         modest-marshal.h
75
76 modest_LDADD = \
77         $(MODEST_GSTUFF_LIBS) \
78         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \
79         $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \
80         $(MODEST_UI_DIR)/libmodest-ui.la