home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / glob / configure.in < prev    next >
Encoding:
Text File  |  1994-05-04  |  1.0 KB  |  38 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. srctrigger=glob.c
  7. srcname="glob library"
  8. configdirs=""
  9.  
  10. # per-host:
  11.  
  12. files=sysdep-norm.h
  13. links=sysdep.h
  14.  
  15. case "${host}" in
  16.   rs6000-ibm-aix)    files=sysdep-aix.h;    my_host=aix ;;
  17.   rs6000-ibm-aix3.1)    files=sysdep-aix.h;    my_host=aix ;;
  18.   *-*-aix*)                    my_host=aix ;;
  19.   rs6000-bull-bosx*)    files=sysdep-aix.h;    my_host=aix ;;
  20.   mips-sgi-irix*)    files=sysdep-irix.h ;;
  21.   m68k-sony-news*)    files=sysdep-obsd.h ;;
  22.   m68k-*-sunos3*)    files=sysdep-obsd.h ;;
  23.   *-*-mach*)        files=sysdep-obsd.h ;;
  24.   *-*-bsd*)        files=sysdep-obsd.h ;;
  25.   *-*-sysv4*)                    my_host=sysv4 ;;
  26.   *-*-sco*)        files=sysdep-sco.h ;;
  27.   *-apollo-sysv*)    files=sysdep-a68v.h;    my_host=apollo68v ;;
  28.   m88k-motorola-m88kbcs*)            my_host=delta88 ;;
  29. esac
  30.  
  31. host_makefile_frag=config/mh-${my_host}
  32.  
  33. if [ ! -f ${host_makefile_frag} ] ; then
  34.     host_makefile_frag=
  35. fi
  36.  
  37. # per-target:
  38.