]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Rules.make
release: 0.0.44
[lilypond.git] / make / Rules.make
index 0e06b46cac9898b6daeeee727651a710edfde1d0..3f3e5f86d1b2bcdbe2da06cce017099b52fa8731 100644 (file)
@@ -40,7 +40,7 @@ $(outdir)/%.hh: %.y
        mv $(shell basename $@ .hh ).tab.c $(outdir)/$(shell basename $@ .hh).cc
 
 $(outdir)/%.cc: %.l
-       $(FLEX)  -t $< > $@
+       $(FLEX) -Cfe -p -p -t $< > $@
 
 $(outdir)/%.text: $(outdir)/%.1
        groff -man -Tascii $< > $@
@@ -65,21 +65,3 @@ $(outdir)/%.1: %.pod
 %/.build:
        echo 0 >$@
 
-
-# specific stuff:
-#
-$(LIBFLOWER): check-flower-deps
-
-check-flower-deps:
-       $(MAKE)  -C $(depth)/flower/ $(outdir)/$(notdir $(LIBFLOWER))
-
-check-lily-deps: check-flower-deps
-       $(MAKE)  -C $(depth)/lib
-
-check-doc-deps:
-       $(MAKE) -C $(depth)/Documentation
-
-$(LIBLILY): dummy
-       $(MAKE) ./$(outdir)/$(@F) -C $(depth)/lib
-#
-