home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / config / mh-solaris < prev    next >
Encoding:
Text File  |  1993-05-12  |  485 b   |  18 lines

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