]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/make/toplevel.make.in
release: 1.1.0
[lilypond.git] / stepmake / make / toplevel.make.in
index 45410640555233caac63926b2bcd03cda8f5fc93..f471aaee77f9722dfae435a66fd97cecdc0160be 100644 (file)
@@ -8,11 +8,11 @@ depth = .
 
 # descent order into subdirectories:
 #
+ifeq ($(PACKAGE),STEPMAKE)
 SUBDIRS = bin make stepmake Documentation
-#
-
-# bootstrap stepmake:
-#
+else
+SUBDIRS =
+endif
 #
 
 # list of distribution files:
@@ -22,7 +22,6 @@ README_FILES = NEWS README TODO
 README_TXT_FILES = AUTHORS.txt INSTALL.txt
 EXTRA_DIST_FILES = $(IN_FILES) VERSION $(README_FILES)  $(SCRIPTS) 
 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
-
 #
 
 # bootstrap stepmake:
@@ -31,3 +30,21 @@ STEPMAKE_TEMPLATES=toplevel
 include $(depth)/make/stepmake.make 
 #
 
+# descent order into subdirectories:
+#
+ifeq ($(PACKAGE),STEPMAKE)
+SUBDIRS = bin make stepmake Documentation
+else
+SUBDIRS =
+endif
+#
+
+#urg urg
+stepmake/aclocal.m4:
+       -$(LN) aclocal.m4 $@
+
+ifeq ($(PACKAGE),STEPMAKE)
+INSTALLATION_DIR=$(datadir)
+INSTALLATION_FILES=$(DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) GNUmakefile config.make config.status
+include $(stepdir)/install-targets.make
+endif