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