From: fred Date: Tue, 17 Mar 1998 09:14:16 +0000 (+0000) Subject: lilypond-0.1.49 X-Git-Tag: release/1.5.59~5986 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=889934d17bd07f909404fa5e9bf29c79df26b673;p=lilypond.git lilypond-0.1.49 --- diff --git a/flower/test/Makefile.am.wild b/flower/test/Makefile.am.wild new file mode 100644 index 0000000000..2346878f80 --- /dev/null +++ b/flower/test/Makefile.am.wild @@ -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 +# Han-Wen Nienhuys +# + +# 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 +