autotools cleanups
[framework/uifw/edje.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = data src utils doc
4
5 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
6                        config.h.in config.sub configure install-sh \
7                        ltconfig ltmain.sh missing mkinstalldirs \
8                        stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c \
9                        edje.spec depcomp compile edje.pc
10
11 ### this is all fine and great - but edje should not be going and installing
12 ### data in another software's data dir - it's just wrong. not to mention this
13 ### also breaks make distcheck...
14 #       if test "x${vimdir}" != "x"; then \
15 #         $(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
16 #         cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
17 #       fi
18
19 bin_SCRIPTS = 
20
21 EXTRA_DIST = \
22 AUTHORS \
23 COPYING \
24 COPYING-PLAIN \
25 autogen.sh \
26 edje.pc.in \
27 edje.spec \
28 edje.spec.in \
29 README.in \
30 README
31
32 pkgconfigdir = $(libdir)/pkgconfig
33 pkgconfig_DATA = edje.pc
34
35 .PHONY: doc
36
37 # Documentation
38
39 doc:
40         @echo "entering doc/"
41         make -C doc doc