]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.49
authorfred <fred>
Tue, 17 Mar 1998 09:14:16 +0000 (09:14 +0000)
committerfred <fred>
Tue, 17 Mar 1998 09:14:16 +0000 (09:14 +0000)
flower/test/Makefile.am.wild [new file with mode: 0644]

diff --git a/flower/test/Makefile.am.wild b/flower/test/Makefile.am.wild
new file mode 100644 (file)
index 0000000..2346878
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# project  LilyPond -- the musical typesetter
+# title           makefile for flowertest
+# file    flower/test/Makefile.am.wild
+#
+# Copyright (c) 1997 by
+#      Jan Nieuwenhuizen <jan@digicash.com>
+#      Han-Wen Nienhuys <hanwen@stack.nl>
+#
+
+# bin_PROGRAMS = test
+
+# TEST = test
+
+# can't link to libflower: has not been created yet...
+# test_SOURCES = $(wildcard *.cc)
+
+EXTRA_SOURCES = $(wildcard *.cc)
+
+EXTRA_DIST = result Makefile.am.wild $(EXTRA_SOURCES)
+
+noinst_HEADERS = $(wildcard *.hh)
+
+INCLUDES = -I../include
+