add a bunch of more variable documentation wrt xorg
This commit is contained in:
parent
8f32579127
commit
710bacd4ef
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.README,v 1.220 2008/08/28 07:21:49 lukem Exp $
|
||||
# $NetBSD: bsd.README,v 1.221 2008/08/28 07:53:53 mrg Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the make "include" files for the NetBSD
|
||||
|
@ -491,11 +491,17 @@ NLSMODE Native Language Support files mode. [${NONBINMODE}]
|
|||
|
||||
X11SRCDIR The path to the xsrc tree. [/usr/xsrc]
|
||||
|
||||
X11SRCDIR.xc The path to the X11R6 xc src tree. [${X11SRCDIR}/xfree/xc]
|
||||
X11SRCDIR.xc The path to the (old) X11 xc src tree. [${X11SRCDIR}/xfree/xc]
|
||||
|
||||
X11SRCDIR.local The path to the local X11R6 src tree. [${X11SRCDIR}/local]
|
||||
X11SRCDIR.local The path to the local X11 src tree. [${X11SRCDIR}/local]
|
||||
|
||||
X11ROOTDIR Root directory of the X11 installation. [/usr/X11R6]
|
||||
X11SRCDIR.lib<package>
|
||||
X11SRCDIR.<package>
|
||||
The path to the xorg src tree for the specificed package>.
|
||||
[${X11SRCDIR}/external/mit/xorg/<package>/dist]
|
||||
|
||||
X11ROOTDIR Root directory of the X11 installation. [/usr/X11R6 or
|
||||
[/usr/X11R7]
|
||||
|
||||
X11BINDIR X11 bin directory. [${X11ROOTDIR}/bin]
|
||||
|
||||
|
@ -1480,14 +1486,14 @@ WARNS Crank up GCC warning options; the distinct levels are:
|
|||
=-=-=-=-= bsd.x11.mk =-=-=-=-=
|
||||
|
||||
The include file <bsd.x11.mk> contains parameters and targets for
|
||||
cross-building X11R6 from ${X11SRCDIR.xc}.
|
||||
cross-building X11 from ${X11SRCDIR.xc} / ${X11MITSRCDIR.*}.
|
||||
It should be included after the general Makefile contents but before
|
||||
the include files such as <bsd.prog.mk> and <bsd.lib.mk>.
|
||||
|
||||
It provides the following targets:
|
||||
.man.1 .man.3 .man.4 .man.5 .man.7:
|
||||
If ${MAN} or ${PROG} is set and ${MKMAN} != "no",
|
||||
these rules convert from X11R6's manual page source
|
||||
these rules convert from X11's manual page source
|
||||
into an mdoc.old source file.
|
||||
cleanx11man:
|
||||
Clean up the mdoc.old files generated by the above.
|
||||
|
@ -1509,22 +1515,24 @@ CPPFLAGS Appended with definitions to include from
|
|||
LDFLAGS Appended with definitions to link from
|
||||
${DESTDIR}${X11USRLIBDIR}
|
||||
|
||||
X11FLAGS.CONNECTION Equivalent to X11R6's CONNECTION_FLAGS.
|
||||
X11FLAGS.CONNECTION Equivalent to X11's CONNECTION_FLAGS.
|
||||
|
||||
X11FLAGS.EXTENSION Equivalent to X11R6's EXT_DEFINES.
|
||||
X11FLAGS.EXTENSION Equivalent to X11's EXT_DEFINES.
|
||||
|
||||
X11FLAGS.LOADABLE Equivalent to X11R6's LOADABLE.
|
||||
X11FLAGS.LOADABLE Equivalent to X11's LOADABLE.
|
||||
|
||||
X11FLAGS.OS_DEFINES Equivalent to X11R6's OS_DEFINES.
|
||||
X11FLAGS.OS_DEFINES Equivalent to X11's OS_DEFINES.
|
||||
|
||||
X11FLAGS.SERVER Equivalent to X11R6's ServerDefines.
|
||||
X11FLAGS.SERVER Equivalent to X11's ServerDefines.
|
||||
|
||||
X11FLAGS.THREADLIB Equivalent to X11R6's THREADS_DEFINES for libraries.
|
||||
X11FLAGS.THREADLIB Equivalent to X11's THREADS_DEFINES for libraries.
|
||||
|
||||
X11FLAGS.THREADS Equivalent to X11R6's THREADS_DEFINES.
|
||||
X11FLAGS.THREADS Equivalent to X11's THREADS_DEFINES.
|
||||
|
||||
X11FLAGS.VERSION cpp(1) definitions of OSMAJORVERSION and OSMINORVERSION.
|
||||
|
||||
X11FLAGS.DIX Equivalent to X11's DIX_DEFINES.
|
||||
|
||||
X11TOOL_UNXCOMM Commandline to convert `XCOMM' comments to `#'
|
||||
|
||||
It uses the following variables:
|
||||
|
|
Loading…
Reference in New Issue