home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / libg++ / config / mh-solaris < prev    next >
Encoding:
Text File  |  1993-06-29  |  282 b   |  14 lines

  1. # Makefile changes for Suns running Solaris 2
  2.  
  3. SYSV = -DSYSV
  4. RANLIB = true
  5. INSTALL = cp
  6. CFLAGS = -g 
  7.  
  8. # if you're using Sun's C compiler, add -xs to the CFLAGS line
  9.  
  10. # X11 
  11. OPENWINHOME = /usr/openwin
  12. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  13. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  14.