From 59b0d5207d6b6a75d9bf81e1d7712c54d83ddfe4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:09:02 +0000 Subject: [PATCH] lilypond-0.1.53 --- Makefile.am.wild | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Makefile.am.wild b/Makefile.am.wild index 5d6cdeb635..f3651acb95 100644 --- a/Makefile.am.wild +++ b/Makefile.am.wild @@ -1,14 +1,14 @@ # title top level makefile for LilyPond # file Makefile.am.wild -SUBDIRS = bin flower lib lily mf mi2mu debian\ +SUBDIRS = bin flower flowertest lib lily mf mi2mu debian\ Documentation init input tex make mutopia SCHRIFTEN = configure configure.in install-sh aclocal.m4 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE \ COPYING ONEWS NEWS README TODO \ INSTALL AUTHORS PATCHES -EXTRA_DIST = Makefile.am.wild .dstreamrc mudela-mode.el acinclude.m4 VERSION $(README_FILES) $(SCHRIFTEN) +EXTRA_DIST = Makefile.am.wild GNUmakefile .dstreamrc mudela-mode.el acinclude.m4 VERSION $(README_FILES) $(SCHRIFTEN) INSTALL: @@ -27,4 +27,14 @@ PATCHES: # a hack due to a bug in automake: the macro AM_CONFIG_HEADER does not # respect the directory distclean-local: - rm -f lib/config.hh + rm -f flower/config.hh + +# override default target for all-am: to get an extra dependency +all-am: Makefile $(PROGRAMS) wild-check + +# dummy target for non-GNU makes; is overridden in GNUmakefile +wild-check: + +# dummy target for non-GNU makes; is overridden in GNUmakefile +make-in-build: + -- 2.39.5