and move efreet tests out of src tree too.
[framework/uifw/efreet.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = src doc
4
5 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
6                         config.h.in config.sub configure install-sh \
7                         ltconfig ltmain.sh missing mkinstalldirs \
8                         stamp-h.in depcomp \
9                         $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
10                         $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
11                         $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
12                         m4/libtool.m4 \
13                         m4/lt~obsolete.m4 \
14                         m4/ltoptions.m4 \
15                         m4/ltsugar.m4 \
16                         m4/ltversion.m4
17
18 pkgconfigdir = $(libdir)/pkgconfig
19 pkgconfig_DATA = efreet.pc efreet-mime.pc efreet-trash.pc
20
21 EXTRA_DIST = \
22 AUTHORS \
23 COPYING \
24 autogen.sh \
25 efreet.pc.in \
26 efreet-mime.pc.in \
27 efreet.spec.in \
28 efreet.spec \
29 README
30
31 .PHONY: doc
32
33 doc:
34         @echo "entering doc/"
35         make -C doc doc