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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? readme

?? 遠程桌面連接工具
??
?? 第 1 頁 / 共 2 頁
字號:
$TOG: README /main/66 1997/05/20 10:05:36 kaleb $$XFree86: xc/config/cf/README,v 1.1.1.9.2.3 1998/01/23 12:35:07 dawes Exp $The easiest way to write an Imakefile is to find another one that doessomething similar and copy/modify it!To change any of these variables, edit the site.def file.Imake.tmpl provides defaults for the following variables:	AlternateIncRoot	compiler needs -I to find project includes	AlternateUsrLibDir	linker needs -L to find project libraries	ArCmd			command used to create libraries	ArCmdBase		program name part of ArCmd	ArAddCmd		flags to have ArCmdBase add files to a library	ArExtCmd		flags to have ArCmdBase extract files	AsCmd			command used to run assembler	BootstrapCFlags		missing cpp symbols needed to get started	BourneShell		command used to run Bourne Shell	CCsuf			suffix that C++ source files have	CURDIR			current directory relative to top of sources	CcCmd			command to run C compiler	CompressCmd		command to run compress program	GzipCmd			command to run gzip program	ConstructMFLAGS		System V option to set MFLAGS make variable	CpCmd			command to copy one file to another	CplusplusCmd		command to run C++ compiler	CplusplusFilt		command to run C++ name demangler	CplusplusYaccCmd	command to produce C++ source from yacc source	CppCmd			command to run C preprocessor	CrossCompiling		cross compiling? (not fully supported)	DebuggableCDebugFlags	C compiler -I's and -D's to turn on debug info	DefaultCCOptions	default special C compiler options	DefaultCDebugFlags	debug/optimize flags for programs	DefaultUsrBin		program directory used even if PATH not set	DependFlags		extra makedepend flags	DoRanlibCmd		boolean for system uses ranlib	EqnCmd			command used for eqn	ExecableScripts		boolean for systems that can exec() #!/bin/sh	ExpandManNames		boolean to expand man pages names to long form	ExtraFilesToClean	extra files to remove on make clean	ExtraLibraries		system-specific libraries need to link	ExtraLoadFlags		system-specific loader flags	FileManSuffix		man suffix for file format pages	FilesToClean		files to delete in make clean	FortranCmd		command to run Fortran compiler	FortranDebugFlags	flags for Fortran debug info	FortranFlags		Fortran compiler flags	HasBSD44Sockets		boolean for system has BSD4.4 sockets	HasBsdMake		use the 4.4BSD variant of the make program?	HasBsearch		boolean for libc has bsearch()	HasBrokenCCForLink	boolean for brain damaged cc driver	HasCenterLineC		boolean for system has CenterLine C compiler	HasCenterLineCplusplus	boolean for system has CenterLine C++ compiler	HasClearmake		use Clearcase's clearmake make program?	HasCodeCenter		boolean for system has CodeCenter	HasCplusplus		system has a C++ compiler?	HasDECnet		system has DECnet?	HasFortran		boolean for system has Fortran compiler	HasGcc			boolean for system has GNU gcc compiler	HasGcc2			boolean for system has GNU gcc 2.x compiler	HasGcc2ForCplusplus	use gcc 2 for C++ programs?	HasGnuMake		use the GNU make program?	HasKrb5			system has Kerberos version 5 support?	HasLargeTmp		boolean for system has /tmp space	HasLatex		system has LaTeX document preparation software	HasLibCrypt		boolean for system has libcrypt	HasNdbm			boolean for system has ndbm routines	HasPoll			use poll() syscall?	HasPurify		boolean for system has Purify	HasPutenv		boolean for libc has putenv()	HasSecureRPC		boolean for Sun Secure RPC	HasSetUserContext	boolean for setusercontext()	HasSentinel		boolean for system has Sentinel available	HasSharedLibraries	boolean for system has shared libraries	HasShm			boolean for System V shared memory	HasSockets		boolean for system has BSD sockets	HasStrcasecmp		boolean for system implements str[n]casecmp	HasStreams		use STREAMS I/O interface?	HasSymLinks		boolean for system has symbolic links	HasTestCenter		boolean for system has TestCenter	HasVarDirectory		boolean for system has /var	HasVFork		boolean for system has vfork()	HasVoidSignalReturn	boolean for POSIX signal() procs	HasZlib			boolean for system has libz	IncRoot			parent of X11 include directory	InstBinFlags		install flags for binaries	InstDatFlags		install flags for data files	InstIncFlags		install flags for header files	InstKmemFlags		install flags for xload to get at /dev/kmem	InstLibFlags		install flags for libraries	InstManFlags		install flags for manual pages	InstPgmFlags		install flags for normal programs	InstUidFlags		install flags for xterm to chown /dev/ptys	InstallCmd		command to install files	Krb5Includes		where to include Kerberos header files from	Krb5Libraries		where to load Kerberos libraries from	LdCmd			command to run loader	LdCombineFlags		flags for incremental loading	LexCmd			command to run lex	LexLib			library for programs using lex output	LintCmd			command to run lint	LintLibFlag		flags to generate lint libraries	LintOpts		lint options to control strictness	LnCmd			command to link two files	LoaderLibPrefix		loader flags before libraries	LocalRulesFile		site-specific file with additional imake rules	LocalTmplFile		file with additional imake variables	MacroFile		name of machine-dependent config params file	MacroIncludeFile	<MacroFile>	MakeCmd			command to run make	Malloc0ReturnsNull	boolean for malloc(0) == NULL	Malloc0ReturnsNullDefines -D's to build libX11/libXt	MathLibrary		library for programs using C math functions	MsMacros		macro flag for TroffCmd, normally "-ms"	MvCmd			command to rename a file	NdbmDefines		-D's to turn on use of ndbm routines	NeedConstPrototoypes	whether const is supported	NeedFunctionPrototypes	whether or not to force function prototypes	NeedNestedPrototypes	whether nested prototypes are supported	NeedVarargsPrototypes	whether varargs prototypes are supported	NeedWidePrototypes	whether or not to widen function prototypes	NoOpCDebugFlags		C compiler flags to not debug or optimize	NoRConst		YES if const for structs of funcs is bad	OSMajorVersion		major version number of operating system	OSMinorVersion		minor version number of operating system	OptimizedCDebugFlags	C compiler flags to turn on optimization	PreProcessCmd		command to run /lib/cpp on scripts	RanlibCmd		command to clean up libraries	RanlibInstFlags		flags to ranlib after copying	RmCmd			command to delete files	ShLibDir		directory in which to install shared libraries	StandardCppDefines	-D's for running cpp	StandardDefines		-D's for running C compiler	StandardIncludes	-I's for running C compiler	StripInstalledPrograms	boolean for sites that want to install -s	SystemV			boolean for systems that are at least SVR2	SystemV4		boolean for SVR4 systems	TOPDIR			relative path to top of sources	TagsCmd			command to run tags	TblCmd			command to run tbl	TroffCmd		command to run troff to get PostScript	UNCOMPRESSPATH		command to run uncompress	UnalignedReferencesAllowed	boolean for unaligned copies ok	UsrLibDir		directory in which to install libraries	VarDirectory		directory in /var for logs, etc., and config	YaccCmd			command to run yaccX11.tmpl provides defaults for the following variables:	AdmDir			directory containing system log files	AllocateLocalDefines	-D's to turn on alloca()	BDFTOSNFFILT		command to run bdftosnf	BaseExtensionDefines	universal extensions to use	BinDir			directory in which to install programs	BuildAppgroup		build AppGroup extension	BuildFontServer		build font server	BuildFonts		build pcf fonts	BuildIncRoot		relative path to location of headers in build	BuildIncTop		path from build includes directory to top	BuildLBX		build LBX (aka X.fast) server extension	BuildPexExt		build PEX server extension and fonts	BuildPhigs		build Phigs (obsolete)	BuildServer		build X server	BuildXAudio		build Audio 	BuildXAServer		build Audio server	BuildXIE		build X Image Extension	BuildDIS		build Document Imaging Subset of XIE	BuildXCSecurity		Build Security Extension	BuildXInputExt		build X Input extension (requires ddx support,					which exists only in Xhp)	BuildXInputLib		build X Input library	BuildXKB		build X Keyboard Extension?	BuildXKBlib		build X Keyboard Extension into Xlib?	UseXKBInClients		Use XKB functions in normal clients?	BuildDBE		build DOUBLE-BUFFER extension	BuildMultibuffer	build Multibuffer extension (obsolete)	BuildRECORD		Build RECORD extension	BuildPlugin		build xrx plug-in for web browsers	ConfigDir		install directory for config files	ConnectionFlags		-D's for supported transports	ContribDir		location of user-contributed sources	DebugLibFS		build libFS_d.a	DebugLibICE		build libICE_d.a	DebugLibPex		build libPEX5_d.a	DebugLibSM		build libSM_d.a	DebugLibX11		build libX11_d.a	DebugLibXau		build libXau_d.a	DebugLibXaw		build libXaw_d.a	DebugLibXdmcp		build libXdmcp_d.a	DebugLibXext		build libXext_d.a	DebugLibXi		build libXi_d.a	DebugLibXie		build libXie_d.a	DebugLibXmu		build libXmu_d.a	DebugLibXt		build libXt_d.a	DebugLibXtst		build libXtst_d.a	DebugLibXag		build libXag_d.a	DebugOldX		build liboldX_d.a	DefaultFSConfigFile	default font server config file	DefaultFontPath		default server font path	DefaultRGBDatabase	default server rgb color database	DefaultSystemPath	default system xdm PATH environment variable	DefaultSystemShell	default /bin/sh	DefaultUserPath		default user xdm PATH environment variable	DependCmd		command to run makedepend	DependDir		build directory containing makedepend program	ExtensionDefines	-D's for universal extensions	ExtensionOSDefines	-D's for additional extensions	FontCompilerFlags	flags for bdftosnf	FontDefines		-D's to turn on font options	FontDir			directory in which to install fonts	FontFilters		-D's to specify font conversion filters	FontOSDefines		-D's for which fonts to support	ForceNormalLib		force building of .a in addition to shared lib	GzipFontCompression	boolean for using gzip instead of compress	HasXdmAuth		boolean for using XDM-AUTHORIZATION-1;					needs Wraphelp.c, see Release Notes	InstallAppDefFiles	install new app defaults files over old?	InstallFSConfig		install fs config file over old?	InstallLibManPages	boolean for installing library man pages	InstallSecurityConfig	install server security policy file over old?	InstallXdmConfig	install xdm config files over old?	InstallXinitConfig	install xinit config files over old?	LibDir			directory in which to install X11 support files	LibManSuffix		man suffix for library pages	LibmanDir		directory in which to install library man pages	LintlibDir		directory in which to install lint libs	ManDir			directory in which to install program man pages	ManDirectoryRoot	parent of man directories relative to root	ManPath			full path of parent directory	ManSourcePath		common prefix of man page directories	ManSuffix		man suffix for programs	NeedDefaultDepLibs	boolean for enabling default DEPLIBS	NlsDir			directory in which to install nls files	NormalLibFS		build libFS.a	NormalLibICE		build libICE.a	NormalLibPex		build libPEX5.a	NormalLibPhigs		build libphigs.a	NormalLibSM		build libSM.a	NormalLibX11		build libX11.a	NormalLibXau		build libXau.a	NormalLibXaw		build libXaw.a	NormalLibXdmcp		build libXdmcp.a	NormalLibXext		build libXext.a	NormalLibXi		build libXi.a	NormalLibXie		build libXie.a	NormalLibXmu		build libXmu.a	NormalLibXt		build libXt.a	NormalLibXtst		build libXtst.a	NormalLibXag		build libXag.a	NormalOldX		build liboldX.a	OsNameDefines		beats me	PexApiDir		PEX include file location	PexCCOptions		special options for building PEX library	PexCDebugFlags		special flags for building PEX library	PexClientDefines	special -D's for building PEX clients	PexDipexDefines		special -D's for building PEX di files	PexPhigsDefines		special -D's for building PEX library	PexShmIPC		boolean for using shared memory in phigsmon	PhigsInclude		include directory for phigs clients	PrimaryScreenResolution	resolution of default server screen	ProfileLibFS		build libFS_p.a	ProfileLibICE		build libICE_p.a	ProfileLibPex		build libPEX5_p.a	ProfileLibSM		build libSM_p.a	ProfileLibX11		build libX11_p.a	ProfileLibXau		build libXau_p.a	ProfileLibXaw		build libXaw_p.a	ProfileLibXdmcp		build libXdmcp_p.a	ProfileLibXext		build libXext_p.a	ProfileLibXi		build libXi_p.a	ProfileLibXie		build libXie_p.a	ProfileLibXmu		build libXmu_p.a	ProfileLibXt		build libXt_p.a	ProfileLibXtst		build libXtst_p.a	ProfileLibXag		build libXag_p.a	ProfileOldX		build liboldX_p.a	ProjectX		version indicating this is the X Window System	RemoveTargetProgramByMoving	boolean for rm -f that doesn't	SHELLPATH		-D for /bin/sh	ServerConfigDir		directory for server security config files	ServerDefines		complete -D's for server	ServerExtraDefines	special -D's for server	ServerOSDefines		OS -D's for server	ServerAssertDefines	-DNDEBUG for no assertions, /**/ for assertions	SharedLibFS		boolean for making sharable libFS.so	SharedLibICE		boolean for making sharable libICE.so	SharedLibPex		boolean for making sharable libPEX5.so	SharedLibPhigs		boolean for making sharable libphigs.so	SharedLibSM		boolean for making sharable libSM.so	SharedLibX11		boolean for making sharable libX11.so	SharedLibXau		boolean for making sharable libXau.so	SharedLibXaw		boolean for making sharable libXaw.so	SharedLibXdmcp		boolean for making sharable libXdmcp.so	SharedLibXext		boolean for making sharable libXext.so	SharedLibXi		boolean for making sharable libXi.so	SharedLibXie		boolean for making sharable libXie.so	SharedLibXmu		boolean for making sharable libXmu.so	SharedLibXt		boolean for making sharable libXt.so	SharedLibXtst		boolean for making sharable libXtst.so	SharedLibXag		boolean for making sharable libXag.so	SharedOldX		boolean for making sharable liboldX.so	ShmDefines		MIT-SHM define	TwmDir			directory in which to install twm config files	UseCCMakeDepend		boolean for using alternate makedepend script	UseRgbTxt		use rgb.txt file as is instead of DBM-compiled	VendorHasX11R6_3libXext	don't need Security & AppGroup in xrx plug-in	XAppLoadDir		directory in which to install app defaults	XFileSearchPathBase	base file search path	XFileSearchPathDefault	default path to search for app defaults files	XInputDefines		XINPUT define	XMalloc0ReturnsNullDefines -D's specifically for libX11	XawClientDepLibs	DEPLIBS for clients that use Xaw	XawClientLibs		LOCAL_LIBRARIES for clients that use Xaw	XdmConfigurationSubdirectory	name of default xdm configuration	XdmDir			directory in which to install xdm files	XdmServersType		type of xdm Xservers file to install	XinitDir		directory in which to install xinit files	XPrintDir		parent of X Print server config directory	XprtServer		build the X Print server	XmanLocalSearchPath	non-standard path for man pages	XtErrorPrefix		leading text in XtError() msg; eg. 'X Toolkit '	XtWarningPrefix		leading text in XtWarning()msg, same as above	XtMalloc0ReturnsNullDefines -D's specifically for libXt	ZBDFTOSNFFILT		-D to run uncompress and bdftosnfLibrary.tmpl provides defaults for the following variables:	AvoidNullMakeCommand	for makes that spout about $(_NULLCMD_)	LibraryCCOptions	special C compiler options for libraries	LibraryCDebugFlags	library debug/optimize flags to override defs	LibraryCcCmd		command to run C compiler in libraries	LibraryCplusplusOptions special C++ options for libraries	LibraryCplusplusDebugFlags  library debug/optimize flags for C++	LibraryCplusplusCmd	command to run C++ compiler in libraries	LibraryDefines		-D's for libraries

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色吧成人激情小说| 成人理论电影网| 一级中文字幕一区二区| 国产精品色在线观看| 国产婷婷一区二区| 久久九九全国免费| 久久久美女毛片| 国产三级精品在线| 国产日韩欧美麻豆| 国产精品超碰97尤物18| 亚洲欧洲av另类| 亚洲精品久久久久久国产精华液 | 丁香婷婷深情五月亚洲| 国产成人午夜精品5599| 国产成人精品www牛牛影视| 国产激情91久久精品导航| 粉嫩av一区二区三区在线播放| 国产99久久久久久免费看农村| 成人午夜在线免费| 色香蕉久久蜜桃| 欧美高清hd18日本| 久久久综合九色合综国产精品| 欧美高清在线视频| 一级精品视频在线观看宜春院| 一区二区三区成人在线视频| 日本午夜一本久久久综合| 久久精品免费看| 国产91精品一区二区| 欧洲色大大久久| 精品国产一区二区精华| 日本一区二区三区久久久久久久久不| ...xxx性欧美| 日韩和欧美一区二区三区| 蜜臀国产一区二区三区在线播放| 狠狠狠色丁香婷婷综合久久五月| www.99精品| 欧美日韩国产综合视频在线观看| 欧美mv日韩mv国产| 亚洲品质自拍视频| 精品一区二区三区视频| 一本高清dvd不卡在线观看| 欧美精品1区2区| 欧美韩国日本一区| 日本欧美久久久久免费播放网| 国产一区二区三区香蕉| 欧美日韩日日摸| 欧美国产一区视频在线观看| 亚洲不卡av一区二区三区| 国产一区二区三区综合| 欧美视频第二页| 国产精品久久久久久久久免费桃花| 亚洲一区精品在线| 成人免费观看视频| 欧美mv和日韩mv国产网站| 亚洲日本韩国一区| 国产一区二区三区在线观看精品 | 日韩一级片在线观看| 国产欧美日韩三级| 男女男精品网站| 色94色欧美sute亚洲线路二| 欧美激情一区二区三区在线| 久久99国产乱子伦精品免费| 欧美在线视频不卡| 国产精品视频一区二区三区不卡| 日韩中文字幕1| 色婷婷综合激情| 中文字幕免费观看一区| 美腿丝袜在线亚洲一区| 欧美日韩电影在线播放| 亚洲免费观看高清完整 | 午夜国产精品一区| 91小视频在线免费看| 国产日韩欧美综合一区| 韩国三级中文字幕hd久久精品| 69堂精品视频| 日日夜夜免费精品| 欧美三级欧美一级| 五月婷婷久久综合| 欧美精品国产精品| 日日噜噜夜夜狠狠视频欧美人 | 69堂成人精品免费视频| 亚洲综合久久久| 色噜噜偷拍精品综合在线| 中文字幕一区二区日韩精品绯色| 粗大黑人巨茎大战欧美成人| 国产午夜亚洲精品理论片色戒| 激情综合一区二区三区| 欧美白人最猛性xxxxx69交| 久久99精品久久久久久动态图| 日韩午夜激情电影| 狠狠色综合播放一区二区| www一区二区| 国产精品一区二区在线播放| 久久久久国产精品免费免费搜索| 国产在线看一区| 国产精品私房写真福利视频| 成人午夜av在线| 亚洲六月丁香色婷婷综合久久| 91女厕偷拍女厕偷拍高清| 一区二区在线免费| 欧美性生活大片视频| 婷婷丁香激情综合| 久久亚洲综合av| 成人黄色综合网站| 夜夜嗨av一区二区三区| 欧美日韩aaaaaa| 精品一区二区三区免费观看| 久久综合久色欧美综合狠狠| a级精品国产片在线观看| 一区二区不卡在线播放| 欧美一级理论片| 国产不卡一区视频| 亚洲一线二线三线视频| 日韩天堂在线观看| 国产.精品.日韩.另类.中文.在线.播放| 亚洲丝袜另类动漫二区| 欧美写真视频网站| 国内欧美视频一区二区| 中文字幕五月欧美| 欧美一区二区在线视频| 成人午夜又粗又硬又大| 亚洲1区2区3区视频| 久久这里只精品最新地址| 色呦呦国产精品| 久久超碰97中文字幕| 亚洲欧洲三级电影| 日韩一级片在线观看| 91蝌蚪porny成人天涯| 日韩电影免费在线看| 国产精品久久久久影视| 欧美肥妇毛茸茸| 91同城在线观看| 蜜桃av一区二区在线观看| 亚洲丝袜制服诱惑| 久久久青草青青国产亚洲免观| 在线日韩国产精品| 国产传媒欧美日韩成人| 午夜私人影院久久久久| 中文子幕无线码一区tr| 日韩亚洲欧美中文三级| 99久久精品国产精品久久| 韩国v欧美v日本v亚洲v| 天堂久久一区二区三区| 亚洲欧美激情小说另类| 国产欧美日韩另类一区| 欧美一区二区三区日韩视频| 91浏览器入口在线观看| 粉嫩av一区二区三区| 裸体健美xxxx欧美裸体表演| 亚洲一区二区不卡免费| 一区在线播放视频| 国产日韩精品一区二区三区 | av电影天堂一区二区在线观看| 日本成人在线一区| 亚洲一区av在线| 国产欧美日韩不卡免费| 欧美大片日本大片免费观看| 欧美日韩一区 二区 三区 久久精品| 99精品视频在线观看| 国产成人鲁色资源国产91色综| 久久99精品视频| 免费精品99久久国产综合精品| 亚洲大片一区二区三区| 亚洲成人在线观看视频| 亚洲一区二区三区影院| 亚洲综合成人在线视频| 亚洲毛片av在线| 亚洲视频一二三区| 亚洲欧洲精品一区二区三区| 国产午夜精品一区二区三区嫩草| 精品久久久久久久久久久久包黑料 | 久久这里都是精品| 欧美一级欧美三级在线观看| 正在播放一区二区| 日韩久久久久久| 精品88久久久久88久久久| 26uuu亚洲综合色欧美| 欧美精品一区二区三区高清aⅴ| 日韩欧美在线观看一区二区三区| 宅男在线国产精品| 欧美一区午夜视频在线观看| 91麻豆精品久久久久蜜臀| 日韩欧美一级特黄在线播放| 欧美一级日韩免费不卡| 2欧美一区二区三区在线观看视频| 2021久久国产精品不只是精品| 国产无遮挡一区二区三区毛片日本| 国产午夜亚洲精品理论片色戒 | 中文字幕在线一区免费| 中文字幕中文乱码欧美一区二区| 国产精品欧美久久久久一区二区| 337p日本欧洲亚洲大胆色噜噜| 久久夜色精品国产欧美乱极品| 精品日韩一区二区三区| 久久久不卡影院| 中文字幕人成不卡一区| 偷拍亚洲欧洲综合| 国产在线一区二区| 在线观看成人小视频| 欧美zozozo|