1991-07-23 21:09:22 +02:00
|
|
|
# This file is a shell script that supplies the information necessary
|
|
|
|
# to tailor a template configure script into the configure script
|
|
|
|
# appropriate for this directory. For more information, check any
|
|
|
|
# existing configure script.
|
|
|
|
|
|
|
|
srctrigger=gprof.c
|
|
|
|
srcname="gprof"
|
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
|
|
|
# per-target:
|
1992-07-13 04:54:10 +02:00
|
|
|
case "${target}" in
|
|
|
|
i386-*-*) my_target=i386 ;;
|
|
|
|
sparc-*-*) my_target=sparc ;;
|
|
|
|
tahoe-*-*) my_target=tahoe ;;
|
|
|
|
vax-*-*) my_target=vax ;;
|
|
|
|
*-*-*) my_target=dummy ;;
|
1992-02-12 00:15:03 +01:00
|
|
|
esac
|
|
|
|
|
|
|
|
target_makefile_frag=config/mt-${my_target}
|
|
|
|
if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
|
|
|
|
target_makefile_frag=
|
|
|
|
fi
|
1991-07-23 21:09:22 +02:00
|
|
|
|
|
|
|
files=
|
|
|
|
links=
|