Only in gs7.03: Makefile Only in gs7.03: bin Only in gs7.03: gimp-print Only in gs7.03: obj diff -ru gs7.03.dist/src/contrib.mak gs7.03/src/contrib.mak --- gs7.03.dist/src/contrib.mak Sat Apr 7 02:50:27 2001 +++ gs7.03/src/contrib.mak Sat Jan 19 22:20:55 2002 @@ -878,3 +878,20 @@ $(GLOBJ)gdevsunr.$(OBJ) : $(GLSRC)gdevsunr.c $(PDEVH) $(GLCC) $(GLO_)gdevsunr.$(OBJ) $(C_) $(GLSRC)gdevsunr.c +### --------------- Gimp-Print/stp Driver ---------------------------- ### +### Be careful to add the exact contents of this file; cut and paste ### +### may corrupt the file and cause mysterious make errors ### + +stp_=$(GLOBJ)gdevstp.$(OBJ) + +STPINCDIR=-I/software/gimp_print/include +STPLIBDIR=-L/.software/arch/gimp_print/lib +STPLIB=gimpprint + +$(DD)stp.dev: $(stp_) $(DD)page.dev + $(SETPDEV) $(DD)stp $(stp_) + $(ADDMOD) $(DD)stp -link $(STPLIBDIR) + $(ADDMOD) $(DD)stp -lib $(STPLIB) + +$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) + $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(STPINCDIR) $(GLSRC)gdevstp.c Only in gs7.03/src: contrib.mak.rej Only in gs7.03/src: gdevstp.c Only in gs7.03/src: gdevstp.c.rej diff -ru gs7.03.dist/src/unix-gcc.mak gs7.03/src/unix-gcc.mak --- gs7.03.dist/src/unix-gcc.mak Sat Sep 15 04:55:32 2001 +++ gs7.03/src/unix-gcc.mak Sun Jan 20 10:25:12 2002 @@ -56,25 +56,25 @@ INSTALL_PROGRAM = $(INSTALL) -m 755 INSTALL_DATA = $(INSTALL) -m 644 -prefix = /usr/local -exec_prefix = $(prefix) +prefix = /software/ghostscript-$(GS_DOT_VERSION) +exec_prefix = /.software/arch/ghostscript-$(GS_DOT_VERSION) bindir = $(exec_prefix)/bin scriptdir = $(bindir) libdir = $(exec_prefix)/lib mandir = $(prefix)/man man1ext = 1 -datadir = $(prefix)/share -gsdir = $(datadir)/ghostscript -gsdatadir = $(gsdir)/$(GS_DOT_VERSION) +datadir = $(prefix)/data +gsdir = $(datadir) +gsdatadir = $(gsdir) -docdir=$(gsdatadir)/doc +docdir=$(prefix)/doc exdir=$(gsdatadir)/examples GS_DOCDIR=$(docdir) # Define the default directory/ies for the runtime # initialization and font files. Separate multiple directories with a :. -GS_LIB_DEFAULT=$(gsdatadir)/lib:$(gsdir)/fonts +GS_LIB_DEFAULT=/etc:$(gsdatadir)/lib:$(gsdir)/fonts:/software/font/data/postscript:/usr/lib/font/lib/ps:/software/font/data/truetype:/usr/lib/font/lib/tt # Define whether or not searching for initialization files should always # look in the current directory first. This leads to well-known security @@ -83,7 +83,7 @@ # see the "File searching" section of Use.htm for full details. # Because of this, setting SEARCH_HERE_FIRST to 0 is not recommended. -SEARCH_HERE_FIRST=1 +SEARCH_HERE_FIRST=0 # Define the name of the interpreter initialization file. # (There is no reason to change this.) @@ -285,12 +285,12 @@ # Solaris and other SVR4 systems with dynamic linking probably want #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib # X11R6 (on any platform) may need -#XLIBS=Xt SM ICE Xext X11 +XLIBS=Xt SM ICE Xext X11 #XLIBDIRS=-L/usr/local/X/lib XLIBDIRS=-L/usr/X11R6/lib XLIBDIR= -XLIBS=Xt Xext X11 +#XLIBS=Xt Xext X11 # Define whether this platform has floating point hardware: # FPU_TYPE=2 means floating point is faster than fixed point. @@ -317,7 +317,8 @@ # Choose the language feature(s) to include. See gs.mak for details. -FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev +FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)cidfont.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev +#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev #FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev #FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(GLD)pipe.dev # The following is strictly for testing. @@ -390,7 +391,7 @@ DEVICE_DEVS3=$(DD)deskjet.dev $(DD)djet500.dev $(DD)laserjet.dev $(DD)ljetplus.dev $(DD)ljet2p.dev $(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev $(DD)lj5mono.dev $(DD)lj5gray.dev DEVICE_DEVS4=$(DD)cdeskjet.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev $(DD)cdj550.dev $(DD)pj.dev $(DD)pjxl.dev $(DD)pjxl300.dev DEVICE_DEVS5=$(DD)uniprint.dev -DEVICE_DEVS6=$(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev +DEVICE_DEVS6=$(DD)bj10e.dev $(DD)bj200.dev $(DD)bjc600.dev $(DD)bjc800.dev $(DD)stp.dev DEVICE_DEVS7=$(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev DEVICE_DEVS8=$(DD)pcxmono.dev $(DD)pcxgray.dev $(DD)pcx16.dev $(DD)pcx256.dev $(DD)pcx24b.dev $(DD)pcxcmyk.dev DEVICE_DEVS9=$(DD)pbm.dev $(DD)pbmraw.dev $(DD)pgm.dev $(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev $(DD)pnm.dev $(DD)pnmraw.dev $(DD)ppm.dev $(DD)ppmraw.dev $(DD)pkm.dev $(DD)pkmraw.dev $(DD)pksm.dev $(DD)pksmraw.dev Only in gs7.03/src: unix-gcc.mak.orig Only in gs7.03/src: unix-gcc.mak.rej Only in gs7.03: typescript Only in gs7.03: typescript.bak