lilypond-1.3.9
[lilypond.git] / flower / test / Makefile.in
blobef867cd485ba0c3a534a4cffd446952430550ba3
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
11 # PARTICULAR PURPOSE.
13 # Automatically generated from ./flower/test/Makefile.am.wild by autowild
14 # Do not edit
15 # Generated automatically by wild-perl 0.1
17 # project LilyPond -- the musical typesetter
18 # title makefile for flowertest
19 # file flower/test/Makefile.am.wild
21 # Copyright (c) 1997 by
22 # Jan Nieuwenhuizen <jan@digicash.com>
23 # Han-Wen Nienhuys <hanwen@stack.nl>
26 # the wild-perl script needs this.
29 SHELL = /bin/sh
31 srcdir = @srcdir@
32 top_srcdir = @top_srcdir@
33 VPATH = @srcdir@
34 prefix = @prefix@
35 exec_prefix = @exec_prefix@
37 bindir = @bindir@
38 sbindir = @sbindir@
39 libexecdir = @libexecdir@
40 datadir = @datadir@
41 sysconfdir = @sysconfdir@
42 sharedstatedir = @sharedstatedir@
43 localstatedir = @localstatedir@
44 libdir = @libdir@
45 infodir = @infodir@
46 mandir = @mandir@
47 includedir = @includedir@
48 oldincludedir = /usr/include
50 pkgdatadir = $(datadir)/@PACKAGE@
51 pkglibdir = $(libdir)/@PACKAGE@
52 pkgincludedir = $(includedir)/@PACKAGE@
54 top_builddir = ..
56 ACLOCAL = @ACLOCAL@
57 AUTOCONF = @AUTOCONF@
58 AUTOMAKE = @AUTOMAKE@
59 AUTOHEADER = @AUTOHEADER@
61 INSTALL = @INSTALL@
62 INSTALL_PROGRAM = @INSTALL_PROGRAM@
63 INSTALL_DATA = @INSTALL_DATA@
64 INSTALL_SCRIPT = @INSTALL_SCRIPT@
65 transform = @program_transform_name@
67 NORMAL_INSTALL = :
68 PRE_INSTALL = :
69 POST_INSTALL = :
70 NORMAL_UNINSTALL = :
71 PRE_UNINSTALL = :
72 POST_UNINSTALL = :
73 host_alias = @host_alias@
74 host_triplet = @host@
75 AGE = @AGE@
76 CC = @CC@
77 CURRENT = @CURRENT@
78 CXX = @CXX@
79 LD = @LD@
80 LIBTOOL = @LIBTOOL@
81 LIB_SUFFIX = @LIB_SUFFIX@
82 LN_S = @LN_S@
83 MAKEINFO = @MAKEINFO@
84 MODULE_CXXFLAGS = @MODULE_CXXFLAGS@
85 MODULE_LDFLAGS = @MODULE_LDFLAGS@
86 NM = @NM@
87 PACKAGE = @PACKAGE@
88 PERL = @PERL@
89 RANLIB = @RANLIB@
90 REVISION = @REVISION@
91 VERSION = @VERSION@
93 real_topdir = $(top_srcdir)/..
95 # bin_PROGRAMS = test
97 # TEST = test
99 # can't link to libflower: has not been created yet...
100 # test_SOURCES = main.cc mat-test.cc pqtest.cc rattest.cc stringtest.cc
102 EXTRA_SOURCES = main.cc mat-test.cc pqtest.cc rattest.cc stringtest.cc
104 EXTRA_DIST = result Makefile.am.wild $(EXTRA_SOURCES)
106 noinst_HEADERS = flower-test.hh
108 INCLUDES = -I../include
109 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
110 CONFIG_HEADER = ../config.hh
111 CONFIG_CLEAN_FILES =
112 HEADERS = $(noinst_HEADERS)
114 DIST_COMMON = Makefile.am Makefile.in
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119 TAR = tar
120 GZIP = --best
121 default: all
123 .SUFFIXES:
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
128 cd $(top_builddir) \
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132 tags: TAGS
134 ID: $(HEADERS) $(SOURCES) $(LISP)
135 here=`pwd` && cd $(srcdir) \
136 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
138 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
139 tags=; \
140 here=`pwd`; \
141 list='$(SOURCES) $(HEADERS)'; \
142 unique=`for i in $$list; do echo $$i; done | \
143 awk ' { files[$$0] = 1; } \
144 END { for (i in files) print i; }'`; \
145 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
146 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
148 mostlyclean-tags:
150 clean-tags:
152 distclean-tags:
153 -rm -f TAGS ID
155 maintainer-clean-tags:
157 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
159 subdir = test
161 distdir: $(DISTFILES)
162 @for file in $(DISTFILES); do \
163 d=$(srcdir); \
164 test -f $(distdir)/$$file \
165 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
166 || cp -p $$d/$$file $(distdir)/$$file; \
167 done
168 info:
169 dvi:
170 check: all
171 $(MAKE)
172 installcheck:
173 install-exec:
174 @$(NORMAL_INSTALL)
176 install-data:
177 @$(NORMAL_INSTALL)
179 install: install-exec install-data all
182 uninstall:
184 all: Makefile $(HEADERS)
186 install-strip:
187 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
188 installdirs:
191 mostlyclean-generic:
192 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
194 clean-generic:
195 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
197 distclean-generic:
198 -rm -f Makefile $(DISTCLEANFILES)
199 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
200 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
202 maintainer-clean-generic:
203 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
204 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
205 mostlyclean: mostlyclean-tags mostlyclean-generic
207 clean: clean-tags clean-generic mostlyclean
209 distclean: distclean-tags distclean-generic clean
210 -rm -f config.status
211 -rm -f libtool
213 maintainer-clean: maintainer-clean-tags maintainer-clean-generic \
214 distclean
215 @echo "This command is intended for maintainers to use;"
216 @echo "it deletes files that may require special tools to rebuild."
218 .PHONY: default tags mostlyclean-tags distclean-tags clean-tags \
219 maintainer-clean-tags distdir info dvi installcheck install-exec \
220 install-data install uninstall all installdirs mostlyclean-generic \
221 distclean-generic clean-generic maintainer-clean-generic clean \
222 mostlyclean distclean maintainer-clean
225 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
226 $(PERL) $(top_srcdir)/bin/wild-perl --top-srcdir="$(real_topdir)" < $< > $@
228 # Tell versions [3.59,3.63) of GNU make to not export all variables.
229 # Otherwise a system limit (for SysV at least) may be exceeded.
230 .NOEXPORT: