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