~samarjit-adhikari/evolution/evolution-ews-3.6

1047 by Matthew Barnes
Makefile.am cleanups.
1
NULL =
2
1 by Fridrich Štrba
Initial import of evolution-ews skeleton
3
SUBDIRS = src po
4
DIST_SUBDIRS= src po
5
1047 by Matthew Barnes
Makefile.am cleanups.
6
changelogs = \
7
	ChangeLog \
8
	$(NULL)
9
10
EXTRA_DIST =  \
11
	$(changelog) \
12
	intltool-merge.in \
13
	intltool-update.in \
14
	intltool-extract.in \
15
	$(NULL)
16
17
CLEANFILES = \
18
	intltool-merge \
19
	intltool-update \
20
	intltool-extract \
21
	$(NULL)
22
23
MAINTAINERCLEANFILES = \
24
	$(srcdir)/INSTALL \
25
	$(srcdir)/aclocal.m4 \
26
	$(srcdir)/autoscan.log \
27
	$(srcdir)/compile \
28
	$(srcdir)/config.guess \
29
	$(srcdir)/config.h.in \
30
	$(srcdir)/config.sub \
31
	$(srcdir)/configure.scan \
32
	$(srcdir)/depcomp \
33
	$(srcdir)/gtk-doc.make \
34
	$(srcdir)/install-sh \
35
	$(srcdir)/ltmain.sh \
36
	$(srcdir)/missing \
37
	$(srcdir)/mkinstalldirs \
1083 by Matthew Barnes
Add untracked m4 files to MAINTAINERCLEANFILES.
38
	$(srcdir)/m4/gtk-doc.m4 \
39
	$(srcdir)/m4/intltool.m4 \
40
	$(srcdir)/m4/libtool.m4 \
41
	$(srcdir)/m4/ltoptions.m4 \
42
	$(srcdir)/m4/ltsugar.m4 \
43
	$(srcdir)/m4/ltversion.m4 \
44
	$(srcdir)/m4/lt~obsolete.m4 \
1047 by Matthew Barnes
Makefile.am cleanups.
45
	$(NULL)
1 by Fridrich Štrba
Initial import of evolution-ews skeleton
46
47
-include $(top_srcdir)/git.mk