EBookBackendSqliteDB Cursor tests updated.
[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
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         marshal.mk                                      \
32         iconv-detect.c                                  \
33         intltool-merge.in                               \
34         intltool-update.in                              \
35         intltool-extract.in                             \
36         evolution-data-server-zip.in                    \
37         $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in)
38
39 DISTCLEANFILES =                                        \
40         iconv-detect.h                                  \
41         $(pkgconfig_DATA)
42
43 MAINTAINERCLEANFILES =                                  \
44         $(srcdir)/ABOUT-NLS                             \
45         $(srcdir)/INSTALL                               \
46         $(srcdir)/aclocal.m4                            \
47         $(srcdir)/autoscan.log                          \
48         $(srcdir)/compile                               \
49         $(srcdir)/config.guess                          \
50         $(srcdir)/config.h.in                           \
51         $(srcdir)/config.rpath                          \
52         $(srcdir)/config.sub                            \
53         $(srcdir)/configure.scan                        \
54         $(srcdir)/depcomp                               \
55         $(srcdir)/gtk-doc.make                          \
56         $(srcdir)/install-sh                            \
57         $(srcdir)/ltmain.sh                             \
58         $(srcdir)/m4/codeset.m4                         \
59         $(srcdir)/m4/gettext.m4                         \
60         $(srcdir)/m4/glibc2.m4                          \
61         $(srcdir)/m4/glibc21.m4                         \
62         $(srcdir)/m4/gtk-doc.m4                         \
63         $(srcdir)/m4/iconv.m4                           \
64         $(srcdir)/m4/intdiv0.m4                         \
65         $(srcdir)/m4/intl.m4                            \
66         $(srcdir)/m4/intldir.m4                         \
67         $(srcdir)/m4/intlmacosx.m4                      \
68         $(srcdir)/m4/intltool.m4                        \
69         $(srcdir)/m4/intmax.m4                          \
70         $(srcdir)/m4/introspection.m4                   \
71         $(srcdir)/m4/inttypes-pri.m4                    \
72         $(srcdir)/m4/inttypes_h.m4                      \
73         $(srcdir)/m4/lcmessage.m4                       \
74         $(srcdir)/m4/lib-ld.m4                          \
75         $(srcdir)/m4/lib-link.m4                        \
76         $(srcdir)/m4/lib-prefix.m4                      \
77         $(srcdir)/m4/libtool.m4                         \
78         $(srcdir)/m4/lock.m4                            \
79         $(srcdir)/m4/longlong.m4                        \
80         $(srcdir)/m4/ltoptions.m4                       \
81         $(srcdir)/m4/ltsugar.m4                         \
82         $(srcdir)/m4/ltversion.m4                       \
83         $(srcdir)/m4/lt~obsolete.m4                     \
84         $(srcdir)/m4/nls.m4                             \
85         $(srcdir)/m4/po.m4                              \
86         $(srcdir)/m4/printf-posix.m4                    \
87         $(srcdir)/m4/progtest.m4                        \
88         $(srcdir)/m4/size_max.m4                        \
89         $(srcdir)/m4/stdint_h.m4                        \
90         $(srcdir)/m4/uintmax_t.m4                       \
91         $(srcdir)/m4/visibility.m4                      \
92         $(srcdir)/m4/wchar_t.m4                         \
93         $(srcdir)/m4/wint_t.m4                          \
94         $(srcdir)/m4/xsize.m4                           \
95         $(srcdir)/missing                               \
96         $(srcdir)/mkinstalldirs                         \
97         $(srcdir)/po/Makefile.in.in~                    \
98         $(srcdir)/po/Makevars.template                  \
99         $(srcdir)/po/Rules-quot                         \
100         $(srcdir)/po/boldquot.sed                       \
101         $(srcdir)/po/en@boldquot.header                 \
102         $(srcdir)/po/en@quot.header                     \
103         $(srcdir)/po/insert-header.sin                  \
104         $(srcdir)/po/quot.sed                           \
105         $(srcdir)/po/remove-potcdate.sin
106
107 -include $(top_srcdir)/git.mk