summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 76fd658862d4e971aad0a8fdf13ed987173168f9 (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
NULL = 

SUBDIRS = \
	src		\
	templates	\
	sample

EXTRA_DIST = \
	$(NULL)

CLEANFILES =

DISTCLEANFILES = \
	$(NULL)


# "make samples" target
#   generate sample structure
samples:
	(cd sample && ./gen.sh)


ACLOCAL_AMFLAGS = -I m4

AUTOMAKE_OPTIONS = foreign dist-bzip2