home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11.lha / ccs-lib / config.mip next >
Encoding:
Text File  |  1993-08-20  |  1.2 KB  |  52 lines

  1.  
  2. # MIPS 3000 configuration file.
  3. # The file "makefile.hdr" contains code common to all makefiles.  It
  4. # should not be necessary to edit that file.
  5.  
  6. # DRIVERDIRS = Iris NeXT SunView X XView ctool sunanim xanim datacube adage
  7. DRIVERDIRS = SunView X XView ctool sunanim xanim
  8. CONTRIBDIRS = canny cc compress fsun imsor label lbl surrey usl uva verdth
  9. ANSI_PATH = $(TOPDIR)/jpeg
  10. HTDIRS = TitanOS4.2
  11. XDIRS = lblx11 xhips
  12. XVDIRS = lblxview
  13. DESTROOT = $(TOPDIR)/sun4
  14. DESTDIR = $(DESTROOT)/bin
  15. # LIBDIR = /usr/local/lib
  16. LIBDIR = $(DESTROOT)/lib
  17. # INCLUDE_DIR = /usr/include
  18. INCLUDE_DIR = $(DESTROOT)/include
  19. # MANDIR = /usr/man/mann
  20. MANDIR = $(DESTROOT)/man/mann
  21. MANEXT = n
  22. LIBMANDIR = /usr/man/mann
  23. LIBMANEXT = n
  24. TMPDIR = /tmp
  25.  
  26. FLOAT = 
  27. TARGET_ARCH = 
  28. FASTCOPY = 
  29.  
  30. CPPFLAGS = -I$(INCLUDE_DIR)
  31. LIBRARY2 = -l$(LIB)
  32. HLIBNAME = lib$(HLIB).a
  33. OTHERLIBS = -lm
  34. LDFLAGS = -L$(LIBDIR)
  35. CFLAGS = -O -DINCLUDE_MORE_SYS -DSYS_TIME_H
  36.  
  37. ORIG = ULORIG
  38. BITORDER = MSBFVERSION
  39.  
  40. MANPRINT = psroff -Pps -man
  41. MEPRINT = psroff -Pps -me
  42. TBL = tbl
  43. EQN = eqn
  44. RANLIB = ranlib
  45. LORDER = echo
  46. TSORT = cat
  47. XVIEWHOME = /usr/openwin
  48. LIBXVIEW = -lxview -lolgx -lX11
  49.  
  50. # Stuff you like to have removed from directories to "make clean"
  51. OTHERJUNK = core *~ \#* *BAK tmpansi.c
  52.