diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-08-11 01:45:43 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-08-11 01:45:43 +0200 |
commit | 1cf3d59c1559fb9774c4c1c8cae155cfe54a927c (patch) | |
tree | cbfa7cce6bae38537b71ee355d0f3b5d74a201e5 /test/Makefile | |
parent | 1e95a0be01466d1c98644f7705c8e07e41cc645c (diff) |
release: 1.0.1
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 48 |
1 files changed, 10 insertions, 38 deletions
diff --git a/test/Makefile b/test/Makefile index 367d4f6ebc..3b22c6a630 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,47 +1,19 @@ -# project LilyPond -- the musical typesetter # title makefile for test -# file test/Makefile -# -# Copyright (c) 1997 by -# Jan Nieuwenhuizen <jan@digicash.com> -# Han-Wen Nienhuys <hanwen@stack.nl> -# - -# subdir level: -# -depth = .. -# - -# generic variables: -# -include ./$(depth)/make/Variables.make -# +# test/Makefile -# identify module: -# -NAME = test -MODULE_NAME = test +depth = .. -# descent order into subdirectories: -# -SUBDIRS = -# +NAME = lily-test +MODULE_NAME = lily-test -include ./$(depth)/make/Files.make +MODULE_CXXFLAGS = -I$(depth)/flower/include -I$(depth)/flower -I$(depth)/lily/include -I$(depth)/lily -# list of custom libraries: -# -CUSTOMLIBES = \ +include $(depth)/make/Stepmake.make +include $(stepdir)/C++.make -LOADLIBES += -# +EXTRA_DIST_FILES = VERSION -# main target of this module: -# -default: $(EXECUTABLE) -include ./$(depth)/make/Files.make -include ./$(depth)/make/Targets.make -include ./$(depth)/make/Rules.make -# +# default: $(EXECUTABLE) +# include $(stepdir)/Executable.make |