home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / NETPBM / SUN4C / NETPBM. next >
Encoding:
Text File  |  1998-07-24  |  1.1 KB  |  33 lines

  1. --- ./pbm/Imakefile.rtr    Tue Feb 14 08:46:34 1995
  2. +++ ./pbm/Imakefile    Tue Feb 14 08:48:40 1995
  3. @@ -21,7 +21,7 @@
  4.  CURRENTDEPLIBS = $(DEPLIBPBM)
  5.        INCLUDES = -I..
  6.  #if BuildLibTiff
  7. -       DEFINES = -DRGB_DB=\"DefaultRGBDatabase\" -DLIBTIFF
  8. +       DEFINES = -DRGB_DB=\"/usr/openwin/lib/rgb\" -DLIBTIFF
  9.  #else
  10.         DEFINES = -DRGB_DB=\"DefaultRGBDatabase\"
  11.  #endif
  12. --- ./ppm/Imakefile.rtr    Tue Feb 14 08:46:35 1995
  13. +++ ./ppm/Imakefile    Tue Feb 14 08:49:00 1995
  14. @@ -20,7 +20,7 @@
  15.     CURRENTLIBS = $(LIBPPM) $(LIBPGM) $(LIBPBM)
  16.  CURRENTDEPLIBS = $(DEPLIBPPM) $(DEPLIBPGM) $(DEPLIBPBM)
  17.       INCLUDES  = -I.. -I../$(PBMDIR) -I../$(PGMDIR)
  18. -       DEFINES = -DRGB_DB=\"DefaultRGBDatabase\"
  19. +       DEFINES = -DRGB_DB=\"/usr/openwin/lib/rgb\"
  20.           MERGE = ppmmerge
  21.  
  22.            MAN1 = bmptoppm.1 gouldtoppm.1 hpcdtoppm.1 ilbmtoppm.1 \
  23. --- ./Pbmplus.tmpl.rtr    Tue Feb 14 08:46:35 1995
  24. +++ ./Pbmplus.tmpl    Tue Feb 14 08:51:10 1995
  25. @@ -31,6 +31,7 @@
  26.  #ifndef BuildLibTiff
  27.  #define BuildLibTiff     YES
  28.  #endif
  29. +CC = gcc
  30.  
  31.  /* CONFIGURE: You may edit the symbol definitions below as you see fit,
  32.   * e.g. change the definition of "InstallLibraries" and "InstallIncludes"
  33.