]> git.donarmstrong.com Git - lilypond.git/blob - lily/GNUmakefile
(OUT_DIST_FILES): don't dist lexer.cc
[lilypond.git] / lily / GNUmakefile
1
2 depth = ..
3
4 NAME = lilypond
5 SUBDIRS = include
6
7 MODULE_LIBS= $(depth)/flower  $(depth)/ttftool $(depth)/kpath-guile 
8 MODULE_INCLUDES= $(depth)/flower/include $(depth)/ttftool/include 
9 MODULE_CXXFLAGS=
10
11 HELP2MAN_EXECS = lilypond
12 STEPMAKE_TEMPLATES= c++ executable po help2man
13
14 OUT_DIST_FILES=$(addprefix $(outdir)/,parser.cc parser.hh)
15
16 include $(depth)/make/stepmake.make 
17
18 ifeq ($(HAVE_LIBKPATHSEA_SO),no)
19 MODULE_LDFLAGS+= $(KPATHSEA_LIBS)
20 endif
21
22
23 # for profiling, link guile statically:
24 #
25 # USER_LDFLAGS += -static -lltdl -ldl
26 #
27
28 ETAGS_FLAGS += --regex='{c++}/^LY_DEFINE *(\([^,]+\)/\1/'
29 ETAGS_FLAGS += --regex='{c++}/^LY_DEFINE *([^"]*"\([^"]+\)"/\1/'
30
31 default:
32
33 # force these: Make can't know these have to be generated in advance
34 $(outdir)/lily-parser.o: $(outdir)/parser.hh
35 $(outdir)/lily-lexer.o: $(outdir)/parser.hh
36 $(outdir)/lexer.o: $(outdir)/parser.hh $(outdir)/version.hh
37
38
39 $(outdir)/general-scheme.o: $(outdir)/version.hh
40 $(outdir)/kpath.o: $(outdir)/version.hh
41 $(outdir)/lily-guile.o: $(outdir)/version.hh
42 $(outdir)/lily-version.o: $(outdir)/version.hh
43
44 local-po: $(outdir)/parser.cc
45
46 # ugh.  For --srcdir builds, these must exist to satisfy their broken
47 # lexer.dep and parser.dep file entries.
48 ifneq ($(srcdir), .)
49 .PRECIOUS: $(outdir)/lexer.cc $(outdir)/parser.cc
50 endif