blob: d452935df77f36452a331fc078bfb6d08066f46f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# 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=iterator.h
srcname="Standard Template Library"
package_makefile_frag=Make.pack
# per-host:
# per-target:
target_makefile_frag=../target-mkfrag
LIBDIR=yes
TO_TOPDIR=../../
ALL='stl.list'
EXTRA_MOSTLYCLEAN=stl.list
XCXXINCLUDES="-I${srcdir} -I${srcdir}/.. -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
# post-target:
# We need multilib support.
case ${srcdir} in
.)
if [ "${with_target_subdir}" != "." ] ; then
. ${srcdir}/${with_multisrctop}../../../config-ml.in
else
. ${srcdir}/${with_multisrctop}../../config-ml.in
fi
;;
*)
. ${srcdir}/../../config-ml.in
;;
esac
|