]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/testsuite/Makefile.in
testsuite_allocator.h: New file.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 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 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@
133
134 AUTOMAKE_OPTIONS = cygnus dejagnu
135
136 DEJATOOL = libstdc++-v3
137
138 EXPECT = `if [ -f @glibcpp_builddir@/../../expect/expect ] ; then \
139 echo @glibcpp_builddir@/../../expect/expect ; \
140 else echo expect ; fi`
141
142
143 RUNTEST = `if [ -f @glibcpp_srcdir@/../dejagnu/runtest ] ; then \
144 echo @glibcpp_srcdir@/../dejagnu/runtest ; \
145 else echo runtest; fi`
146
147
148 AM_RUNTESTFLAGS =
149 RUNTESTFLAGS =
150
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 $@
157
158
159 INCLUDES = \
160 -nostdinc++ \
161 @GLIBCPP_INCLUDES@ @LIBSUPCXX_INCLUDES@ @TOPLEVEL_INCLUDES@
162
163
164 noinst_LIBRARIES = libv3test.a
165 libv3test_a_SOURCES = testsuite_hooks.cc testsuite_allocator.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)
173
174
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 testsuite_allocator.$(OBJEXT)
182 @GLIBCPP_BUILD_ABI_CHECK_FALSE@noinst_PROGRAMS =
183 PROGRAMS = $(noinst_PROGRAMS)
184
185 abi_check_OBJECTS = abi_check.$(OBJEXT)
186 abi_check_LDADD = $(LDADD)
187 abi_check_DEPENDENCIES =
188 abi_check_LDFLAGS =
189 CXXFLAGS = @CXXFLAGS@
190 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
191 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
192 CXXLD = $(CXX)
193 DIST_COMMON = README Makefile.am Makefile.in
194
195
196 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
197
198 TAR = gtar
199 GZIP_ENV = --best
200 SOURCES = $(libv3test_a_SOURCES) $(abi_check_SOURCES)
201 OBJECTS = $(libv3test_a_OBJECTS) $(abi_check_OBJECTS)
202
203 all: all-redirect
204 .SUFFIXES:
205 .SUFFIXES: .S .c .cc .lo .o .obj .s
206 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
207 cd $(top_srcdir) && $(AUTOMAKE) --cygnus testsuite/Makefile
208
209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210 cd $(top_builddir) \
211 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
212
213
214 mostlyclean-noinstLIBRARIES:
215
216 clean-noinstLIBRARIES:
217 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
218
219 distclean-noinstLIBRARIES:
220
221 maintainer-clean-noinstLIBRARIES:
222
223 .c.o:
224 $(COMPILE) -c $<
225
226 # FIXME: We should only use cygpath when building on Windows,
227 # and only if it is available.
228 .c.obj:
229 $(COMPILE) -c `cygpath -w $<`
230
231 .s.o:
232 $(COMPILE) -c $<
233
234 .S.o:
235 $(COMPILE) -c $<
236
237 mostlyclean-compile:
238 -rm -f *.o core *.core
239 -rm -f *.$(OBJEXT)
240
241 clean-compile:
242
243 distclean-compile:
244 -rm -f *.tab.c
245
246 maintainer-clean-compile:
247
248 .c.lo:
249 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
250
251 .s.lo:
252 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
253
254 .S.lo:
255 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
256
257 mostlyclean-libtool:
258 -rm -f *.lo
259
260 clean-libtool:
261 -rm -rf .libs _libs
262
263 distclean-libtool:
264
265 maintainer-clean-libtool:
266
267 libv3test.a: $(libv3test_a_OBJECTS) $(libv3test_a_DEPENDENCIES)
268 -rm -f libv3test.a
269 $(AR) cru libv3test.a $(libv3test_a_OBJECTS) $(libv3test_a_LIBADD)
270 $(RANLIB) libv3test.a
271
272 mostlyclean-noinstPROGRAMS:
273
274 clean-noinstPROGRAMS:
275 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
276
277 distclean-noinstPROGRAMS:
278
279 maintainer-clean-noinstPROGRAMS:
280
281 abi_check$(EXEEXT): $(abi_check_OBJECTS) $(abi_check_DEPENDENCIES)
282 @rm -f abi_check$(EXEEXT)
283 $(CXXLINK) $(abi_check_LDFLAGS) $(abi_check_OBJECTS) $(abi_check_LDADD) $(LIBS)
284 .cc.o:
285 $(CXXCOMPILE) -c $<
286 .cc.obj:
287 $(CXXCOMPILE) -c `cygpath -w $<`
288 .cc.lo:
289 $(LTCXXCOMPILE) -c $<
290
291 tags: TAGS
292
293 ID: $(HEADERS) $(SOURCES) $(LISP)
294 list='$(SOURCES) $(HEADERS)'; \
295 unique=`for i in $$list; do echo $$i; done | \
296 awk ' { files[$$0] = 1; } \
297 END { for (i in files) print i; }'`; \
298 here=`pwd` && cd $(srcdir) \
299 && mkid -f$$here/ID $$unique $(LISP)
300
301 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
302 tags=; \
303 here=`pwd`; \
304 list='$(SOURCES) $(HEADERS)'; \
305 unique=`for i in $$list; do echo $$i; done | \
306 awk ' { files[$$0] = 1; } \
307 END { for (i in files) print i; }'`; \
308 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
309 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
310
311 mostlyclean-tags:
312
313 clean-tags:
314
315 distclean-tags:
316 -rm -f TAGS ID
317
318 maintainer-clean-tags:
319
320 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
321
322 subdir = testsuite
323
324 distdir: $(DISTFILES)
325 @for file in $(DISTFILES); do \
326 if test -f $$file; then d=.; else d=$(srcdir); fi; \
327 if test -d $$d/$$file; then \
328 cp -pr $$d/$$file $(distdir)/$$file; \
329 else \
330 test -f $(distdir)/$$file \
331 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
332 || cp -p $$d/$$file $(distdir)/$$file || :; \
333 fi; \
334 done
335
336 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
337
338 check-DEJAGNU: site.exp
339 srcdir=`cd $(srcdir) && pwd`; export srcdir; \
340 EXPECT=$(EXPECT); export EXPECT; \
341 if [ -f $(top_builddir)/../expect/expect ]; then \
342 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
343 export TCL_LIBRARY; \
344 fi; \
345 runtest=$(RUNTEST); \
346 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
347 $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
348 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
349 fi
350 site.exp: Makefile
351 @echo 'Making a new site.exp file...'
352 @test ! -f site.bak || rm -f site.bak
353 @echo '## these variables are automatically generated by make ##' > $@-t
354 @echo '# Do not edit here. If you wish to override these values' >> $@-t
355 @echo '# edit the last section' >> $@-t
356 @echo 'set tool $(DEJATOOL)' >> $@-t
357 @echo 'set srcdir $(srcdir)' >> $@-t
358 @echo 'set objdir' `pwd` >> $@-t
359 @echo 'set host_alias $(host_alias)' >> $@-t
360 @echo 'set host_triplet $(host_triplet)' >> $@-t
361 @echo 'set target_alias $(target_alias)' >> $@-t
362 @echo 'set target_triplet $(target_triplet)' >> $@-t
363 @echo 'set build_alias $(build_alias)' >> $@-t
364 @echo 'set build_triplet $(build_triplet)' >> $@-t
365 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
366 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
367 @test ! -f site.exp || mv site.exp site.bak
368 @mv $@-t site.exp
369 info-am:
370 info: info-am
371 dvi-am:
372 dvi: dvi-am
373 check-am:
374 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
375 check: check-am
376 installcheck-am:
377 installcheck: installcheck-am
378 install-info-am:
379 install-info: install-info-am
380 install-exec-am:
381 install-exec: install-exec-am
382
383 install-data-am:
384 install-data: install-data-am
385
386 install-am: all-am
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388 install: install-am
389 uninstall-am:
390 uninstall: uninstall-am
391 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
392 all-redirect: all-am
393 install-strip:
394 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
395 installdirs:
396
397
398 mostlyclean-generic:
399
400 clean-generic:
401
402 distclean-generic:
403 -rm -f Makefile $(CONFIG_CLEAN_FILES)
404 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
405
406 maintainer-clean-generic:
407 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
408 mostlyclean-libtool mostlyclean-noinstPROGRAMS \
409 mostlyclean-tags mostlyclean-generic
410
411 mostlyclean: mostlyclean-am
412
413 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
414 clean-noinstPROGRAMS clean-tags clean-generic \
415 mostlyclean-am
416
417 clean: clean-am
418
419 distclean-am: distclean-noinstLIBRARIES distclean-compile \
420 distclean-libtool distclean-noinstPROGRAMS \
421 distclean-tags distclean-generic clean-am
422 -rm -f libtool
423
424 distclean: distclean-am
425
426 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
427 maintainer-clean-compile maintainer-clean-libtool \
428 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
429 maintainer-clean-generic distclean-am
430 @echo "This command is intended for maintainers to use;"
431 @echo "it deletes files that may require special tools to rebuild."
432
433 maintainer-clean: maintainer-clean-am
434
435 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
436 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
437 mostlyclean-compile distclean-compile clean-compile \
438 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
439 clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
440 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
441 maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
442 clean-tags maintainer-clean-tags distdir check-DEJAGNU info-am info \
443 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
444 install-info install-exec-am install-exec install-data-am install-data \
445 install-am install uninstall-am uninstall all-redirect all-am all \
446 installdirs mostlyclean-generic distclean-generic clean-generic \
447 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
448
449
450 # Tell versions [3.59,3.63) of GNU make to not export all variables.
451 # Otherwise a system limit (for SysV at least) may be exceeded.
452 .NOEXPORT: