]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
patch::: 1.3.98.jcn1
[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)/flower 
10 MODULE_INCLUDES= $(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 default: 
19
20
21 # force these: Make can't know these have to be generated in advance
22 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
23 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
24 $(outdir)/lexer.o: $(outdir)/parser.hh
25 $(outdir)/lily-version.o: $(outdir)/version.hh
26 $(outdir)/lily-guile.o: $(outdir)/version.hh
27