Add Tizen 2.0 packaging
[profile/ivi/emotion.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = src data doc
6
7 MAINTAINERCLEANFILES = \
8 Makefile.in \
9 aclocal.m4 \
10 config.guess \
11 config.h.in \
12 config.sub \
13 configure \
14 depcomp \
15 install-sh \
16 ltconfig \
17 ltmain.sh \
18 missing \
19 mkinstalldirs \
20 stamp-h.in \
21 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
22 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
23 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2
24
25 EXTRA_DIST = \
26 README \
27 AUTHORS \
28 COPYING \
29 autogen.sh \
30 emotion.spec \
31 emotion.spec.in \
32 emotion.pc.in \
33 m4/ac_attribute.m4 \
34 m4/efl_binary.m4 \
35 m4/efl_doxygen.m4 \
36 m4/efl_edje_external.m4 \
37 m4/efl_examples.m4 \
38 m4/efl_shm_open.m4 \
39 m4/emotion_check.m4 \
40 m4/gst-element-check.m4
41
42
43 pkgconfigdir = $(libdir)/pkgconfig
44 pkgconfig_DATA = emotion.pc
45
46 .PHONY: doc install-doc
47
48 # Documentation
49
50 doc:
51         @echo "entering doc/"
52         make -C doc doc
53
54 install-doc:
55         @echo "entering doc/"
56         make -C doc install-doc