home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / binutils-2.2.1 / binutils / testsuite / configure.in < prev    next >
Encoding:
Text File  |  1993-04-07  |  1.5 KB  |  48 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. srctrigger="binutils.all"
  7. srcname="DejaGnu"
  8.  
  9. configdirs="binutils.all"
  10.  
  11. # per-host:
  12.  
  13. # per-target:
  14.  
  15.     # everything defaults to unix for a target
  16. target_abbrev=unix
  17. target_makefile_frag=config/mt-unix
  18.  
  19.     # this section is for all targets
  20. case "${target}" in
  21. i386-*-aout)        target_abbrev=aout ; 
  22.                 target_makefile_frag=config/mt-i386-aout ;;
  23. m68*-abug-aout)        target_abbrev=abug ; 
  24.                 target_makefile_frag=config/mt-m68k-abug-aout ;;
  25. m68*-abug-coff)        target_abbrev=abug ; 
  26.                 target_makefile_frag=config/mt-m68k-abug-coff ;;
  27. m68*-*-abug)        target_abbrev=abug ; 
  28.                 target_makefile_frag=config/mt-m68k-abug-aout ;;
  29. m68k-*-coff)        target_abbrev=coff ; 
  30.                 target_makefile_frag=config/mt-m68k-coff ;;
  31. m68k-*-aout)        target_abbrev=aout ; 
  32.                 target_makefile_frag=config/mt-m68k-aout ;;
  33. i960-*-nindy)        target_abbrev=nind ; 
  34.                 target_makefile_frag=config/mt-i960-nindy ;;
  35. m68k-*-vxworks)        target_abbrev=vx ; 
  36.                 target_makefile_frag=config/mt-m68k-vx ;;
  37. i960-*-vxworks)        target_abbrev=vx ; 
  38.                 target_makefile_frag=config/mt-i960-vx ;;
  39. a29k-*-udi)        target_abbrev=udi ; 
  40.                 target_makefile_frag=config/mt-a29k-udi ;;
  41. a29k-isstip-*)        target_abbrev=itip ; 
  42.                 target_makefile_frag=config/mt-a29k-isstip ;;
  43. esac
  44.  
  45. # post-target:
  46.  
  47.     # make local configuration file, using MAKE if one is specified.
  48.