X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=test%2FGNUmakefile;h=f4392fb7085478499fa550bbd012ef358db5b742;hb=1511ca507441cdaf8d1a644f058ff0eb39d07cf0;hp=65b8488c062a0771f13017e25ee4ed2a05408678;hpb=dccb52c3a040eb61328bf7bb9aae9a90b59e1120;p=lilypond.git diff --git a/test/GNUmakefile b/test/GNUmakefile index 65b8488c06..f4392fb708 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -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