]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
release: 1.1.28
[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
13
14
15 STEPMAKE_TEMPLATES= c++ executable po
16
17 include $(depth)/make/stepmake.make 
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 $(outdir)/lily-version.o: $(outdir)/version.hh
24 $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
25
26
27