*** empty log message ***
[lilypond.git] / lily / GNUmakefile
blob79a516e0b247b2588e34ec22d15bfe05b5ba7daf
2 depth = ..
4 NAME = lilypond
5 SUBDIRS = include
7 MODULE_LIBS=$(depth)/flower
8 MODULE_INCLUDES= $(depth)/flower/include
9 MODULE_CXXFLAGS=
12 HELP2MAN_EXECS = lilypond
13 STEPMAKE_TEMPLATES= c++ executable po help2man
15 include $(depth)/make/stepmake.make
17 # for profiling, link guile statically:
19 # USER_LDFLAGS += -static -lltdl -ldl
22 ETAGS_FLAGS += -r '/^LY_DEFINE *(\([^,]+\),/\1/' -r '/^LY_DEFINE *([^,]+, *"\([^"]+\)"/\1/'
24 default:
26 # force these: Make can't know these have to be generated in advance
27 $(outdir)/my-lily-parser.o: $(outdir)/parser.hh
28 $(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
29 $(outdir)/lexer.o: $(outdir)/parser.hh $(outdir)/version.hh
31 $(outdir)/kpath.o: $(outdir)/version.hh
32 $(outdir)/lily-guile.o: $(outdir)/version.hh
33 $(outdir)/lily-version.o: $(outdir)/version.hh