OSDN Git Service

2002-09-01 Phil Edwards <pme@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
69 AWK = @AWK@
70 BASIC_FILE_H = @BASIC_FILE_H@
71 CC = @CC@
72 CCODECVT_C = @CCODECVT_C@
73 CCODECVT_H = @CCODECVT_H@
74 CLOCALE_H = @CLOCALE_H@
75 CMESSAGES_H = @CMESSAGES_H@
76 CPP = @CPP@
77 CPU_LIMITS_INC_SRCDIR = @CPU_LIMITS_INC_SRCDIR@
78 CSTDIO_H = @CSTDIO_H@
79 CXXCPP = @CXXCPP@
80 C_INCLUDE_DIR = @C_INCLUDE_DIR@
81 DEBUG_FLAGS = @DEBUG_FLAGS@
82 DLLTOOL = @DLLTOOL@
83 EXEEXT = @EXEEXT@
84 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
85 GCJ = @GCJ@
86 GCJFLAGS = @GCJFLAGS@
87 GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
88 GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
89 LIBIO_INCLUDES = @LIBIO_INCLUDES@
90 LIBMATHOBJS = @LIBMATHOBJS@
91 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
92 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
93 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
94 LIBTOOL = @LIBTOOL@
95 LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
96 LN_S = @LN_S@
97 MAINT = @MAINT@
98 MAKEINFO = @MAKEINFO@
99 OBJDUMP = @OBJDUMP@
100 OBJEXT = @OBJEXT@
101 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
102 OPT_LDFLAGS = @OPT_LDFLAGS@
103 OS_INC_SRCDIR = @OS_INC_SRCDIR@
104 PACKAGE = @PACKAGE@
105 RANLIB = @RANLIB@
106 SECTION_FLAGS = @SECTION_FLAGS@
107 SECTION_LDFLAGS = @SECTION_LDFLAGS@
108 STRIP = @STRIP@
109 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
110 USE_NLS = @USE_NLS@
111 VERSION = @VERSION@
112 WARN_FLAGS = @WARN_FLAGS@
113 WERROR = @WERROR@
114 baseline_file = @baseline_file@
115 check_msgfmt = @check_msgfmt@
116 enable_shared = @enable_shared@
117 enable_static = @enable_static@
118 glibcpp_CXX = @glibcpp_CXX@
119 glibcpp_MOFILES = @glibcpp_MOFILES@
120 glibcpp_POFILES = @glibcpp_POFILES@
121 glibcpp_basedir = @glibcpp_basedir@
122 glibcpp_builddir = @glibcpp_builddir@
123 glibcpp_localedir = @glibcpp_localedir@
124 glibcpp_prefixdir = @glibcpp_prefixdir@
125 glibcpp_srcdir = @glibcpp_srcdir@
126 glibcpp_thread_h = @glibcpp_thread_h@
127 glibcpp_toolexecdir = @glibcpp_toolexecdir@
128 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
129 gxx_include_dir = @gxx_include_dir@
130 ifGNUmake = @ifGNUmake@
131 libio_la = @libio_la@
132 libtool_VERSION = @libtool_VERSION@
133 toplevel_srcdir = @toplevel_srcdir@
134
135 AUTOMAKE_OPTIONS = cygnus dejagnu
136
137 DEJATOOL = libstdc++-v3
138
139 EXPECT = `if [ -f @glibcpp_builddir@/../../expect/expect ] ; then             echo @glibcpp_builddir@/../../expect/expect ;           else echo expect ; fi`
140
141
142 RUNTEST = `if [ -f @glibcpp_srcdir@/../dejagnu/runtest ] ; then                echo @glibcpp_srcdir@/../dejagnu/runtest ;           else echo runtest; fi`
143
144
145 AM_RUNTESTFLAGS = 
146 RUNTESTFLAGS = 
147
148 CXX_fake = @glibcpp_CXX@ 
149 CXX = `echo $(CXX_fake) | sed 's/xgcc/g++/g'`
150 CXXLINK =       LD_RUN_PATH=${LD_RUN_PATH:+$LD_RUN_PATH:}${glibcpp_builddir}/src/.libs  $(LIBTOOL) --tag=CXX --mode=link $(CXX)         $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
151
152
153 INCLUDES =      -nostdinc++     @GLIBCPP_INCLUDES@ @LIBSUPCXX_INCLUDES@ @TOPLEVEL_INCLUDES@ 
154
155
156 noinst_LIBRARIES = libv3test.a
157 libv3test_a_SOURCES = testsuite_hooks.cc
158 @GLIBCPP_BUILD_ABI_CHECK_TRUE@noinst_PROGRAMS = abi_check
159 @GLIBCPP_BUILD_ABI_CHECK_FALSE@noinst_PROGRAMS = 
160 abi_check_SOURCES = abi_check.cc
161 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
162 CONFIG_HEADER = ../config.h
163 CONFIG_CLEAN_FILES = 
164 LIBRARIES =  $(noinst_LIBRARIES)
165
166
167 DEFS = @DEFS@ -I. -I$(srcdir) -I..
168 CPPFLAGS = @CPPFLAGS@
169 LDFLAGS = @LDFLAGS@
170 LIBS = @LIBS@
171 libv3test_a_LIBADD = 
172 libv3test_a_OBJECTS =  testsuite_hooks.$(OBJEXT)
173 @GLIBCPP_BUILD_ABI_CHECK_FALSE@noinst_PROGRAMS = 
174 PROGRAMS =  $(noinst_PROGRAMS)
175
176 abi_check_OBJECTS =  abi_check.$(OBJEXT)
177 abi_check_LDADD = $(LDADD)
178 abi_check_DEPENDENCIES = 
179 abi_check_LDFLAGS = 
180 CXXFLAGS = @CXXFLAGS@
181 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
182 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
183 CXXLD = $(CXX)
184 DIST_COMMON =  README Makefile.am Makefile.in
185
186
187 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
188
189 TAR = tar
190 GZIP_ENV = --best
191 SOURCES = $(libv3test_a_SOURCES) $(abi_check_SOURCES)
192 OBJECTS = $(libv3test_a_OBJECTS) $(abi_check_OBJECTS)
193
194 all: all-redirect
195 .SUFFIXES:
196 .SUFFIXES: .S .c .cc .lo .o .obj .s
197 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
198         cd $(top_srcdir) && $(AUTOMAKE) --cygnus testsuite/Makefile
199
200 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
201         cd $(top_builddir) \
202           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
203
204
205 mostlyclean-noinstLIBRARIES:
206
207 clean-noinstLIBRARIES:
208         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
209
210 distclean-noinstLIBRARIES:
211
212 maintainer-clean-noinstLIBRARIES:
213
214 .c.o:
215         $(COMPILE) -c $<
216
217 # FIXME: We should only use cygpath when building on Windows,
218 # and only if it is available.
219 .c.obj:
220         $(COMPILE) -c `cygpath -w $<`
221
222 .s.o:
223         $(COMPILE) -c $<
224
225 .S.o:
226         $(COMPILE) -c $<
227
228 mostlyclean-compile:
229         -rm -f *.o core *.core
230         -rm -f *.$(OBJEXT)
231
232 clean-compile:
233
234 distclean-compile:
235         -rm -f *.tab.c
236
237 maintainer-clean-compile:
238
239 .c.lo:
240         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
241
242 .s.lo:
243         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
244
245 .S.lo:
246         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
247
248 mostlyclean-libtool:
249         -rm -f *.lo
250
251 clean-libtool:
252         -rm -rf .libs _libs
253
254 distclean-libtool:
255
256 maintainer-clean-libtool:
257
258 libv3test.a: $(libv3test_a_OBJECTS) $(libv3test_a_DEPENDENCIES)
259         -rm -f libv3test.a
260         $(AR) cru libv3test.a $(libv3test_a_OBJECTS) $(libv3test_a_LIBADD)
261         $(RANLIB) libv3test.a
262
263 mostlyclean-noinstPROGRAMS:
264
265 clean-noinstPROGRAMS:
266         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
267
268 distclean-noinstPROGRAMS:
269
270 maintainer-clean-noinstPROGRAMS:
271
272 abi_check$(EXEEXT): $(abi_check_OBJECTS) $(abi_check_DEPENDENCIES)
273         @rm -f abi_check$(EXEEXT)
274         $(CXXLINK) $(abi_check_LDFLAGS) $(abi_check_OBJECTS) $(abi_check_LDADD) $(LIBS)
275 .cc.o:
276         $(CXXCOMPILE) -c $<
277 .cc.obj:
278         $(CXXCOMPILE) -c `cygpath -w $<`
279 .cc.lo:
280         $(LTCXXCOMPILE) -c $<
281
282 tags: TAGS
283
284 ID: $(HEADERS) $(SOURCES) $(LISP)
285         list='$(SOURCES) $(HEADERS)'; \
286         unique=`for i in $$list; do echo $$i; done | \
287           awk '    { files[$$0] = 1; } \
288                END { for (i in files) print i; }'`; \
289         here=`pwd` && cd $(srcdir) \
290           && mkid -f$$here/ID $$unique $(LISP)
291
292 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
293         tags=; \
294         here=`pwd`; \
295         list='$(SOURCES) $(HEADERS)'; \
296         unique=`for i in $$list; do echo $$i; done | \
297           awk '    { files[$$0] = 1; } \
298                END { for (i in files) print i; }'`; \
299         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
300           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
301
302 mostlyclean-tags:
303
304 clean-tags:
305
306 distclean-tags:
307         -rm -f TAGS ID
308
309 maintainer-clean-tags:
310
311 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
312
313 subdir = testsuite
314
315 distdir: $(DISTFILES)
316         @for file in $(DISTFILES); do \
317           if test -f $$file; then d=.; else d=$(srcdir); fi; \
318           if test -d $$d/$$file; then \
319             cp -pr $$d/$$file $(distdir)/$$file; \
320           else \
321             test -f $(distdir)/$$file \
322             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
323             || cp -p $$d/$$file $(distdir)/$$file || :; \
324           fi; \
325         done
326
327 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
328
329 check-DEJAGNU: site.exp
330         srcdir=`cd $(srcdir) && pwd`; export srcdir; \
331         EXPECT=$(EXPECT); export EXPECT; \
332         if [ -f $(top_builddir)/../expect/expect ]; then \
333           TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
334           export TCL_LIBRARY; \
335         fi; \
336         runtest=$(RUNTEST); \
337         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
338           $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
339         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
340         fi
341 site.exp: Makefile
342         @echo 'Making a new site.exp file...'
343         @test ! -f site.bak || rm -f site.bak
344         @echo '## these variables are automatically generated by make ##' > $@-t
345         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
346         @echo '# edit the last section' >> $@-t
347         @echo 'set tool $(DEJATOOL)' >> $@-t
348         @echo 'set srcdir $(srcdir)' >> $@-t
349         @echo 'set objdir' `pwd` >> $@-t
350         @echo 'set host_alias $(host_alias)' >> $@-t
351         @echo 'set host_triplet $(host_triplet)' >> $@-t
352         @echo 'set target_alias $(target_alias)' >> $@-t
353         @echo 'set target_triplet $(target_triplet)' >> $@-t
354         @echo 'set build_alias $(build_alias)' >> $@-t
355         @echo 'set build_triplet $(build_triplet)' >> $@-t
356         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
357         @test ! -f $(srcdir)/site.exp || sed '1,/^## All variables above are.*##/ d' $(srcdir)/site.exp >> $@-t
358         @test ! -f site.exp || mv site.exp site.bak
359         @mv $@-t site.exp
360 info-am:
361 info: info-am
362 dvi-am:
363 dvi: dvi-am
364 check-am:
365         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
366 check: check-am
367 installcheck-am:
368 installcheck: installcheck-am
369 install-info-am: 
370 install-info: install-info-am
371 install-exec-am:
372 install-exec: install-exec-am
373
374 install-data-am:
375 install-data: install-data-am
376
377 install-am: all-am
378         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379 install: install-am
380 uninstall-am:
381 uninstall: uninstall-am
382 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
383 all-redirect: all-am
384 install-strip:
385         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
386 installdirs:
387
388
389 mostlyclean-generic:
390
391 clean-generic:
392
393 distclean-generic:
394         -rm -f Makefile $(CONFIG_CLEAN_FILES)
395         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
396
397 maintainer-clean-generic:
398 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
399                 mostlyclean-libtool mostlyclean-noinstPROGRAMS \
400                 mostlyclean-tags mostlyclean-generic
401
402 mostlyclean: mostlyclean-am
403
404 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
405                 clean-noinstPROGRAMS clean-tags clean-generic \
406                 mostlyclean-am
407
408 clean: clean-am
409
410 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
411                 distclean-libtool distclean-noinstPROGRAMS \
412                 distclean-tags distclean-generic clean-am
413         -rm -f libtool
414
415 distclean: distclean-am
416
417 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
418                 maintainer-clean-compile maintainer-clean-libtool \
419                 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
420                 maintainer-clean-generic distclean-am
421         @echo "This command is intended for maintainers to use;"
422         @echo "it deletes files that may require special tools to rebuild."
423
424 maintainer-clean: maintainer-clean-am
425
426 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
427 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
428 mostlyclean-compile distclean-compile clean-compile \
429 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
430 clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
431 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
432 maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
433 clean-tags maintainer-clean-tags distdir check-DEJAGNU info-am info \
434 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
435 install-info install-exec-am install-exec install-data-am install-data \
436 install-am install uninstall-am uninstall all-redirect all-am all \
437 installdirs mostlyclean-generic distclean-generic clean-generic \
438 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
439
440
441 # Tell versions [3.59,3.63) of GNU make to not export all variables.
442 # Otherwise a system limit (for SysV at least) may be exceeded.
443 .NOEXPORT: