home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / glob / configure.in < prev    next >
Encoding:
Text File  |  1993-05-12  |  940 b   |  36 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.   *-*-aix*)                    my_host=aix ;;
  18.   mips-sgi-irix*)    files=sysdep-irix.h ;;
  19.   m68k-sony-news*)    files=sysdep-obsd.h ;;
  20.   m68k-*-sunos3*)    files=sysdep-obsd.h ;;
  21.   *-*-mach*)        files=sysdep-obsd.h ;;
  22.   *-*-bsd*)        files=sysdep-obsd.h ;;
  23.   *-*-sysv4*)                    my_host=sysv4 ;;
  24.   *-*-sco*)        files=sysdep-sco.h ;;
  25.   *-apollo-sysv*)    files=sysdep-a68v.h;    my_host=apollo68v ;;
  26.   m88k-motorola-m88kbcs)            my_host=delta88 ;;
  27. esac
  28.  
  29. host_makefile_frag=config/mh-${my_host}
  30.  
  31. if [ ! -f ${host_makefile_frag} ] ; then
  32.     host_makefile_frag=
  33. fi
  34.  
  35. # per-target:
  36.