]> git.donarmstrong.com Git - lilypond.git/blob - test/Makefile
release: 1.0.1
[lilypond.git] / test / Makefile
1 # title    makefile for test
2 # test/Makefile
3
4 depth = ..
5
6 NAME = lily-test
7 MODULE_NAME = lily-test
8
9 MODULE_CXXFLAGS = -I$(depth)/flower/include -I$(depth)/flower -I$(depth)/lily/include -I$(depth)/lily
10
11 include $(depth)/make/Stepmake.make
12 include $(stepdir)/C++.make
13
14 EXTRA_DIST_FILES = VERSION
15
16 # default: $(EXECUTABLE)
17
18 # include $(stepdir)/Executable.make
19