aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
blob: ded741a549a875191c2e17bb83a8e1af63fc381d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
SUBDIRS = importers

#libexec_PROGRAMS =             \
#   evolution-mail
#   evolution-mail-upgrade

importerdir = $(privlibdir)/evolution-mail-importers

INCLUDES =                      \
    -I$(top_srcdir)/widgets             \
    -I$(top_srcdir)/widgets/e-text          \
    -I$(top_srcdir)/widgets/misc            \
    -I$(top_srcdir)/camel               \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/composer            \
    -I$(top_builddir)/composer          \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    -I$(top_srcdir)/shell/importer          \
    -I$(top_builddir)/shell/importer        \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_builddir)/addressbook/backend       \
    $(EVOLUTION_MAIL_CFLAGS)            \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"        \
    -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\"    \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\"    \
    -DEVOLUTION_ICONSDIR=\""$(imagesdir)"\"     \
    -DEVOLUTION_IMAGES=\""$(imagesdir)"\"       \
    -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\"   \
    -DEVOLUTION_BUTTONSDIR=\""$(buttonsdir)"\"  \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"    \
    -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\"   \
    -DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\"  \
    -DMAIL_IMPORTERSDIR=\""$(importerdir)"\"    \
    -DPREFIX=\""$(prefix)"\"            \
    -DG_DISABLE_DEPRECATED              \
    -DGTK_DISABLE_DEPRECATED            \
    -DG_LOG_DOMAIN=\"evolution-mail\"

component_LTLIBRARIES = libevolution-mail.la

EVOLUTION_MAIL_CORBA_GENERATED_H =      \
    Mailer.h
EVOLUTION_MAIL_CORBA_GENERATED_C =      \
    Mailer-common.c             \
    Mailer-skels.c              \
    Mailer-stubs.c
EVOLUTION_MAIL_CORBA_GENERATED = $(EVOLUTION_MAIL_CORBA_GENERATED_C) $(EVOLUTION_MAIL_CORBA_GENERATED_H)

SPELL_IDL = Spell.idl

IDL_GENERATED_H =       \
    Spell.h
IDL_GENERATED_C =       \
    Spell-common.c      \
    Spell-skels.c       \
    Spell-stubs.c
IDL_GENERATED = $(IDL_GENERATED_C) $(IDL_GENERATED_H)

$(IDL_GENERATED_H): $(SPELL_IDL)
    $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) $(srcdir)/Spell.idl
$(IDL_GENERATED_C): $(IDL_GENERATED_H)

Spell-impl.o: Spell.h

libevolution_mail_la_SOURCES =      \
    $(EVOLUTION_MAIL_CORBA_GENERATED)   \
    $(IDL_GENERATED)        \
    component-factory.c     \
    component-factory.h     \
    e-searching-tokenizer.c     \
    e-searching-tokenizer.h     \
    folder-browser.c        \
    folder-browser.h        \
    folder-browser-factory.c    \
    folder-browser-factory.h    \
    folder-browser-ui.c     \
    folder-browser-ui.h     \
    folder-info.c           \
    folder-info.h           \
    mail-account-editor.c       \
    mail-account-editor.h       \
    mail-account-gui.c      \
    mail-account-gui.h      \
    mail-accounts.c         \
    mail-accounts.h         \
    mail-autofilter.c       \
    mail-autofilter.h       \
    mail-callbacks.c        \
    mail-callbacks.h        \
    mail-composer-prefs.c       \
    mail-composer-prefs.h       \
    mail-config.c           \
    mail-config.h           \
    mail-config-druid.c     \
    mail-config-druid.h     \
    mail-crypto.c           \
    mail-crypto.h           \
    mail-config-factory.c       \
    mail-config-factory.h       \
    mail-preferences.c      \
    mail-preferences.h      \
    mail-display.c          \
    mail-display.h          \
    mail-display-stream.c       \
    mail-display-stream.h       \
    mail-folder-cache.c     \
    mail-folder-cache.h     \
    mail-format.h           \
    mail-format.c           \
    mail-identify.c         \
    mail-importer.c         \
    mail-importer.h         \
    mail-local.c            \
    mail-local.h            \
    mail-mt.c           \
    mail-mt.h           \
    mail-offline-handler.c      \
    mail-offline-handler.h      \
    mail-ops.c          \
    mail-ops.h          \
    mail-search.c           \
    mail-search.h           \
    mail-send-recv.c        \
    mail-send-recv.h        \
    mail-session.c          \
    mail-session.h          \
    mail-signature-editor.c     \
    mail-signature-editor.h     \
    mail-tools.c            \
    mail-tools.h            \
    mail-types.h            \
    mail-vfolder.c          \
    mail-vfolder.h          \
    message-browser.c       \
    message-browser.h       \
    message-list.c          \
    message-list.h          \
    message-tag-editor.c        \
    message-tag-editor.h        \
    message-tag-followup.c      \
    message-tag-followup.h      \
    subscribe-dialog.c      \
    subscribe-dialog.h      \
    mail.h

# needs gtkhtml prop manager ported
#   mail-font-prefs.c       \
#   mail-font-prefs.h

libevolution_mail_la_LIBADD =                   \
    $(top_builddir)/shell/importer/libevolution-importer.la \
    $(top_builddir)/camel/libcamel.la           \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/shell/libeshell.la          \
    $(top_builddir)/composer/libcomposer.la         \
    $(top_builddir)/widgets/misc/libemiscwidgets.la     \
    $(top_builddir)/widgets/misc/libefilterbar.la       \
    $(top_builddir)/addressbook/backend/ebook/libebook.la   \
    $(top_builddir)/filter/libfilter.la         \
    $(top_builddir)/widgets/menus/libmenus.la       \
    $(EVOLUTION_MAIL_LIBS)

libevolution_mail_la_LDFLAGS =              \
    -avoid-version -module

#evolution_mail_upgrade_SOURCES = upgrade-mailer.c
#evolution_mail_upgrade_LDADD =                 \
#   $(top_builddir)/camel/libcamel.la       \
#   $(top_builddir)/e-util/libeutil.la      \
#   $(EVOLUTION_MAIL_LIBS)

server_in_files = GNOME_Evolution_Mail.server.in.in

server_DATA = $(server_in_files:.server.in.in=.server)
%.server.in: %.server.in.in
    sed -e "s|\@COMPONENTDIR\@|$(componentdir)|" $< > $@
@INTLTOOL_SERVER_RULE@

glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message-tags.glade

etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec

schemadir   = $(GCONF_SCHEMA_FILE_DIR)
schema_DATA = evolution-mail.schemas

idl_DATA = Mailer.idl

$(EVOLUTION_MAIL_CORBA_GENERATED_H): Mailer.idl 
    $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) $(srcdir)/Mailer.idl
$(EVOLUTION_MAIL_CORBA_GENERATED_C): $(EVOLUTION_MAIL_CORBA_GENERATED_H)

EXTRA_DIST =                \
    ChangeLog.pre-1-4       \
    Mailer.idl          \
    $(SPELL_IDL)            \
    $(glade_DATA)           \
    $(schema_DATA)          \
    $(server_in_files)      \
    $(server_DATA)          \
    $(etspec_DATA)

if ENABLE_PURIFY
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@

all-local: evolution-mail.pure

evolution-mail.pure: evolution-mail
    @rm -f evolution-mail.pure
    $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS)

endif

install-data-local:
    if test -z "$(DESTDIR)" ; then \
        for p in $(schema_DATA) ; do \
            GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
        done \
    fi

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)

BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED) $(IDL_GENERATED) $(server_DATA)
CLEANFILES = $(BUILT_SOURCES)