summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 563d902c519ae037537fbbd439cdc436f3742690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
MAINTAINERCLEANFILES = \
	ABOUT-NLS \
	Makefile.in \
	aclocal.m4 \
	ar-lib \
	compile \
	config.guess \
	config.h.in \
	config.rpath \
	config.sub \
	configure \
	depcomp \
	install-sh \
	ltmain.sh \
	missing \
	m4/libtool.m4 \
	m4/ltoptions.m4 \
	m4/ltsugar.m4 \
	m4/ltversion.m4 \
	m4/lt~obsolete.m4 \
	src/*~ src/lib/*~ src/bin/*~ \
	src/*.gcda src/*.gcno src/lib/*.gcda src/lib/*.gcno src/bin/*.gcda src/bin/*gcno \
	po/boldquot.sed \
	po/en@boldquot.header \
	po/en@quot.header \
	po/insert-header.sin \
	po/Makefile.in.in \
	po/Makevars.template \
	po/quot.sed \
	po/remove-potcdate.sin \
	po/Rules-quot \
	$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
	$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2

SUBDIRS = data doc packaging po src

ACLOCAL_AMFLAGS = -I m4

filesdir = $(docdir)
files_DATA = \
	AUTHORS \
	COPYING \
	ChangeLog \
	INSTALL \
	NEWS \
	README \
	TODO

EXTRA_DIST = \
	autogen.sh \
	config.rpath \
	configure \
	m4/efl_attribute.m4 \
	m4/efl_binary.m4 \
	m4/efl_compiler_flag.m4 \
	m4/efl_path_max.m4

# cleaning

clean-local:
	rm -rf benchmark coverage