]> git.donarmstrong.com Git - lilypond.git/blob - test/Makefile
4f89904b66ea9de8e1e516bd1b83d88a30f55721
[lilypond.git] / test / Makefile
1 # project  LilyPond -- the musical typesetter
2 # title    makefile for test
3 # file     test/Makefile 
4 #
5 # Copyright (c) 1997 by
6 #       Jan Nieuwenhuizen <jan@digicash.com>
7 #       Han-Wen Nienhuys <hanwen@stack.nl>
8 #
9
10 # subdir level:
11 #
12 depth = ..
13 #
14
15 # generic variables:
16 #
17 include ./$(depth)/make/Variables.make 
18 #
19
20 # identify module:
21 #
22 NAME = test
23 MODULE_NAME = test
24
25 # descent order into subdirectories:
26 #
27 SUBDIRS =
28 #
29
30 include ./$(depth)/make/Files.make
31
32 # list of custom libraries:
33 #
34 CUSTOMLIBES = \
35
36 LOADLIBES +=
37 #
38
39 # main target of this module:
40 #
41 default: $(EXECUTABLE)
42 include ./$(depth)/make/Files.make 
43 include ./$(depth)/make/Targets.make
44 include ./$(depth)/make/Rules.make
45 #
46
47 EXECUTABLES=bow
48 include $(depth)/make/Executable.make
49
50