亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? openvms.mak

?? GhostScript的源代碼
?? MAK
字號:
#    Copyright (C) 1997, 1998 Aladdin Enterprises. All rights reserved.
# 
# This file is part of Aladdin Ghostscript.
# 
# Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
# or distributor accepts any responsibility for the consequences of using it,
# or for whether it serves any particular purpose or works at all, unless he
# or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
# License (the "License") for full details.
# 
# Every copy of Aladdin Ghostscript must include a copy of the License,
# normally in a plain ASCII text file named PUBLIC.  The License grants you
# the right to copy, modify and redistribute Aladdin Ghostscript, but only
# under certain conditions described in the License.  Among other things, the
# License requires that the copyright notice and this notice be preserved on
# all copies.

# $Id: openvms.mak $
# makefile for OpenVMS VAX and Alpha
#
# Please contact Jim Dunham (dunham@omtool.com) if you have questions.
#
# ------------------------------- Options ------------------------------- #

###### This section is the only part of the file you should need to edit.

# on the make command line specify:
#	make -fopenvms.mak "OPENVMS={VAX,ALPHA}" "DECWINDOWS={1.2,<blank>}"

# Define the source, generated intermediate file, and object directories
# for the graphics library (GL) and the PostScript/PDF interpreter (PS).

GLSRCDIR=[]
GLGENDIR=[]
GLOBJDIR=[]
PSSRCDIR=[]
PSGENDIR=[]
PSOBJDIR=[]

# ------ Generic options ------ #

# Define the directory that will hold documentation at runtime.

GS_DOCDIR=GS_DOC
#GS_DOCDIR=SYS$COMMON:[GS]

# Define the default directory/ies for the runtime
# initialization and font files.  Separate multiple directories with ,.

GS_LIB_DEFAULT=GS_LIB
#GS_LIB_DEFAULT=SYS$COMMON:[GS],SYS$COMMON:[GS.FONT]

# Define whether or not searching for initialization files should always
# look in the current directory first.  This leads to well-known security
# and confusion problems, but users insist on it.
# NOTE: this also affects searching for files named on the command line:
# 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

# Define the name of the interpreter initialization file.
# (There is no reason to change this.)

GS_INIT=GS_INIT.PS

# Choose generic configuration options.

# Setting DEBUG=1 includes debugging features in the code

DEBUG=

# Setting TDEBUG=1 includes symbol table information for the debugger,
# and also enables stack tracing on failure.

TDEBUG=

# Setting CDEBUG=1 enables 'C' compiler debugging and turns off optimization
# Code is substantially slower and larger.

CDEBUG=

# Define the name of the executable file.

GS=GS

# Define the directory where the IJG JPEG library sources are stored,
# and the major version of the library that is stored there.
# You may need to change this if the IJG library version changes.
# See jpeg.mak for more information.

JSRCDIR=[.jpeg-6a]
JVERSION=6

# Define the directory where the PNG library sources are stored,
# and the version of the library that is stored there.
# You may need to change this if the libpng version changes.
# See libpng.mak for more information.

PSRCDIR=[.libpng-0_96]
PVERSION=96

# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.

ZSRCDIR=[.zlib-1_0_4]

# Note that built-in third-party libraries aren't available.

SHARE_JPEG=0
SHARE_LIBPNG=0
SHARE_ZLIB=0

# Define the configuration ID.  Read gs.mak carefully before changing this.

CONFIG=

# Define the path to X11 include files

X_INCLUDE=DECW$$INCLUDE

# ------ Platform-specific options ------ #

# Define the drive, directory, and compiler name for the 'C' compiler.
# COMP is the full compiler path name.

COMP=CC

ifdef DEBUG
COMP:=$(COMP)/DEBUG/NOOPTIMIZE
else
COMP:=$(COMP)/NODEBUG/OPTIMIZE
endif

ifeq "$(OPENVMS)"	"VAX"
COMP:=$(COMP)/VAXC
else
COMP:=$(COMP)/DECC/PREFIX=ALL/NESTED_INCLUDE=PRIMARY
endif

# Define any other compilation flags. 
# Including defines for A4 paper size

ifdef A4_PAPER
COMP:=$(COMP)/DEFINE=("A4")
endif

# LINK is the full linker path name

ifdef LDEBUG
LINKER=LINK/DEBUG/TRACEBACK
else
LINKER=LINK/NODEBUG/NOTRACEBACK
endif

# INCDIR contains the include files
INCDIR=

# LIBDIR contains the library files
LIBDIR=

# ------ Devices and features ------ #

# Choose the device(s) to include.  See devs.mak for details,
# devs.mak and contrib.mak for the list of available devices.

DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11mono.dev
DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
DEVICE_DEVS5=uniprint.dev
DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev
DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev
DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev
DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev
DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev
DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
DEVICE_DEVS14=jpeg.dev jpeggray.dev
DEVICE_DEVS15=pdfwrite.dev

# Choose the language feature(s) to include.  See gs.mak for details.

FEATURE_DEVS=psl3.dev pdf.dev

# Choose whether to compile the .ps initialization files into the executable.
# See gs.mak for details.

COMPILE_INITS=0

# Choose whether to store band lists on files or in memory.
# The choices are 'file' or 'memory'.

BAND_LIST_STORAGE=file

# Choose which compression method to use when storing band lists in memory.
# The choices are 'lzw' or 'zlib'.  lzw is not recommended, because the
# LZW-compatible code in Ghostscript doesn't actually compress its input.

BAND_LIST_COMPRESSOR=zlib

# Choose the implementation of file I/O: 'stdio', 'fd', or 'both'.
# See gs.mak and sfxfd.c for more details.

FILE_IMPLEMENTATION=stdio

# Define the name table capacity size of 2^(16+n).

EXTEND_NAMES=0

# Define whether the system constants are writable.

SYSTEM_CONSTANTS_ARE_WRITABLE=0

# Define the platform name.

PLATFORM=openvms_

# Define the name of the makefile -- used in dependencies.

MAKEFILE=$(GLSRCDIR)openvms.mak

# Define the platform options

PLATOPT=

# Patch a couple of PC-specific things that aren't relevant to OpenVMS builds,
# but that cause `make' to produce warnings.

PCFBASM=

# It is very unlikely that anyone would want to edit the remaining
#   symbols, but we describe them here for completeness:

# Define the suffix for command files (e.g., null or .bat).

CMD=

# Define the directory separator character (\ for MS-DOS, / for Unix,
# nothing for OpenVMS).

D=

# Define the syntax of search paths for the C compiler.
# The OpenVMS compilers uses /INCLUDE=(dir1, dir2, ...dirn),
# and only a single /INCLUDE switch is allowed in the command line.

I_=/INCLUDE=(
II=,
_I=)

# Define the string for specifying the output file from the C compiler.

O_=/OBJECT=

# Define the extension for executable files (e.g., null or .exe).

XE=.exe

# Define the extension for executable files for the auxiliary programs
# (e.g., null or .exe).

XEAUX=.exe

# Define the list of files that `make clean' removes.

BEGINFILES=OPENVMS.OPT OPENVMS.COM

# Define the C invocation for the ansi2knr program.  We don't use this.

CCA2K=

# Define the C invocation for auxiliary programs (echogs, genarch).
# We don't need to define this separately.

CCAUX=

# Define the C invocation for normal compilation.

CC=$(COMP)/OBJECT=$@ $<

# Define the Link invocation.

LINK=$(LINKER)/MAP/EXE=$@ $^,OPENVMS.OPT/OPTION

# Define the ANSI-to-K&R dependency.  We don't need this.

AK=

# Define the syntax for command, object, and executable files.

OBJ=obj

# Define the current directory prefix for image invocations.

EXPP=
EXP=MCR []

# Define the current directory prefix for shell invocations.

SH=
SHP=

# Define generic commands.

CP_=$$ @COPY_ONE

# Define the command for deleting (a) file(s) (including wild cards)

RM_=$$ @RM_ONE

# Define the command for deleting multiple files / patterns.

RMN_=$$ @RM_ALL

# Define the arguments for genconf.

CONFILES=-p %s
CONFLDTR=-o

# Define the generic compilation rules.

.suffixes: .c .obj .exe

.obj.exe:
	$(LINK)

# ---------------------------- End of options ---------------------------- #


# ------------------- Include the generic makefiles ---------------------- #

#include $(COMMONDIR)/ansidefs.mak
#include $(COMMONDIR)/vmsdefs.mak
#include $(COMMONDIR)/generic.mak
include $(GLSRCDIR)version.mak
include $(GLSRCDIR)gs.mak
include $(GLSRCDIR)lib.mak
include $(PSSRCDIR)int.mak
include $(GLSRCDIR)jpeg.mak
# zlib.mak must precede libpng.mak
include $(GLSRCDIR)zlib.mak
include $(GLSRCDIR)libpng.mak
include $(GLSRCDIR)devs.mak
include $(GLSRCDIR)contrib.mak

# Define various incantations of the 'c' compiler.

CC_=$(COMP)
CC_INT=$(CC_)
CC_LEAF=$(CC_)

JI_=/INCLUDE=($(JSRCDIR))
PI_=/INCLUDE=($(ZSRCDIR),$(PSRCDIR))
ZI_=/INCLUDE=($(ZSRCDIR))

# ----------------------------- Main program ------------------------------ #

$(GS_XE): openvms gs.$(OBJ) $(INT_ALL) $(LIB_ALL)
	$(LINKER)/MAP/EXE=$@ gs.$(OBJ),$(ld_tr)/OPTIONS,OPENVMS.OPT/OPTION

# OpenVMS.dev

openvms__=$(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_vms.$(OBJ) $(GLOBJ)gp_nofb.$(OBJ)
openvms_.dev: $(openvms__) nosync.dev
	$(SETMOD) openvms_ $(openvms__) -include nosync

# Interpreter AUX programs

$(ECHOGS_XE):  echogs.$(OBJ) 
$(GENARCH_XE): genarch.$(OBJ)
$(GENCONF_XE): genconf.$(OBJ)
$(GENDEV_XE): gendev.$(OBJ)
$(GENINIT_XE): geninit.$(OBJ)

# Preliminary definitions

openvms: openvms.com openvms.opt
	$$ @OPENVMS

openvms.com: append_l.com
	$$ @APPEND_L $@ "$$ DEFINE/JOB X11 $(X_INCLUDE)"
	$$ @APPEND_L $@ "$$ DEFINE/JOB GS_LIB ''F$$ENVIRONMENT(""DEFAULT"")'"
	$$ @APPEND_L $@ "$$ DEFINE/JOB GS_DOC ''F$$ENVIRONMENT(""DEFAULT"")'"
ifeq "$(OPENVMS)" "VAX"
	$$ @APPEND_L $@ "$$ DEFINE/JOB C$$INCLUDE ''F$$ENVIRONMENT(""DEFAULT"")', DECW$$INCLUDE, SYS$$LIBRARY"
	$$ @APPEND_L $@ "$$ DEFINE/JOB VAXC$$INCLUDE C$$INCLUDE"
	$$ @APPEND_L $@ "$$ DEFINE/JOB SYS SYS$$LIBRARY"
else
	$$ @APPEND_L $@ "$$ DEFINE/JOB DECC$$USER_INCLUDE ''F$$ENVIRONMENT(""DEFAULT"")', DECW$$INCLUDE, DECC$$LIBRARY_INCLUDE, SYS$$LIBRARY"
	$$ @APPEND_L $@ "$$ DEFINE/JOB DECC$$SYSTEM_INCLUDE ''F$$ENVIRONMENT(""DEFAULT"")', DECW$$INCLUDE, DECC$$LIBRARY_INCLUDE, SYS$$LIBRARY"
	$$ @APPEND_L $@ "$$ DEFINE/JOB SYS "DECC$$LIBRARY_INCLUDE,SYS$$LIBRARY"
endif

openvms.opt:
ifeq "$(OPENVMS)" "VAX"
	$$ @APPEND_L $@ "SYS$$SHARE:VAXCRTL.EXE/SHARE"
endif
ifeq "$(DECWINDOWS)" "1.2"
	$$ @APPEND_L $@ "SYS$$SHARE:DECW$$XMLIBSHR12.EXE/SHARE"
	$$ @APPEND_L $@ "SYS$$SHARE:DECW$$XTLIBSHRR5.EXE/SHARE"
	$$ @APPEND_L $@ "SYS$$SHARE:DECW$$XLIBSHR.EXE/SHARE"
else
	$$ @APPEND_L $@ "SYS$$SHARE:DECW$$XMLIBSHR.EXE/SHARE"
	$$ @APPEND_L $@ "SYS$$SHARE:DECW$$XTSHR.EXE/SHARE"
	$$ @APPEND_L $@ "SYS$$SHARE:DECW$$XLIBSHR.EXE/SHARE"
endif
	$$ @APPEND_L $@ ""Ident="""""GS $(GS_DOT_VERSION)"""""

# The platform-specific makefiles must also include rules for creating
# certain dynamically generated files:
#	gconfig_.h - this indicates the presence or absence of
#	    certain system header files that are located in different
#	    places on different systems.  (It could be generated by
#	    the GNU `configure' program.)
#	gconfigv.h - this indicates the status of certain machine-
#	    and configuration-specific features derived from definitions
#	    in the platform-specific makefile.

$(gconfig__h): $(MAKEFILE) $(ECHOGS_XE)
	$(EXP)$(ECHOGS_XE) -w $(gconfig__h) -x 23 define "HAVE_SYS_TIME_H"

$(gconfigv_h): $(MAKEFILE) $(ECHOGS_XE)
	$(EXP)$(ECHOGS_XE) -w $(gconfigv_h) -x 23 define "USE_ASM" 0
	$(EXP)$(ECHOGS_XE) -a $(gconfigv_h) -x 23 define "USE_FPU" 1
	$(EXP)$(ECHOGS_XE) -a $(gconfigv_h) -x 23 define "EXTEND_NAMES" 0$(EXTEND_NAMES)
	$(EXP)$(ECHOGS_XE) -a $(gconfigv_h) -x 23 define "SYSTEM_CONSTANTS_ARE_WRITABLE" 0$(SYSTEM_CONSTANTS_ARE_WRITABLE)

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美午夜理伦三级在线观看| 久久综合色之久久综合| 久久久久久久精| 日韩在线一区二区| 99久精品国产| 精品99999| 国精品**一区二区三区在线蜜桃| 精品视频色一区| 玖玖九九国产精品| 色狠狠综合天天综合综合| 337p日本欧洲亚洲大胆色噜噜| 亚洲欧美日韩小说| av中文字幕在线不卡| 久久人人97超碰com| 性感美女极品91精品| 成人免费毛片aaaaa**| 日韩女优视频免费观看| 亚洲1区2区3区视频| 国产福利一区二区三区视频| 色综合天天综合色综合av| 国产精品乱码人人做人人爱| 国产一区二区不卡在线| 欧美国产一区视频在线观看| 精品一区二区三区不卡| 国产亚洲欧美色| 大白屁股一区二区视频| 欧美激情一区二区三区全黄| 成人免费毛片app| 亚洲综合丁香婷婷六月香| 91在线看国产| 亚洲大片一区二区三区| 日韩一级片在线播放| 国产一区二区三区免费看| 国产精品久久久久9999吃药| 欧美日韩一二三| 粉嫩久久99精品久久久久久夜| 久久精品网站免费观看| 欧美精选午夜久久久乱码6080| 捆绑紧缚一区二区三区视频| 久久新电视剧免费观看| 99久久精品国产导航| 亚洲图片自拍偷拍| 26uuu亚洲综合色| 色哟哟国产精品| 卡一卡二国产精品| 亚洲愉拍自拍另类高清精品| 久久综合九色综合欧美就去吻| 成人综合婷婷国产精品久久免费| 亚洲黄色片在线观看| 91精品国产手机| 91黄色免费网站| 国产在线国偷精品免费看| 亚洲一区二区三区四区的| 久久久99免费| 精品免费99久久| 91精品婷婷国产综合久久性色| 色综合中文综合网| 99久久777色| 精品午夜久久福利影院| 亚洲v中文字幕| 一区二区三区四区视频精品免费 | 午夜激情久久久| 亚洲国产精品一区二区www| 亚洲综合男人的天堂| 首页亚洲欧美制服丝腿| 青椒成人免费视频| 日韩中文字幕av电影| 老鸭窝一区二区久久精品| 国内精品久久久久影院薰衣草| 国内外成人在线| 国产精品白丝av| 一本一本大道香蕉久在线精品| 91久久精品国产91性色tv| 亚洲一级不卡视频| 成人久久视频在线观看| 欧美日韩国产大片| 欧美zozozo| 亚洲免费观看高清完整版在线| 亚洲激情男女视频| 精品一区二区免费看| 色综合久久天天综合网| 欧美一级日韩免费不卡| 国产精品不卡一区| 国产在线视频不卡二| 国产精品一区二区久久精品爱涩 | 久久精品国内一区二区三区 | 天天色天天爱天天射综合| 99久久综合国产精品| 国产欧美精品一区二区色综合朱莉 | 7777精品久久久大香线蕉| 一区二区三区四区亚洲| 色又黄又爽网站www久久| 久久精品一区二区三区av| 极品美女销魂一区二区三区| 欧美成人三级在线| 免费av网站大全久久| 日韩一区二区三区四区| 天堂成人国产精品一区| 在线成人av网站| 日韩**一区毛片| 精品福利一区二区三区| 加勒比av一区二区| 亚洲国产高清在线观看视频| 懂色av一区二区三区蜜臀| 中文在线一区二区| 在线精品视频免费播放| 99re6这里只有精品视频在线观看| 国产精品久99| 3d动漫精品啪啪1区2区免费| 美脚の诱脚舐め脚责91 | 久久精品亚洲乱码伦伦中文| 91精品欧美久久久久久动漫| 国内精品伊人久久久久av影院| 久久久99精品久久| 色综合色综合色综合色综合色综合 | 免费黄网站欧美| 久久久久久久久久久久久夜| eeuss鲁片一区二区三区在线看| 亚洲欧美一区二区三区国产精品 | 一区二区欧美精品| 久久夜色精品国产噜噜av| 99麻豆久久久国产精品免费| 午夜视频在线观看一区| 欧美国产一区在线| 欧美一级高清大全免费观看| jiyouzz国产精品久久| 裸体一区二区三区| 自拍偷拍亚洲综合| 久久色视频免费观看| 欧美日韩免费观看一区三区| 7777女厕盗摄久久久| 色一情一乱一乱一91av| 国产一区二区三区视频在线播放| 亚洲午夜一区二区三区| 亚洲色图制服丝袜| 久久这里只有精品视频网| 欧美日韩国产首页| 在线观看亚洲成人| 色悠悠久久综合| 97se亚洲国产综合自在线不卡| 狠狠狠色丁香婷婷综合激情 | 一区二区三区免费观看| 中文字幕一区二区三区精华液| 久久午夜电影网| 国产视频一区二区在线观看| 久久久久久久国产精品影院| 久久久久久久久久久99999| 91精品在线免费观看| 日韩视频免费直播| 欧美videofree性高清杂交| 日韩欧美国产系列| 久久免费的精品国产v∧| 久久精品一区二区三区不卡| 国产欧美一区二区精品婷婷| 日本一区二区三区四区| 亚洲日韩欧美一区二区在线| 亚洲欧美另类小说| 日精品一区二区三区| 久久99精品国产麻豆婷婷| 欧美电影影音先锋| 国产欧美va欧美不卡在线| 日本一区二区视频在线| **欧美大码日韩| 久久精品国产99国产精品| 成人激情免费网站| 欧美日韩国产成人在线免费| 精品久久99ma| 国产精品福利一区| 日本女优在线视频一区二区| 国产福利一区在线| 青青青爽久久午夜综合久久午夜| 久久国产生活片100| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 亚洲国产精品尤物yw在线观看| 国内精品伊人久久久久av影院| 欧美性猛交xxxxxxxx| 久久视频一区二区| 免费精品视频在线| 欧美日韩中文精品| 91麻豆蜜桃一区二区三区| 欧美一区二区三区在线看| 亚洲人成7777| 91女厕偷拍女厕偷拍高清| 国产婷婷一区二区| 精品亚洲成av人在线观看| 欧美日韩国产精选| 亚洲chinese男男1069| 欧美羞羞免费网站| 国产精品久久二区二区| 欧美a级理论片| 欧美色图12p| 亚洲色欲色欲www| 国产.欧美.日韩| 精品国产乱码久久久久久牛牛| 亚洲123区在线观看| 欧美亚洲综合网| 亚洲欧美激情一区二区| 国产成人av电影在线| 日韩欧美中文一区二区| 日日骚欧美日韩|