]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
cf4db4c84a3a529f325b1a939547f2ca5233fc9d
[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
11 STEPMAKE_TEMPLATES= c++ executable 
12
13 include $(depth)/make/stepmake.make 
14
15 # force these: Make can't know these have to be generated in advance
16 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
17 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
18 $(outdir)/lexer.o: $(outdir)/parser.hh
19 $(outdir)/lily-version.o: $(outdir)/version.hh
20 $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
21
22
23