home *** CD-ROM | disk | FTP | other *** search
- --- ./pbm/Imakefile.rtr Tue Feb 14 08:46:34 1995
- +++ ./pbm/Imakefile Tue Feb 14 08:48:40 1995
- @@ -21,7 +21,7 @@
- CURRENTDEPLIBS = $(DEPLIBPBM)
- INCLUDES = -I..
- #if BuildLibTiff
- - DEFINES = -DRGB_DB=\"DefaultRGBDatabase\" -DLIBTIFF
- + DEFINES = -DRGB_DB=\"/usr/openwin/lib/rgb\" -DLIBTIFF
- #else
- DEFINES = -DRGB_DB=\"DefaultRGBDatabase\"
- #endif
- --- ./ppm/Imakefile.rtr Tue Feb 14 08:46:35 1995
- +++ ./ppm/Imakefile Tue Feb 14 08:49:00 1995
- @@ -20,7 +20,7 @@
- CURRENTLIBS = $(LIBPPM) $(LIBPGM) $(LIBPBM)
- CURRENTDEPLIBS = $(DEPLIBPPM) $(DEPLIBPGM) $(DEPLIBPBM)
- INCLUDES = -I.. -I../$(PBMDIR) -I../$(PGMDIR)
- - DEFINES = -DRGB_DB=\"DefaultRGBDatabase\"
- + DEFINES = -DRGB_DB=\"/usr/openwin/lib/rgb\"
- MERGE = ppmmerge
-
- MAN1 = bmptoppm.1 gouldtoppm.1 hpcdtoppm.1 ilbmtoppm.1 \
- --- ./Pbmplus.tmpl.rtr Tue Feb 14 08:46:35 1995
- +++ ./Pbmplus.tmpl Tue Feb 14 08:51:10 1995
- @@ -31,6 +31,7 @@
- #ifndef BuildLibTiff
- #define BuildLibTiff YES
- #endif
- +CC = gcc
-
- /* CONFIGURE: You may edit the symbol definitions below as you see fit,
- * e.g. change the definition of "InstallLibraries" and "InstallIncludes"
-