fixed plugin image size problem
[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 configure \
19 depcomp \
20 install-sh \
21 ltmain.sh \
22 missing \
23 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
24 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
25 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
26 m4/libtool.m4 \
27 m4/lt~obsolete.m4 \
28 m4/ltoptions.m4 \
29 m4/ltsugar.m4 \
30 m4/ltversion.m4 \
31 m4/gettext.m4 \
32 m4/iconv.m4 \
33 m4/lcmessage.m4 \
34 m4/lib-ld.m4 \
35 m4/lib-link.m4 \
36 m4/lib-prefix.m4 \
37 m4/nls.m4 \
38 m4/po.m4 \
39 m4/progtest.m4
40
41 if HAVE_PO
42
43 MAINTAINERCLEANFILES += \
44 po/boldquot.sed \
45 po/en@boldquot.header \
46 po/en@quot.header \
47 po/insert-header.sin \
48 po/Makefile.in.in \
49 po/Makevars.template \
50 po/quot.sed \
51 po/remove-potcdate.sin \
52 po/Rules-quot
53
54 endif
55
56
57
58
59 EXTRA_DIST = \
60 README \
61 AUTHORS \
62 COPYING \
63 autogen.sh \
64 elementary.pc.in \
65 elementary.spec \
66 elementary.spec.in \
67 m4/ac_attribute.m4 \
68 m4/efl_binary.m4 \
69 m4/efl_doxygen.m4 \
70 config.rpath
71
72 pkgconfigdir = $(libdir)/pkgconfig
73 pkgconfig_DATA = elementary.pc
74
75 .PHONY: doc screenshots
76
77 doc:
78         @echo "entering doc/"
79         $(MAKE) -C doc doc
80
81 screenshots: all
82         @echo "entering src/examples/"
83         $(MAKE) -C src/examples screenshots