]> git.donarmstrong.com Git - lilypond.git/blob - lib/Makefile
e1593fcd69b288b00180c626e0674bd810cf58ee
[lilypond.git] / lib / Makefile
1 # subdir level:
2 #
3 depth = ..
4
5 include ./$(depth)/make/Variables.make 
6 include ./$(depth)/make/Files.make
7 include ./$(depth)/make/Version.make 
8 #
9
10 NAME = lily
11 SUBDIRS = include
12
13 MODULE_CXXFLAGS += -D_REENTRANT
14 MAINTARGET = $(LIBRARY)# huh?
15
16 default:  $(LIBRARY)
17
18 # generic targets and rules:
19 #
20 include ./$(depth)/make/Targets.make
21 include ./$(depth)/make/Rules.make
22
23
24