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