2002-11-21 Phil Edwards <pme@gcc.gnu.org>
[official-gcc.git] / libstdc++-v3 / testsuite / Makefile.in
blob5f19c9171089e626754911bc85fbcdeb45f423de
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 CSTDIO_H = @CSTDIO_H@
78 CXXCPP = @CXXCPP@
79 C_INCLUDE_DIR = @C_INCLUDE_DIR@
80 DEBUG_FLAGS = @DEBUG_FLAGS@
81 DLLTOOL = @DLLTOOL@
82 EXEEXT = @EXEEXT@
83 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
84 GCJ = @GCJ@
85 GCJFLAGS = @GCJFLAGS@
86 GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
87 GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
88 LIBIO_INCLUDES = @LIBIO_INCLUDES@
89 LIBMATHOBJS = @LIBMATHOBJS@
90 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
91 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
92 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
93 LIBTOOL = @LIBTOOL@
94 LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
95 LN_S = @LN_S@
96 MAINT = @MAINT@
97 MAKEINFO = @MAKEINFO@
98 OBJDUMP = @OBJDUMP@
99 OBJEXT = @OBJEXT@
100 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
101 OPT_LDFLAGS = @OPT_LDFLAGS@
102 OS_INC_SRCDIR = @OS_INC_SRCDIR@
103 PACKAGE = @PACKAGE@
104 RANLIB = @RANLIB@
105 SECTION_FLAGS = @SECTION_FLAGS@
106 SECTION_LDFLAGS = @SECTION_LDFLAGS@
107 STRIP = @STRIP@
108 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
109 USE_NLS = @USE_NLS@
110 VERSION = @VERSION@
111 WARN_FLAGS = @WARN_FLAGS@
112 WERROR = @WERROR@
113 baseline_file = @baseline_file@
114 check_msgfmt = @check_msgfmt@
115 enable_shared = @enable_shared@
116 enable_static = @enable_static@
117 glibcpp_CXX = @glibcpp_CXX@
118 glibcpp_MOFILES = @glibcpp_MOFILES@
119 glibcpp_POFILES = @glibcpp_POFILES@
120 glibcpp_basedir = @glibcpp_basedir@
121 glibcpp_builddir = @glibcpp_builddir@
122 glibcpp_localedir = @glibcpp_localedir@
123 glibcpp_prefixdir = @glibcpp_prefixdir@
124 glibcpp_srcdir = @glibcpp_srcdir@
125 glibcpp_thread_h = @glibcpp_thread_h@
126 glibcpp_toolexecdir = @glibcpp_toolexecdir@
127 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
128 gxx_include_dir = @gxx_include_dir@
129 ifGNUmake = @ifGNUmake@
130 libio_la = @libio_la@
131 libtool_VERSION = @libtool_VERSION@
132 toplevel_srcdir = @toplevel_srcdir@
134 AUTOMAKE_OPTIONS = cygnus dejagnu
136 DEJATOOL = libstdc++-v3
138 EXPECT = `if [ -f @glibcpp_builddir@/../../expect/expect ] ; then \
139 echo @glibcpp_builddir@/../../expect/expect ; \
140 else echo expect ; fi`
143 RUNTEST = `if [ -f @glibcpp_srcdir@/../dejagnu/runtest ] ; then \
144 echo @glibcpp_srcdir@/../dejagnu/runtest ; \
145 else echo runtest; fi`
148 AM_RUNTESTFLAGS =
149 RUNTESTFLAGS =
151 CXX_fake = @glibcpp_CXX@
152 CXX = `echo $(CXX_fake) | sed 's/xgcc/g++/g'`
153 CXXLINK = \
154 LD_RUN_PATH=${LD_RUN_PATH:+$LD_RUN_PATH:}${glibcpp_builddir}/src/.libs\
155 $(LIBTOOL) --tag=CXX --mode=link $(CXX) \
156 $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
159 INCLUDES = \
160 -nostdinc++ \
161 @GLIBCPP_INCLUDES@ @LIBSUPCXX_INCLUDES@ @TOPLEVEL_INCLUDES@
164 noinst_LIBRARIES = libv3test.a
165 libv3test_a_SOURCES = testsuite_hooks.cc
166 @GLIBCPP_BUILD_ABI_CHECK_TRUE@noinst_PROGRAMS = @GLIBCPP_BUILD_ABI_CHECK_TRUE@abi_check
167 @GLIBCPP_BUILD_ABI_CHECK_FALSE@noinst_PROGRAMS =
168 abi_check_SOURCES = abi_check.cc
169 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
170 CONFIG_HEADER = ../config.h
171 CONFIG_CLEAN_FILES =
172 LIBRARIES = $(noinst_LIBRARIES)
175 DEFS = @DEFS@ -I. -I$(srcdir) -I..
176 CPPFLAGS = @CPPFLAGS@
177 LDFLAGS = @LDFLAGS@
178 LIBS = @LIBS@
179 libv3test_a_LIBADD =
180 libv3test_a_OBJECTS = testsuite_hooks.$(OBJEXT)
181 @GLIBCPP_BUILD_ABI_CHECK_FALSE@noinst_PROGRAMS =
182 PROGRAMS = $(noinst_PROGRAMS)
184 abi_check_OBJECTS = abi_check.$(OBJEXT)
185 abi_check_LDADD = $(LDADD)
186 abi_check_DEPENDENCIES =
187 abi_check_LDFLAGS =
188 CXXFLAGS = @CXXFLAGS@
189 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
190 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
191 CXXLD = $(CXX)
192 DIST_COMMON = README Makefile.am Makefile.in
195 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
197 TAR = gtar
198 GZIP_ENV = --best
199 SOURCES = $(libv3test_a_SOURCES) $(abi_check_SOURCES)
200 OBJECTS = $(libv3test_a_OBJECTS) $(abi_check_OBJECTS)
202 all: all-redirect
203 .SUFFIXES:
204 .SUFFIXES: .S .c .cc .lo .o .obj .s
205 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
206 cd $(top_srcdir) && $(AUTOMAKE) --cygnus testsuite/Makefile
208 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
209 cd $(top_builddir) \
210 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
213 mostlyclean-noinstLIBRARIES:
215 clean-noinstLIBRARIES:
216 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
218 distclean-noinstLIBRARIES:
220 maintainer-clean-noinstLIBRARIES:
222 .c.o:
223 $(COMPILE) -c $<
225 # FIXME: We should only use cygpath when building on Windows,
226 # and only if it is available.
227 .c.obj:
228 $(COMPILE) -c `cygpath -w $<`
230 .s.o:
231 $(COMPILE) -c $<
233 .S.o:
234 $(COMPILE) -c $<
236 mostlyclean-compile:
237 -rm -f *.o core *.core
238 -rm -f *.$(OBJEXT)
240 clean-compile:
242 distclean-compile:
243 -rm -f *.tab.c
245 maintainer-clean-compile:
247 .c.lo:
248 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
250 .s.lo:
251 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
253 .S.lo:
254 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
256 mostlyclean-libtool:
257 -rm -f *.lo
259 clean-libtool:
260 -rm -rf .libs _libs
262 distclean-libtool:
264 maintainer-clean-libtool:
266 libv3test.a: $(libv3test_a_OBJECTS) $(libv3test_a_DEPENDENCIES)
267 -rm -f libv3test.a
268 $(AR) cru libv3test.a $(libv3test_a_OBJECTS) $(libv3test_a_LIBADD)
269 $(RANLIB) libv3test.a
271 mostlyclean-noinstPROGRAMS:
273 clean-noinstPROGRAMS:
274 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
276 distclean-noinstPROGRAMS:
278 maintainer-clean-noinstPROGRAMS:
280 abi_check$(EXEEXT): $(abi_check_OBJECTS) $(abi_check_DEPENDENCIES)
281 @rm -f abi_check$(EXEEXT)
282 $(CXXLINK) $(abi_check_LDFLAGS) $(abi_check_OBJECTS) $(abi_check_LDADD) $(LIBS)
283 .cc.o:
284 $(CXXCOMPILE) -c $<
285 .cc.obj:
286 $(CXXCOMPILE) -c `cygpath -w $<`
287 .cc.lo:
288 $(LTCXXCOMPILE) -c $<
290 tags: TAGS
292 ID: $(HEADERS) $(SOURCES) $(LISP)
293 list='$(SOURCES) $(HEADERS)'; \
294 unique=`for i in $$list; do echo $$i; done | \
295 awk ' { files[$$0] = 1; } \
296 END { for (i in files) print i; }'`; \
297 here=`pwd` && cd $(srcdir) \
298 && mkid -f$$here/ID $$unique $(LISP)
300 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
301 tags=; \
302 here=`pwd`; \
303 list='$(SOURCES) $(HEADERS)'; \
304 unique=`for i in $$list; do echo $$i; done | \
305 awk ' { files[$$0] = 1; } \
306 END { for (i in files) print i; }'`; \
307 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
308 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
310 mostlyclean-tags:
312 clean-tags:
314 distclean-tags:
315 -rm -f TAGS ID
317 maintainer-clean-tags:
319 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
321 subdir = testsuite
323 distdir: $(DISTFILES)
324 @for file in $(DISTFILES); do \
325 if test -f $$file; then d=.; else d=$(srcdir); fi; \
326 if test -d $$d/$$file; then \
327 cp -pr $$d/$$file $(distdir)/$$file; \
328 else \
329 test -f $(distdir)/$$file \
330 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
331 || cp -p $$d/$$file $(distdir)/$$file || :; \
332 fi; \
333 done
335 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
337 check-DEJAGNU: site.exp
338 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
339 EXPECT=$(EXPECT); export EXPECT; \
340 if [ -f $(top_builddir)/../expect/expect ]; then \
341 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
342 export TCL_LIBRARY; \
343 fi; \
344 runtest=$(RUNTEST); \
345 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
346 $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
347 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
349 site.exp: Makefile
350 @echo 'Making a new site.exp file...'
351 @test ! -f site.bak || rm -f site.bak
352 @echo '## these variables are automatically generated by make ##' > $@-t
353 @echo '# Do not edit here. If you wish to override these values' >> $@-t
354 @echo '# edit the last section' >> $@-t
355 @echo 'set tool $(DEJATOOL)' >> $@-t
356 @echo 'set srcdir $(srcdir)' >> $@-t
357 @echo 'set objdir' `pwd` >> $@-t
358 @echo 'set host_alias $(host_alias)' >> $@-t
359 @echo 'set host_triplet $(host_triplet)' >> $@-t
360 @echo 'set target_alias $(target_alias)' >> $@-t
361 @echo 'set target_triplet $(target_triplet)' >> $@-t
362 @echo 'set build_alias $(build_alias)' >> $@-t
363 @echo 'set build_triplet $(build_triplet)' >> $@-t
364 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
365 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
366 @test ! -f site.exp || mv site.exp site.bak
367 @mv $@-t site.exp
368 info-am:
369 info: info-am
370 dvi-am:
371 dvi: dvi-am
372 check-am:
373 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
374 check: check-am
375 installcheck-am:
376 installcheck: installcheck-am
377 install-info-am:
378 install-info: install-info-am
379 install-exec-am:
380 install-exec: install-exec-am
382 install-data-am:
383 install-data: install-data-am
385 install-am: all-am
386 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387 install: install-am
388 uninstall-am:
389 uninstall: uninstall-am
390 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
391 all-redirect: all-am
392 install-strip:
393 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
394 installdirs:
397 mostlyclean-generic:
399 clean-generic:
401 distclean-generic:
402 -rm -f Makefile $(CONFIG_CLEAN_FILES)
403 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
405 maintainer-clean-generic:
406 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
407 mostlyclean-libtool mostlyclean-noinstPROGRAMS \
408 mostlyclean-tags mostlyclean-generic
410 mostlyclean: mostlyclean-am
412 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
413 clean-noinstPROGRAMS clean-tags clean-generic \
414 mostlyclean-am
416 clean: clean-am
418 distclean-am: distclean-noinstLIBRARIES distclean-compile \
419 distclean-libtool distclean-noinstPROGRAMS \
420 distclean-tags distclean-generic clean-am
421 -rm -f libtool
423 distclean: distclean-am
425 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
426 maintainer-clean-compile maintainer-clean-libtool \
427 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
428 maintainer-clean-generic distclean-am
429 @echo "This command is intended for maintainers to use;"
430 @echo "it deletes files that may require special tools to rebuild."
432 maintainer-clean: maintainer-clean-am
434 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
435 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
436 mostlyclean-compile distclean-compile clean-compile \
437 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
438 clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
439 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
440 maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
441 clean-tags maintainer-clean-tags distdir check-DEJAGNU info-am info \
442 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
443 install-info install-exec-am install-exec install-data-am install-data \
444 install-am install uninstall-am uninstall all-redirect all-am all \
445 installdirs mostlyclean-generic distclean-generic clean-generic \
446 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
449 # Tell versions [3.59,3.63) of GNU make to not export all variables.
450 # Otherwise a system limit (for SysV at least) may be exceeded.
451 .NOEXPORT: