# This file is a shell script fragment that supplies the information# necessary for a configure script to process the program in# this directory. For more information, look at ../../configure.configdirs=srctrigger=tcomplex.ccsrcname="tests for ANSI C++ library"package_makefile_frag=Make.packpackage_makefile_rules_frag=Make.pack.r# per-host:# per-target:target_makefile_frag=../target-mkfragTO_TOPDIR=../../ALL=' 'XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"SIMPLE_TESTS='tstring tlist tmap tvector'TESTS="tcomplex ${SIMPLE_TESTS}"MOSTLYCLEAN="*.o core ${TESTS} *.out"(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}# post-target:CHECK=""for TEST in ${SIMPLE_TESTS} ; doecho "${TEST}: ${TEST}.o" '$(DEPLIBS)$(CXX) $(CXXFLAGS) -o' "${TEST} ${TEST}.o" '$(LDLIBS)' >> Makefiledonefor TEST in ${TESTS} ; doecho ".PHONY: check-${TEST}" >>Makefileif [ -f ${srcdir}/${TEST}.inp ] ; thenecho "check-${TEST}: ${TEST}" '$(srcdir)'"/${TEST}.inp./${TEST} < "'$(srcdir)'"/${TEST}.inp > ${TEST}.out 2>&1" >>Makefileelseecho "check-${TEST}: ${TEST}./${TEST} > ${TEST}.out 2>&1" >>Makefilefiecho ' diff -c $(srcdir)/'"${TEST}.exp ${TEST}.out" >>MakefileCHECK="${CHECK} check-${TEST}"doneif [ "${srcdir}" = "." ] ; thenif [ "${with_target_subdir}" != "." ] ; thentopsrcdir=${with_multisrctop}../../..elsetopsrcdir=${with_multisrctop}../..fielsetopsrcdir=${srcdir}/../..fiif [ -d ${topsrcdir}/gcc ] ; thenecho "check:check-old: ${CHECK}" >>Makefileelseecho "check: ${CHECK}" >>Makefilefi