--- espgs-7.05.6/src/Makefile.in.ORIG Sun May 4 00:49:00 2003 +++ espgs-7.05.6/src/Makefile.in Sun May 4 00:49:36 2003 @@ -65,12 +65,13 @@ docdir=$(gsdatadir)/doc exdir=$(gsdatadir)/examples +vfdir=$(gsdatadir)/vflib 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:@fontpath@ +GS_LIB_DEFAULT=$(gsdatadir)/lib:$(vfdir):$(gsdir)/fonts:@fontpath@ # Define whether or not searching for initialization files should always # look in the current directory first. This leads to well-known security @@ -283,6 +284,12 @@ XLIBDIR= XLIBS=Xt Xext X11 +# Define the directory/ies for the VFlib files. +# If you use FreeType, Add ttf to VFLIBS +VFINCLUDE=-I/usr/local/include +VFLIBDIRS=-L/usr/local/lib +VFLIBS=VFlib2 ttf + # Define whether this platform has floating point hardware: # FPU_TYPE=2 means floating point is faster than fixed point. # (This is the case on some RISCs with multiple instruction dispatch.) @@ -308,11 +315,11 @@ # 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 -#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(GLD)pipe.dev +FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)kfvflib.dev +#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)kfvflib.dev +#FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(GLD)pipe.dev $(PSD)kfvflib.dev # The following is strictly for testing. -FEATURE_DEVS_ALL=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(PSD)double.dev $(PSD)trapping.dev $(PSD)stocht.dev $(GLD)pipe.dev +FEATURE_DEVS_ALL=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(PSD)double.dev $(PSD)trapping.dev $(PSD)stocht.dev $(GLD)pipe.dev $(PSD)kfvflib.dev #FEATURE_DEVS=$(FEATURE_DEVS_ALL) # Choose whether to compile the .ps initialization files into the executable.