]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/GNUmakefile
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / flower / include / GNUmakefile
index 4f60f373fdfcaaacc93341d5153f9c1d99521bac..3ac9dd0fa1fc841179fc3d4b89ef4d92b2370fba 100644 (file)
@@ -1,42 +1,10 @@
-# flower/include/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.
+# flower/lib/include/Makefile
 
-# 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)
+depth = ../..
 
-include Makefile
+STEPMAKE_TEMPLATES=c++
 
-biltdir=.
+include $(depth)/make/stepmake.make
 
-else
-
-#ugh
-biltdir=../../../build/flower/include
-
-# include Makefile
-include $(biltdir)/Makefile
-
-endif
-
-# Makefile.am.wild: noinst_HEADERS = $(wildcard *.hh *.icc *.tcc)
-CURRENT_noinst_HEADERS = $(wildcard *.hh *.icc *.tcc)
-
-wild-check: check-noinst-headers
-
-check-noinst-headers:
-ifneq ($(noinst_HEADERS),$(CURRENT_noinst_HEADERS))
-       @echo \"$(noinst_HEADERS)\"
-       @echo \"$(CURRENT_noinst_HEADERS)\"
-       @echo noinst_HEADERS changed: rerunning make-wild.
-       @-rm -f Makefile.am
-        $(PERL) $(top_srcdir)/bin/wild-perl < Makefile.am.wild > Makefile.am
-endif