home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / config / mh-solaris < prev    next >
Encoding:
Text File  |  1993-06-16  |  472 b   |  17 lines

  1. # Makefile changes for Suns running Solaris 2
  2.  
  3. SYSV = -DSYSV
  4. RANLIB = true
  5. CFLAGS = -g 
  6. # if you're using Sun's C compiler, add -xs to the CFLAGS line
  7.  
  8. # this is for Emacs, since Sun's ANSI mode preprocessor does some
  9. # very wierd things to the input stream, breaking $(FOO) into
  10. # $ ( FOO ), which breaks the ymakefile system that Emacs uses
  11. CC = cc -Xs
  12.  
  13. # X11 
  14. OPENWINHOME = /usr/openwin
  15. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  16. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  17.