--- /dev/null
+#
+# 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
+