X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FGNUmakefile;h=83fc5576fa694fb2763461ead4dc6e25f707f950;hb=ece67b326057581f3f2b518d3eac9ce5ab4a213d;hp=d347f6ba4f7f57b928ee295ef06539da43e3a6df;hpb=77add406027ae5afda409a2e77b35852c5fae4f9;p=lilypond.git diff --git a/flower/GNUmakefile b/flower/GNUmakefile index d347f6ba4f..83fc5576fa 100644 --- a/flower/GNUmakefile +++ b/flower/GNUmakefile @@ -1,54 +1,16 @@ -# flower/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. - -# automake/wild-make should generate this file from Makefile.am.wild - -#ugh -Makefile=$(wildcard Makefile) -# are we configured here, or are we using --srcdir -ifeq ($(Makefile),Makefile) - -include Makefile - -biltdir=. - -else - -#ugh -biltdir=../../build/flower - -make-in-build: wild-check - exec $(MAKE) -C $(biltdir) - -# include Makefile -include $(biltdir)/Makefile - -clean: wild-check - exec $(MAKE) -C $(biltdir) $@ - -dist: wild-check - exec $(MAKE) -C $(biltdir) $@ - -distclean: wild-check - exec $(MAKE) -C $(biltdir) $@ - -endif - -# Makefile.am.wild: libflower_la_SOURCES = $(wildcard *.cc) -CURRENT_libflower_la_SOURCES = $(wildcard *.cc) - -wild-check: check-flower-la-sources - -check-flower-la-sources: -ifneq ($(libflower_la_SOURCES),$(CURRENT_libflower_la_SOURCES)) - @echo \"$(libflower_la_SOURCES)\" - @echo \"$(CURRENT_libflower_la_SOURCES)\" - @echo libflower_la_SOURCES changed: rerunning make-wild. - @-rm -f Makefile.am - $(PERL) $(top_srcdir)/bin/wild-perl < Makefile.am.wild > Makefile.am -endif - +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 test + +# test uses LILYPOND_DATADIR +LOCALSTEPMAKE_TEMPLATES=lilypond +TEST_MODULE_LIBS = ../flower +export top-src-dir +include $(depth)/make/stepmake.make