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

  1.  
  2. # Sun 4 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
  9. #SUNVDIRS = hipstool hipsview lblsun sunv
  10. ANSI_PATH = $(TOPDIR)/jpeg
  11. HTDIRS = sunos4.0
  12. XDIRS = lblx11 xhips
  13. XVDIRS = lblxview
  14.  
  15. DESTROOT = $(TOPDIR)/sun4
  16. DESTDIR = $(DESTROOT)/bin
  17. # LIBDIR = /usr/local/lib
  18. LIBDIR = $(DESTROOT)/lib
  19. # INCLUDE_DIR = /usr/include
  20. INCLUDE_DIR = $(DESTROOT)/include
  21. # MANDIR = /usr/man/mann
  22. MANDIR = $(DESTROOT)/man/mann
  23. MANEXT = n
  24. LIBMANDIR = /usr/man/mann
  25. LIBMANEXT = n
  26. TMPDIR = /tmp
  27.  
  28. FLOAT = 
  29. TARGET_ARCH = 
  30. FASTCOPY = 
  31.  
  32. CPPFLAGS = -I$(INCLUDE_DIR)
  33. LIBRARY2 = -l$(LIB)
  34. HLIBNAME = lib$(HLIB).a
  35. OTHERLIBS = -lm
  36. LDFLAGS = -L$(LIBDIR)
  37. CFLAGS = -O
  38.  
  39. ORIG = ULORIG
  40. BITORDER = MSBFVERSION
  41.  
  42. MANPRINT = psroff -Pps -man
  43. MEPRINT = psroff -Pps -me
  44. TBL = tbl
  45. EQN = eqn
  46. RANLIB = ranlib
  47. LORDER = lorder
  48. TSORT = tsort
  49. XVIEWHOME = /usr/openwin
  50. LIBXVIEW = -lxview -lolgx -lX11
  51.  
  52. # Stuff you like to have removed from directories to "make clean"
  53. OTHERJUNK = core *~ \#* *BAK tmpansi.c
  54.