]> git.donarmstrong.com Git - lilypond.git/blobdiff - test/GNUmakefile
partial: 1.2.12.jcn
[lilypond.git] / test / GNUmakefile
index 65b8488c062a0771f13017e25ee4ed2a05408678..f4392fb7085478499fa550bbd012ef358db5b742 100644 (file)
@@ -1,45 +1,17 @@
-# test/GNUmakefile
-#
-# This file helps maintainers to keep their Makefile.am automatically
-# up to date using GNU make features.
-# If you don't have (or run) GNU make, Makefile.am will not be updated
-# automatically when source files are added/removed.
+# title           makefile for test
+# test/Makefile
 
-# automake/wild-make should generate this file from Makefile.am.wild
+depth = ..
 
-#ugh
-Makefile=$(wildcard Makefile)
-# are we configured here, or are we using --srcdir
-ifeq ($(Makefile),Makefile)
+NAME = lily-test
+MODULE_NAME = lily-test
 
-include Makefile
+MODULE_CXXFLAGS = -I$(depth)/flower/include -I$(depth)/flower -I$(depth)/lily/include -I$(depth)/lily
+STEPMAKE_TEMPLATES=c++
 
-biltdir=.
+include $(depth)/make/stepmake.make
 
-else
+# default: $(EXECUTABLE)
 
-#ugh
-biltdir=../flowertest
-
-make-in-build: wild-check
-       exec $(MAKE) -C $(biltdir)
-
-# include Makefile
-include $(biltdir)/Makefile
-
-endif
-
-# Makefile.am.wild: TEST_SCRIPTS = $(wildcard *.sh)
-CURRENT_TEST_SCRIPTS = $(wildcard *.sh)
-
-wild-check: check-test-scripts
-
-check-test-scripts:
-ifneq ($(TEST_SCRIPTS),$(CURRENT_TEST_SCRIPTS))
-       @echo \"$(TEST_SCRIPTS)\"
-       @echo \"$(CURRENT_TEST_SCRIPTS)\"
-       @echo  TEST_SCRIPTS changed: rerunning make-wild.
-       @-rm -f Makefile.am
-       $(PERL) $(top_srcdir)/bin/wild-perl < Makefile.am.wild > Makefile.am
-endif
+# include $(stepdir)/Executable.make