X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2FGNUmakefile;h=ed402017d48562fbc82772af64a60df33376241b;hb=5287c2ed78ed3d434d67651896902f23a9b52eb1;hp=d81ea7813cdeaa1d58ea31c889d80a5a5e3009fd;hpb=686e65bae2d0659995dac27a5f393b545f42e6a0;p=lilypond.git diff --git a/lily/GNUmakefile b/lily/GNUmakefile index d81ea7813c..ed402017d4 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -1,5 +1,3 @@ -# title makefile for lilypond -# file lily/Makefile depth = .. @@ -10,17 +8,19 @@ MODULE_LIBS=$(depth)/flower MODULE_INCLUDES= $(depth)/flower/include MODULE_CXXFLAGS= HELP2MAN_EXECS = lilypond - STEPMAKE_TEMPLATES= c++ executable po help2man include $(depth)/make/stepmake.make -default: +ETAGS_FLAGS += -r '/^LY_DEFINE *(\([^,]+\),/\1/' -r '/^LY_DEFINE *([^,]+, *"\([^"]+\)"/\1/' +default: # force these: Make can't know these have to be generated in advance $(outdir)/my-lily-parser.o: $(outdir)/parser.hh $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh $(outdir)/lexer.o: $(outdir)/parser.hh -$(outdir)/lily-version.o: $(outdir)/version.hh +$(outdir)/kpath.o: $(outdir)/version.hh +$(outdir)/lily-guile.o: $(outdir)/version.hh +$(outdir)/lily-version.o: $(outdir)/version.hh