home *** CD-ROM | disk | FTP | other *** search
- --- ./pbm/Imakefile.rtr Mon Feb 13 17:22:17 1995
- +++ ./pbm/Imakefile Mon Feb 13 17:43:32 1995
- @@ -21,7 +21,7 @@
- CURRENTDEPLIBS = $(DEPLIBPBM)
- INCLUDES = -I..
- #if BuildLibTiff
- - DEFINES = -DRGB_DB=\"DefaultRGBDatabase\" -DLIBTIFF
- + DEFINES = -DRGB_DB=\"/usr/lib/X11/rgb\" -DLIBTIFF
- #else
- DEFINES = -DRGB_DB=\"DefaultRGBDatabase\"
- #endif
- --- ./ppm/Imakefile.rtr Mon Feb 13 17:22:18 1995
- +++ ./ppm/Imakefile Mon Feb 13 17:44:19 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/lib/X11/rgb\"
- MERGE = ppmmerge
-
- MAN1 = bmptoppm.1 gouldtoppm.1 hpcdtoppm.1 ilbmtoppm.1 \
- --- ./Pbmplus.tmpl.rtr Mon Feb 13 17:22:18 1995
- +++ ./Pbmplus.tmpl Mon Feb 13 17:39:13 1995
- @@ -49,6 +49,9 @@
- #define InstallIncludes YES
- #endif
-
- +CC = gcc
- +CDEBUGFLAGS = -g
- +
- /* CONFIGURE: Normally the Imakefiles build and install separate binaries for
- * each program. However, on some systems (especially those without shared
- * libraries) this can mean a lot of space. In this case you might try
-