]> gcc.gnu.org Git - gcc.git/blob - libio/tests/configure.in
Initial revision
[gcc.git] / libio / tests / configure.in
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.
4
5 configdirs=
6 srctrigger=tFile.cc
7 srcname="test C++ input/output library"
8 package_makefile_frag=Make.pack
9
10 # per-host:
11
12 # per-target:
13
14 TO_TOPDIR=../../
15 ALL=' '
16 XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
17 XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
18 MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
19 (. ${srcdir}/../config.shared) >${package_makefile_frag}
20
21 # post-target:
This page took 0.035833 seconds and 5 git commands to generate.