fix corner case with edje - where u check for existens of parts in a edje but
[edje_lua.git] / Makefile.am
blobea89bbf676027420a9debb781958b4f58b4d878c
1 ACLOCAL_AMFLAGS = -I m4
3 SUBDIRS = data src utils doc
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
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
19 bin_SCRIPTS = 
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
31 pkgconfigdir = $(libdir)/pkgconfig
32 pkgconfig_DATA = edje.pc
34 .PHONY: doc
36 # Documentation
38 doc:
39         @echo "entering doc/"
40         make -C doc doc