lilypond-1.3.140
[lilypond.git] / lily / GNUmakefile
blobc3d76bbc2516c40439d2377cbb28274f9bb535fb
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 default:
21 # force these: Make can't know these have to be generated in advance
22 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
23 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
24 $(outdir)/lexer.o: $(outdir)/parser.hh
26 $(outdir)/kpath.o: $(outdir)/version.hh
27 $(outdir)/lily-guile.o: $(outdir)/version.hh
28 $(outdir)/lily-version.o: $(outdir)/version.hh