]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
release: 1.3.75
[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 # force these: Make can't know these have to be generated in advance
18 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
19 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
20 $(outdir)/lexer.o: $(outdir)/parser.hh
21 $(outdir)/lily-version.o: $(outdir)/version.hh
22