lilypond-1.3.69
[lilypond.git] / lily / Makefile
blobd5464bf1479ea5e1a91495acc3b38dea17156f4d
1 # title makefile for lilypond
2 # file lily/Makefile
4 depth = ..
6 NAME = lilypond
7 SUBDIRS = include
9 EXTRA_DIST_FILES = VERSION
10 MODULE_LIBS=$(depth)/lib $(depth)/flower
12 MAKEFILES=C++ Executable
14 include $(depth)/make/Stepmake.make
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
21 $(outdir)/lily-version.o: $(outdir)/version.hh
23 $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
26 # ugh . -> $(outdir)
27 VERSION: $(depth)/VERSION
28 cp $< $@