home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / config / mh-sysv4 < prev    next >
Encoding:
Text File  |  1996-05-11  |  281 b   |  12 lines

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. SYSV = -DSYSV -DSVR4
  3. RANLIB = true
  4.  
  5. # C++ debugging is not yet supported under SVR4 (DWARF)
  6. CXXFLAGS=-O
  7.  
  8. # The l flag generates a warning from the SVR4 archiver, remove it.
  9. AR_FLAGS = cr
  10.  
  11. X11_EXTRA_LIBS = -lnsl
  12.