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

  1. --- ./pbm/Imakefile.rtr    Mon Feb 13 17:22:17 1995
  2. +++ ./pbm/Imakefile    Mon Feb 13 17:43:32 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/lib/X11/rgb\" -DLIBTIFF
  9.  #else
  10.         DEFINES = -DRGB_DB=\"DefaultRGBDatabase\"
  11.  #endif
  12. --- ./ppm/Imakefile.rtr    Mon Feb 13 17:22:18 1995
  13. +++ ./ppm/Imakefile    Mon Feb 13 17:44:19 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/lib/X11/rgb\"
  20.           MERGE = ppmmerge
  21.  
  22.            MAN1 = bmptoppm.1 gouldtoppm.1 hpcdtoppm.1 ilbmtoppm.1 \
  23. --- ./Pbmplus.tmpl.rtr    Mon Feb 13 17:22:18 1995
  24. +++ ./Pbmplus.tmpl    Mon Feb 13 17:39:13 1995
  25. @@ -49,6 +49,9 @@
  26.  #define InstallIncludes  YES
  27.  #endif
  28.  
  29. +CC = gcc
  30. +CDEBUGFLAGS = -g
  31. +
  32.  /* CONFIGURE: Normally the Imakefiles build and install separate binaries for
  33.   * each program.  However, on some systems (especially those without shared
  34.   * libraries) this can mean a lot of space.  In this case you might try
  35.