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