]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
release: 1.2.7
[lilypond.git] / lily / GNUmakefile
1 # title    makefile for lilypond
2 # file     lily/Makefile 
3
4 depth = ..
5
6 NAME = lilypond
7 SUBDIRS = include
8
9 MODULE_LIBS=$(depth)/lib $(depth)/flower 
10 MODULE_INCLUDES=$(depth)/lib/include $(depth)/flower/include 
11 MODULE_CXXFLAGS=
12 HELP2MAN_EXECS = lilypond
13
14 STEPMAKE_TEMPLATES= c++ executable po help2man
15
16 include $(depth)/make/stepmake.make 
17
18 # force these: Make can't know these have to be generated in advance
19 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
20 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
21 $(outdir)/lexer.o: $(outdir)/parser.hh
22 $(outdir)/lily-version.o: $(outdir)/version.hh
23 $(outdir)/main.o: $(outdir)/BLURB.hh 
24
25
26