X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FGNUmakefile;h=83fc5576fa694fb2763461ead4dc6e25f707f950;hb=84a060da34d365db97ceade2d87f7bc961b9b7b7;hp=da46790c0bceca978b00198074570c67d32a2fc0;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/flower/GNUmakefile b/flower/GNUmakefile index da46790c0b..83fc5576fa 100644 --- a/flower/GNUmakefile +++ b/flower/GNUmakefile @@ -1,23 +1,16 @@ -# 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 +SUBDIRS = include -SCRIPTS = +SCRIPTS = README_FILES = NEWS-1.0 NEWS-1.1.46 README TODO EXTRA_DIST_FILES= VERSION $(README_FILES) $(SCRIPTS) -STEPMAKE_TEMPLATES=library c++ - - - -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