Updated to release 1.7.8
[platform/upstream/eeze.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = src doc
4
5 MAINTAINERCLEANFILES = \
6 Makefile.in \
7 aclocal.m4 \
8 compile \
9 config.guess \
10 config.h.in \
11 config.h.in~ \
12 config.sub \
13 configure \
14 depcomp \
15 install-sh \
16 ltconfig \
17 ltmain.sh \
18 missing \
19 eeze*doc*tar* \
20 eeze.pc \
21 eeze.spec \
22 m4/l*
23
24 pkgconfigdir = $(libdir)/pkgconfig
25 pkgconfig_DATA = eeze.pc
26
27 EXTRA_DIST = \
28 AUTHORS \
29 COPYING \
30 README \
31 $(pkgconfig_DATA) \
32 autogen.sh \
33 eeze.pc.in \
34 eeze.spec.in \
35 eeze.spec \
36 m4/efl_doxygen.m4
37
38 .PHONY: doc install-doc
39
40 # Documentation
41
42 doc: all
43         @echo "entering doc/"
44         $(MAKE) -C doc doc
45
46 install-doc:
47         @echo "entering doc/"
48         make -C doc install-doc