lilypond-0.1.57
[lilypond.git] / lily / Makefile
blobd94ae0d93ac0c56f52a1afa8d4df294d085a265b
1 # project LilyPond -- the musical typesetter
2 # title makefile for lilypond
3 # file lily/Makefile
5 # Copyright (c) 1997 by
6 # Jan Nieuwenhuizen <jan@digicash.com>
7 # Han-Wen Nienhuys <hanwen@stack.nl>
10 # subdir level:
12 depth = ..
15 # identify module:
17 NAME = lilypond
18 SUBDIRS = include
21 # generic variables:
22 include Stable.make
23 include ./$(depth)/make/Variables.make
24 include VERSION
25 # list of distribution files:
27 EXTRA_DISTFILES = VERSION
28 MODULE_LIBDEPS= check-flower-deps check-lib-deps
29 MODULE_LIBES= -llily -lflower
31 # main target of this module:
33 default: $(EXECUTABLE)
34 include ./$(depth)/make/Files.make
35 include ./$(depth)/make/Targets.make
36 include ./$(depth)/make/Rules.make
39 # force these: Make can't know these have to be generated in advance
40 my-lily-lexer.cc: $(outdir)/parser.hh
41 $(outdir)/lexer.cc: $(outdir)/parser.hh
44 EXECUTABLES=lilypond
45 include $(depth)/make/Executable.make
47 $(outdir)/lily-version.o: $(outdir)/version.hh