1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # Generated automatically by wild-perl 0.1
14 # project LilyPond -- the musical typesetter
15 # title makefile for test
16 # file test/Makefile.am.wild
22 top_srcdir
= @top_srcdir@
25 exec_prefix = @
exec_prefix@
29 libexecdir
= @libexecdir@
31 sysconfdir
= @sysconfdir@
32 sharedstatedir
= @sharedstatedir@
33 localstatedir
= @localstatedir@
37 includedir = @
includedir@
38 oldincludedir = /usr
/include
40 pkgdatadir
= $(datadir)/@PACKAGE@
41 pkglibdir
= $(libdir)/@PACKAGE@
42 pkgincludedir
= $(includedir)/@PACKAGE@
49 AUTOHEADER
= @AUTOHEADER@
52 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
53 INSTALL_DATA
= @INSTALL_DATA@
54 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
55 transform
= @program_transform_name@
63 host_alias
= @host_alias@
66 AUTOGENERATE
= @AUTOGENERATE@
69 COMPILEINFO
= @COMPILEINFO@
74 DIR_DATADIR
= @DIR_DATADIR@
75 EXTRA_LIBES
= @EXTRA_LIBES@
99 TEXPREFIX
= @TEXPREFIX@
103 absolute_builddir
= @absolute_builddir@
105 TEST_SCHRIFTEN
= check-lily-midi.sh check-lily-paper.sh check-mi2mu.sh
108 TESTS
= $(top_srcdir
)/test/check-lily-midi.sh
$(top_srcdir
)/test/check-lily-paper.sh
$(top_srcdir
)/test/check-mi2mu.sh
112 RESULTS
= ok.midi ok.
tex ok.ly
114 EXTRA_DIST
= Makefile.am.wild GNUmakefile
$(TEST_SCHRIFTEN
) $(INPUTS
) $(RESULTS
)
115 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
116 CONFIG_HEADER
= ..
/flower
/config.hh
118 DIST_COMMON
= Makefile.am Makefile.in
121 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
127 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
128 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps
test/Makefile
130 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
132 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
138 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
142 distdir
: $(DISTFILES
)
143 @for file in
$(DISTFILES
); do \
145 test -f
$(distdir
)/$$file \
146 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
147 || cp
-p
$$d/$$file $(distdir
)/$$file; \
149 check-TESTS
: $(TESTS
)
151 srcdir=$(srcdir); export srcdir; \
152 for tst in
$(TESTS
); do \
153 if
test -f
$$tst; then
dir=.
; \
154 else dir="$(srcdir)"; fi
; \
155 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
156 all=`expr $$all + 1`; \
157 echo
"PASS: $$tst"; \
158 elif
test $$?
-ne
77; then \
159 all=`expr $$all + 1`; \
160 failed
=`expr $$failed + 1`; \
161 echo
"FAIL: $$tst"; \
164 if
test "$$failed" -eq
0; then \
165 banner
="All $$all tests passed"; \
167 banner
="$$failed of $$all tests failed"; \
169 dashes
=`echo "$$banner" | sed s/./=/g`; \
173 test "$$failed" -eq
0
185 install: install-exec install-data
all
193 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT
='$(INSTALL_PROGRAM)' install
198 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
201 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
204 -rm -f Makefile
$(DISTCLEANFILES
)
205 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
206 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
208 maintainer-clean-generic
:
209 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
210 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
211 mostlyclean: mostlyclean-generic
213 clean: clean-generic
mostlyclean
215 distclean: distclean-generic
clean
219 maintainer-clean
: maintainer-clean-generic
distclean
220 @echo
"This command is intended for maintainers to use;"
221 @echo
"it deletes files that may require special tools to rebuild."
223 .PHONY
: default
tags distdir check-TESTS
info dvi installcheck \
224 install-exec install-data
install uninstall all installdirs \
225 mostlyclean-generic distclean-generic clean-generic \
226 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
229 # override default target for all-am: to get an extra dependency
230 all-am
: Makefile
$(PROGRAMS
) wild-check
232 # dummy target for non-GNU makes; is overridden in GNUmakefile
235 $(srcdir)/Makefile.am
: $(srcdir)/Makefile.am.wild
236 $(PERL
) $(top_srcdir
)/bin
/wild-perl
< $< > $@
238 # Tell versions [3.59,3.63) of GNU make to not export all variables.
239 # Otherwise a system limit (for SysV at least) may be exceeded.