fix maintainerclean rule to actually delete autom4te.cache
[platform/upstream/enlightenment.git] / Makefile.am
1 SUBDIRS = src data doc config
2
3 if HAVE_PO
4
5 SUBDIRS += po
6
7 endif
8
9 MAINTAINERCLEANFILES = \
10 ABOUT-NLS* \
11 Makefile.in \
12 aclocal.m4 \
13 compile \
14 config.guess \
15 config.h.in \
16 config.h.in~ \
17 config.rpath \
18 config.sub \
19 configure \
20 depcomp \
21 install-sh \
22 ltmain.sh \
23 missing \
24 mkinstalldirs \
25 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
26 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
27 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
28 m4/libtool.m4 \
29 m4/lt~obsolete.m4 \
30 m4/ltoptions.m4 \
31 m4/ltsugar.m4 \
32 m4/ltversion.m4 \
33 m4/codeset.m4 \
34 m4/gettext.m4 \
35 m4/glibc21.m4 \
36 m4/iconv.m4 \
37 m4/intdiv0.m4 \
38 m4/inttypes_h.m4 \
39 m4/inttypes.m4 \
40 m4/inttypes-pri.m4 \
41 m4/isc-posix.m4 \
42 m4/lcmessage.m4 \
43 m4/lib-ld.m4 \
44 m4/lib-link.m4 \
45 m4/lib-prefix.m4 \
46 m4/nls.m4 \
47 m4/po.m4 \
48 m4/progtest.m4 \
49 m4/stdint_h.m4 \
50 m4/uintmax_t.m4 \
51 m4/ulonglong.m4
52
53 if HAVE_PO
54
55 MAINTAINERCLEANFILES += \
56 po/boldquot.sed \
57 po/en@boldquot.header \
58 po/en@quot.header \
59 po/insert-header.sin \
60 po/Makefile.in.in \
61 po/Makevars.template \
62 po/quot.sed \
63 po/remove-potcdate.sin \
64 po/Rules-quot
65
66 endif
67
68 EXTRA_DIST = config.rpath  README AUTHORS COPYING \
69              enlightenment.spec.in enlightenment.spec enlightenment.pc
70
71 filesdir = $(datadir)/enlightenment/
72 files_DATA = AUTHORS COPYING 
73
74 ACLOCAL_AMFLAGS = -I m4
75
76 pkgconfigdir = $(libdir)/pkgconfig
77 pkgconfig_DATA = enlightenment.pc
78
79 .PHONY: doc
80
81 doc:
82         @echo "entering doc/"
83         make -C doc doc
84
85 maintainer-clean-local:
86         rm -rf autom4te.cache