1 # This file is a shell script fragment that supplies the information
2 # necessary for a configure script to process the program in
3 # this directory. For more information, look at ../../configure.
7 srcname="test C++ input/output library"
8 package_makefile_frag=Make.pack
9 package_makefile_rules_frag=Make.pack.r
17 XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
18 XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
19 MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
20 (. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
22 if [ "${srcdir}" = "." ] ; then
23 if [ "${with_target_subdir}" != "." ] ; then
24 topsrcdir=${with_multisrctop}../../..
26 topsrcdir=${with_multisrctop}../..
29 topsrcdir=${srcdir}/../..
32 if [ ! -d ${topsrcdir}/gcc ] ; then
33 echo "CHECK = check-iostream check-iostdio" >>${package_makefile_frag}