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