X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FGNUmakefile;h=2b5b304cfa083f3c9be18498f5ee7915ac7e38cb;hb=a6a51abfd0195a3cf7d6ea095cf69808852f21ce;hp=9a36eea33f3e332496339010f37057f5889ebd70;hpb=bea7c2fcbe767a7fb57e96c021ddd087d59612a6;p=lilypond.git diff --git a/flower/GNUmakefile b/flower/GNUmakefile index 9a36eea33f..2b5b304cfa 100644 --- a/flower/GNUmakefile +++ b/flower/GNUmakefile @@ -1,23 +1,13 @@ -# title top level makefile for FlowerLib -# file flower/Makefile - -# should reinstate versioning if shared libs are enabled. - depth = .. NAME = flower MODULE_NAME = flower -SUBDIRS = include -SCRIPTS = README_FILES = NEWS-1.0 NEWS-1.1.46 README TODO -EXTRA_DIST_FILES= VERSION $(README_FILES) $(SCRIPTS) -STEPMAKE_TEMPLATES=library c++ po - - - -include $(depth)/make/stepmake.make - -foo: - echo $(DIST_FILES) $(O_FILES) $(OBJECT_FILES) +STEPMAKE_TEMPLATES=library c++ po test +# test uses LILYPOND_DATADIR +LOCALSTEPMAKE_TEMPLATES=lilypond +TEST_MODULE_LIBS = ../flower +export top-src-dir +include $(depth)/make/stepmake.make