]> git.donarmstrong.com Git - lilypond.git/blob - lily/Makefile
d5464bf1479ea5e1a91495acc3b38dea17156f4d
[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 MAKEFILES=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 my-lily-lexer.cc: $(outdir)/parser.hh
18 $(outdir)/lexer.o: $(outdir)/parser.hh
19
20
21 $(outdir)/lily-version.o: $(outdir)/version.hh
22
23 $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
24
25
26 # ugh . -> $(outdir)
27 VERSION: $(depth)/VERSION
28         cp $< $@
29