lilypond-1.3.65
[lilypond.git] / lily / GNUmakefile
blob16218df88e8373db8e0e5e055fad58cf64ac0605
1 # title makefile for lilypond
2 # file lily/Makefile
4 depth = ..
6 NAME = lilypond
7 SUBDIRS = include
9 MODULE_LIBS=$(depth)/flower
10 MODULE_INCLUDES= $(depth)/flower/include
11 MODULE_CXXFLAGS=
12 HELP2MAN_EXECS = lilypond
14 STEPMAKE_TEMPLATES= c++ executable po help2man
16 include $(depth)/make/stepmake.make
18 # force these: Make can't know these have to be generated in advance
19 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
20 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
21 $(outdir)/lexer.o: $(outdir)/parser.hh
22 $(outdir)/lily-version.o: $(outdir)/version.hh