[access] support elm_access_action(); with ELM_ACCESS_ACTION_UNHIGHLIGHT
[framework/uifw/elementary.git] / Makefile.am
1 SUBDIRS = src data config doc
2
3 if HAVE_PO
4
5 SUBDIRS += po
6
7 endif
8
9 ACLOCAL_AMFLAGS = -I m4
10
11 MAINTAINERCLEANFILES = \
12 ABOUT-NLS \
13 Makefile.in \
14 aclocal.m4 \
15 config.guess \
16 elementary_config.h.in* \
17 config.sub \
18 config.rpath \
19 configure \
20 depcomp \
21 install-sh \
22 ltmain.sh \
23 missing \
24 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
25 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
26 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
27 m4/libtool.m4 \
28 m4/lt~obsolete.m4 \
29 m4/ltoptions.m4 \
30 m4/ltsugar.m4 \
31 m4/ltversion.m4 \
32 m4/gettext.m4 \
33 m4/iconv.m4 \
34 m4/lcmessage.m4 \
35 m4/lib-ld.m4 \
36 m4/lib-link.m4 \
37 m4/lib-prefix.m4 \
38 m4/nls.m4 \
39 m4/po.m4 \
40 m4/progtest.m4
41
42 if HAVE_PO
43
44 MAINTAINERCLEANFILES += \
45 po/boldquot.sed \
46 po/en@boldquot.header \
47 po/en@quot.header \
48 po/insert-header.sin \
49 po/Makefile.in.in \
50 po/Makevars.template \
51 po/quot.sed \
52 po/remove-potcdate.sin \
53 po/Rules-quot
54
55 endif
56
57
58
59
60 EXTRA_DIST = \
61 README \
62 AUTHORS \
63 COPYING \
64 autogen.sh \
65 elementary.pc.in \
66 elementary.spec \
67 elementary.spec.in \
68 m4/ac_attribute.m4 \
69 m4/efl_binary.m4 \
70 m4/efl_doxygen.m4 \
71 config.rpath
72
73 pkgconfigdir = $(libdir)/pkgconfig
74 pkgconfig_DATA = elementary.pc
75
76 .PHONY: doc screenshots
77
78 doc:
79         @echo "entering doc/"
80         $(MAKE) -C doc doc
81
82 screenshots: all
83         @echo "entering src/examples/"
84         $(MAKE) -C src/examples screenshots