home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / sim / configure.in < prev    next >
Encoding:
Text File  |  1995-01-16  |  1012 b   |  39 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. configdirs="h8300 z8k h8500 sh w65"
  7. srctrigger=Makefile.in
  8. srcname="sim"
  9. target_dependent=true
  10.  
  11. # per-host:
  12.  
  13.  
  14. # per-target:
  15.  
  16. # WHEN ADDING ENTRIES TO THIS MATRIX:
  17. #  Make sure that the left side always has two dashes.  Otherwise you
  18. #  can get spurious matches.  Even for unambiguous cases, do this as a
  19. #  convention, else the table becomes a real mess to understand and maintain.
  20.  
  21. case "${target}" in
  22.   h8300*-*-*)        sim_target=h8300 ;;
  23.   h8500-*-*)        sim_target=h8500 ;;
  24.   z8k*-*-*)        sim_target=z8k ;;
  25.   sh*-*-*)        sim_target=sh ;; 
  26.   w65-*-*)        sim_target=w65 ;;
  27.   *)            sim_target=none ;;
  28. esac
  29.  
  30. configdirs=${sim_target}
  31.  
  32. if [ ! -f ${srcdir}/${sim_target}/${sim_target}.mt ] ; then
  33. target_makefile_frag=
  34. else
  35. target_makefile_frag=${sim_target}/${sim_target}.mt
  36. fi
  37. # post-target:
  38.  
  39.