]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/GNUmakefile
test
[lilypond.git] / lily / GNUmakefile
index cf4db4c84a3a529f325b1a939547f2ca5233fc9d..ed402017d48562fbc82772af64a60df33376241b 100644 (file)
@@ -1,23 +1,26 @@
-# title           makefile for lilypond
-# file    lily/Makefile 
 
 depth = ..
 
 NAME = lilypond
 SUBDIRS = include
 
-MODULE_LIBS=$(depth)/lib $(depth)/flower
-
-STEPMAKE_TEMPLATES= c++ executable 
+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 
 
+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)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
-
-
 
+$(outdir)/kpath.o: $(outdir)/version.hh
+$(outdir)/lily-guile.o: $(outdir)/version.hh
+$(outdir)/lily-version.o: $(outdir)/version.hh