1## Process this file with automake to produce Makefile.in
2
3SUBDIRS := sysutils sdts++ doc
4
5EXTRA_DIST :=  tests contrib Windows Jamrules Jamfile project-root.jam boost-build.jam
6
7DISTCHECK_CONFIGURE_FLAGS := --with-boost=$(BOOST_HEADER)
8
9## insure that the sysutils stuff gets configured and built, too
10
11dist-hook:
12	for f in $(EXTRA_DIST); do (rm -rf `find $(distdir)/$f -name CVS`); done
13