Updated Spanish translation
[evolution.git] / Makefile.am
blob8d65a347ae1c87e3a18efaf05ff7d9a1b2378dad
1 ACLOCAL_AMFLAGS=-I m4
3 pkgconfigdir = $(libdir)/pkgconfig
4 INTERFACE_VERSION=3.0
6 %-$(INTERFACE_VERSION).pc: %.pc
7         cat $< | grep -x -v "Requires.private: " >$@
9 pkgconfig_in_files =                                    \
10         evolution-calendar-$(INTERFACE_VERSION).pc      \
11         evolution-mail-$(INTERFACE_VERSION).pc          \
12         evolution-shell-$(INTERFACE_VERSION).pc
13 pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=-$(INTERFACE_VERSION).pc)
15 @INTLTOOL_XML_RULE@
16 appdatadir = $(datadir)/appdata
17 appdata_in_files = evolution.appdata.xml.in
18 appdata_files = $(appdata_in_files:.xml.in=.xml)
19 dist_appdata_DATA = $(appdata_files)
21 EXTRA_DIST =                    \
22         $(pkgconfig_DATA)       \
23         $(appdata_in_files)     \
24         AUTHORS                 \
25         COPYING-DOCS            \
26         COPYING-DOCS.CCBYSA     \
27         COPYING-DOCS.GFDL       \
28         COPYING.LGPL2           \
29         COPYING.LGPL3           \
30         COPYING.OPENLDAP        \
31         README                  \
32         HACKING                 \
33         MAINTAINERS             \
34         NEWS                    \
35         NEWS-1.0                \
36         enumtypes.c.template    \
37         enumtypes.h.template    \
38         marshal.mk              \
39         iconv-detect.c          \
40         plugin.mk               \
41         intltool-merge.in       \
42         intltool-update.in      \
43         intltool-extract.in     \
44         gtk-doc.make            \
45         tests
47 if ENABLE_SMIME
48 SMIME_SUBDIR=smime
49 endif
51 if WITH_HELP
52 HELP_SUBDIR=help
53 endif
55 # For maintainers only.
56 if GLADE_CATALOG
57 MAINT_SUBDIR=maint
58 endif
60 SUBDIRS =                       \
61         m4                      \
62         data                    \
63         libgnomecanvas          \
64         e-util                  \
65         libemail-engine         \
66         shell                   \
67         $(SMIME_SUBDIR)         \
68         em-format               \
69         addressbook             \
70         composer                \
71         mail                    \
72         calendar                \
73         art                     \
74         plugins                 \
75         modules                 \
76         $(MAINT_SUBDIR)         \
77         doc                     \
78         ui                      \
79         views                   \
80         po                      \
81         sounds                  \
82         $(HELP_SUBDIR)
84 @GNOME_CODE_COVERAGE_RULES@
86 DISTCLEANFILES =                        \
87         $(builddir)/iconv-detect.h      \
88         $(pkgconfig_in_files)           \
89         $(appdata_files)
91 MAINTAINERCLEANFILES =                  \
92         $(srcdir)/ABOUT-NLS             \
93         $(srcdir)/INSTALL               \
94         $(srcdir)/aclocal.m4            \
95         $(srcdir)/autoscan.log          \
96         $(srcdir)/compile               \
97         $(srcdir)/config.guess          \
98         $(srcdir)/config.h.in           \
99         $(srcdir)/config.rpath          \
100         $(srcdir)/config.sub            \
101         $(srcdir)/configure.scan        \
102         $(srcdir)/depcomp               \
103         $(srcdir)/install-sh            \
104         $(srcdir)/ltmain.sh             \
105         $(srcdir)/missing               \
106         $(srcdir)/mkinstalldirs         \
107         $(srcdir)/gtk-doc.make          \
108         $(srcdir)/m4/codeset.m4         \
109         $(srcdir)/m4/gettext.m4         \
110         $(srcdir)/m4/glibc2.m4          \
111         $(srcdir)/m4/glibc21.m4         \
112         $(srcdir)/m4/gtk-doc.m4         \
113         $(srcdir)/m4/iconv.m4           \
114         $(srcdir)/m4/intdiv0.m4         \
115         $(srcdir)/m4/intl.m4            \
116         $(srcdir)/m4/intldir.m4         \
117         $(srcdir)/m4/intlmacosx.m4      \
118         $(srcdir)/m4/intltool.m4        \
119         $(srcdir)/m4/intmax.m4          \
120         $(srcdir)/m4/inttypes-pri.m4    \
121         $(srcdir)/m4/inttypes_h.m4      \
122         $(srcdir)/m4/lcmessage.m4       \
123         $(srcdir)/m4/lib-ld.m4          \
124         $(srcdir)/m4/lib-link.m4        \
125         $(srcdir)/m4/lib-prefix.m4      \
126         $(srcdir)/m4/libtool.m4         \
127         $(srcdir)/m4/lock.m4            \
128         $(srcdir)/m4/longlong.m4        \
129         $(srcdir)/m4/ltoptions.m4       \
130         $(srcdir)/m4/ltsugar.m4         \
131         $(srcdir)/m4/ltversion.m4       \
132         $(srcdir)/m4/lt~obsolete.m4     \
133         $(srcdir)/m4/nls.m4             \
134         $(srcdir)/m4/po.m4              \
135         $(srcdir)/m4/printf-posix.m4    \
136         $(srcdir)/m4/progtest.m4        \
137         $(srcdir)/m4/size_max.m4        \
138         $(srcdir)/m4/stdint_h.m4        \
139         $(srcdir)/m4/uintmax_t.m4       \
140         $(srcdir)/m4/visibility.m4      \
141         $(srcdir)/m4/wchar_t.m4         \
142         $(srcdir)/m4/wint_t.m4          \
143         $(srcdir)/m4/xsize.m4           \
144         $(srcdir)/po/Makefile.in.in~    \
145         $(srcdir)/po/Makevars.template  \
146         $(srcdir)/po/Rules-quot         \
147         $(srcdir)/po/boldquot.sed       \
148         $(srcdir)/po/en@boldquot.header \
149         $(srcdir)/po/en@quot.header     \
150         $(srcdir)/po/insert-header.sin  \
151         $(srcdir)/po/quot.sed           \
152         $(srcdir)/po/remove-potcdate.sin
154 DISTCHECK_CONFIGURE_FLAGS =             \
155         --enable-gtk-doc                \
156         --disable-goa                   \
157         --disable-image-inline          \
158         --disable-pst-import            \
159         --disable-weather               \
160         --with-help
162 @BEHAVE_INSTALLED_TESTS_RULE@
163 INSTALLED_TESTS=general_shortcuts mail_shortcuts contacts_shortcuts     \
164         memos_shortcuts view_shortcuts addressbook_contacts
165 INSTALLED_TESTS_TYPE=session-exclusive
167 -include $(top_srcdir)/git.mk