# pcl6_msvc.mak # Top-level makefile for PCL5* + PCL-XL on Win32 platforms using MS Visual C 4.1 or later # Define the name of this makefile. MAKEFILE=$(MAKEFILE) ..\main\pcl6_msvc.mak # The build process will put all of its output in this directory: !ifndef GENDIR GENDIR=.\obj !endif # The sources are taken from these directories: !ifndef GLSRCDIR GLSRCDIR=..\gs\src !endif !ifndef PLSRCDIR PLSRCDIR=..\pl !endif !ifndef PCLSRCDIR PCLSRCDIR=..\pcl !endif !ifndef PXLSRCDIR PXLSRCDIR=..\pxl !endif !ifndef ICCSRCDIR ICCSRCDIR=..\gs\icclib !endif !ifndef COMMONDIR COMMONDIR=..\common !endif !ifndef JSRCDIR JSRCDIR=..\gs\jpeg !endif !ifndef PNGSRCDIR PNGSRCDIR=..\gs\libpng !endif !ifndef ZSRCDIR ZSRCDIR=..\gs\zlib !endif !ifndef SHARE_ZLIB SHARE_ZLIB=0 !endif !ifndef SHARE_LIBPNG SHARE_LIBPNG=0 !endif !ifndef IMDISRCDIR IMDISRCDIR=..\gs\imdi !endif !ifndef COMPILE_INITS COMPILE_INITS=0 !endif # PLPLATFORM indicates should be set to 'ps' for language switch # builds and null otherwise. !ifndef PLPLATFORM PLPLATFORM= !endif # If you want to build the individual packages in their own directories, # you can define this here, although normally you won't need to do this: !ifndef GLGENDIR GLGENDIR=$(GENDIR) !endif !ifndef GLOBJDIR GLOBJDIR=$(GENDIR) !endif !ifndef PLGENDIR PLGENDIR=$(GENDIR) !endif !ifndef PLOBJDIR PLOBJDIR=$(GENDIR) !endif !ifndef PCLGENDIR PCLGENDIR=$(GENDIR) !endif !ifndef PCLOBJDIR PCLOBJDIR=$(GENDIR) !endif !ifndef PXLGENDIR PXLGENDIR=$(GENDIR) !endif !ifndef PXLOBJDIR PXLOBJDIR=$(GENDIR) !endif !ifndef JGENDIR JGENDIR=$(GENDIR) !endif !ifndef JOBJDIR JOBJDIR=$(GENDIR) !endif !ifndef ZGENDIR ZGENDIR=$(GENDIR) !endif !ifndef ZOBJDIR ZOBJDIR=$(GENDIR) !endif !ifndef DD DD=$(GLGENDIR) !endif !ifndef XPSGENDIR XPSGENDIR=$(GENDIR) !endif !ifndef XPSOBJDIR XPSOBJDIR=$(GENDIR) !endif # Executable path\name w/o the .EXE extension !ifndef TARGET_XE TARGET_XE=$(GENDIR)\pcl6 !endif # Debugging options !ifndef DEBUG DEBUG=1 !endif !ifndef TDEBUG TDEBUG=1 !endif !ifndef DEBUGSYM DEBUGSYM=1 !endif !ifndef NOPRIVATE NOPRIVATE=0 !endif # Banding options !ifndef BAND_LIST_STORAGE BAND_LIST_STORAGE=memory !endif !ifndef BAND_LIST_COMPRESSOR BAND_LIST_COMPRESSOR=zlib !endif # Target options !ifndef CPU_TYPE CPU_TYPE=586 !endif !ifndef FPU_TYPE FPU_TYPE=0 !endif !ifndef BAND_LIST_STORAGE BAND_LIST_STORAGE=file !endif !ifndef BAND_LIST_COMPRESSOR BAND_LIST_COMPRESSOR=zlib !endif # Define which major version of MSVC is being used (currently, 4, 5, & 6 supported) # default to the latest version !ifndef MSVC_VERSION MSVC_VERSION=8 !endif !ifndef D D=\\ !endif # Main file's name !ifndef MAIN_OBJ MAIN_OBJ=$(PLOBJDIR)\plmain.$(OBJ) $(PLOBJDIR)\plimpl.$(OBJ) !endif !ifndef PCL_TOP_OBJ PCL_TOP_OBJ=$(PCLOBJDIR)\pctop.$(OBJ) !endif !ifndef PXL_TOP_OBJ PXL_TOP_OBJ=$(PXLOBJDIR)\pxtop.$(OBJ) !endif !ifndef PSI_TOP_OBJ PSI_TOP_OBJ= !endif !ifdef XPS_INCLUDED !ifndef XPS_TOP_OBJ XPS_TOP_OBJ=$(XPSOBJDIR)/xpstop.$(OBJ) !endif !endif !ifndef TOP_OBJ TOP_OBJ=$(PCL_TOP_OBJ) $(PXL_TOP_OBJ) $(PSI_TOP_OBJ) $(XPS_TOP_OBJ) !endif # Pick a font system technology. PCL and XL do not need to use the # same scaler, but it is necessary to tinker with pl.mak to get it # to work properly. # ufst - Agfa universal font scaler. # afs - Artifex font scaler. !ifndef PL_SCALER PL_SCALER=afs #PL_SCALER=ufst !endif !ifndef PCL_FONT_SCALER PCL_FONT_SCALER=$(PL_SCALER) !endif !ifndef PXL_FONT_SCALER PXL_FONT_SCALER=$(PL_SCALER) !endif # specify agfa library locations and includes. This is ignored # if the current scaler is not the AGFA ufst. !ifndef UFST_ROOT UFST_ROOT=..\ufst !endif !ifndef UFST_LIB UFST_LIB=$(UFST_ROOT)\rts\lib !endif !if "$(PL_SCALER)" == "ufst" # fco's are binary (-b), the following is only used if COMPILE_INITS=1 !ifndef UFST_ROMFS_ARGS UFST_ROMFS_ARGS=-b \ -P $(UFST_ROOT)/fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \ -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \ -c !endif UFST_BRIDGE=1 !ifndef UFST_INCLUDES UFST_INCLUDES=$(I_)$(UFST_ROOT)\rts\inc $(I_)$(UFST_ROOT)\sys\inc $(I_)$(UFST_ROOT)\rts\fco $(I_)$(UFST_ROOT)\rts\gray $(I_)$(UFST_ROOT)\rts\tt -DAGFA_FONT_TABLE !endif !ifndef UFST_CFLAGS UFST_CFLAGS= -DUFST_BRIDGE=$(UFST_BRIDGE) -DUFST_LIB_EXT=.lib -DMSVC -DUFST_ROOT=$(UFST_ROOT) !endif !ifndef EXTRALIBS EXTRALIBS= $(UFST_LIB)if_lib.lib $(UFST_LIB)fco_lib.lib $(UFST_LIB)tt_lib.lib $(UFST_LIB)if_lib.lib !endif !ifndef UFSTFONTDIR UFSTFONTDIR=/usr/local/fontdata5.0/ !endif !endif !ifdef XPS_INCLUDED EXTRALIBS=$(EXPATLIB) !endif # Language and configuration. These are actually platform-independent, # but we define them here just to keep all parameters in one place. !ifndef TARGET_DEVS TARGET_DEVS=$(PXLOBJDIR)\pjl.dev $(PXLOBJDIR)\pxl.dev $(PCLOBJDIR)\pcl5c.dev $(PCLOBJDIR)\hpgl2c.dev !endif !ifdef XPS_INCLUDED TARGET_DEVS= $(TARGET_DEVS) $(XPSOBJDIR)/xps.dev !endif !ifndef DEVICE_DEVS DEVICE_DEVS=$(DD)\ljet4.dev\ $(DD)\bmpmono.dev $(DD)\bmp16m.dev $(DD)\bmp32b.dev\ $(DD)\bitcmyk.dev $(DD)\bitrgb.dev $(DD)\bit.dev\ $(DD)\pkmraw.dev $(DD)\ppmraw.dev $(DD)\pgmraw.dev $(DD)\pbmraw.dev\ $(DD)\pcx16.dev $(DD)\pcx256.dev $(DD)\pcx24b.dev\ $(DD)\cljet5.dev\ $(DD)\pcxmono.dev $(DD)\pcxcmyk.dev $(DD)\pcxgray.dev\ $(DD)\pbmraw.dev $(DD)\pgmraw.dev $(DD)\ppmraw.dev $(DD)\pkmraw.dev\ $(DD)\pxlmono.dev $(DD)\pxlcolor.dev\ $(DD)\tiffcrle.dev $(DD)\tiffg3.dev $(DD)\tiffg32d.dev $(DD)\tiffg4.dev\ $(DD)\tifflzw.dev $(DD)\tiffpack.dev\ $(DD)\tiff12nc.dev $(DD)\tiff24nc.dev \ $(DD)\pswrite.dev $(DD)\jpeg.dev $(DD)\pdfwrite.dev \ $(DD)\wtscmyk.dev $(DD)\wtsimdi.dev $(DD)\imdi.dev !endif # GS options # Even though FEATURE_DEVS is defined in pcl_top.mak, define identically here # for msvc_top.mak because nmake defines macros eagerly (i.e. here & now). !ifndef FEATURE_DEVS FEATURE_DEVS = $(DD)\dps2lib.dev \ $(DD)\path1lib.dev \ $(DD)\patlib.dev \ $(DD)\gxfapiu$(UFST_BRIDGE).dev\ $(DD)\rld.dev \ $(DD)\psl2cs.dev \ $(DD)\roplib.dev \ $(DD)\ttflib.dev \ $(DD)\colimlib.dev \ $(DD)\cielib.dev \ $(DD)\htxlib.dev \ $(DD)\psl3lib.dev \ $(DD)\libpng_$(SHARE_LIBPNG).dev \ $(DD)\seprlib.dev \ $(DD)\translib.dev \ $(DD)\cidlib.dev \ $(DD)\psf1lib.dev \ $(DD)\psf0lib.dev \ $(DD)\sdctd.dev \ $(DD)\psf2lib.dev \ $(DD)\lzwd.dev !endif default: $(TARGET_XE).exe echo Done. clean: config-clean clean-not-config-clean config-clean: $(RMN_) $(PXLGEN)\pconf.h $(PXLGEN)\pconfig.h #### Implementation stub $(PLOBJDIR)\plimpl.$(OBJ): $(PLSRCDIR)\plimpl.c \ $(memory__h) \ $(scommon_h) \ $(gxdevice_h) \ $(pltop_h) !include $(COMMONDIR)\msvc_top.mak clean-not-config-clean: pl.clean-not-config-clean pxl.clean-not-config-clean $(RMN_) $(TARGET_XE)$(XE) config-clean: pl.config-clean pxl.config-clean $(RMN_) *.tr $(GD)devs.tr$(CONFIG) $(GD)ld.tr $(RMN_) $(PXLGENDIR)\pconf.h $(PXLGENDIR)\pconfig.h # Subsystems !include $(PLSRCDIR)\pl.mak !include $(PCLSRCDIR)\pcl.mak !include $(PXLSRCDIR)\pxl.mak !ifdef XPS_INCLUDED !include $(XPSSRCDIR)\xps.mak !endif