home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / gdb / config / i386 / i386v4.mh < prev    next >
Encoding:
Text File  |  1993-09-28  |  708 b   |  27 lines

  1. # Host: Intel 386 running SVR4.
  2.  
  3. SYSV_DEFINE=-DSYSV
  4. REGEX=regex.o
  5. REGEX1=regex.o
  6.  
  7. # Need to compile and link in support for SVR4's /proc and i386 host dependent
  8. # routines.
  9. XDEPFILES= 
  10.  
  11. # Use the i386 SVR4 host configuration file.
  12. XM_FILE= xm-i386v4.h
  13.  
  14. NAT_FILE= nm-i386v4.h
  15. NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o i386v4-nat.o
  16.  
  17. # SVR4 comes standard with terminfo, and in some implementations, the
  18. # old termcap descriptions are incomplete.  So ensure that we use the
  19. # new terminfo interface and latest terminal descriptions.
  20. TERMCAP=-ltermlib
  21.  
  22. # SVR4 puts the BSD compatible install in /usr/ucb.
  23. INSTALL = /usr/ucb/install -c
  24.  
  25. # for network communication
  26. XM_CLIBS= -lsocket -lnsl
  27.