delete libtool copied files on maintainer-clean rule
[framework/uifw/edje.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = data src utils doc
4
5 MAINTAINERCLEANFILES = \
6 Makefile.in \
7 aclocal.m4 \
8 compile \
9 config.guess \
10 config.h.in \
11 config.sub \
12 configure \
13 depcomp \
14 install-sh \
15 ltmain.sh \
16 missing \
17 mkinstalldirs \
18 stamp-h.in \
19 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
20 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
21 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
22 m4/libtool.m4 \
23 m4/lt~obsolete.m4 \
24 m4/ltoptions.m4 \
25 m4/ltsugar.m4 \
26 m4/ltversion.m4
27
28 ### this is all fine and great - but edje should not be going and installing
29 ### data in another software's data dir - it's just wrong. not to mention this
30 ### also breaks make distcheck...
31 #       if test "x${vimdir}" != "x"; then \
32 #         $(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
33 #         cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
34 #       fi
35
36 bin_SCRIPTS = 
37
38 EXTRA_DIST = \
39 AUTHORS \
40 COPYING \
41 autogen.sh \
42 edje.pc.in \
43 edje.spec \
44 edje.spec.in \
45 README
46
47 pkgconfigdir = $(libdir)/pkgconfig
48 pkgconfig_DATA = edje.pc
49
50 .PHONY: doc
51
52 # Documentation
53
54 doc:
55         @echo "entering doc/"
56         make -C doc doc