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=configure.in
|
|
|
|
srcname="tests for ANSI C++ library, dejagnu style"
|
|
|
|
package_makefile_frag=Make.pack
|
1998-01-28 10:29:07 +01:00
|
|
|
package_makefile_rules_frag=Make.pack.r
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
|
|
|
# per-target:
|
|
|
|
|
|
|
|
target_makefile_frag=../target-mkfrag
|
|
|
|
|
|
|
|
TO_TOPDIR=../../
|
|
|
|
ALL=' '
|
|
|
|
XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
|
|
|
|
TESTS="tcomplex tstring tlist tmap tvector"
|
|
|
|
MOSTLYCLEAN="*.o core ${TESTS} *.out"
|
1998-01-28 10:29:07 +01:00
|
|
|
(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
|
1997-08-22 00:57:35 +02:00
|
|
|
|
|
|
|
# post-target:
|