]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
patch::: 1.5.9.jcn3
[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
12 STEPMAKE_TEMPLATES= c++ executable po help2man
13
14 include $(depth)/make/stepmake.make 
15
16 default: 
17
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
23
24 $(outdir)/kpath.o: $(outdir)/version.hh
25 $(outdir)/lily-guile.o: $(outdir)/version.hh
26 $(outdir)/lily-version.o: $(outdir)/version.hh