]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/Makefile.am.wild
release: 0.1.53
[lilypond.git] / flower / Makefile.am.wild
index 6ef3498d049fc9f5c0c7713a267c5797ef7eb700..869fb332b59718cf8551f1ec1f0c4e03bbbda4cb 100644 (file)
@@ -7,21 +7,28 @@
 #      Han-Wen Nienhuys <hanwen@stack.nl>
 #              ...your sort order here, or how to comment-out a comment
 
-SUBDIRS = include test 
-
-# the wild-perl script needs this.
-real_topdir = $(top_srcdir)/..
+SUBDIRS = include
 
 lib_LTLIBRARIES = libflower.la
 
 README_FILES = ONEWS NEWS README TODO VERSION
-EXTRA_DIST = Makefile.am.wild aclocal.m4 configure configure.in $(README_FILES)
+EXTRA_DIST = Makefile.am.wild GNUmakefile $(README_FILES)
 
 libflower_la_SOURCES = $(wildcard *.cc)
 
 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
 
-INCLUDES = -I$(srcdir)/include
+INCLUDES = -I$(top_srcdir)/flower/include
 
 distclean-local:
        -rm -rf .deps
+
+# 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:
+