home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / config / unix / sun_sunc / Makedefs < prev    next >
Text File  |  2002-03-04  |  542b  |  18 lines

  1. #  CC       C compiler
  2. #  CFLAGS   flags for building C files
  3. #  CFDYN    additional flags for dynamic functions
  4. #  RLINK    flags for linking run-time system
  5. #  RLIBS    libraries to link with run-time system
  6. #  TLIBS    libraries to link for POSIX threads
  7. #  XLIBS    libraries to link for graphics
  8. #  XPMDEFS  definitions for building XPM library
  9.  
  10. CC = c89
  11. CFLAGS = -O -w -I/usr/openwin/include
  12. CFDYN = -KPIC
  13. RLINK =
  14. RLIBS = -lm -ldl
  15. TLIBS = -lposix4 -lpthread
  16. XLIBS = -L /usr/openwin/lib -R/usr/openwin/lib -lX11
  17. XPMDEFS = -DZPIPE -DSYSV
  18.