]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
* scripts/convert-ly.py: add extent rule.
[lilypond.git] / lily / GNUmakefile
1
2 depth = ..
3
4 NAME = lilypond
5 SUBDIRS = include
6
7 MODULE_LIBS=$(depth)/flower 
8 MODULE_INCLUDES= $(depth)/flower/include
9 MODULE_CXXFLAGS=
10 HELP2MAN_EXECS = lilypond
11 STEPMAKE_TEMPLATES= c++ executable po help2man
12
13 include $(depth)/make/stepmake.make 
14
15 ETAGS_FLAGS += -r '/^LY_DEFINE *(\([^,]+\),/\1/'  -r '/^LY_DEFINE *([^,]+, *"\([^"]+\)"/\1/' 
16
17 default: 
18
19 # force these: Make can't know these have to be generated in advance
20 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
21 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
22 $(outdir)/lexer.o: $(outdir)/parser.hh $(outdir)/version.hh
23
24 $(outdir)/kpath.o: $(outdir)/version.hh
25 $(outdir)/lily-guile.o: $(outdir)/version.hh
26 $(outdir)/lily-version.o: $(outdir)/version.hh