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