]> git.donarmstrong.com Git - lilypond.git/blob - lily/Makefile
release: 1.0.2
[lilypond.git] / lily / Makefile
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 include $(depth)/make/Stepmake.make 
13 include $(stepdir)/C++.make
14 include $(stepdir)/Executable.make
15
16 include Stable.make
17 include VERSION
18
19 # force these: Make can't know these have to be generated in advance
20 my-lily-lexer.cc: $(outdir)/parser.hh
21 $(outdir)/lexer.o: $(outdir)/parser.hh
22
23
24 $(outdir)/lily-version.o: $(outdir)/version.hh
25
26 $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
27
28
29 VERSION: $(depth)/VERSION
30         cp $< $@