lilypond-0.1.57
[lilypond.git] / lib / Makefile
blobe1593fcd69b288b00180c626e0674bd810cf58ee
1 # subdir level:
3 depth = ..
5 include ./$(depth)/make/Variables.make
6 include ./$(depth)/make/Files.make
7 include ./$(depth)/make/Version.make
10 NAME = lily
11 SUBDIRS = include
13 MODULE_CXXFLAGS += -D_REENTRANT
14 MAINTARGET = $(LIBRARY)# huh?
16 default: $(LIBRARY)
18 # generic targets and rules:
20 include ./$(depth)/make/Targets.make
21 include ./$(depth)/make/Rules.make