Bug 709198 - Add regression test for contacts database migrations
[platform/upstream/evolution-data-server.git] / Makefile.am
1 ACLOCAL_AMFLAGS=-I m4
2
3 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-private-docs --with-krb5=/usr --enable-introspection --disable-uoa --disable-goa
4
5 SUBDIRS = camel data private libedataserver libebackend addressbook calendar modules services tests docs art po
6
7 if HAVE_INTROSPECTION
8 if HAVE_VALA
9 SUBDIRS += vala
10 endif
11 endif
12
13 @GNOME_CODE_COVERAGE_RULES@
14
15 %-$(API_VERSION).pc: %.pc
16          cp $< $@
17
18 pkgconfigdir = $(libdir)/pkgconfig
19 pkgconfig_DATA = evolution-data-server-$(API_VERSION).pc
20
21 EXTRA_DIST =                                            \
22         AUTHORS                                         \
23         $(changelogs)                                   \
24         README                                          \
25         HACKING                                         \
26         MAINTAINERS                                     \
27         TODO                                            \
28         NEWS                                            \
29         enumtypes.c.template                            \
30         enumtypes.h.template                            \
31         iconv-detect.c                                  \
32         intltool-merge.in                               \
33         intltool-update.in                              \
34         intltool-extract.in                             \
35         evolution-data-server-zip.in                    \
36         $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in)
37
38 DISTCLEANFILES =                                        \
39         iconv-detect.h                                  \
40         $(pkgconfig_DATA)
41
42 MAINTAINERCLEANFILES =                                  \
43         $(srcdir)/ABOUT-NLS                             \
44         $(srcdir)/INSTALL                               \
45         $(srcdir)/aclocal.m4                            \
46         $(srcdir)/autoscan.log                          \
47         $(srcdir)/compile                               \
48         $(srcdir)/config.guess                          \
49         $(srcdir)/config.h.in                           \
50         $(srcdir)/config.rpath                          \
51         $(srcdir)/config.sub                            \
52         $(srcdir)/configure.scan                        \
53         $(srcdir)/depcomp                               \
54         $(srcdir)/gtk-doc.make                          \
55         $(srcdir)/install-sh                            \
56         $(srcdir)/ltmain.sh                             \
57         $(srcdir)/m4/codeset.m4                         \
58         $(srcdir)/m4/gettext.m4                         \
59         $(srcdir)/m4/glibc2.m4                          \
60         $(srcdir)/m4/glibc21.m4                         \
61         $(srcdir)/m4/gtk-doc.m4                         \
62         $(srcdir)/m4/iconv.m4                           \
63         $(srcdir)/m4/intdiv0.m4                         \
64         $(srcdir)/m4/intl.m4                            \
65         $(srcdir)/m4/intldir.m4                         \
66         $(srcdir)/m4/intlmacosx.m4                      \
67         $(srcdir)/m4/intltool.m4                        \
68         $(srcdir)/m4/intmax.m4                          \
69         $(srcdir)/m4/introspection.m4                   \
70         $(srcdir)/m4/inttypes-pri.m4                    \
71         $(srcdir)/m4/inttypes_h.m4                      \
72         $(srcdir)/m4/lcmessage.m4                       \
73         $(srcdir)/m4/lib-ld.m4                          \
74         $(srcdir)/m4/lib-link.m4                        \
75         $(srcdir)/m4/lib-prefix.m4                      \
76         $(srcdir)/m4/libtool.m4                         \
77         $(srcdir)/m4/lock.m4                            \
78         $(srcdir)/m4/longlong.m4                        \
79         $(srcdir)/m4/ltoptions.m4                       \
80         $(srcdir)/m4/ltsugar.m4                         \
81         $(srcdir)/m4/ltversion.m4                       \
82         $(srcdir)/m4/lt~obsolete.m4                     \
83         $(srcdir)/m4/nls.m4                             \
84         $(srcdir)/m4/po.m4                              \
85         $(srcdir)/m4/printf-posix.m4                    \
86         $(srcdir)/m4/progtest.m4                        \
87         $(srcdir)/m4/size_max.m4                        \
88         $(srcdir)/m4/stdint_h.m4                        \
89         $(srcdir)/m4/uintmax_t.m4                       \
90         $(srcdir)/m4/visibility.m4                      \
91         $(srcdir)/m4/wchar_t.m4                         \
92         $(srcdir)/m4/wint_t.m4                          \
93         $(srcdir)/m4/xsize.m4                           \
94         $(srcdir)/missing                               \
95         $(srcdir)/mkinstalldirs                         \
96         $(srcdir)/po/Makefile.in.in~                    \
97         $(srcdir)/po/Makevars.template                  \
98         $(srcdir)/po/Rules-quot                         \
99         $(srcdir)/po/boldquot.sed                       \
100         $(srcdir)/po/en@boldquot.header                 \
101         $(srcdir)/po/en@quot.header                     \
102         $(srcdir)/po/insert-header.sin                  \
103         $(srcdir)/po/quot.sed                           \
104         $(srcdir)/po/remove-potcdate.sin
105
106 -include $(top_srcdir)/git.mk