From 89376b7141edb6f927fb940c27391cda6e67c785 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Feb 2009 19:55:40 +0000 Subject: Initial import. --- makefile.top.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 makefile.top.am (limited to 'makefile.top.am') diff --git a/makefile.top.am b/makefile.top.am new file mode 100644 index 0000000..fd4f9de --- /dev/null +++ b/makefile.top.am @@ -0,0 +1,12 @@ +AUTOMAKE_OPTIONS=foreign +SUBDIRS=@the_subdirs@ +# When making a distribution we only want to +# recurse into (any) one single BSP subdir. +DIST_SUBDIRS=@the_distsub@ + +# The dist-hook then removes this extra +# directory level again. +dist-hook: + if test "$(PACKAGE_VERSION)" = "untagged" ; then echo "Need tagged version to cut distribution"; exit 1; fi + cp -frl $(distdir)/$(DIST_SUBDIRS)/* $(distdir) + rm -fr $(distdir)/$(DIST_SUBDIRS) -- cgit v1.2.3