1993-02-22 16:12:45 +00:00
|
|
|
# This file is a shell script fragment 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.
|
|
|
|
|
1993-06-04 17:55:08 +00:00
|
|
|
srctrigger="Makefile.in"
|
1993-02-22 16:12:45 +00:00
|
|
|
srcname="DejaGnu"
|
|
|
|
|
1993-04-08 05:10:49 +00:00
|
|
|
configdirs="binutils.all"
|
1993-02-22 16:12:45 +00:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
|
|
|
# per-target:
|
|
|
|
|
|
|
|
# this section is for all targets
|
|
|
|
case "${target}" in
|
1994-02-15 04:30:10 +00:00
|
|
|
i386-*-aout) target_makefile_frag=config/mt-i386-aout ;;
|
|
|
|
*-*-lynx) target_makefile_frag=config/mt-lynx ;;
|
|
|
|
*-*-vxworks) target_makefile_frag=config/mt-vxworks ;;
|
|
|
|
m68k-*-*) target_makefile_frag=config/mt-m68k ;;
|
|
|
|
i960-*-nindy) target_makefile_frag=config/mt-i960-nindy ;;
|
|
|
|
a29k-*-udi) target_makefile_frag=config/mt-a29k-udi ;;
|
|
|
|
sparclite-*-*) target_makefile_frag=config/mt-slite ;;
|
|
|
|
sparc-*-aout) target_makefile_frag=config/mt-sparc-aout ;;
|
|
|
|
mips-*-ecoff) target_makefile_frag=config/mt-mips-ecoff ;;
|
1993-02-22 16:12:45 +00:00
|
|
|
esac
|
|
|
|
|
|
|
|
# post-target:
|
|
|
|
|
|
|
|
# make local configuration file, using MAKE if one is specified.
|