1997-08-22 00:57:35 +02:00
|
|
|
# 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=tFile.cc
|
|
|
|
srcname="test C++ input/output library"
|
|
|
|
package_makefile_frag=Make.pack
|
1998-01-28 10:30:03 +01:00
|
|
|
package_makefile_rules_frag=Make.pack.r
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
|
|
|
# per-target:
|
|
|
|
|
|
|
|
TO_TOPDIR=../../
|
|
|
|
ALL=' '
|
|
|
|
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
|
|
|
|
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
|
|
|
|
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
|
1998-01-28 10:30:03 +01:00
|
|
|
(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
|
1998-01-27 10:34:31 +01:00
|
|
|
|
|
|
|
if [ "${srcdir}" = "." ] ; then
|
|
|
|
if [ "${with_target_subdir}" != "." ] ; then
|
|
|
|
topsrcdir=${with_multisrctop}../../..
|
|
|
|
else
|
|
|
|
topsrcdir=${with_multisrctop}../..
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
topsrcdir=${srcdir}/../..
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ ! -d ${topsrcdir}/gcc ] ; then
|
1998-01-13 21:28:27 +01:00
|
|
|
echo "CHECK = check-iostream check-iostdio" >>${package_makefile_frag}
|
|
|
|
fi
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# post-target:
|