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