home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / sim / sh / configure.in < prev    next >
Encoding:
Text File  |  1993-05-12  |  786 b   |  34 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=interp.c
  7. srcname="shsim"
  8.  
  9. # per-host:
  10.  
  11. . ${srcdir}/../../bfd/configure.host
  12.  
  13. # Set up to make a link between the host's include file and "sysdep.h".
  14. files="../../bfd/hosts/${my_host}.h"
  15.  
  16. links="sysdep.h"
  17.  
  18. if [ ! -f ${srcdir}/${files} ] ; then
  19.     if [ -n "${my_host}" ] ; then
  20.         echo '***' No file ${srcdir}/${files} 1>&2
  21.     fi
  22.     echo '***' ${srcname} does not support host ${host} 1>&2
  23.     exit 1
  24. fi
  25.  
  26. host_makefile_frag=
  27. if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
  28.     host_makefile_frag=../../bfd/config/${my_host}.mh
  29. fi
  30.  
  31. # per-target:
  32.  
  33.  
  34.