4 # A script that symlinks source files from monolithic to modular
6 # Author: Soren Sandmann (sandmann@redhat.com)
10 # Things we would like to do
12 # - Check that all the relevant files exist
13 # - AUTHORS, autogen.sh, configure.ac, ...
14 # - Check that we have actually linked everything
15 # - if a file doesn't need to be linked, then it needs
16 # to be listed as "not-linked"
17 # - Compute diffs between all the files (shouldn't be necessary)
18 # - possibly check that files are listet in Makefile.am's
19 # - Clean target directory of irrelevant files
22 check_destinations
() {
23 # don't do anything - we are relying on the side
29 # Check whether $1 exists
36 error
"$1 is a directory"
56 run check_destinations
"Creating destination directories"
57 run check_exist
"Checking that the source files exist"
58 run delete_existing
"Deleting existing files"
59 run link_files
"Linking files"
71 symlink_proto_core
() {
75 action ap_keysym.h
# not used anywhere
77 action HPkeysym.h
# not used anywhere
85 action XF86keysym.h
# only used in server
96 action Xthreads.h
# not used in server
103 # Extension protocols
105 symlink_proto_applewm
() {
107 dst_dir proto
/AppleWM
113 symlink_proto_bigreq
() {
114 src_dir include
/extensions
115 dst_dir proto
/BigReqs
120 symlink_proto_composite
() {
121 src_dir include
/extensions
122 dst_dir proto
/Composite
125 action compositeproto.h
128 symlink_proto_damage
() {
129 src_dir include
/extensions
136 symlink_proto_dmx
() {
137 src_dir include
/extensions
144 symlink_proto_evie
() {
145 src_dir include
/extensions
151 symlink_proto_fixes
() {
152 src_dir include
/extensions
159 symlink_proto_fontcache
() {
160 src_dir include
/extensions
161 dst_dir proto
/Fontcache
168 symlink_proto_input
() {
169 src_dir include
/extensions
178 src_dir include
/extensions
188 symlink_proto_xinerama
() {
189 src_dir include
/extensions
190 dst_dir proto
/Xinerama
192 action panoramiXext.h
193 action panoramiXproto.h
194 action Xinerama.h
# not used in server
198 src_dir programs
/proxymngr
205 symlink_proto_print
() {
206 src_dir include
/extensions
213 symlink_proto_randr
() {
214 src_dir include
/extensions
221 symlink_proto_record
() {
222 src_dir include
/extensions
229 symlink_proto_render
() {
230 src_dir include
/extensions
237 symlink_proto_resource
() {
238 src_dir include
/extensions
239 dst_dir proto
/Resource
244 symlink_proto_saver
() {
245 src_dir include
/extensions
246 dst_dir proto
/ScrnSaver
250 action scrnsaver.h
# not used in server
253 symlink_proto_trap
() {
254 src_dir include
/extensions
258 action xtrapddmi.h
# only used in server
260 action xtrapemacros.h
# not used in server
261 action xtraplib.h
# not used in server
262 action xtraplibp.h
# not used in server
263 action xtrapproto.h
# only used in server
266 symlink_proto_video
() {
267 src_dir include
/extensions
270 action vldXvMC.h
# not used in server
277 symlink_proto_windowswm
() {
279 dst_dir proto
/WindowsWM
282 action windowswmstr.h
285 symlink_proto_xcmisc
() {
286 src_dir include
/extensions
292 # should these be exploded into individual extension components?
293 symlink_proto_xext
() {
294 src_dir include
/extensions
300 action lbxbuf.h
# not used in server
301 action lbxbufstr.h
# not used in server
319 action Xagsrv.h
# only used in server
323 action Xdbe.h
# not used in server
335 symlink_proto_xf86bigfont
() {
336 src_dir include
/extensions
337 dst_dir proto
/XF86BigFont
343 symlink_proto_xf86dga
() {
344 src_dir include
/extensions
345 dst_dir proto
/XF86DGA
353 symlink_proto_xf86dri
() {
354 src_dir extras
/Mesa
/src
/glx
/x11
355 dst_dir proto
/XF86DRI
361 symlink_proto_xf86misc
() {
362 src_dir include
/extensions
363 dst_dir proto
/XF86Misc
369 symlink_proto_xf86rush
() {
370 src_dir include
/extensions
371 dst_dir proto
/XF86Rush
377 symlink_proto_xf86vidmode
() {
378 src_dir include
/extensions
379 dst_dir proto
/XF86VidMode
385 symlink_proto_fonts
() {
386 src_dir include
/fonts
392 action FS.h
# not used in server
394 action FSproto.h
# not used in server
406 src_dir extras
/Mesa
/include
/GL
/internal
415 # Extension protocols
416 symlink_proto_applewm
418 symlink_proto_composite
423 symlink_proto_fontcache
431 symlink_proto_resource
435 symlink_proto_windowswm
438 symlink_proto_xf86bigfont
439 symlink_proto_xf86dga
440 symlink_proto_xf86dri
441 symlink_proto_xf86misc
442 symlink_proto_xf86rush
443 symlink_proto_xf86vidmode
444 symlink_proto_xinerama
459 symlink_lib_applewm
() {
461 dst_dir lib
/AppleWM
/src
465 dst_dir lib
/AppleWM
/man
467 action AppleWM.man AppleWM
.3
479 action DMXAddInput.man DMXAddInput
.3
480 action DMXAddScreen.man DMXAddScreen
.3
481 action DMXChangeDesktopAttributes.man DMXChangeDesktopAttributes
.3
482 action DMXChangeScreensAttributes.man DMXChangeScreensAttributes
.3
483 action DMXForceWindowCreation.man DMXForceWindowCreation
.3
484 action DMXGetDesktopAttributes.man DMXGetDesktopAttributes
.3
485 action DMXGetInputAttributes.man DMXGetInputAttributes
.3
486 action DMXGetInputCount.man DMXGetInputCount
.3
487 action DMXGetScreenAttributes.man DMXGetScreenAttributes
.3
488 action DMXGetScreenCount.man DMXGetScreenCount
.3
489 action DMXGetWindowAttributes.man DMXGetWindowAttributes
.3
491 action DMXQueryExtension.man DMXQueryExtension
.3
492 action DMXQueryVersion.man DMXQueryVersion
.3
493 action DMXRemoveInput.man DMXRemoveInput
.3
494 action DMXRemoveScreen.man DMXRemoveScreen
.3
495 action DMXSync.man DMXSync
.3
498 symlink_lib_composite
() {
499 src_dir lib
/Xcomposite
500 dst_dir lib
/Xcomposite
502 dst_dir lib
/Xcomposite
/include
/X11
/extensions
506 dst_dir lib
/Xcomposite
/src
508 action xcompositeint.h
512 symlink_lib_damage
() {
516 dst_dir lib
/Xdamage
/include
/X11
/extensions
520 dst_dir lib
/Xdamage
/src
527 src_dir include
/extensions
528 dst_dir lib
/Xevie
/include
/X11
/extensions
538 dst_dir lib
/Xevie
/src
542 dst_dir lib
/Xevie
/man
547 symlink_lib_fixes
() {
551 dst_dir lib
/Xfixes
/src
560 dst_dir lib
/Xfixes
/include
/X11
/extensions
564 dst_dir lib
/Xfixes
/man
566 action Xfixes.man Xfixes
.3
586 dst_dir lib
/Xau
/include
/X11
596 symlink_lib_xtrans
() {
612 symlink_lib_xdmcp
() {
660 action Wraphelp.README.crypto
662 dst_dir lib
/Xdmcp
/include
/X11
690 action DPMSCapable.man
691 action DPMSDisable.man
692 action DPMSEnable.man
693 action DPMSForceLevel.man
694 action DPMSGetTimeouts.man
695 action DPMSGetVersion.man
697 action DPMSQueryExtension.man
698 action DPMSSetTimeouts.man
699 action XcupGetReservedColormapEntries.man
700 action XcupQueryVersion.man
701 action XcupStoreColors.man
706 src_dir
doc
/man
/Xext
/dbe
709 action XdbeAllo.man XdbeAllocateBackBufferName.man
710 action XdbeBegi.man XdbeBeginIdiom.man
711 action XdbeEndI.man XdbeEndIdiom.man
712 action XdbeDeal.man XdbeDeallocateBackBufferName.man
713 action XdbeFree.man XdbeFreeVisualInfo.man
714 action XdbeQuer.man XdbeQueryExtension.man
715 action XdbeSwap.man XdbeSwapBuffers.man
716 action XdbeGetB.man XdbeGetBackBufferAttributes.man
717 action XdbeGetV.man XdbeGetVisualInfo.man
724 dst_dir lib
/X11
/include
/X11
749 action Xresinternal.h
1020 dst_dir lib
/X11
/src
/xcms
1090 dst_dir lib
/X11
/src
/xkb
1102 action XKBGetByName.c
1117 dst_dir lib
/X11
/src
/xlibi18n
1141 action utf8WMProps.c
1145 action XDefaultIMIF.c
1146 action XDefaultOMIF.c
1163 # XIMPC input method files
1165 dst_dir lib
/X11
/modules
/im
/ximcp
1196 dst_dir lib
/X11
/modules
/lc
/def
1202 dst_dir lib
/X11
/modules
/lc
/gen
1208 dst_dir lib
/X11
/modules
/lc
/Utf8
1214 dst_dir lib
/X11
/modules
/lc
/xlocale
1220 # Generic output method files
1222 dst_dir lib
/X11
/modules
/om
/generic
1238 action AllPlanes.man AllPlanes.man
1239 action BlkPScrn.man BlackPixelOfScreen.man
1240 action Dis3C.man DisplayOfCCC.man
1241 action ImageOrd.man ImageByteOrder.man
1242 action IsCKey.man IsCursorKey.man
1243 action XACHints.man XAllocClassHint.man
1244 action XAIcSize.man XAllocIconSize.man
1245 action XASCmap.man XAllocStandardColormap.man
1246 action XASHints.man XAllocSizeHints.man
1247 action XAWMHints.man XAllocWMHints.man
1248 action XAddHost.man XAddHost.man
1249 action XAllColor.man XAllocColor.man
1250 action XAllEvnt.man XAllowEvents.man
1251 action XAnyEvent.man XAnyEvent.man
1252 action XButEvent.man XButtonEvent.man
1253 action XCKCntrl.man XChangeKeyboardControl.man
1254 action XCKMping.man XChangeKeyboardMapping.man
1255 action XCMEvent.man XClientMessageEvent.man
1256 action XCPCntrl.man XChangePointerControl.man
1257 action XCSSet.man XChangeSaveSet.man
1258 action XCWAttrib.man XChangeWindowAttributes.man
1259 action XCWEvent.man XCreateWindowEvent.man
1260 action XCirEvent.man XCirculateEvent.man
1261 action XCirREven.man XCirculateRequestEvent.man
1262 action XClrArea.man XClearArea.man
1263 action XCmpEvent.man XColormapEvent.man
1264 action XConEvent.man XConfigureEvent.man
1265 action XConREven.man XConfigureRequestEvent.man
1266 action XConfWin.man XConfigureWindow.man
1267 action XCopyArea.man XCopyArea.man
1268 action XCreCmap.man XCreateColormap.man
1269 action XCreFCur.man XCreateFontCursor.man
1270 action XCreFSet.man XCreateFontSet.man
1271 action XCreGC.man XCreateGC.man
1272 action XCreIC.man XCreateIC.man
1273 action XCreImage.man XInitImage.man
1274 action XCreOC.man XCreateOC.man
1275 action XCrePmap.man XCreatePixmap.man
1276 action XCreReg.man XCreateRegion.man
1277 action XCreWin.man XCreateWindow.man
1278 action XCroEvent.man XCrossingEvent.man
1279 action XDWEvent.man XDestroyWindowEvent.man
1280 action XDefCur.man XDefineCursor.man
1281 action XDesWin.man XDestroyWindow.man
1282 action XDrArc.man XDrawArc.man
1283 action XDrIStr.man XDrawImageString.man
1284 action XDrLine.man XDrawLine.man
1285 action XDrPoint.man XDrawPoint.man
1286 action XDrRect.man XDrawRectangle.man
1287 action XDrString.man XDrawString.man
1288 action XDrText.man XDrawText.man
1289 action XERegion.man XEmptyRegion.man
1290 action XEnumDB.man XrmEnumerateDatabase.man
1291 action XEofFSet.man XExtentsOfFontSet.man
1292 action XErrEvent.man XErrorEvent.man
1293 action XExpEvent.man XExposeEvent.man
1294 action XFCEvent.man XFocusChangeEvent.man
1295 action XFEvent.man XFilterEvent.man
1296 action XFSExt.man XFontSetExtents.man
1297 action XFillRect.man XFillRectangle.man
1298 action XFlush.man XFlush.man
1299 action XFofFSet.man XFontsOfFontSet.man
1300 action XFree.man XFree.man
1301 action XGEEvent.man XGraphicsExposeEvent.man
1302 action XGEvent.man XGravityEvent.man
1303 action XGFDBase.man XrmGetFileDatabase.man
1304 action XGetRes.man XrmGetResource.man
1305 action XGetVInfo.man XGetVisualInfo.man
1306 action XGetWAttr.man XGetWindowAttributes.man
1307 action XGetWProp.man XGetWindowProperty.man
1308 action XGrButton.man XGrabButton.man
1309 action XGrKey.man XGrabKey.man
1310 action XGrKeybrd.man XGrabKeyboard.man
1311 action XGrPntr.man XGrabPointer.man
1312 action XGrServer.man XGrabServer.man
1313 action XIcWin.man XIconifyWindow.man
1314 action XIfEvent.man XIfEvent.man
1315 action XInitial.man XrmInitialize.man
1316 action XInstCmap.man XInstallColormap.man
1317 action XIntConn.man XAddConnectionWatch.man
1318 action XInterReg.man XIntersectRegion.man
1319 action XInternA.man XInternAtom.man
1320 action XKMapEven.man XKeymapEvent.man
1321 action XListFont.man XListFonts.man
1322 action XLoadFont.man XLoadFont.man
1323 action XLookKsym.man XLookupKeysym.man
1324 action XMDBases.man XrmMergeDatabases.man
1325 action XMEvent.man XMapEvent.man
1326 action XMREvent.man XMapRequestEvent.man
1327 action XMapWin.man XMapWindow.man
1328 action XNEvent.man XNextEvent.man
1329 action XNoOp.man XNoOp.man
1330 action XOpDsply.man XOpenDisplay.man
1331 action XOpenIM.man XOpenIM.man
1332 action XOpenOM.man XOpenOM.man
1333 action XPEvent.man XPropertyEvent.man
1334 action XParGeom.man XParseGeometry.man
1335 action XPolyReg.man XPolygonRegion.man
1336 action XPutBEvnt.man XPutBackEvent.man
1337 action XPutImage.man XPutImage.man
1338 action XPutRes.man XrmPutResource.man
1339 action XQBSize.man XQueryBestSize.man
1340 action XQColor.man XQueryColor.man
1341 action XQExtension.man XQueryExtension.man
1342 action XQPointer.man XQueryPointer.man
1343 action XQTree.man XQueryTree.man
1344 action XREvent.man XReparentEvent.man
1345 action XRMStr.man XResourceManagerString.man
1346 action XRREvent.man XResizeRequestEvent.man
1347 action XRaiseWin.man XRaiseWindow.man
1348 action XReadBF.man XReadBitmapFile.man
1349 action XRecCur.man XRecolorCursor.man
1350 action XReparWin.man XReparentWindow.man
1351 action XSCEvent.man XSelectionClearEvent.man
1352 action XSContext.man XSaveContext.man
1353 action XSEvent.man XSelectionEvent.man
1354 action XSICFoc.man XSetICFocus.man
1355 action XSICVals.man XSetICValues.man
1356 action XSInput.man XSelectInput.man
1357 action XSLTTProp.man XStringListToTextProperty.man
1358 action XSREvent.man XSelectionRequestEvent.man
1359 action XSeArcMod.man XSetArcMode.man
1360 action XSeClipO.man XSetClipOrigin.man
1361 action XSeClosDM.man XSetCloseDownMode.man
1362 action XSeCmd.man XSetCommand.man
1363 action XSeErrHan.man XSetErrorHandler.man
1364 action XSeEvent.man XSendEvent.man
1365 action XSeFillS.man XSetFillStyle.man
1366 action XSeFont.man XSetFont.man
1367 action XSeFontP.man XSetFontPath.man
1368 action XSeInFoc.man XSetInputFocus.man
1369 action XSeLAttr.man XSetLineAttributes.man
1370 action XSePMap.man XSetPointerMapping.man
1371 action XSeScSav.man XSetScreenSaver.man
1372 action XSeSelOwn.man XSetSelectionOwner.man
1373 action XSeState.man XSetState.man
1374 action XSeTFHint.man XSetTransientForHint.man
1375 action XSeTProp.man XSetTextProperty.man
1376 action XSeTile.man XSetTile.man
1377 action XSeWMCMac.man XSetWMClientMachine.man
1378 action XSeWMCWin.man XSetWMColormapWindows.man
1379 action XSeWMINam.man XSetWMIconName.man
1380 action XSeWMName.man XSetWMName.man
1381 action XSeWMProp.man XSetWMProperties.man
1382 action XSeWMProt.man XSetWMProtocols.man
1383 action XStBytes.man XStoreBytes.man
1384 action XStColors.man XStoreColors.man
1385 action XStTKsym.man XStringToKeysym.man
1386 action XSupLoc.man XSupportsLocale.man
1387 action XSync.man XSynchronize.man
1388 action XTLTTProp.man XmbTextListToTextProperty.man
1389 action XTextExt.man XTextExtents.man
1390 action XTextWid.man XTextWidth.man
1391 action XThreads.man XInitThreads.man
1392 action XTranWCo.man XTranslateCoordinates.man
1393 action XUQuark.man XrmUniqueQuark.man
1394 action XUmapEven.man XUnmapEvent.man
1395 action XUnmapWin.man XUnmapWindow.man
1396 action XVCNList.man XVaCreateNestedList.man
1397 action XVEvent.man XVisibilityEvent.man
1398 action XWarpPntr.man XWarpPointer.man
1399 action Xcms3CoC.man XcmsCCCOfColormap.man
1400 action XcmsAClr.man XcmsAllocColor.man
1401 action XcmsCClrs.man XcmsConvertColors.man
1402 action XcmsClr.man XcmsColor.man
1403 action XcmsCre3C.man XcmsCreateCCC.man
1404 action XcmsD3C.man XcmsDefaultCCC.man
1405 action XcmsLaQMC.man XcmsCIELabQueryMaxC.man
1406 action XcmsLuQMC.man XcmsCIELuvQueryMaxC.man
1407 action XcmsQBlk.man XcmsQueryBlack.man
1408 action XcmsQClr.man XcmsQueryColor.man
1409 action XcmsSClr.man XcmsStoreColor.man
1410 action XcmsSWP.man XcmsSetWhitePoint.man
1411 action XcmsTQMC.man XcmsTekHVCQueryMaxC.man
1412 action XmbDIStr.man XmbDrawImageString.man
1413 action XmbDStr.man XmbDrawString.man
1414 action XmbDTxt.man XmbDrawText.man
1415 action XmbLStr.man XmbLookupString.man
1416 action XmbRIC.man XmbResetIC.man
1417 action XmbTEsc.man XmbTextEscapement.man
1418 action XmbTExt.man XmbTextExtents.man
1419 action XmbTPCEx.man XmbTextPerCharExtents.man
1423 src_dir lib
/X11
/util
1424 dst_dir lib
/X11
/src
/util
1429 #---------------------
1433 #---------------------
1438 action compose.dir compose.dir.pre
1439 action locale.dir locale.dir.pre
1440 action locale.
alias locale.
alias.pre
1443 dst_dir lib
/X11
/nls
/armscii-8
1444 src_dir
nls
/XLC_LOCALE
1445 action armscii-8 XLC_LOCALE.pre
1446 src_dir
nls
/XI18N_OBJS
1447 action armscii-8 XI18N_OBJS
1449 action armscii-8 Compose.pre
1452 dst_dir lib
/X11
/nls
/C
1453 src_dir
nls
/XLC_LOCALE
1454 action C XLC_LOCALE.pre
1455 src_dir
nls
/XI18N_OBJS
1457 #src_dir nls/Compose
1458 #action C Compose.pre
1461 dst_dir lib
/X11
/nls
/en_US.UTF-8
1462 src_dir
nls
/XLC_LOCALE
1463 action en_US.UTF-8 XLC_LOCALE.pre
1464 src_dir
nls
/XI18N_OBJS
1465 action en_US.UTF-8 XI18N_OBJS
1467 action en_US.UTF-8 Compose.pre
1470 dst_dir lib
/X11
/nls
/georgian-academy
1471 src_dir
nls
/XLC_LOCALE
1472 action georgian-academy XLC_LOCALE.pre
1473 src_dir
nls
/XI18N_OBJS
1474 action georgian-academy XI18N_OBJS
1476 action georgian-academy Compose.pre
1479 dst_dir lib
/X11
/nls
/georgian-ps
1480 src_dir
nls
/XLC_LOCALE
1481 action georgian-ps XLC_LOCALE.pre
1482 src_dir
nls
/XI18N_OBJS
1483 action georgian-ps XI18N_OBJS
1485 action georgian-ps Compose.pre
1488 dst_dir lib
/X11
/nls
/ibm-cp1133
1489 src_dir
nls
/XLC_LOCALE
1490 action ibm-cp1133 XLC_LOCALE.pre
1491 src_dir
nls
/XI18N_OBJS
1492 action ibm-cp1133 XI18N_OBJS
1494 action ibm-cp1133 Compose.pre
1497 dst_dir lib
/X11
/nls
/iscii-dev
1498 src_dir
nls
/XLC_LOCALE
1499 action iscii-dev XLC_LOCALE.pre
1500 src_dir
nls
/XI18N_OBJS
1501 action iscii-dev XI18N_OBJS
1502 #src_dir nls/Compose
1503 #action iscii-dev Compose.pre
1506 dst_dir lib
/X11
/nls
/isiri-3342
1507 src_dir
nls
/XLC_LOCALE
1508 action isiri-3342 XLC_LOCALE.pre
1509 src_dir
nls
/XI18N_OBJS
1510 action isiri-3342 XI18N_OBJS
1511 #src_dir nls/Compose
1512 #action isiri-3342 Compose.pre
1515 dst_dir lib
/X11
/nls
/iso8859-1
1516 src_dir
nls
/XLC_LOCALE
1517 action iso8859-1 XLC_LOCALE.pre
1518 src_dir
nls
/XI18N_OBJS
1519 action iso8859-1 XI18N_OBJS
1521 action iso8859-1 Compose.pre
1524 dst_dir lib
/X11
/nls
/iso8859-10
1525 src_dir
nls
/XLC_LOCALE
1526 action iso8859-10 XLC_LOCALE.pre
1527 src_dir
nls
/XI18N_OBJS
1528 action iso8859-10 XI18N_OBJS
1530 action iso8859-10 Compose.pre
1533 dst_dir lib
/X11
/nls
/iso8859-11
1534 src_dir
nls
/XLC_LOCALE
1535 action iso8859-11 XLC_LOCALE.pre
1536 src_dir
nls
/XI18N_OBJS
1537 action iso8859-11 XI18N_OBJS
1538 #src_dir nls/Compose
1539 #action iso8859-11 Compose.pre
1542 dst_dir lib
/X11
/nls
/iso8859-13
1543 src_dir
nls
/XLC_LOCALE
1544 action iso8859-13 XLC_LOCALE.pre
1545 src_dir
nls
/XI18N_OBJS
1546 action iso8859-13 XI18N_OBJS
1548 action iso8859-13 Compose.pre
1551 dst_dir lib
/X11
/nls
/iso8859-14
1552 src_dir
nls
/XLC_LOCALE
1553 action iso8859-14 XLC_LOCALE.pre
1554 src_dir
nls
/XI18N_OBJS
1555 action iso8859-14 XI18N_OBJS
1557 action iso8859-14 Compose.pre
1560 dst_dir lib
/X11
/nls
/iso8859-15
1561 src_dir
nls
/XLC_LOCALE
1562 action iso8859-15 XLC_LOCALE.pre
1563 src_dir
nls
/XI18N_OBJS
1564 action iso8859-15 XI18N_OBJS
1566 action iso8859-15 Compose.pre
1569 dst_dir lib
/X11
/nls
/iso8859-2
1570 src_dir
nls
/XLC_LOCALE
1571 action iso8859-2 XLC_LOCALE.pre
1572 src_dir
nls
/XI18N_OBJS
1573 action iso8859-2 XI18N_OBJS
1575 action iso8859-2 Compose.pre
1578 dst_dir lib
/X11
/nls
/iso8859-3
1579 src_dir
nls
/XLC_LOCALE
1580 action iso8859-3 XLC_LOCALE.pre
1581 src_dir
nls
/XI18N_OBJS
1582 action iso8859-3 XI18N_OBJS
1584 action iso8859-3 Compose.pre
1587 dst_dir lib
/X11
/nls
/iso8859-4
1588 src_dir
nls
/XLC_LOCALE
1589 action iso8859-4 XLC_LOCALE.pre
1590 src_dir
nls
/XI18N_OBJS
1591 action iso8859-4 XI18N_OBJS
1593 action iso8859-4 Compose.pre
1596 dst_dir lib
/X11
/nls
/iso8859-5
1597 src_dir
nls
/XLC_LOCALE
1598 action iso8859-5 XLC_LOCALE.pre
1599 src_dir
nls
/XI18N_OBJS
1600 action iso8859-5 XI18N_OBJS
1602 action iso8859-5 Compose.pre
1605 dst_dir lib
/X11
/nls
/iso8859-6
1606 src_dir
nls
/XLC_LOCALE
1607 action iso8859-6 XLC_LOCALE.pre
1608 src_dir
nls
/XI18N_OBJS
1609 action iso8859-6 XI18N_OBJS
1611 action iso8859-6 Compose.pre
1614 dst_dir lib
/X11
/nls
/iso8859-7
1615 src_dir
nls
/XLC_LOCALE
1616 action iso8859-7 XLC_LOCALE.pre
1617 src_dir
nls
/XI18N_OBJS
1618 action iso8859-7 XI18N_OBJS
1620 action iso8859-7 Compose.pre
1623 dst_dir lib
/X11
/nls
/iso8859-8
1624 src_dir
nls
/XLC_LOCALE
1625 action iso8859-8 XLC_LOCALE.pre
1626 src_dir
nls
/XI18N_OBJS
1627 action iso8859-8 XI18N_OBJS
1629 action iso8859-8 Compose.pre
1632 dst_dir lib
/X11
/nls
/iso8859-9
1633 src_dir
nls
/XLC_LOCALE
1634 action iso8859-9 XLC_LOCALE.pre
1635 src_dir
nls
/XI18N_OBJS
1636 action iso8859-9 XI18N_OBJS
1638 action iso8859-9 Compose.pre
1641 dst_dir lib
/X11
/nls
/iso8859-9e
1642 src_dir
nls
/XLC_LOCALE
1643 action iso8859-9e XLC_LOCALE.pre
1644 src_dir
nls
/XI18N_OBJS
1645 action iso8859-9e XI18N_OBJS
1647 action iso8859-9e Compose.pre
1650 dst_dir lib
/X11
/nls
/ja
1651 src_dir
nls
/XLC_LOCALE
1652 action ja XLC_LOCALE.pre
1653 src_dir
nls
/XI18N_OBJS
1654 action ja XI18N_OBJS
1656 action ja Compose.pre
1659 dst_dir lib
/X11
/nls
/ja.JIS
1660 src_dir
nls
/XLC_LOCALE
1661 action ja.JIS XLC_LOCALE.pre
1662 src_dir
nls
/XI18N_OBJS
1663 action ja.JIS XI18N_OBJS
1665 action ja.JIS Compose.pre
1668 dst_dir lib
/X11
/nls
/ja_JP.UTF-8
1669 src_dir
nls
/XLC_LOCALE
1670 action ja_JP.UTF-8 XLC_LOCALE.pre
1671 src_dir
nls
/XI18N_OBJS
1672 action ja_JP.UTF-8 XI18N_OBJS
1673 #src_dir nls/Compose
1674 #action ja_JP.UTF-8 Compose.pre
1677 dst_dir lib
/X11
/nls
/ja.S90
1678 src_dir
nls
/XLC_LOCALE
1679 action ja.S90 XLC_LOCALE.pre
1680 src_dir
nls
/XI18N_OBJS
1681 action ja.S90 XI18N_OBJS
1682 #src_dir nls/Compose
1683 #action ja.S90 Compose.pre
1686 dst_dir lib
/X11
/nls
/ja.SJIS
1687 src_dir
nls
/XLC_LOCALE
1688 action ja.SJIS XLC_LOCALE.pre
1689 src_dir
nls
/XI18N_OBJS
1690 action ja.SJIS XI18N_OBJS
1692 action ja.SJIS Compose.pre
1695 dst_dir lib
/X11
/nls
/ja.U90
1696 src_dir
nls
/XLC_LOCALE
1697 action ja.U90 XLC_LOCALE.pre
1698 src_dir
nls
/XI18N_OBJS
1699 action ja.U90 XI18N_OBJS
1700 #src_dir nls/Compose
1701 #action ja.U90 Compose.pre
1704 dst_dir lib
/X11
/nls
/ko
1705 src_dir
nls
/XLC_LOCALE
1706 action ko XLC_LOCALE.pre
1707 src_dir
nls
/XI18N_OBJS
1708 action ko XI18N_OBJS
1710 action ko Compose.pre
1713 dst_dir lib
/X11
/nls
/koi8-c
1714 src_dir
nls
/XLC_LOCALE
1715 action koi8-c XLC_LOCALE.pre
1716 src_dir
nls
/XI18N_OBJS
1717 action koi8-c XI18N_OBJS
1719 action koi8-c Compose.pre
1722 dst_dir lib
/X11
/nls
/koi8-r
1723 src_dir
nls
/XLC_LOCALE
1724 action koi8-r XLC_LOCALE.pre
1725 src_dir
nls
/XI18N_OBJS
1726 action koi8-r XI18N_OBJS
1728 action koi8-r Compose.pre
1731 dst_dir lib
/X11
/nls
/koi8-u
1732 src_dir
nls
/XLC_LOCALE
1733 action koi8-u XLC_LOCALE.pre
1734 src_dir
nls
/XI18N_OBJS
1735 action koi8-u XI18N_OBJS
1737 action koi8-u Compose.pre
1740 dst_dir lib
/X11
/nls
/ko_KR.UTF-8
1741 src_dir
nls
/XLC_LOCALE
1742 action ko_KR.UTF-8 XLC_LOCALE.pre
1743 src_dir
nls
/XI18N_OBJS
1744 action ko_KR.UTF-8 XI18N_OBJS
1745 #src_dir nls/Compose
1746 #action ko_KR.UTF-8 Compose.pre
1749 dst_dir lib
/X11
/nls
/microsoft-cp1251
1750 src_dir
nls
/XLC_LOCALE
1751 action microsoft-cp1251 XLC_LOCALE.pre
1752 src_dir
nls
/XI18N_OBJS
1753 action microsoft-cp1251 XI18N_OBJS
1754 #src_dir nls/Compose
1755 #action microsoft-cp1251 Compose.pre
1758 dst_dir lib
/X11
/nls
/microsoft-cp1255
1759 src_dir
nls
/XLC_LOCALE
1760 action microsoft-cp1255 XLC_LOCALE.pre
1761 src_dir
nls
/XI18N_OBJS
1762 action microsoft-cp1255 XI18N_OBJS
1763 #src_dir nls/Compose
1764 #action microsoft-cp1255 Compose.pre
1767 dst_dir lib
/X11
/nls
/microsoft-cp1256
1768 src_dir
nls
/XLC_LOCALE
1769 action microsoft-cp1256 XLC_LOCALE.pre
1770 src_dir
nls
/XI18N_OBJS
1771 action microsoft-cp1256 XI18N_OBJS
1772 #src_dir nls/Compose
1773 #action microsoft-cp1256 Compose.pre
1776 dst_dir lib
/X11
/nls
/mulelao-1
1777 src_dir
nls
/XLC_LOCALE
1778 action mulelao-1 XLC_LOCALE.pre
1779 src_dir
nls
/XI18N_OBJS
1780 action mulelao-1 XI18N_OBJS
1782 action mulelao-1 Compose.pre
1785 dst_dir lib
/X11
/nls
/nokhchi-1
1786 src_dir
nls
/XLC_LOCALE
1787 action nokhchi-1 XLC_LOCALE.pre
1788 src_dir
nls
/XI18N_OBJS
1789 action nokhchi-1 XI18N_OBJS
1790 #src_dir nls/Compose
1791 #action nokhchi-1 Compose.pre
1794 dst_dir lib
/X11
/nls
/pt_BR.UTF-8
1795 src_dir
nls
/XLC_LOCALE
1796 action pt_BR.UTF-8 XLC_LOCALE.pre
1797 src_dir
nls
/XI18N_OBJS
1798 action pt_BR.UTF-8 XI18N_OBJS
1800 action pt_BR.UTF-8 Compose.pre
1803 dst_dir lib
/X11
/nls
/tatar-cyr
1804 src_dir
nls
/XLC_LOCALE
1805 action tatar-cyr XLC_LOCALE.pre
1806 src_dir
nls
/XI18N_OBJS
1807 action tatar-cyr XI18N_OBJS
1808 #src_dir nls/Compose
1809 #action tatar-cyr Compose.pre
1812 dst_dir lib
/X11
/nls
/th_TH
1813 src_dir
nls
/XLC_LOCALE
1814 action th_TH XLC_LOCALE.pre
1815 src_dir
nls
/XI18N_OBJS
1816 action th_TH XI18N_OBJS
1817 #src_dir nls/Compose
1818 #action th_TH Compose.pre
1821 dst_dir lib
/X11
/nls
/th_TH.UTF-8
1822 src_dir
nls
/XLC_LOCALE
1823 action th_TH.UTF-8 XLC_LOCALE.pre
1824 src_dir
nls
/XI18N_OBJS
1825 action th_TH.UTF-8 XI18N_OBJS
1826 #src_dir nls/Compose
1827 #action th_TH.UTF-8 Compose.pre
1830 dst_dir lib
/X11
/nls
/tscii-0
1831 src_dir
nls
/XLC_LOCALE
1832 action tscii-0 XLC_LOCALE.pre
1833 src_dir
nls
/XI18N_OBJS
1834 action tscii-0 XI18N_OBJS
1835 #src_dir nls/Compose
1836 #action tscii-0 Compose.pre
1839 dst_dir lib
/X11
/nls
/vi_VN.tcvn
1840 src_dir
nls
/XLC_LOCALE
1841 action vi_VN.tcvn XLC_LOCALE.pre
1842 src_dir
nls
/XI18N_OBJS
1843 action vi_VN.tcvn XI18N_OBJS
1845 action vi_VN.tcvn Compose.pre
1848 dst_dir lib
/X11
/nls
/vi_VN.viscii
1849 src_dir
nls
/XLC_LOCALE
1850 action vi_VN.viscii XLC_LOCALE.pre
1851 src_dir
nls
/XI18N_OBJS
1852 action vi_VN.viscii XI18N_OBJS
1854 action vi_VN.viscii Compose.pre
1857 dst_dir lib
/X11
/nls
/zh_CN
1858 src_dir
nls
/XLC_LOCALE
1859 action zh_CN XLC_LOCALE.pre
1860 src_dir
nls
/XI18N_OBJS
1861 action zh_CN XI18N_OBJS
1862 #src_dir nls/Compose
1863 #action zh_CN Compose.pre
1866 dst_dir lib
/X11
/nls
/zh_CN.gb18030
1867 src_dir
nls
/XLC_LOCALE
1868 action zh_CN.gb18030 XLC_LOCALE.pre
1869 src_dir
nls
/XI18N_OBJS
1870 action zh_CN.gb18030 XI18N_OBJS
1872 action zh_CN.gb18030 Compose.pre
1875 dst_dir lib
/X11
/nls
/zh_CN.gbk
1876 src_dir
nls
/XLC_LOCALE
1877 action zh_CN.gbk XLC_LOCALE.pre
1878 src_dir
nls
/XI18N_OBJS
1879 action zh_CN.gbk XI18N_OBJS
1881 action zh_CN.gbk Compose.pre
1884 dst_dir lib
/X11
/nls
/zh_CN.UTF-8
1885 src_dir
nls
/XLC_LOCALE
1886 action zh_CN.UTF-8 XLC_LOCALE.pre
1887 src_dir
nls
/XI18N_OBJS
1888 action zh_CN.UTF-8 XI18N_OBJS
1889 #src_dir nls/Compose
1890 #action zh_CN.UTF-8 Compose.pre
1893 dst_dir lib
/X11
/nls
/zh_HK.big5
1894 src_dir
nls
/XLC_LOCALE
1895 action zh_HK.big5 XLC_LOCALE.pre
1896 src_dir
nls
/XI18N_OBJS
1897 action zh_HK.big5 XI18N_OBJS
1899 action zh_HK.big5 Compose.pre
1902 dst_dir lib
/X11
/nls
/zh_HK.big5hkscs
1903 src_dir
nls
/XLC_LOCALE
1904 action zh_HK.big5hkscs XLC_LOCALE.pre
1905 src_dir
nls
/XI18N_OBJS
1906 action zh_HK.big5hkscs XI18N_OBJS
1908 action zh_HK.big5hkscs Compose.pre
1911 dst_dir lib
/X11
/nls
/zh_HK.UTF-8
1912 src_dir
nls
/XLC_LOCALE
1913 action zh_HK.UTF-8 XLC_LOCALE.pre
1914 src_dir
nls
/XI18N_OBJS
1915 action zh_HK.UTF-8 XI18N_OBJS
1916 #src_dir nls/Compose
1917 #action zh_HK.UTF-8 Compose.pre
1920 dst_dir lib
/X11
/nls
/zh_TW
1921 src_dir
nls
/XLC_LOCALE
1922 action zh_TW XLC_LOCALE.pre
1923 src_dir
nls
/XI18N_OBJS
1924 action zh_TW XI18N_OBJS
1926 action zh_TW Compose.pre
1929 dst_dir lib
/X11
/nls
/zh_TW.big5
1930 src_dir
nls
/XLC_LOCALE
1931 action zh_TW.big5 XLC_LOCALE.pre
1932 src_dir
nls
/XI18N_OBJS
1933 action zh_TW.big5 XI18N_OBJS
1935 action zh_TW.big5 Compose.pre
1938 dst_dir lib
/X11
/nls
/zh_TW.UTF-8
1939 src_dir
nls
/XLC_LOCALE
1940 action zh_TW.UTF-8 XLC_LOCALE.pre
1941 src_dir
nls
/XI18N_OBJS
1942 action zh_TW.UTF-8 XI18N_OBJS
1943 #src_dir nls/Compose
1944 #action zh_TW.UTF-8 Compose.pre
1949 src_dir lib
/X11
/lcUniConv
1950 dst_dir lib
/X11
/src
/xlibi18n
/lcUniConv
1954 action
8bit_tab_to_h.c
1959 action cjk_tab_to_h.c
1966 action georgian_academy.h
1967 action georgian_ps.h
2026 dst_dir lib
/ICE
/include
/X11
/ICE
2051 dst_dir lib
/SM
/include
/X11
/SM
2063 dst_dir lib
/Xt
/include
/X11
2081 # Private headers - they are used by XTrap
2083 dst_dir lib
/Xt
/include
/X11
2180 action XtAddCbk.man XtAddCallback.man
2181 action XtAddEHand.man XtAddEventHandler.man
2182 action XtAddETReg.man XtAddExposureToRegion.man
2183 action XtAddGrab.man XtAddGrab.man
2184 action XtAppAAct.man XtAppAddActions.man
2185 action XtAddAct.man XtAddActions.man
2186 action XtAppAC.man XtAppAddConverter.man
2187 action XtAppAI.man XtAppAddInput.man
2188 action XtAppATO.man XtAppAddTimeOut.man
2189 action XtAppAWP.man XtAppAddWorkProc.man
2190 action XtAppCSh.man XtAppCreateShell.man
2191 action XtAppE.man XtAppError.man
2192 action XtAppEM.man XtAppErrorMsg.man
2193 action XtAppGEDB.man XtAppGetErrorDatabase.man
2194 action XtAppGSTO.man XtAppGetSelectionTimeout.man
2195 action XtAppNEv.man XtAppNextEvent.man
2196 action XtNextEv.man XtNextEvent.man
2197 action XtBEMask.man XtBuildEventMask.man
2198 action XtCallAFoc.man XtCallAcceptFocus.man
2199 action XtCallCbks.man XtCallCallbacks.man
2200 action XtClass.man XtClass.man
2201 action XtConfWid.man XtConfigureWidget.man
2202 action XtConvert.man XtConvert.man
2203 action XtConvSt.man XtConvertAndStore.man
2204 action XtCreACon.man XtCreateApplicationContext.man
2205 action XtCrePSh.man XtCreatePopupShell.man
2206 action XtCreWid.man XtCreateWidget.man
2207 action XtCreWin.man XtCreateWindow.man
2208 action XtDisplay.man XtDisplay.man
2209 action XtDisplayI.man XtDisplayInitialize.man
2210 action XtGetGC.man XtGetGC.man
2211 action XtGetRList.man XtGetResourceList.man
2212 action XtGetSVal.man XtGetSelectionValue.man
2213 action XtGetSres.man XtGetSubresources.man
2214 action XtGetAres.man XtGetApplicationResources.man
2215 action XtMakGReq.man XtMakeGeometryRequest.man
2216 action XtMalloc.man XtMalloc.man
2217 action XtManChild.man XtManageChildren.man
2218 action XtMapWid.man XtMapWidget.man
2219 action XtNameTWid.man XtNameToWidget.man
2220 action XtOffset.man XtOffset.man
2221 action XtOwnSel.man XtOwnSelection.man
2222 action XtParATab.man XtParseAcceleratorTable.man
2223 action XtParTTab.man XtParseTranslationTable.man
2224 action XtPopdown.man XtPopdown.man
2225 action XtPopup.man XtPopup.man
2226 action XtQueryGeo.man XtQueryGeometry.man
2227 action XtRealize.man XtRealizeWidget.man
2228 action XtSetArg.man XtSetArg.man
2229 action XtSetKFoc.man XtSetKeyboardFocus.man
2230 action XtSetKTr.man XtSetKeyTranslator.man
2231 action XtSetSens.man XtSetSensitive.man
2232 action XtSetVal.man XtSetValues.man
2233 action XtStrCW.man XtStringConversionWarning.man
2234 action XtDStrCW.man XtDisplayStringConversionWarning.man
2235 action XtTransC.man XtTranslateCoords.man
2236 action XtKeysym.man XtGetKeysymTable.man
2237 action XtAppSTC.man XtAppSetTypeConverter.man
2238 action XtActHook.man XtAppAddActionHook.man
2239 action XtGetActL.man XtGetActionList.man
2240 action XtCallActP.man XtCallActionProc.man
2241 action XtRegGA.man XtRegisterGrabAction.man
2242 action XtClickT.man XtSetMultiClickTime.man
2243 action XtGetActK.man XtGetActionKeysym.man
2244 action XtExtEvDis.man XtInsertEventTypeHandler.man
2245 action XtGetKFoc.man XtGetKeyboardFocusWidget.man
2246 action XtLastProc.man XtLastEventProcessed.man
2247 action XtAppASig.man XtAppAddSignal.man
2248 action XtAddIn.man XtAddInput.man
2249 action XtBlockH.man XtAppAddBlockHook.man
2250 action XtGetClExt.man XtGetClassExtension.man
2251 action XtVaCrArgL.man XtVaCreateArgsList.man
2252 action XtParent.man XtParent.man
2253 action XtName.man XtName.man
2254 action XtCreASh.man XtCreateApplicationShell.man
2255 action XtSetLangP.man XtSetLanguageProc.man
2256 action XtAppInit.man XtAppInitialize.man
2257 action XtInit.man XtInitialize.man
2258 action XtAppSetFR.man XtAppSetFallbackResources.man
2259 action XtInitWC.man XtInitializeWidgetClass.man
2260 action XtDisACon.man XtDisplayToApplicationContext.man
2261 action XtSession.man XtSessionGetToken.man
2262 action XtErrM.man XtErrorMsg.man
2263 action XtErr.man XtError.man
2264 action XtGEDB.man XtGetErrorDatabase.man
2265 action XtAllocGC.man XtAllocateGC.man
2266 action XtAppRCR.man XtAppReleaseCacheRefs.man
2267 action XtSetWMC.man XtSetWMColormapWindows.man
2268 action XtFindF.man XtFindFile.man
2269 action XtResPath.man XtResolvePathname.man
2270 action XtGetSValI.man XtGetSelectionValueIncremental.man
2271 action XtGetSTO.man XtGetSelectionTimeout.man
2272 action XtGetSR.man XtGetSelectionRequest.man
2273 action XtSetSP.man XtSetSelectionParameters.man
2274 action XtGetSP.man XtGetSelectionParameters.man
2275 action XtCreateSR.man XtCreateSelectionRequest.man
2276 action XtResPA.man XtReservePropertyAtom.man
2277 action XtGrabKey.man XtGrabKey.man
2278 action XtGetANC.man XtGetApplicationNameAndClass.man
2279 action XtRegDraw.man XtRegisterDrawable.man
2280 action XtHookOD.man XtHooksOfDisplay.man
2281 action XtGetDisp.man XtGetDisplays.man
2282 action XtThreadI.man XtToolkitThreadInitialize.man
2283 action XtAppSEF.man XtAppSetExitFlag.man
2284 action XtAppLock.man XtAppLock.man
2285 action XtProcLock.man XtProcessLock.man
2286 action XtOpenApp.man XtOpenApplication.man
2291 dst_dir lib
/Xmu
/include
/X11
/Xmu
2383 action XpNotifyPdm.c
2396 action libXp.man libXp
.3
2397 action XpCancelDoc.man XpCancelDoc
.3
2398 action XpCancelJob.man XpCancelJob
.3
2399 action XpCancelPage.man XpCancelPage
.3
2400 action XpCreateContext.man XpCreateContext
.3
2401 action XpDestroyContext.man XpDestroyContext
.3
2402 action XpEndDoc.man XpEndDoc
.3
2403 action XpEndJob.man XpEndJob
.3
2404 action XpEndPage.man XpEndPage
.3
2405 action XpFreePrinterList.man XpFreePrinterList
.3
2406 action XpGetAttributes.man XpGetAttributes
.3
2407 action XpGetContext.man XpGetContext
.3
2408 action XpGetDocumentData.man XpGetDocumentData
.3
2409 action XpGetImageResolution.man XpGetImageResolution
.3
2410 action XpGetLocaleHinter.man XpGetLocaleHinter
.3
2411 action XpGetOneAttribute.man XpGetOneAttribute
.3
2412 action XpGetPageDimensions.man XpGetPageDimensions
.3
2413 action XpGetPdmStartParams.man XpGetPdmStartParams
.3
2414 action XpGetPrinterList.man XpGetPrinterList
.3
2415 action XpGetScreenOfContext.man XpGetScreenOfContext
.3
2416 action XpInputSelected.man XpInputSelected
.3
2417 action XpPutDocumentData.man XpPutDocumentData
.3
2418 action XpQueryExtension.man XpQueryExtension
.3
2419 action XpQueryScreens.man XpQueryScreens
.3
2420 action XpQueryVersion.man XpQueryVersion
.3
2421 action XpRehashPrinterList.man XpRehashPrinterList
.3
2422 action XpSelectInput.man XpSelectInput
.3
2423 action XpSetAttributes.man XpSetAttributes
.3
2424 action XpSetContext.man XpSetContext
.3
2425 action XpSetImageResolution.man XpSetImageResolution
.3
2426 action XpSetLocaleHinter.man XpSetLocaleHinter
.3
2427 action XpStartDoc.man XpStartDoc
.3
2428 action XpStartJob.man XpStartJob
.3
2429 action XpStartPage.man XpStartPage
.3
2444 src_dir extras
/Xpm
/doc
2448 src_dir extras
/Xpm
/lib
2455 dst_dir lib
/Xpm
/include
/X11
2503 src_dir extras
/Xpm
/cxpm
2504 dst_dir lib
/Xpm
/cxpm
2507 action cxpm.man cxpm
.1
2509 src_dir extras
/Xpm
/sxpm
2510 dst_dir lib
/Xpm
/sxpm
2513 action sxpm.man sxpm
.1
2514 action plaid_ext.xpm
2515 action plaid_mask.xpm
2519 symlink_lib_xrender
() {
2521 dst_dir lib
/Xrender
/src
2539 dst_dir lib
/Xrender
/include
/X11
/extensions
2591 action XAllDvEv.man XAllowDeviceEvents.man
2592 action XChDCtl.man XGetDeviceControl.man
2593 action XChFCtl.man XGetFeedbackControl.man
2594 action XChKMap.man XGetDeviceKeyMapping.man
2595 action XChMMap.man XGetDeviceModifierMapping.man
2596 action XChProp.man XChangeDeviceDontPropagateList.man
2597 action XChgKbd.man XChangeKeyboardDevice.man
2598 action XChgPtr.man XChangePointerDevice.man
2599 action XDevBell.man XDeviceBell.man
2600 action XGetDvMo.man XGetDeviceMotionEvents.man
2601 action XGetExtV.man XGetExtensionVersion.man
2602 action XGrDvBut.man XGrabDeviceButton.man
2603 action XGrDvKey.man XGrabDeviceKey.man
2604 action XGrabDev.man XGrabDevice.man
2605 action XListDev.man XListInputDevices.man
2606 action XOpenDev.man XOpenDevice.man
2607 action XQueryDv.man XQueryDeviceState.man
2608 action XSExEvnt.man XSendExtensionEvent.man
2609 action XSeBMap.man XSetDeviceButtonMapping.man
2610 action XSeDvFoc.man XSetDeviceFocus.man
2611 action XSelExtEv.man XSelectExtensionEvent.man
2612 action XSetDVal.man XSetDeviceValuators.man
2613 action XSetMode.man XSetDeviceMode.man
2617 symlink_lib_xfont
() {
2618 src_dir lib
/font
/FreeType
2619 dst_dir lib
/Xfont
/src
/FreeType
2630 src_dir lib
/font
/bitmap
2631 dst_dir lib
/Xfont
/src
/bitmap
2645 src_dir lib
/font
/bitmap
2646 dst_dir lib
/Xfont
/include
/X11
/fonts
2651 src_dir lib
/font
/builtins
2652 dst_dir lib
/Xfont
/src
/builtins
2663 dst_dir lib
/Xfont
/src
/fc
2673 src_dir lib
/font
/fontcache
2674 dst_dir lib
/Xfont
/src
/fontcache
2680 src_dir lib
/font
/fontfile
2681 dst_dir lib
/Xfont
/src
/fontfile
2696 action printerfont.c
2700 src_dir lib
/font
/include
2701 dst_dir lib
/Xfont
/include
/X11
/fonts
2715 src_dir lib
/font
/stubs
2716 dst_dir lib
/Xfont
/src
/stubs
2725 action getdefptsize.c
2726 action getnewfntcid.c
2737 src_dir lib
/font
/util
2738 dst_dir lib
/Xfont
/src
/util
2751 src_dir lib
/font
/Speedo
2752 dst_dir lib
/Xfont
/src
/Speedo
2756 action bics-unicode.c
2757 action bics-unicode.h
2781 src_dir lib
/font
/Type1
2782 dst_dir lib
/Xfont
/src
/Type1
2835 symlink_lib_fontenc
() {
2836 src_dir lib
/font
/fontfile
2837 dst_dir lib
/fontenc
/src
2843 src_dir lib
/font
/include
2844 dst_dir lib
/fontenc
/include
/X11
/fonts
2852 dst_dir lib
/Xaw
/old-doc
2868 action DisplayList.c
2910 dst_dir lib
/Xaw
/include
/X11
/Xaw
3022 dst_dir lib
/FS
/include
/X11
/fonts
3027 symlink_lib_xres
() {
3029 dst_dir lib
/XRes
/src
3033 src_dir include
/extensions
3034 dst_dir lib
/XRes
/include
/X11
/extensions
3039 dst_dir lib
/XRes
/man
3047 dst_dir lib
/Xrandr
/src
3052 dst_dir lib
/Xrandr
/include
/X11
/extensions
3056 dst_dir lib
/Xrandr
/man
3058 action Xrandr.man Xrandr
.3
3061 symlink_lib_windowswm
() {
3063 dst_dir lib
/WindowsWM
/src
3067 dst_dir lib
/WindowsWM
/man
3069 action WindowsWM.man WindowsWM
.3
3072 symlink_lib_xcursor
()
3076 dst_dir lib
/Xcursor
/include
/X11
/Xcursor
3080 dst_dir lib
/Xcursor
/src
3089 dst_dir lib
/Xcursor
/man
3091 action Xcursor.man Xcursor
.3
3097 dst_dir lib
/XTrap
/src
3109 symlink_lib_xfontcache
()
3111 src_dir lib
/Xfontcache
3112 dst_dir lib
/Xfontcache
/src
3116 dst_dir lib
/Xfontcache
/man
3118 action Xfontcache.man Xfontcache
.3
3121 symlink_lib_xinerama
()
3123 src_dir lib
/Xinerama
3124 dst_dir lib
/Xinerama
/src
3129 symlink_lib_xprint_util
()
3131 src_dir lib
/XprintUtil
3132 dst_dir lib
/XprintUtil
/src
3135 action xprintutil_printtofile.c
3137 dst_dir lib
/XprintUtil
/include
/X11
/XprintUtil
3142 symlink_lib_xprint_app_util
()
3144 src_dir lib
/XprintAppUtil
3145 dst_dir lib
/XprintAppUtil
/src
3149 dst_dir lib
/XprintAppUtil
/include
/X11
/XprintAppUtil
3157 dst_dir lib
/XScrnSaver
/src
3161 dst_dir lib
/XScrnSaver
/man
3163 action Xss.man Xss
.3
3166 symlink_lib_xxf86dga
() {
3167 src_dir lib
/Xxf86dga
3168 dst_dir lib
/Xxf86dga
/src
3173 dst_dir lib
/Xxf86dga
/man
3175 action XDGA.man XDGA
.3
3178 symlink_lib_xxf86misc
() {
3179 src_dir lib
/Xxf86misc
3180 dst_dir lib
/Xxf86misc
/src
3184 dst_dir lib
/Xxf86misc
/man
3186 action XF86Misc.man XF86Misc
.3
3189 symlink_lib_xxf86vm
() {
3191 dst_dir lib
/Xxf86vm
/src
3195 dst_dir lib
/Xxf86vm
/man
3197 action XF86VM.man XF86VM
.3
3200 symlink_lib_xtst
() {
3202 dst_dir lib
/Xtst
/src
3215 src_dir include
/extensions
3216 dst_dir lib
/Xv
/include
/X11
/extensions
3223 action XvFreeAdaptorInfo.man XvFreeAdaptorInfo
.3
3224 action XvFreeEncodingInfo.man XvFreeEncodingInfo
.3
3225 action XvGetPortAttribute.man XvGetPortAttribute
.3
3226 action XvGetStill.man XvGetStill
.3
3227 action XvGetVideo.man XvGetVideo
.3
3228 action XvGrabPort.man XvGrabPort
.3
3230 action XvPortNotify.man XvPortNotify
.3
3231 action XvPutStill.man XvPutStill
.3
3232 action XvPutVideo.man XvPutVideo
.3
3233 action XvQueryAdaptors.man XvQueryAdaptors
.3
3234 action XvQueryBestSize.man XvQueryBestSize
.3
3235 action XvQueryEncodings.man XvQueryEncodings
.3
3236 action XvQueryExtension.man XvQueryExtension
.3
3237 action XvSelectPortNotify.man XvSelectPortNotify
.3
3238 action XvSelectVideoNotify.man XvSelectVideoNotify
.3
3239 action XvSetPortAttribute.man XvSetPortAttribute
.3
3240 action XvStopVideo.man XvStopVideo
.3
3241 action XvUngrabPort.man XvUngrabPort
.3
3242 action XvVideoNotify.man XvVideoNotify
.3
3245 symlink_lib_xvmc
() {
3247 dst_dir lib
/XvMC
/src
3252 src_dir lib
/XvMC
/wrapper
3254 action XvMCWrapper.c
3256 src_dir include
/extensions
3257 dst_dir lib
/XvMC
/include
/X11
/extensions
3262 symlink_lib_xxf86rush
() {
3263 src_dir lib
/Xxf86rush
3264 dst_dir lib
/Xxf86rush
/src
3269 symlink_lib_xkbfile
() {
3271 dst_dir lib
/xkbfile
/src
3289 dst_dir lib
/xkbfile
/include
/X11
/extensions
3299 symlink_lib_xkbui
() {
3301 dst_dir lib
/xkbui
/src
3306 dst_dir lib
/xkbui
/include
/X11
/extensions
3311 symlink_lib_oldx
() {
3313 dst_dir lib
/oldX
/src
3322 dst_dir lib
/oldX
/include
/X11
3328 symlink_lib_lbxutil
() {
3329 src_dir lib
/lbxutil
/image
3330 dst_dir lib
/lbxutil
/src
/image
3341 src_dir lib
/lbxutil
/delta
3342 dst_dir lib
/lbxutil
/src
/delta
3346 src_dir lib
/lbxutil
/lbx_zlib
3347 dst_dir lib
/lbxutil
/src
/lbx_zlib
3351 action lbx_zlib_io.c
3368 action xft-config.
in
3373 action xft-config
.1.
in
3374 action xft-config.
in
3376 dst_dir lib
/Xft
/include
/X11
/Xft
3390 action xftfreetype.c
3405 symlink_lib_windowswm
3407 symlink_lib_composite
3432 symlink_lib_xfontcache
3433 symlink_lib_xinerama
3434 symlink_lib_xprint_util
3435 symlink_lib_xprint_app_util
3437 symlink_lib_xxf86dga
3438 symlink_lib_xxf86misc
3442 symlink_lib_xxf86rush
3457 src_dir programs
/twm
3498 src_dir programs
/twm
/sample-twmrc
3499 dst_dir app
/twm
/sample-twmrc
3506 symlink_app_xdpyinfo
() {
3507 src_dir programs
/xdpyinfo
3508 dst_dir app
/xdpyinfo
3514 symlink_app_xhost
() {
3515 src_dir programs
/xhost
3522 symlink_app_appres
() {
3523 src_dir programs
/appres
3532 symlink_app_bdftopcf
() {
3533 src_dir programs
/bdftopcf
3534 dst_dir app
/bdftopcf
3542 symlink_app_beforelight
() {
3543 src_dir programs
/beforelight
3544 dst_dir app
/beforelight
3554 symlink_app_bitmap
() {
3555 src_dir programs
/bitmap
3559 action Bitmap-co.ad Bitmap-color.ad
3560 action Bitmap-nocase.ad
3596 symlink_app_editres
() {
3597 src_dir programs
/editres
3622 symlink_app_fonttosfnt
() {
3623 src_dir programs
/fonttosfnt
3624 dst_dir app
/fonttosfnt
3635 action fonttosfnt.man
3639 symlink_app_fslsfonts
() {
3640 src_dir programs
/fslsfonts
3641 dst_dir app
/fslsfonts
3645 action fslsfonts.man
3649 symlink_app_fstobdf
() {
3650 src_dir programs
/fstobdf
3664 symlink_app_iceauth
() {
3665 src_dir programs
/iceauth
3678 src_dir programs
/ico
3695 symlink_app_listres
() {
3696 src_dir programs
/listres
3705 symlink_app_luit
() {
3706 src_dir programs
/luit
3728 symlink_app_makepsres
() {
3729 src_dir programs
/makepsres
3730 dst_dir app
/makepsres
3734 action makepsres.man
3738 symlink_app_mkfontdir
() {
3739 src_dir programs
/mkfontdir
3740 dst_dir app
/mkfontdir
3742 action mkfontdir.cpp
3744 action mkfontdir.man
3748 symlink_app_mkfontscale
() {
3749 src_dir programs
/mkfontscale
3750 dst_dir app
/mkfontscale
3755 action mkfontscale.c
3762 action mkfontscale.man
3766 symlink_app_oclock
() {
3767 src_dir programs
/oclock
3786 symlink_app_pclcomp
() {
3787 src_dir programs
/pclcomp
3799 symlink_app_proxymngr
() {
3800 src_dir programs
/proxymngr
3801 dst_dir app
/proxymngr
3811 action proxymngr.man
3817 src_dir programs
/rgb
3825 src_dir programs
/rgb
/others
3826 dst_dir app
/rgb
/others
3835 symlink_app_setxkbmap
() {
3836 src_dir programs
/setxkbmap
3837 dst_dir app
/setxkbmap
3841 action setxkbmap.man
3844 symlink_app_showfont
() {
3845 src_dir programs
/showfont
3846 dst_dir app
/showfont
3853 symlink_app_smproxy
() {
3854 src_dir programs
/smproxy
3865 symlink_app_viewres
() {
3866 src_dir programs
/viewres
3876 symlink_app_x11perf
() {
3877 src_dir programs
/x11perf
3913 symlink_app_xauth
() {
3914 src_dir programs
/xauth
3927 symlink_app_xbiff
() {
3928 src_dir programs
/xbiff
3939 src_dir programs
/xbiff
/bitmaps
3940 dst_dir app
/xbiff
/bitmaps
3943 action mail-down-mask
3948 symlink_app_xcalc
() {
3949 src_dir programs
/xcalc
3966 symlink_app_xclipboard
() {
3967 src_dir programs
/xclipboard
3968 dst_dir app
/xclipboard
3970 action XClipboard.ad
3975 action xclipboard.man
3980 symlink_app_xclock
() {
3981 src_dir programs
/xclock
4000 symlink_app_xcmsdb
() {
4001 src_dir programs
/xcmsdb
4011 src_dir programs
/xcmsdb
/datafiles
4012 dst_dir app
/xcmsdb
/datafiles
4018 symlink_app_xconsole
() {
4019 src_dir programs
/xconsole
4020 dst_dir app
/xconsole
4030 symlink_app_xcursorgen
() {
4031 src_dir programs
/xcursorgen
4032 dst_dir app
/xcursorgen
4035 action xcursorgen.man
4038 symlink_app_xdbedizzy
() {
4039 src_dir programs
/xdbedizzy
4040 dst_dir app
/xdbedizzy
4044 action xdbedizzy.man
4046 action xdbedizzy.sgml
4049 symlink_app_xditview
() {
4050 src_dir programs
/xditview
4051 dst_dir app
/xditview
4053 action Xdit-chrtr.ad Xditview-chrtr.ad
4081 symlink_app_xdriinfo
() {
4082 src_dir programs
/xdriinfo
4083 dst_dir app
/xdriinfo
4092 src_dir programs
/xev
4101 symlink_app_xeyes
() {
4102 src_dir programs
/xeyes
4119 symlink_app_xf86dga
() {
4120 src_dir programs
/xf86dga
4130 src_dir programs
/xfd
4145 symlink_app_xfindproxy
() {
4146 src_dir programs
/xfindproxy
4147 dst_dir app
/xfindproxy
4153 action xfindproxy.man
4157 symlink_app_xfontsel
() {
4158 src_dir programs
/xfontsel
4159 dst_dir app
/xfontsel
4173 symlink_app_xfsinfo
() {
4174 src_dir programs
/xfsinfo
4183 symlink_app_xfwp
() {
4184 src_dir programs
/xfwp
4203 symlink_app_xgamma
() {
4204 src_dir programs
/xgamma
4214 src_dir programs
/xgc
4241 src_dir programs
/xgc
/Written
4242 dst_dir app
/xgc
/Written
4253 symlink_app_xinit
() {
4254 src_dir programs
/xinit
4271 symlink_app_xkbcomp
() {
4272 src_dir programs
/xkbcomp
4296 action README.config
4297 action README.enhancing
4317 symlink_app_xkbevd
() {
4318 src_dir programs
/xkbevd
4337 symlink_app_xkbprint
() {
4338 src_dir programs
/xkbprint
4339 dst_dir app
/xkbprint
4353 symlink_app_xkbutils
() {
4354 src_dir programs
/xkbutils
4355 dst_dir app
/xkbutils
4369 symlink_app_xkill
() {
4370 src_dir programs
/xkill
4379 symlink_app_xload
() {
4380 src_dir programs
/xload
4396 symlink_app_xlogo
() {
4397 src_dir programs
/xlogo
4418 symlink_app_xlsatoms
() {
4419 src_dir programs
/xlsatoms
4420 dst_dir app
/xlsatoms
4428 symlink_app_xlsclients
() {
4429 src_dir programs
/xlsclients
4430 dst_dir app
/xlsclients
4438 symlink_app_xlsfonts
() {
4439 src_dir programs
/xlsfonts
4440 dst_dir app
/xlsfonts
4448 action xlsfonts.sgml
4451 symlink_app_xmag
() {
4452 src_dir programs
/xmag
4468 action Scale.doc Scale.txt
4475 symlink_app_xman
() {
4476 src_dir programs
/xman
4479 action Xman-noxprint.ad
4480 action Xman-xprint.ad
4512 symlink_app_xmessage
() {
4513 src_dir programs
/xmessage
4514 dst_dir app
/xmessage
4517 action Xmessage-color.ad
4534 src_dir programs
/xmh
4581 symlink_app_xmodmap
() {
4582 src_dir programs
/xmodmap
4598 symlink_app_xmore
() {
4599 src_dir programs
/xmore
4605 action printdialog.c
4608 action printdialog.h
4609 action printdialogprivates.h
4617 symlink_app_xplsprinters
() {
4618 src_dir programs
/xplsprinters
4619 dst_dir app
/xplsprinters
4621 action xplsprinters.c
4623 action xplsprinters.man
4625 action xplsprinters.sgml
4629 src_dir programs
/xpr
4646 symlink_app_xprehashprinterlist
() {
4647 src_dir programs
/xprehashprinterlist
4648 dst_dir app
/xprehashprinterlist
4650 action xprehashprinterlist.c
4652 action xprehashprinterlist.man
4654 action xprehashprinterlist.sgml
4657 symlink_app_xrandr
() {
4658 src_dir programs
/xrandr
4667 symlink_app_xrdb
() {
4668 src_dir programs
/xrdb
4677 symlink_app_xrefresh
() {
4678 src_dir programs
/xrefresh
4679 dst_dir app
/xrefresh
4687 symlink_app_xset
() {
4688 src_dir programs
/xset
4697 symlink_app_xsetmode
() {
4698 src_dir programs
/xsetmode
4699 dst_dir app
/xsetmode
4707 symlink_app_xsetpointer
() {
4708 src_dir programs
/xsetpointer
4709 dst_dir app
/xsetpointer
4711 action xsetpointer.c
4713 action xsetpnt.man xsetpointer.man
4717 symlink_app_xsetroot
() {
4718 src_dir programs
/xsetroot
4719 dst_dir app
/xsetroot
4728 src_dir programs
/xsm
4776 symlink_app_xstdcmap
() {
4777 src_dir programs
/xstdcmap
4778 dst_dir app
/xstdcmap
4786 symlink_app_xtrap
() {
4787 src_dir programs
/xtrap
4807 symlink_app_xvidtune
() {
4808 src_dir programs
/xvidtune
4809 dst_dir app
/xvidtune
4819 symlink_app_xvinfo
() {
4820 src_dir programs
/xvinfo
4828 symlink_app_xwud
() {
4829 src_dir programs
/xwud
4837 symlink_app_scripts
() {
4838 src_dir programs
/scripts
4843 action xauth_switch_to_sun-des-1.cpp
4849 symlink_app_rstart
() {
4850 src_dir programs
/rstart
4867 src_dir programs
/rstart
/commands
4868 dst_dir app
/rstart
/commands
4871 action ListGenericCommands
4876 src_dir programs
/rstart
/commands
/x11r6
4877 dst_dir app
/rstart
/commands
/x11r6
4885 src_dir programs
/rstart
/contexts
4886 dst_dir app
/rstart
/contexts
4897 src_dir programs
/rstart
/samples
/commands
4898 dst_dir app
/rstart
/samples
/commands
4902 action ListGenericCommands
4906 src_dir programs
/rstart
/samples
/commands
/odt1
4907 dst_dir app
/rstart
/samples
/commands
/odt1
4915 src_dir programs
/rstart
/samples
/commands
/openwindows2
4916 dst_dir app
/rstart
/samples
/commands
/openwindows2
4924 src_dir programs
/rstart
/samples
/commands
/openwindows3
4925 dst_dir app
/rstart
/samples
/commands
/openwindows3
4933 src_dir programs
/rstart
/samples
/commands
/x11r5
4934 dst_dir app
/rstart
/samples
/commands
/x11r5
4942 src_dir programs
/rstart
/samples
/contexts.odt1
4943 dst_dir app
/rstart
/samples
/contexts.odt1
4952 src_dir programs
/rstart
/samples
/contexts.sun
4953 dst_dir app
/rstart
/samples
/contexts.odt1
4964 symlink_app_sessreg
() {
4965 src_dir programs
/xdm
4973 src_dir programs
/xdm
5012 action xdm.man xdm.man.cpp
5014 src_dir programs
/xdm
/greeter
5015 dst_dir app
/xdm
/greeter
5023 src_dir programs
/xdm
/config
5024 dst_dir app
/xdm
/config
5042 action Xres.cpp Xresources.cpp
5043 action Xserv.ws.cpp Xservers.ws.cpp
5044 action xdm-conf.cpp xdm-config.cpp
5047 symlink_app_xprop
() {
5048 src_dir programs
/xprop
5055 src_dir programs
/xlsfonts
5062 src_dir programs
/xwd
5075 src_dir programs
/xlsfonts
5081 symlink_app_xwininfo
() {
5082 src_dir programs
/xwininfo
5083 dst_dir app
/xwininfo
5089 src_dir programs
/xlsfonts
5095 symlink_app_xphelloworld
() {
5096 src_dir programs
/xphelloworld
/xpxmhelloworld
5097 dst_dir app
/xphelloworld
/xpxmhelloworld
5099 action xpxmhelloworld.man
5100 action xpxmhelloworld.c
5101 action xpxmhelloworld.sgml
5103 src_dir programs
/xphelloworld
/xpsimplehelloworld
5104 dst_dir app
/xphelloworld
/xpsimplehelloworld
5106 action xpsimplehelloworld.sgml
5107 action xpsimplehelloworld.c
5108 action xpsimplehelloworld.man
5110 src_dir programs
/xphelloworld
/xpxthelloworld
5111 dst_dir app
/xphelloworld
/xpxthelloworld
5113 action xpxthelloworld.man
5114 action xpxthelloworld.sgml
5115 action xpxthelloworld.c
5117 src_dir programs
/xphelloworld
/xpawhelloworld
5118 dst_dir app
/xphelloworld
/xpawhelloworld
5120 action xpawhelloworld.c
5121 action xpawhelloworld.man
5123 src_dir programs
/xphelloworld
/xphelloworld
5124 dst_dir app
/xphelloworld
/xphelloworld
5126 action xphelloworld.sgml
5127 action xphelloworld.c
5128 action xphelloworld.man
5131 symlink_app_lbxproxy
() {
5132 src_dir programs
/lbxproxy
5133 dst_dir app
/lbxproxy
5139 src_dir programs
/lbxproxy
/config
5140 dst_dir app
/lbxproxy
/config
5144 src_dir programs
/lbxproxy
/di
5145 dst_dir app
/lbxproxy
/di
5173 src_dir programs
/lbxproxy
/include
5174 dst_dir app
/lbxproxy
/include
5195 src_dir programs
/lbxproxy
/os
5196 dst_dir app
/lbxproxy
/os
5205 symlink_app_xedit
() {
5206 src_dir programs
/xedit
5220 action Xedit-color.ad
5221 action Xedit-noxprint.ad
5222 action Xedit-xprint.ad
5226 dst_dir app
/xedit
/man
5227 action xedit.man xedit
.1
5229 src_dir programs
/xedit
/lisp
5230 dst_dir app
/xedit
/lisp
5282 src_dir programs
/xedit
/lisp
/modules
5283 dst_dir app
/xedit
/lisp
/modules
5294 src_dir programs
/xedit
/lisp
/modules
/progmodes
5295 dst_dir app
/xedit
/lisp
/modules
/progmodes
5311 src_dir programs
/xedit
/lisp
/re
5312 dst_dir app
/xedit
/lisp
/re
5323 src_dir programs
/xedit
/lisp
/test
5324 dst_dir app
/xedit
/lisp
/test
5336 src_dir programs
/xedit
/lisp
/mp
5337 dst_dir app
/xedit
/lisp
/mp
5344 src_dir programs
/xmore
5349 action printdialog.h
5350 action printdialog.c
5351 action printdialogprivates.h
5355 src_dir programs
/xfs
5363 src_dir programs
/xfs
/difs
5364 dst_dir app
/xfs
/difs
5383 src_dir programs
/xfs
/include
5384 dst_dir app
/xfs
/include
5414 src_dir programs
/xfs
/os
5434 src_dir programs
/xrx
/helper
5435 dst_dir app
/xrx
/helper
5442 src_dir programs
/xrx
/libxplugin
5443 dst_dir app
/xrx
/libxplugin
5447 src_dir programs
/xrx
/rx
5464 src_dir programs
/xrx
/xnest-plugin
5465 dst_dir app
/xrx
/xnest-plugin
5473 src_dir programs
/xrx
/htdocs
5474 dst_dir app
/xrx
/htdocs
5487 src_dir programs
/xrx
/testplugin
5488 dst_dir app
/xrx
/testplugin
5490 action testplugin.man
5493 src_dir programs
/xrx
/plugin
5494 dst_dir app
/xrx
/plugin
5505 src_dir programs
/xrx
/plugin
/common
5506 dst_dir app
/xrx
/plugin
/common
5510 src_dir programs
/xrx
/plugin
/include
5511 dst_dir app
/xrx
/plugin
/include
5519 src_dir programs
/xrx
/cgi-bin
5520 dst_dir app
/xrx
/cgi-bin
5533 symlink_app_lbxproxy
5534 symlink_app_xphelloworld
5535 symlink_app_xwininfo
5540 symlink_app_xvidtune
5542 symlink_app_xstdcmap
5544 symlink_app_xsetroot
5545 symlink_app_xsetpointer
5546 symlink_app_xsetmode
5548 symlink_app_xrefresh
5551 symlink_app_xprehashprinterlist
5553 symlink_app_xplsprinters
5557 symlink_app_xmessage
5560 symlink_app_xlsfonts
5561 symlink_app_xlsclients
5562 symlink_app_xlsatoms
5566 symlink_app_xkbutils
5567 symlink_app_xkbprint
5575 symlink_app_xfontsel
5576 symlink_app_xfindproxy
5581 symlink_app_xdriinfo
5582 symlink_app_xditview
5583 symlink_app_xdbedizzy
5584 symlink_app_xconsole
5587 symlink_app_xclipboard
5594 symlink_app_showfont
5595 symlink_app_setxkbmap
5598 symlink_app_proxymngr
5601 symlink_app_mkfontdir
5602 symlink_app_mkfontscale
5603 symlink_app_makepsres
5609 symlink_app_fslsfonts
5610 symlink_app_fonttosfnt
5613 symlink_app_beforelight
5614 symlink_app_bdftopcf
5617 symlink_app_xdpyinfo
5619 symlink_app_xcursorgen
5630 # The xserver module
5635 symlink_xserver_GL_apple
() {
5636 src_dir programs
/Xserver
/GL
/apple
5637 dst_dir xserver
/xorg
/GL
/apple
5643 symlink_xserver_GL_dri
() {
5644 src_dir programs
/Xserver
/GL
/dri
5645 dst_dir xserver
/xorg
/hw
/xfree86
/dri
5655 # src_dir extras/drm/shared-core
5659 symlink_xserver_GL_glx
() {
5660 src_dir programs
/Xserver
/GL
/glx
5661 dst_dir xserver
/xorg
/GL
/glx
5665 action g_disptab_EXT.c
5666 action g_disptab_EXT.h
5668 action g_renderswap.c
5670 action g_singleswap.c
5675 action glxcmdsswap.c
5677 action glxdrawable.h
5696 action render2swap.c
5698 action renderpixswap.c
5702 action single2swap.c
5704 action singlepixswap.c
5711 symlink_xserver_GL_include_GL
() {
5712 src_dir programs
/Xserver
/GL
/include
/GL
5713 dst_dir xserver
/xorg
/GL
/include
/GL
5719 symlink_xserver_GL_mesa_X
() {
5720 src_dir programs
/Xserver
/GL
/mesa
/X
5721 dst_dir xserver
/xorg
/GL
/mesa
/X
5724 action xf86glx_util.c
5725 action xf86glx_util.h
5729 symlink_xserver_GL_windows
() {
5730 src_dir programs
/Xserver
/GL
/windows
5731 dst_dir xserver
/xorg
/GL
/windows
5740 symlink_xserver_XTrap
() {
5741 src_dir programs
/Xserver
/XTrap
5742 dst_dir xserver
/xorg
/XTrap
5744 action xf86XTrapModule.c
5751 symlink_xserver_Xext
() {
5752 src_dir programs
/Xserver
/Xext
5753 dst_dir xserver
/xorg
/Xext
5771 action panoramiXSwap.c
5773 action panoramiXprocs.c
5774 action panoramiXsrv.h
5785 action xf86bigfont.c
5798 action SecurityPolicy
5799 action xtest1.frags README.xtest1-ddx
5801 # some of these are really DDX-specific despite being in Xext
5803 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
/extmod
5805 action vidmodeproc.h
5810 action xf86miscproc.h
5815 dst_dir xserver
/xorg
/hw
/dmx
5819 symlink_xserver_Xext_extmod
() {
5820 src_dir programs
/Xserver
/Xext
/extmod
5821 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
/extmod
5827 symlink_xserver_Xi
() {
5828 src_dir programs
/Xserver
/Xi
5829 dst_dir xserver
/xorg
/Xi
5907 symlink_xserver_Xprint
() {
5908 src_dir programs
/Xserver
/Xprint
5909 dst_dir xserver
/xorg
/Xprint
5928 dst_dir xserver
/xorg
/Xprint
/doc
5930 action Xprt.man Xprt.man.pre
5934 symlink_xserver_Xprint_etc
() {
5935 src_dir programs
/Xserver
/Xprint
/etc
/init.d
5936 dst_dir xserver
/xorg
/Xprint
/etc
/init.d
5940 src_dir programs
/Xserver
/Xprint
/etc
/profile.d
5941 dst_dir xserver
/xorg
/Xprint
/etc
/profile.d
5946 src_dir programs
/Xserver
/Xprint
/etc
/Xsession.d
5947 dst_dir xserver
/xorg
/Xprint
/etc
/Xsession.d
5949 action cde_xsessiond_xprint.sh
5952 symlink_xserver_Xprint_ps
() {
5953 src_dir programs
/Xserver
/Xprint
/ps
5954 dst_dir xserver
/xorg
/Xprint
/ps
5967 action PsImageUtil.c
5981 action psout_ftpstype1.c
5982 action psout_ftpstype3.c
5983 action ttf2pt1wrap.c
5986 symlink_xserver_Xprint_pcl
() {
5987 src_dir programs
/Xserver
/Xprint
/pcl
5988 dst_dir xserver
/xorg
/Xprint
/pcl
6015 symlink_xserver_Xprint_raster
() {
6016 src_dir programs
/Xserver
/Xprint
/raster
6017 dst_dir xserver
/xorg
/Xprint
/raster
6021 action RasterAttVal.c
6024 symlink_xserver_afb
() {
6025 src_dir programs
/Xserver
/afb
6026 dst_dir xserver
/xorg
/afb
6065 symlink_xserver_cfb
() {
6066 src_dir programs
/Xserver
/cfb
6067 dst_dir xserver
/xorg
/cfb
6122 symlink_xserver_cfb24
() {
6123 src_dir programs
/Xserver
/cfb24
6124 dst_dir xserver
/xorg
/cfb24
6129 symlink_xserver_composite
() {
6130 src_dir programs
/Xserver
/composite
6131 dst_dir xserver
/xorg
/composite
6140 symlink_xserver_damageext
() {
6141 src_dir programs
/Xserver
/damageext
6142 dst_dir xserver
/xorg
/damageext
6146 action damageextint.h
6149 symlink_xserver_dbe
() {
6150 src_dir programs
/Xserver
/dbe
6151 dst_dir xserver
/xorg
/dbe
6160 symlink_xserver_dix
() {
6161 src_dir programs
/Xserver
/dix
6162 dst_dir xserver
/xorg
/dix
6196 symlink_xserver_fb
() {
6197 src_dir programs
/Xserver
/fb
6198 dst_dir xserver
/xorg
/fb
6231 action fbpseudocolor.c
6232 action fbpseudocolor.h
6246 symlink_xserver_hw_darwin
() {
6247 src_dir programs
/Xserver
/hw
/darwin
6248 dst_dir xserver
/xorg
/hw
/darwin
6252 action darwinClut8.h
6253 action darwinEvents.c
6254 action darwinKeyboard.c
6255 action darwinKeyboard.h
6256 action darwinXinput.c
6261 symlink_xserver_hw_darwin_bundle
() {
6262 src_dir programs
/Xserver
/hw
/darwin
/bundle
6263 dst_dir xserver
/xorg
/hw
/darwin
/bundle
6265 action startXClients.cpp
6268 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Dutch.lproj
6269 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Dutch.lproj
6272 action Localizable.
strings
6273 action XDarwinHelp.html.cpp
6275 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Dutch.lproj
/MainMenu.nib
6276 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Dutch.lproj
/MainMenu.nib
6281 src_dir programs
/Xserver
/hw
/darwin
/bundle
/English.lproj
6282 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/English.lproj
6285 action InfoPlist.
strings.cpp
6286 action Localizable.
strings
6287 action XDarwinHelp.html.cpp
6289 src_dir programs
/Xserver
/hw
/darwin
/bundle
/English.lproj
/MainMenu.nib
6290 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/English.lproj
/MainMenu.nib
6295 src_dir programs
/Xserver
/hw
/darwin
/bundle
/French.lproj
6296 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/French.lproj
6299 action Localizable.
strings
6300 action XDarwinHelp.html.cpp
6302 src_dir programs
/Xserver
/hw
/darwin
/bundle
/French.lproj
/MainMenu.nib
6303 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/French.lproj
/MainMenu.nib
6308 src_dir programs
/Xserver
/hw
/darwin
/bundle
/German.lproj
6309 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/German.lproj
6312 action Localizable.
strings
6313 action XDarwinHelp.html.cpp
6315 src_dir programs
/Xserver
/hw
/darwin
/bundle
/German.lproj
/MainMenu.nib
6316 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/German.lproj
/MainMenu.nib
6321 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Japanese.lproj
6322 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Japanese.lproj
6325 action Localizable.
strings
6326 action XDarwinHelp.html.cpp
6328 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Japanese.lproj
/MainMenu.nib
6329 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Japanese.lproj
/MainMenu.nib
6334 src_dir programs
/Xserver
/hw
/darwin
/bundle
/ko.lproj
6335 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/ko.lproj
6338 action Localizable.
strings
6339 action XDarwinHelp.html.cpp
6341 src_dir programs
/Xserver
/hw
/darwin
/bundle
/ko.lproj
/MainMenu.nib
6342 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/ko.lproj
/MainMenu.nib
6347 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Portuguese.lproj
6348 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Portuguese.lproj
6351 action Localizable.
strings
6352 action XDarwinHelp.html.cpp
6354 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Portuguese.lproj
/MainMenu.nib
6355 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Portuguese.lproj
/MainMenu.nib
6360 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Spanish.lproj
6361 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Spanish.lproj
6364 action Localizable.
strings
6365 action XDarwinHelp.html.cpp
6367 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Spanish.lproj
/MainMenu.nib
6368 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Spanish.lproj
/MainMenu.nib
6373 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Swedish.lproj
6374 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Swedish.lproj
6377 action Localizable.
strings
6378 action XDarwinHelp.html.cpp
6380 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Swedish.lproj
/MainMenu.nib
6381 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Swedish.lproj
/MainMenu.nib
6387 symlink_xserver_hw_darwin_iokit
() {
6388 src_dir programs
/Xserver
/hw
/darwin
/iokit
6389 dst_dir xserver
/xorg
/hw
/darwin
/iokit
6393 action xfIOKitCursor.c
6394 action xfIOKitStartup.c
6397 symlink_xserver_hw_darwin_quartz
() {
6398 src_dir programs
/Xserver
/hw
/darwin
/quartz
6399 dst_dir xserver
/xorg
/hw
/darwin
/quartz
6401 action Preferences.h
6402 action XApplication.h
6403 action XDarwinStartup.c
6409 action pseudoramiX.c
6410 action pseudoramiX.h
6413 action quartzAudio.c
6414 action quartzAudio.h
6415 action quartzCommon.h
6416 action quartzCursor.c
6417 action quartzCursor.h
6418 action quartzKeyboard.c
6419 action quartzPasteboard.c
6420 action quartzPasteboard.h
6421 action quartzStartup.c
6423 action Preferences.m
6424 action quartzCocoa.m
6425 action XApplication.m
6428 action XDarwinStartup.man
6430 src_dir programs
/Xserver
/hw
/darwin
/quartz
/XDarwin.pbproj
6431 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/XDarwin.pbproj
6432 action project.pbxproj
6435 symlink_xserver_hw_darwin_quartz_cr
() {
6436 src_dir programs
/Xserver
/hw
/darwin
/quartz
/cr
6437 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/cr
6448 symlink_xserver_hw_darwin_quartz_fullscreen
() {
6449 src_dir programs
/Xserver
/hw
/darwin
/quartz
/fullscreen
6450 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/fullscreen
6453 action quartzCursor.c
6454 action quartzCursor.h
6457 symlink_xserver_hw_darwin_quartz_xpr
() {
6458 src_dir programs
/Xserver
/hw
/darwin
/quartz
/xpr
6459 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/xpr
6479 symlink_xserver_hw_darwin_utils
() {
6480 src_dir programs
/Xserver
/hw
/darwin
/utils
6481 dst_dir xserver
/xorg
/hw
/darwin
/utils
6484 action dumpkeymap.man
6488 symlink_xserver_hw_dmx
() {
6489 src_dir programs
/Xserver
/hw
/dmx
6490 dst_dir xserver
/xorg
/hw
/dmx
6493 action dmx_glxvisuals.c
6494 action dmx_glxvisuals.h
6504 action dmxextension.c
6505 action dmxextension.h
6537 action Xdmx.man Xdmx
.1
6540 symlink_xserver_hw_dmx_config
() {
6541 src_dir programs
/Xserver
/hw
/dmx
/config
6542 dst_dir xserver
/xorg
/hw
/dmx
/config
6587 action xdmxconfig.man
6590 symlink_xserver_hw_dmx_doc
() {
6591 src_dir programs
/Xserver
/hw
/dmx
/doc
6592 dst_dir xserver
/xorg
/hw
/dmx
/doc
6596 action DMXSpec-v1.txt
6605 src_dir programs
/Xserver
/hw
/dmx
/doc
/html
6606 dst_dir xserver
/xorg
/hw
/dmx
/doc
/html
6608 action annotated.html
6609 action ChkNotMaskEv_8c.html
6610 action ChkNotMaskEv_8h.html
6611 action ChkNotMaskEv_8h-source.html
6614 action dmx_8h-source.html
6615 action dmxarg_8c.html
6616 action dmxarg_8h.html
6617 action dmxarg_8h-source.html
6618 action dmxbackend_8c.html
6619 action dmxbackend_8h.html
6620 action dmxbackend_8h-source.html
6621 action dmxcb_8c.html
6622 action dmxcb_8h.html
6623 action dmxcb_8h-source.html
6624 action dmxclient_8h.html
6625 action dmxclient_8h-source.html
6626 action dmxcmap_8c.html
6627 action dmxcmap_8h.html
6628 action dmxcmap_8h-source.html
6629 action dmxcommon_8c.html
6630 action dmxcommon_8h.html
6631 action dmxcommon_8h-source.html
6632 action dmxcompat_8c.html
6633 action dmxcompat_8h.html
6634 action dmxcompat_8h-source.html
6635 action dmxconfig_8c.html
6636 action dmxconfig_8h.html
6637 action dmxconfig_8h-source.html
6638 action dmxconsole_8c.html
6639 action dmxconsole_8h.html
6640 action dmxconsole_8h-source.html
6641 action dmxcursor_8c.html
6642 action dmxcursor_8h.html
6643 action dmxcursor_8h-source.html
6644 action dmxdetach_8c.html
6645 action dmxdpms_8c.html
6646 action dmxdpms_8h.html
6647 action dmxdpms_8h-source.html
6648 action dmxdummy_8c.html
6649 action dmxdummy_8h.html
6650 action dmxdummy_8h-source.html
6651 action dmxeq_8c.html
6652 action dmxeq_8h.html
6653 action dmxeq_8h-source.html
6654 action dmxevents_8c.html
6655 action dmxevents_8h.html
6656 action dmxevents_8h-source.html
6657 action dmxext_8h.html
6658 action dmxext_8h-source.html
6659 action dmxextension_8c.html
6660 action dmxextension_8h.html
6661 action dmxextension_8h-source.html
6662 action dmxfont_8c.html
6663 action dmxfont_8h.html
6664 action dmxfont_8h-source.html
6665 action dmxgc_8c.html
6666 action dmxgc_8h.html
6667 action dmxgc_8h-source.html
6668 action dmxgcops_8c.html
6669 action dmxgcops_8h.html
6670 action dmxgcops_8h-source.html
6671 action dmx__glxvisuals_8h-source.html
6672 action dmxinit_8c.html
6673 action dmxinit_8h.html
6674 action dmxinit_8h-source.html
6675 action dmxinput_8c.html
6676 action dmxinput_8h.html
6677 action dmxinput_8h-source.html
6678 action dmxinputinit_8c.html
6679 action dmxinputinit_8h.html
6680 action dmxinputinit_8h-source.html
6681 action dmxlog_8c.html
6682 action dmxlog_8h.html
6683 action dmxlog_8h-source.html
6684 action dmxmap_8c.html
6685 action dmxmap_8h.html
6686 action dmxmap_8h-source.html
6687 action dmxmotion_8c.html
6688 action dmxmotion_8h.html
6689 action dmxmotion_8h-source.html
6690 action dmxparse_8c.html
6691 action dmxparse_8h.html
6692 action dmxparse_8h-source.html
6693 action dmxpict_8c.html
6694 action dmxpict_8h.html
6695 action dmxpict_8h-source.html
6696 action dmxpixmap_8c.html
6697 action dmxpixmap_8h.html
6698 action dmxpixmap_8h-source.html
6699 action dmxprint_8c.html
6700 action dmxprint_8h.html
6701 action dmxprint_8h-source.html
6702 action dmxprop_8c.html
6703 action dmxprop_8h.html
6704 action dmxprop_8h-source.html
6705 action dmxproto_8h.html
6706 action dmxproto_8h-source.html
6707 action dmxscrinit_8c.html
6708 action dmxscrinit_8h.html
6709 action dmxscrinit_8h-source.html
6710 action dmxshadow_8c.html
6711 action dmxshadow_8h.html
6712 action dmxshadow_8h-source.html
6713 action dmxsigio_8c.html
6714 action dmxsigio_8h.html
6715 action dmxsigio_8h-source.html
6716 action dmxstat_8c.html
6717 action dmxstat_8h.html
6718 action dmxstat_8h-source.html
6719 action dmxsync_8c.html
6720 action dmxsync_8h.html
6721 action dmxsync_8h-source.html
6722 action dmxvisual_8c.html
6723 action dmxvisual_8h.html
6724 action dmxvisual_8h-source.html
6725 action dmxwindow_8c.html
6726 action dmxwindow_8h.html
6727 action dmxwindow_8h-source.html
6728 action dmxxinput_8c.html
6732 action ftv2blank.png
6734 action ftv2folderclosed.png
6735 action ftv2folderopen.png
6736 action ftv2lastnode.png
6738 action ftv2mlastnode.png
6739 action ftv2mnode.png
6741 action ftv2plastnode.png
6742 action ftv2pnode.png
6743 action ftv2vertline.png
6744 action functions.html
6745 action functions_vars.html
6746 action globals_defs.html
6747 action globals_enum.html
6748 action globals_eval.html
6749 action globals_func.html
6751 action globals_type.html
6752 action globals_vars.html
6754 action lib_2dmx_2dmx_8c.html
6755 action lnx-keyboard_8c.html
6756 action lnx-keyboard_8h.html
6757 action lnx-keyboard_8h-source.html
6758 action lnx-ms_8c.html
6759 action lnx-ms_8h.html
6760 action lnx-ms_8h-source.html
6761 action lnx-ps2_8c.html
6762 action lnx-ps2_8h.html
6763 action lnx-ps2_8h-source.html
6765 action programs_2Xserver_2Xext_2dmx_8c.html
6766 action struct__dmxArg.html
6767 action struct__dmxColormapPriv.html
6768 action structDMXConfigCmdStruct.html
6769 action struct__DMXConfigComment.html
6770 action struct__DMXConfigDisplay.html
6771 action struct__DMXConfigEntry.html
6772 action struct__DMXConfigFullDim.html
6773 action structDMXConfigListStruct.html
6774 action struct__DMXConfigNumber.html
6775 action struct__DMXConfigOption.html
6776 action struct__DMXConfigPair.html
6777 action struct__DMXConfigParam.html
6778 action struct__DMXConfigPartDim.html
6779 action struct__DMXConfigString.html
6780 action struct__DMXConfigSub.html
6781 action struct__DMXConfigToken.html
6782 action struct__DMXConfigVirtual.html
6783 action struct__DMXConfigWall.html
6784 action struct__dmxCursorPriv.html
6785 action structDMXDesktopAttributes.html
6786 action structDMXDesktopAttributesRec.html
6787 action struct__DMXEventMap.html
6788 action struct__dmxFontPriv.html
6789 action struct__dmxGCPriv.html
6790 action structdmxGlxVisualPrivate.html
6791 action struct__dmxGlyphPriv.html
6792 action structDMXInputAttributes.html
6793 action structDMXInputAttributesRec.html
6794 action struct__DMXInputInfo.html
6795 action struct__DMXLocalInitInfo.html
6796 action struct__DMXLocalInputInfo.html
6797 action struct__dmxPictPriv.html
6798 action struct__dmxPixPriv.html
6799 action structDMXScreenAttributes.html
6800 action structDMXScreenAttributesRec.html
6801 action struct__DMXScreenInfo.html
6802 action struct__DMXStatAvg.html
6803 action struct__DMXStatInfo.html
6804 action structDMXWindowAttributes.html
6805 action structDMXWindowAttributesRec.html
6806 action struct__dmxWinPriv.html
6807 action struct__Event.html
6808 action struct__EventQueue.html
6809 action struct__myPrivate.html
6810 action structxDMXAddInputReply.html
6811 action structxDMXAddInputReq.html
6812 action structxDMXAddScreenReply.html
6813 action structxDMXAddScreenReq.html
6814 action structxDMXChangeDesktopAttributesReply.html
6815 action structxDMXChangeDesktopAttributesReq.html
6816 action structxDMXChangeScreensAttributesReply.html
6817 action structxDMXChangeScreensAttributesReq.html
6818 action structxDMXForceWindowCreationReply.html
6819 action structxDMXForceWindowCreationReq.html
6820 action structxDMXGetDesktopAttributesReply.html
6821 action structxDMXGetDesktopAttributesReq.html
6822 action structxDMXGetInputAttributesReply.html
6823 action structxDMXGetInputAttributesReq.html
6824 action structxDMXGetInputCountReply.html
6825 action structxDMXGetInputCountReq.html
6826 action structxDMXGetScreenAttributesReply.html
6827 action structxDMXGetScreenAttributesReq.html
6828 action structxDMXGetScreenCountReply.html
6829 action structxDMXGetScreenCountReq.html
6830 action structxDMXGetWindowAttributesReply.html
6831 action structxDMXGetWindowAttributesReq.html
6832 action structxDMXQueryVersionReply.html
6833 action structxDMXQueryVersionReq.html
6834 action structxDMXRemoveInputReply.html
6835 action structxDMXRemoveInputReq.html
6836 action structxDMXRemoveScreenReply.html
6837 action structxDMXRemoveScreenReq.html
6838 action structxDMXSyncReply.html
6839 action structxDMXSyncReq.html
6841 action usb-common_8c.html
6842 action usb-common_8h.html
6843 action usb-common_8h-source.html
6844 action usb-keyboard_8c.html
6845 action usb-keyboard_8h.html
6846 action usb-keyboard_8h-source.html
6847 action usb-mouse_8c.html
6848 action usb-mouse_8h.html
6849 action usb-mouse_8h-source.html
6850 action usb-other_8c.html
6851 action usb-other_8h.html
6852 action usb-other_8h-source.html
6853 action usb-private_8h.html
6854 action usb-private_8h-source.html
6857 symlink_xserver_hw_dmx_examples
() {
6858 src_dir programs
/Xserver
/hw
/dmx
/examples
6859 dst_dir xserver
/xorg
/hw
/dmx
/examples
6861 action dmxaddinput.c
6862 action dmxaddscreen.c
6863 action dmxreconfig.c
6866 action dmxrmscreen.c
6878 symlink_xserver_hw_dmx_glxProxy
() {
6879 src_dir programs
/Xserver
/hw
/dmx
/glxProxy
6880 dst_dir xserver
/xorg
/hw
/dmx
/glxProxy
6885 action g_renderswap.c
6888 action glxcmdsswap.c
6890 action glxdrawable.h
6894 action glxfbconfig.c
6895 action glxfbconfig.h
6909 action render2swap.c
6910 action renderpixswap.c
6914 symlink_xserver_hw_dmx_input
() {
6915 src_dir programs
/Xserver
/hw
/dmx
/input
6916 dst_dir xserver
/xorg
/hw
/dmx
/input
6918 action ChkNotMaskEv.c
6919 action ChkNotMaskEv.h
6935 action dmxinputinit.c
6936 action dmxinputinit.h
6944 action lnx-keyboard.c
6945 action lnx-keyboard.h
6952 action usb-keyboard.c
6953 action usb-keyboard.h
6958 action usb-private.h
6961 # We skip most of Xserver/hw/sun since it's no longer maintained, but a
6962 # couple of files are useful still
6963 symlink_xserver_hw_sun
() {
6964 src_dir programs
/Xserver
/hw
/sun
6966 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/kbd_mode
6967 action kbd_mode.c sun-kbd_mode.c
6968 action kbd_mode.man sun-kbd_mode.man.pre
6970 dst_dir app
/constype
6975 symlink_xserver_hw_vfb
() {
6976 src_dir programs
/Xserver
/hw
/vfb
6977 dst_dir xserver
/xorg
/hw
/vfb
6983 action Xvfb.man Xvfb
.1
6986 symlink_xserver_hw_xfree86_common
() {
6987 src_dir programs
/Xserver
/hw
/xfree86
/common
6988 dst_dir xserver
/xorg
/hw
/xfree86
/common
6995 action xf86AutoConfig.c
7000 action xf86Configure.c
7005 action xf86DefModes.c
7006 action xf86DoProbe.c
7007 action xf86DoScanPci.c
7009 action xf86Globals.c
7017 action xf86KbdMach.c
7019 action xf86MiscExt.c
7025 action xf86PciInfo.h
7027 action xf86Privstr.h
7029 action xf86Resources.h
7030 action xf86Versions.c
7031 action xf86VidMode.c
7044 action xf86sbusBus.c
7045 action xf86sbusBus.h
7056 action modeline2c.pl
7058 src_dir programs
/Xserver
/hw
/xfree86
7060 action xf86Version.h
7061 action xorgVersion.h
7064 symlink_xserver_hw_xfree86_ddc
() {
7065 src_dir programs
/Xserver
/hw
/xfree86
/ddc
7066 dst_dir xserver
/xorg
/hw
/xfree86
/ddc
7069 action ddcProperty.c
7072 action interpret_edid.c
7073 action interpret_vdif.c
7083 symlink_xserver_hw_xfree86_doc
() {
7085 # Docs generic to all Xservers in xserver-xorg module:
7086 src_dir programs
/Xserver
7087 dst_dir xserver
/xorg
/doc
7088 action Xserver.man Xserver.man.pre
7090 src_dir programs
/Xserver
/hw
/xfree86
/doc
7091 dst_dir xserver
/xorg
/doc
7094 # Docs specific to XFree86 DDX/Xorg server:
7096 src_dir programs
/Xserver
/hw
/xfree86
7097 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/man
7099 action Xorg.man Xorg.man.pre
7100 action xorg.conf.man xorg.conf.man.pre
7102 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/devel
7103 action DebuggingHints
7108 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/changelogs
7113 src_dir programs
/Xserver
/hw
/xfree86
/doc
7114 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/devel
7115 action exa-driver.txt
7117 src_dir programs
/Xserver
/hw
/xfree86
/doc
/sgml
7118 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/sgml
7121 # Docs about the entire Xorg distribution:
7123 dst_dir
doc
/old
/sgml
7129 action OS2Notes.sgml
7132 action RELNOTES.sgml
7135 action Versions.sgml
7136 action XKB-Config.sgml
7137 action XKB-Enhancing.sgml
7143 # Entity files and scripts needed for all sgml docs:
7145 dst_dir
doc
/xorg-sgml-doctools
7148 action mdefs.cpp mdefs.pre
7150 # Driver-specific docs:
7152 dst_dir driver
/xf86-video-tga
7153 action DECtga.sgml README.sgml
7155 dst_dir driver
/xf86-video-i128
7156 action I128.sgml README.sgml
7158 dst_dir driver
/xf86-video-sis
7159 action SiS.sgml README.sgml
7161 dst_dir driver
/xf86-video-apm
7162 action apm.sgml README.sgml
7164 dst_dir driver
/xf86-video-ati
7165 action ati.sgml README.ati.sgml
7166 action r128.sgml README.r128.sgml
7168 dst_dir driver
/xf86-video-chips
7169 action chips.sgml README.sgml
7171 dst_dir driver
/xf86-video-cyrix
7172 action cyrix.sgml README.sgml
7174 dst_dir driver
/xf86-video-i740
7175 action i740.sgml README.sgml
7177 dst_dir driver
/xf86-video-i810
7178 action i810.sgml README.sgml
7180 dst_dir driver
/xf86-input-mouse
7181 action mouse.sgml README.sgml
7183 dst_dir driver
/xf86-video-newport
7184 action newport.sgml README.sgml
7186 dst_dir driver
/xf86-video-rendition
7187 action rendition.sgml README.sgml
7189 dst_dir driver
/xf86-video-s3virge
7190 action s3virge.sgml README.sgml
7193 symlink_xserver_hw_xfree86_etc
() {
7194 src_dir programs
/Xserver
/hw
/xfree86
/etc
7196 dst_dir xserver
/xorg
/hw
/xfree86
/common
7200 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/gtf
7202 action gtf.man gtf.man.pre
7204 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/ioport
7207 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/kbd_mode
7208 action kbd_mode.c bsd-kbd_mode.c
7209 action kbd_mode.man bsd-kbd_mode.man.pre
7211 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/pcitweak
7213 action pcitweak.man pcitweak.man.pre
7215 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/solaris
7216 action apSolaris.
shar
7219 symlink_xserver_hw_xfree86_x86emu
() {
7220 src_dir extras
/x86emu
/include
7221 dst_dir xserver
/xorg
/hw
/xfree86
/x86emu
7225 src_dir extras
/x86emu
/src
/x86emu
7236 dst_dir xserver
/xorg
/hw
/xfree86
/x86emu
/x86emu
7237 src_dir extras
/x86emu
/include
/x86emu
7243 src_dir extras
/x86emu
/src
/x86emu
/x86emu
7255 symlink_xserver_hw_xfree86_dixmods
() {
7256 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
7258 src_dir programs
/Xserver
/GL
7261 src_dir programs
/Xserver
/GL
/mesa
/GLcore
7262 action GLcoremodule.c
7264 src_dir programs
/Xserver
/afb
7267 src_dir lib
/font
/bitmap
/module
7270 src_dir lib
/font
/FreeType
/module
7273 src_dir lib
/font
/Type
1/module
7276 src_dir programs
/Xserver
/cfb
7279 src_dir programs
/Xserver
/cfb16
7280 action cfbmodule.c cfb16module.c
7282 src_dir programs
/Xserver
/cfb24
7283 action cfbmodule.c cfb24module.c
7285 src_dir programs
/Xserver
/cfb32
7286 action cfbmodule.c cfb32module.c
7288 src_dir programs
/Xserver
/dbe
7291 src_dir programs
/Xserver
/fb
7294 src_dir programs
/Xserver
/miext
/layer
7297 src_dir programs
/Xserver
/miext
/shadow
7300 src_dir programs
/Xserver
/mfb
7303 src_dir programs
/Xserver
/record
7307 symlink_xserver_hw_xfree86_dummylib
() {
7308 src_dir programs
/Xserver
/hw
/xfree86
/dummylib
7309 dst_dir xserver
/xorg
/hw
/xfree86
/dummylib
7314 action getvalidbios.c
7316 action pcitestmulti.c
7319 action xf86addrestolist.c
7320 action xf86allocscripi.c
7322 action xf86drvmsgverb.c
7324 action xf86errorfverb.c
7325 action xf86getpagesize.c
7326 action xf86getverb.c
7329 action xf86msgverb.c
7331 action xf86screens.c
7332 action xf86servisinit.c
7333 action xf86verbose.c
7340 symlink_xserver_hw_xfree86_exa
() {
7341 src_dir programs
/Xserver
/hw
/xfree86
/exa
7342 dst_dir xserver
/xorg
/hw
/xfree86
/exa
7347 action exaoffscreen.c
7352 symlink_xserver_hw_xfree86_fbdevhw
() {
7353 src_dir programs
/Xserver
/hw
/xfree86
/fbdevhw
7354 dst_dir xserver
/xorg
/hw
/xfree86
/fbdevhw
7358 action fbdevhwstub.c
7361 action fbdevhw.man fbdevhw.man.pre
7364 symlink_xserver_hw_xfree86_getconfig
() {
7365 src_dir programs
/Xserver
/hw
/xfree86
/getconfig
7366 dst_dir xserver
/xorg
/hw
/xfree86
/getconfig
7368 action cfg.man cfg.man.pre
7370 action getconfig.man getconfig.man.pre
7372 action getconfig.sh getconfig
7376 symlink_xserver_hw_xfree86_i2c
() {
7377 src_dir programs
/Xserver
/hw
/xfree86
/i2c
7378 dst_dir xserver
/xorg
/hw
/xfree86
/i2c
7382 action xf86i2cmodule.c
7384 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i2c
7385 dst_dir xserver
/xorg
/hw
/xfree86
/i2c
7391 action bt829_module.c
7395 action fi1236_module.c
7399 action msp3430_module.c
7403 action tda8425_module.c
7407 action tda9850_module.c
7411 action tda9885_module.c
7415 action uda1380_module.c
7418 symlink_xserver_hw_xfree86_int10
() {
7419 src_dir programs
/Xserver
/hw
/xfree86
/int10
7420 dst_dir xserver
/xorg
/hw
/xfree86
/int10
7423 action helper_exec.c
7430 action xf86int10module.c
7436 symlink_xserver_hw_xfree86_loader
() {
7437 src_dir programs
/Xserver
/hw
/xfree86
/loader
7438 dst_dir xserver
/xorg
/hw
/xfree86
/loader
7440 action SparcMulDiv.S
7460 action loaderProcs.h
7471 symlink_xserver_hw_xfree86_ossupport
() {
7472 src_dir programs
/Xserver
/hw
/xfree86
/os-support
7473 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
7476 action int10Defines.h
7478 action xf86OSmouse.h
7481 action xf86_OSproc.h
7485 action xf86drmCompat.h
7487 action README.OS-lib
7490 symlink_xserver_hw_xfree86_ossupport_bsd
() {
7491 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsd
7492 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsd
7494 action alpha_video.c
7496 action bsdResource.c
7508 action bsd_kqueue_apm.c
7513 action sparc64_video.c
7516 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
() {
7517 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsd
/libusb
7518 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsd
/libusb
7528 symlink_xserver_hw_xfree86_ossupport_bsdi
() {
7529 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsdi
7530 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsdi
7538 symlink_xserver_hw_xfree86_ossupport_bus
() {
7539 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bus
7540 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bus
7564 symlink_xserver_hw_xfree86_ossupport_dgux
() {
7565 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/dgux
7566 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/dgux
7568 action bios_DGmmap.c
7577 symlink_xserver_hw_xfree86_ossupport_drm
() {
7578 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/drm
7579 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/drm
7583 action xf86drmHash.c
7584 action xf86drmRandom.c
7588 symlink_xserver_hw_xfree86_ossupport_hurd
() {
7589 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/hurd
7590 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/hurd
7599 symlink_xserver_hw_xfree86_ossupport_linux
() {
7600 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
7601 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
7605 action lnxResource.c
7625 symlink_xserver_hw_xfree86_ossupport_linux_int10
() {
7626 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/int10
7627 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
/int10
7632 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
() {
7633 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/int10
/vm86
7634 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
/int10
/vm86
7639 symlink_xserver_hw_xfree86_ossupport_lynxos
() {
7640 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/lynxos
7641 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/lynxos
7647 action lynx_noinline.c
7652 symlink_xserver_hw_xfree86_ossupport_misc
() {
7653 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/misc
7654 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/misc
7660 action xf86_IlHack.c
7664 symlink_xserver_hw_xfree86_ossupport_nto
() {
7665 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/nto
7666 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/nto
7676 symlink_xserver_hw_xfree86_ossupport_os2
() {
7677 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/os2
7678 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/os2
7697 symlink_xserver_hw_xfree86_ossupport_os2_int10
() {
7698 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/os
2/int10
7699 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/os
2/int10
7704 symlink_xserver_hw_xfree86_ossupport_pmax
() {
7705 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/pmax
7706 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/pmax
7716 symlink_xserver_hw_xfree86_ossupport_qnx4
() {
7717 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/qnx4
7718 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/qnx4
7730 symlink_xserver_hw_xfree86_ossupport_sco
() {
7731 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sco
7732 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/sco
7742 symlink_xserver_hw_xfree86_ossupport_shared
() {
7743 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/shared
7744 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/shared
7749 action at_scancode.c
7750 action bios_devmem.c
7754 action ioperm_noop.c
7757 action libc_wrapper.c
7763 action stdResource.c
7771 symlink_xserver_hw_xfree86_ossupport_sunos
() {
7772 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sunos
7773 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/solaris
7785 action solaris-amd64.S
7786 action solaris-ia32.S
7787 action solaris-sparcv8plus.S
7790 symlink_xserver_hw_xfree86_ossupport_sysv
() {
7791 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sysv
7792 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/sysv
7802 symlink_xserver_hw_xfree86_parser
() {
7803 src_dir programs
/Xserver
/hw
/xfree86
/parser
7804 dst_dir xserver
/xorg
/hw
/xfree86
/parser
7821 action configProcs.h
7831 symlink_xserver_hw_xfree86_rac
() {
7832 src_dir programs
/Xserver
/hw
/xfree86
/rac
7833 dst_dir xserver
/xorg
/hw
/xfree86
/rac
7837 action xf86RACmodule.c
7840 symlink_xserver_hw_xfree86_ramdac
() {
7841 src_dir programs
/Xserver
/hw
/xfree86
/ramdac
7842 dst_dir xserver
/xorg
/hw
/xfree86
/ramdac
7855 action xf86CursorPriv.h
7859 action xf86RamDacCmap.c
7860 action xf86RamDacMod.c
7861 action xf86RamDacPriv.h
7866 symlink_xserver_hw_xfree86_scanpci
() {
7867 src_dir programs
/Xserver
/hw
/xfree86
/scanpci
7868 dst_dir xserver
/xorg
/hw
/xfree86
/scanpci
7870 action xf86PciData.h
7871 action xf86PciStdIds.h
7873 action xf86ScanPci.c
7874 action xf86ScanPci.h
7878 src_dir programs
/Xserver
/hw
/xfree86
/etc
7882 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/scanpci
7884 action scanpci.man scanpci.man.pre
7887 symlink_xserver_hw_xfree86_shadowfb
() {
7888 src_dir programs
/Xserver
/hw
/xfree86
/shadowfb
7889 dst_dir xserver
/xorg
/hw
/xfree86
/shadowfb
7896 symlink_xserver_hw_xfree86_vbe
() {
7897 src_dir programs
/Xserver
/hw
/xfree86
/vbe
7898 dst_dir xserver
/xorg
/hw
/xfree86
/vbe
7907 symlink_xserver_hw_xfree86_vgahw
() {
7908 src_dir programs
/Xserver
/hw
/xfree86
/vgahw
7909 dst_dir xserver
/xorg
/hw
/xfree86
/vgahw
7914 action vgaHWmodule.c
7917 symlink_xserver_hw_xfree86_xaa
() {
7918 src_dir programs
/Xserver
/hw
/xfree86
/xaa
7919 dst_dir xserver
/xorg
/hw
/xfree86
/xaa
7923 action xaaBitOrder.c
7926 action xaaCpyPlane.c
7928 action xaaDashLine.c
7929 action xaaFallback.c
7931 action xaaFillPoly.c
7932 action xaaFillRect.c
7937 action xaaInitAccel.c
7939 action xaaLineMisc.c
7940 action xaaNonTEGlyph.c
7941 action xaaNonTEText.c
7942 action xaaOffscreen.c
7944 action xaaOverlayDF.c
7946 action xaaPaintWin.c
7951 action xaaStateChange.c
7956 action xaaWideLine.c
7967 symlink_xserver_hw_xfree86_xf1bpp
() {
7968 src_dir programs
/Xserver
/hw
/xfree86
/xf1bpp
7969 dst_dir xserver
/xorg
/hw
/xfree86
/xf1bpp
7979 symlink_xserver_hw_xfree86_xf4bpp
() {
7980 src_dir programs
/Xserver
/hw
/xfree86
/xf4bpp
7981 dst_dir xserver
/xorg
/hw
/xfree86
/xf4bpp
8034 symlink_xserver_hw_xfree86_xf8_16bpp
() {
8035 src_dir programs
/Xserver
/hw
/xfree86
/xf8_16bpp
8036 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_16bpp
8039 action cfb8_16module.c
8044 symlink_xserver_hw_xfree86_xf8_32bpp
() {
8045 src_dir programs
/Xserver
/hw
/xfree86
/xf8_32bpp
8046 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_32bpp
8049 action cfb8_32module.c
8052 action cfbcpyplane.c
8060 action xf86overlay.c
8063 symlink_xserver_hw_xfree86_xf8_32wid
() {
8064 src_dir programs
/Xserver
/hw
/xfree86
/xf8_32wid
8065 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_32wid
8068 action cfb8_32widmodule.c
8074 symlink_xserver_hw_xfree86_xf86cfg
() {
8075 src_dir programs
/Xserver
/hw
/xfree86
/xf86cfg
8076 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/xorgcfg
8079 action XOrgCfg.cpp XOrgCfg.pre
8095 action keyboard-cfg.c
8096 action keyboard-cfg.h
8103 action monitor-cfg.c
8104 action monitor-cfg.h
8131 action xorgcfg.man xorgcfg.man.pre
8135 symlink_xserver_hw_xfree86_xf86config
() {
8136 src_dir programs
/Xserver
/hw
/xfree86
/xf86config
8137 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/xorgconfig
8144 action xorgconfig.man xorgconfig.man.pre
8147 symlink_xserver_hw_xnest
() {
8148 src_dir programs
/Xserver
/hw
/xnest
8149 dst_dir xserver
/xorg
/hw
/xnest
8191 action Xnest.man Xnest.man.pre
8194 symlink_xserver_hw_xwin
() {
8195 src_dir programs
/Xserver
/hw
/xwin
8196 dst_dir xserver
/xorg
/hw
/xwin
8206 action winclipboard.h
8207 action winclipboardinit.c
8208 action winclipboardtextconv.c
8209 action winclipboardthread.c
8210 action winclipboardunicode.c
8211 action winclipboardwndproc.c
8212 action winclipboardwrappers.c
8213 action winclipboardxevents.c
8217 action wincreatewnd.c
8231 action winkeynames.h
8233 action winmessages.h
8239 action winmultiwindowclass.c
8240 action winmultiwindowclass.h
8241 action winmultiwindowicons.c
8242 action winmultiwindowshape.c
8243 action winmultiwindowwindow.c
8244 action winmultiwindowwm.c
8245 action winmultiwindowwndproc.c
8246 action winnativegdi.c
8250 action winpolyline.c
8253 action winprefsyacc.y
8254 action winprefslex.l
8260 action winregistry.c
8261 action winresource.h
8266 action winshadddnl.c
8268 action wintrayicon.c
8272 action winwin32rootless.c
8273 action winwin32rootlesswindow.c
8274 action winwin32rootlesswndproc.c
8277 action winwindowswm.c
8284 action XWin.man XWin
.1
8285 action XWinrc.man XWinrc
.1
8287 action _usr_X11R6_lib_X11_system.XWinrc
8293 symlink_xserver_hw_xwin_xlaunch
() {
8294 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
8295 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
8303 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
/resources
8304 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
/resources
8307 action fullscreen.bmp
8309 action multiwindow.bmp
8310 action nodecoration.bmp
8316 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
/window
8317 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
/window
8329 symlink_xserver_ilbm
() {
8330 src_dir programs
/Xserver
/ilbm
8331 dst_dir xserver
/xorg
/ilbm
8341 action ilbmfillarc.c
8342 action ilbmfillrct.c
8347 action ilbmhrzvert.c
8349 action ilbmimggblt.c
8353 action ilbmply1rct.c
8354 action ilbmplygblt.c
8355 action ilbmpntarea.c
8357 action ilbmpolypnt.c
8358 action ilbmpushpxl.c
8359 action ilbmscrinit.c
8369 symlink_xserver_include
() {
8370 src_dir programs
/Xserver
/include
8371 dst_dir xserver
/xorg
/include
8421 symlink_xserver_iplan2p2
() {
8422 src_dir programs
/Xserver
/iplan2p2
8423 dst_dir xserver
/xorg
/iplan2p2
8426 symlink_xserver_iplan2p4
() {
8427 src_dir programs
/Xserver
/iplan2p4
8428 dst_dir xserver
/xorg
/iplan2p4
8447 action iplmergerop.h
8467 symlink_xserver_iplan2p8
() {
8468 src_dir programs
/Xserver
/iplan2p8
8469 dst_dir xserver
/xorg
/iplan2p8
8473 symlink_xserver_lbx
() {
8474 src_dir programs
/Xserver
/lbx
8475 dst_dir xserver
/xorg
/lbx
8495 symlink_xserver_mfb
() {
8496 src_dir programs
/Xserver
/mfb
8497 dst_dir xserver
/xorg
/mfb
8538 symlink_xserver_mi
() {
8539 src_dir programs
/Xserver
/mi
8540 dst_dir xserver
/xorg
/mi
8605 symlink_xserver_miext_cw
() {
8606 src_dir programs
/Xserver
/miext
/cw
8607 dst_dir xserver
/xorg
/miext
/cw
8615 symlink_xserver_miext_damage
() {
8616 src_dir programs
/Xserver
/miext
/damage
8617 dst_dir xserver
/xorg
/miext
/damage
8624 symlink_xserver_miext_layer
() {
8625 src_dir programs
/Xserver
/miext
/layer
8626 dst_dir xserver
/xorg
/miext
/layer
8636 symlink_xserver_miext_rootless
() {
8637 src_dir programs
/Xserver
/miext
/rootless
8638 dst_dir xserver
/xorg
/miext
/rootless
8641 action rootlessCommon.c
8642 action rootlessCommon.h
8643 action rootlessConfig.h
8645 action rootlessScreen.c
8646 action rootlessValTree.c
8647 action rootlessWindow.c
8648 action rootlessWindow.h
8653 symlink_xserver_miext_rootless_accel
() {
8654 src_dir programs
/Xserver
/miext
/rootless
/accel
8655 dst_dir xserver
/xorg
/miext
/rootless
/accel
8663 action rlFillSpans.c
8668 symlink_xserver_miext_rootless_safealpha
() {
8669 src_dir programs
/Xserver
/miext
/rootless
/safeAlpha
8670 dst_dir xserver
/xorg
/miext
/rootless
/safeAlpha
8673 action safeAlphaPicture.c
8674 action safeAlphaWindow.c
8677 symlink_xserver_miext_shadow
() {
8678 src_dir programs
/Xserver
/miext
/shadow
8679 dst_dir xserver
/xorg
/miext
/shadow
8687 action shrot16pack.c
8688 action shrot16pack_180.c
8689 action shrot16pack_270.c
8690 action shrot16pack_90.c
8691 action shrot32pack.c
8692 action shrot32pack_180.c
8693 action shrot32pack_270.c
8694 action shrot32pack_90.c
8696 action shrot8pack_180.c
8697 action shrot8pack_270.c
8698 action shrot8pack_90.c
8703 symlink_xserver_os
() {
8704 src_dir programs
/Xserver
/os
8705 dst_dir xserver
/xorg
/os
8728 symlink_xserver_randr
() {
8729 src_dir programs
/Xserver
/randr
8730 dst_dir xserver
/xorg
/randr
8737 symlink_xserver_record
() {
8738 src_dir programs
/Xserver
/record
8739 dst_dir xserver
/xorg
/record
8746 symlink_xserver_render
() {
8747 src_dir programs
/Xserver
/render
8748 dst_dir xserver
/xorg
/render
8769 symlink_xserver_xfixes
() {
8770 src_dir programs
/Xserver
/xfixes
8771 dst_dir xserver
/xorg
/xfixes
8782 symlink_xserver_xkb
() {
8783 src_dir programs
/Xserver
/xkb
8784 dst_dir xserver
/xorg
/xkb
8793 action ddxKeyClick.c
8809 action xkbPrOtherEv.c
8823 action xkbmisc.c xkbfmisc.c
8829 symlink_xserver_xprint_config_models
() {
8831 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/CANONBJ10E-GS
8832 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/CANONBJ10E-GS
8837 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/CANONC3200-PS
8838 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/CANONC3200-PS
8843 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/GSdefault
8844 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/GSdefault
8849 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPDJ1600C
8850 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPDJ1600C
8854 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPDJ1600C
/fonts
8855 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPDJ1600C
/fonts
8906 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4050-PS
8907 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4050-PS
8912 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4family
8913 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4family
8917 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4family
/fonts
8918 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4family
/fonts
8969 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PS2PDFspooldir-GS
8970 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PS2PDFspooldir-GS
8973 action ps2pdf_spooltodir.sh
8976 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSdefault
8977 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSdefault
8981 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSdefault
/fonts
8982 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSdefault
/fonts
8984 action AvantGarde-BookOblique.pmf
8985 action AvantGarde-Book.pmf
8986 action AvantGarde-DemiOblique.pmf
8987 action AvantGarde-Demi.pmf
8988 action Courier-BoldOblique.pmf
8989 action Courier-Bold.pmf
8990 action Courier-Oblique.pmf
8992 action Helvetica-BoldOblique.pmf
8993 action Helvetica-Bold.pmf
8994 action Helvetica-Oblique.pmf
8995 action Helvetica.pmf
8996 action LubalinGraph-BookOblique.pmf
8997 action LubalinGraph-Book.pmf
8998 action LubalinGraph-DemiOblique.pmf
8999 action LubalinGraph-Demi.pmf
9000 action NewCenturySchlbk-BoldItalic.pmf
9001 action NewCenturySchlbk-Bold.pmf
9002 action NewCenturySchlbk-Italic.pmf
9003 action NewCenturySchlbk-Roman.pmf
9004 action Souvenir-DemiItalic.pmf
9005 action Souvenir-Demi.pmf
9006 action Souvenir-LightItalic.pmf
9007 action Souvenir-Light.pmf
9009 action Times-BoldItalic.pmf
9010 action Times-Bold.pmf
9011 action Times-Italic.pmf
9012 action Times-Roman.pmf
9013 action ZapfDingbats.pmf
9016 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSspooldir
9017 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSspooldir
9020 action spooltodir.sh
9023 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/SPSPARC2
9024 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/SPSPARC2
9031 symlink_xserver_xprint_config
() {
9032 src_dir programs
/Xserver
/XpConfig
9033 dst_dir xserver
/xorg
/XpConfig
9037 src_dir programs
/Xserver
/XpConfig
/C
/print
9038 dst_dir xserver
/xorg
/XpConfig
/C
/print
9042 src_dir programs
/Xserver
/XpConfig
/C
/print
/attributes
9043 dst_dir xserver
/xorg
/XpConfig
/C
/print
/attributes
9049 src_dir programs
/Xserver
/XpConfig
/C
/print
/ddx-config
/raster
9050 dst_dir xserver
/xorg
/XpConfig
/C
/print
/ddx-config
/raster
9055 src_dir programs
/Xserver
/XpConfig
/en_US
/print
/attributes
9056 dst_dir xserver
/xorg
/XpConfig
/en_US
/print
/attributes
9060 symlink_xserver_xprint_config_models
9064 symlink_xserver_GL_apple
9065 symlink_xserver_GL_dri
9066 symlink_xserver_GL_glx
9067 symlink_xserver_GL_include_GL
9068 symlink_xserver_GL_mesa_X
9069 symlink_xserver_GL_windows
9070 symlink_xserver_XTrap
9071 symlink_xserver_Xext
9072 symlink_xserver_Xext_extmod
9074 symlink_xserver_Xprint
9075 symlink_xserver_Xprint_etc
9076 symlink_xserver_Xprint_ps
9077 symlink_xserver_Xprint_pcl
9078 symlink_xserver_Xprint_raster
9081 symlink_xserver_cfb24
9082 symlink_xserver_composite
9083 symlink_xserver_damageext
9087 symlink_xserver_hw_darwin
9088 symlink_xserver_hw_darwin_bundle
9089 symlink_xserver_hw_darwin_iokit
9090 symlink_xserver_hw_darwin_quartz
9091 symlink_xserver_hw_darwin_quartz_cr
9092 symlink_xserver_hw_darwin_quartz_fullscreen
9093 symlink_xserver_hw_darwin_quartz_xpr
9094 symlink_xserver_hw_darwin_utils
9095 symlink_xserver_hw_dmx
9096 symlink_xserver_hw_dmx_config
9097 symlink_xserver_hw_dmx_doc
9098 symlink_xserver_hw_dmx_examples
9099 symlink_xserver_hw_dmx_glxProxy
9100 symlink_xserver_hw_dmx_input
9101 symlink_xserver_hw_sun
9102 symlink_xserver_hw_vfb
9103 symlink_xserver_hw_xfree86_common
9104 symlink_xserver_hw_xfree86_ddc
9105 symlink_xserver_hw_xfree86_x86emu
9106 symlink_xserver_hw_xfree86_dixmods
9107 symlink_xserver_hw_xfree86_doc
9108 symlink_xserver_hw_xfree86_dummylib
9109 symlink_xserver_hw_xfree86_etc
9110 symlink_xserver_hw_xfree86_exa
9111 symlink_xserver_hw_xfree86_fbdevhw
9112 symlink_xserver_hw_xfree86_getconfig
9113 symlink_xserver_hw_xfree86_i2c
9114 symlink_xserver_hw_xfree86_int10
9115 symlink_xserver_hw_xfree86_loader
9116 symlink_xserver_hw_xfree86_ossupport
9117 symlink_xserver_hw_xfree86_ossupport_bsd
9118 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
9119 symlink_xserver_hw_xfree86_ossupport_bsdi
9120 symlink_xserver_hw_xfree86_ossupport_bus
9121 symlink_xserver_hw_xfree86_ossupport_dgux
9122 symlink_xserver_hw_xfree86_ossupport_drm
9123 symlink_xserver_hw_xfree86_ossupport_hurd
9124 symlink_xserver_hw_xfree86_ossupport_linux
9125 symlink_xserver_hw_xfree86_ossupport_linux_int10
9126 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
9127 symlink_xserver_hw_xfree86_ossupport_lynxos
9128 symlink_xserver_hw_xfree86_ossupport_misc
9129 symlink_xserver_hw_xfree86_ossupport_nto
9130 symlink_xserver_hw_xfree86_ossupport_os2
9131 symlink_xserver_hw_xfree86_ossupport_os2_int10
9132 symlink_xserver_hw_xfree86_ossupport_pmax
9133 symlink_xserver_hw_xfree86_ossupport_qnx4
9134 symlink_xserver_hw_xfree86_ossupport_sco
9135 symlink_xserver_hw_xfree86_ossupport_shared
9136 symlink_xserver_hw_xfree86_ossupport_sunos
9137 symlink_xserver_hw_xfree86_ossupport_sysv
9138 symlink_xserver_hw_xfree86_parser
9139 symlink_xserver_hw_xfree86_rac
9140 symlink_xserver_hw_xfree86_ramdac
9141 symlink_xserver_hw_xfree86_scanpci
9142 symlink_xserver_hw_xfree86_shadowfb
9143 symlink_xserver_hw_xfree86_vbe
9144 symlink_xserver_hw_xfree86_vgahw
9145 symlink_xserver_hw_xfree86_xaa
9146 symlink_xserver_hw_xfree86_xf1bpp
9147 symlink_xserver_hw_xfree86_xf4bpp
9148 symlink_xserver_hw_xfree86_xf8_16bpp
9149 symlink_xserver_hw_xfree86_xf8_32bpp
9150 symlink_xserver_hw_xfree86_xf8_32wid
9151 symlink_xserver_hw_xfree86_xf86cfg
9152 symlink_xserver_hw_xfree86_xf86config
9153 symlink_xserver_hw_xnest
9154 symlink_xserver_hw_xwin
9155 symlink_xserver_hw_xwin_xlaunch
9156 symlink_xserver_ilbm
9157 symlink_xserver_include
9158 symlink_xserver_iplan2p2
9159 symlink_xserver_iplan2p4
9160 symlink_xserver_iplan2p8
9164 symlink_xserver_miext_cw
9165 symlink_xserver_miext_damage
9166 symlink_xserver_miext_layer
9167 symlink_xserver_miext_rootless
9168 symlink_xserver_miext_rootless_accel
9169 symlink_xserver_miext_rootless_safealpha
9170 symlink_xserver_miext_shadow
9172 symlink_xserver_randr
9173 symlink_xserver_record
9174 symlink_xserver_render
9175 symlink_xserver_xfixes
9177 symlink_xserver_xprint_config
9188 symlink_driver_apm
() {
9189 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/apm
9190 dst_dir driver
/xf86-video-apm
9194 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/apm
9195 dst_dir driver
/xf86-video-apm
/src
9208 dst_dir driver
/xf86-video-apm
/man
9210 action apm.man apm
.4
9213 symlink_driver_ark
() {
9214 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/ark
9215 dst_dir driver
/xf86-video-ark
/src
9222 dst_dir driver
/xf86-video-ark
/man
9226 symlink_driver_ati
() {
9227 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/ati
9228 dst_dir driver
/xf86-video-ati
/src
9279 action atimach64accel.c
9280 action atimach64accel.h
9281 action atimach64cursor.c
9282 action atimach64cursor.h
9283 action atimach64i2c.c
9284 action atimach64i2c.h
9285 action atimach64io.c
9286 action atimach64io.h
9287 action atimach64xv.c
9288 action atimach64xv.h
9325 action atiwonderio.c
9326 action atiwonderio.h
9329 action generic_bus.h
9330 action mach64_common.h
9332 action mach64_sarea.h
9335 action r128_chipset.h
9336 action r128_common.h
9337 action r128_cursor.c
9341 action r128_dripriv.h
9342 action r128_driver.c
9348 action r128_version.h
9351 action radeon_accel.c
9352 action radeon_accelfuncs.c
9353 action radeon_bios.c
9354 action radeon_chipset.h
9355 action radeon_common.h
9356 action radeon_commonfuncs.c
9357 action radeon_cursor.c
9361 action radeon_dripriv.h
9362 action radeon_driver.c
9364 action radeon_exa_funcs.c
9365 action radeon_exa_render.c
9366 action radeon_macros.h
9367 action radeon_mergedfb.c
9368 action radeon_mergedfb.h
9369 action radeon_misc.c
9370 action radeon_mm_i2c.c
9371 action radeon_probe.c
9372 action radeon_probe.h
9374 action radeon_render.c
9375 action radeon_sarea.h
9376 action radeon_version.h
9377 action radeon_video.c
9378 action radeon_video.h
9384 action theatre200_module.c
9385 action theatre_detect.c
9386 action theatre_detect.h
9387 action theatre_detect_module.c
9388 action theatre_module.c
9389 action theatre_reg.h
9391 dst_dir driver
/xf86-video-ati
/man
9393 action ati.man ati
.4
9394 action r128.man r128.4
9395 action radeon.man radeon
.4
9398 symlink_driver_chips
() {
9399 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/chips
9400 dst_dir driver
/xf86-video-chips
/src
9416 dst_dir driver
/xf86-video-chips
/man
9418 action chips.man chips
.4
9420 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/chips
/util
9421 dst_dir driver
/xf86-video-chips
/util
9429 symlink_driver_cirrus
() {
9430 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cirrus
9431 dst_dir driver
/xf86-video-cirrus
9433 action README.multihead
9435 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cirrus
9436 dst_dir driver
/xf86-video-cirrus
/src
9456 dst_dir driver
/xf86-video-cirrus
/man
9458 action cirrus.man cirrus
.4
9461 symlink_driver_cyrix
() {
9462 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cyrix
9463 dst_dir driver
/xf86-video-cyrix
9468 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cyrix
9469 dst_dir driver
/xf86-video-cyrix
/src
9472 action cyrix_accel.c
9474 action cyrix_driver.c
9475 action cyrix_helper.c
9476 action cyrix_shadow.c
9478 dst_dir driver
/xf86-video-cyrix
/man
9480 action cyrix.man cyrix
.4
9483 symlink_driver_dummy
() {
9484 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/dummy
9485 dst_dir driver
/xf86-video-dummy
/src
9488 action dummy_cursor.c
9490 action dummy_driver.c
9492 dst_dir driver
/xf86-video-dummy
/man
9496 symlink_driver_fbdev
() {
9497 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/fbdev
9498 dst_dir driver
/xf86-video-fbdev
/src
9502 dst_dir driver
/xf86-video-fbdev
/man
9504 action fbdev.man fbdev
.4
9507 symlink_driver_glide
() {
9508 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glide
9509 dst_dir driver
/xf86-video-glide
/src
9511 action glide_driver.c
9513 dst_dir driver
/xf86-video-glide
/man
9515 action glide.man glide
.4
9518 symlink_driver_glint
() {
9519 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glint
9520 dst_dir driver
/xf86-video-glint
9525 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glint
9526 dst_dir driver
/xf86-video-glint
/src
9531 action glint_common.h
9535 action glint_dripriv.h
9536 action glint_driver.c
9538 action glint_shadow.c
9555 dst_dir driver
/xf86-video-glint
/man
9557 action glint.man glint
.4
9560 symlink_driver_i128
() {
9561 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i128
9562 dst_dir driver
/xf86-video-i128
/src
9568 action i128_driver.c
9575 dst_dir driver
/xf86-video-i128
/man
9577 action i128.man i128.4
9580 symlink_driver_i740
() {
9581 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i740
9582 dst_dir driver
/xf86-video-i740
/src
9586 action i740_cursor.c
9589 action i740_driver.c
9592 action i740_macros.h
9596 dst_dir driver
/xf86-video-i740
/man
9598 action i740.man i740.4
9601 symlink_driver_i810
() {
9602 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i810
9603 dst_dir driver
/xf86-video-i810
/src
9608 action i810_common.h
9609 action i810_cursor.c
9613 action i810_driver.c
9616 action i810_memory.c
9622 action i830_common.h
9623 action i830_cursor.c
9627 action i830_driver.c
9628 action i830_memory.c
9630 action i830_shadow.c
9633 dst_dir driver
/xf86-video-i810
/man
9635 action i810.man i810.4
9637 src_dir lib
/XvMC
/hw
/i810
9638 dst_dir driver
/xf86-video-i810
/src
/xvmc
9644 symlink_driver_imstt
() {
9645 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/imstt
9646 dst_dir driver
/xf86-video-imstt
/src
9649 action imstt_accel.c
9650 action imstt_driver.c
9653 dst_dir driver
/xf86-video-imstt
/man
9655 action imstt.man imstt
.4
9658 symlink_driver_mga
() {
9659 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9660 dst_dir driver
/xf86-video-mga
9663 action README_HALLIB
9665 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/util
9666 dst_dir driver
/xf86-video-mga
/util
9671 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9672 dst_dir driver
/xf86-video-mga
/src
9680 action mga_dac3026.c
9686 action mga_dripriv.h
9689 action mga_g450pll.c
9703 action mgareg_flags.h
9705 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/HALlib
9709 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9710 dst_dir driver
/xf86-video-mga
/man
9712 action mga.man mga
.4
9715 symlink_driver_neomagic
() {
9716 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/neomagic
9717 dst_dir driver
/xf86-video-neomagic
9723 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/neomagic
9724 dst_dir driver
/xf86-video-neomagic
/src
9742 dst_dir driver
/xf86-video-neomagic
/man
9744 action neomagic.man neomagic
.4
9747 symlink_driver_newport
() {
9748 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/newport
9749 dst_dir driver
/xf86-video-newport
9751 action XF86Config.indy
9753 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/newport
9754 dst_dir driver
/xf86-video-newport
/src
9757 action newport_accel.c
9758 action newport_cmap.c
9759 action newport_cursor.c
9760 action newport_driver.c
9761 action newport_regs.c
9762 action newport_regs.h
9763 action newport_shadow.c
9765 dst_dir driver
/xf86-video-newport
/man
9767 action newport.man newport
.4
9770 symlink_driver_nsc
() {
9771 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
9772 dst_dir driver
/xf86-video-nsc
/src
9779 action nsc_galstub.c
9780 action nsc_gx1_accel.c
9781 action nsc_gx1_cursor.c
9782 action nsc_gx1_dga.c
9783 action nsc_gx1_driver.c
9784 action nsc_gx1_shadow.c
9785 action nsc_gx1_video.c
9786 action nsc_gx2_accel.c
9787 action nsc_gx2_cursor.c
9788 action nsc_gx2_dga.c
9789 action nsc_gx2_driver.c
9790 action nsc_gx2_shadow.c
9791 action nsc_gx2_vga.c
9792 action nsc_gx2_video.c
9794 action nsc_msr_asm.S
9797 dst_dir driver
/xf86-video-nsc
/man
9799 action nsc.man nsc
.4
9801 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/gfx
9802 dst_dir driver
/xf86-video-nsc
/src
/gfx
9836 # These files are not actually used, but it probably makes sense to
9837 # distribute them along with the rest of gfx
9850 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/panel
9851 dst_dir driver
/xf86-video-nsc
/src
/panel
9872 symlink_driver_nv
() {
9873 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nv
9874 dst_dir driver
/xf86-video-nv
/src
9894 action riva_cursor.c
9897 action riva_driver.c
9900 action riva_include.h
9904 action riva_shadow.c
9909 dst_dir driver
/xf86-video-nv
/man
9912 src_dir programs
/Xserver
/hw
/xfree86
/doc
9913 dst_dir driver
/xf86-video-nv
9917 symlink_driver_rendition
() {
9918 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/rendition
9919 dst_dir driver
/xf86-video-rendition
/src
9931 action rendition_options.h
9932 action rendition_shadow.c
9933 action rendition_shadow.h
9953 action vgafont-std.data
9954 action vgafont-vrx.data
9955 action vgapalette.data
9957 dst_dir driver
/xf86-video-rendition
/man
9959 action rendition.man rendition
.4
9962 symlink_driver_s3
() {
9963 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3
9964 dst_dir driver
/xf86-video-s
3/src
9970 action s3_Trio64DAC.c
9979 dst_dir driver
/xf86-video-s
3/man
9983 symlink_driver_s3virge
() {
9984 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3virge
9985 dst_dir driver
/xf86-video-s3virge
9991 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3virge
9992 dst_dir driver
/xf86-video-s3virge
/src
10000 action s3v_driver.c
10001 action s3v_hwcurs.c
10003 action s3v_macros.h
10005 action s3v_shadow.c
10008 dst_dir driver
/xf86-video-s3virge
/man
10010 action s3virge.man s3virge
.4
10013 symlink_driver_savage
() {
10014 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/savage
10015 dst_dir driver
/xf86-video-savage
/src
10017 action savage_accel.c
10018 action savage_bci.h
10019 action savage_common.h
10020 action savage_cursor.c
10021 action savage_dga.c
10022 action savage_dri.c
10023 action savage_dri.h
10024 action savage_dripriv.h
10025 action savage_driver.c
10026 action savage_driver.h
10027 action savage_drm.h
10028 action savage_hwmc.c
10029 action savage_i2c.c
10030 action savage_image.c
10031 action savage_regs.h
10032 action savage_sarea.h
10033 action savage_shadow.c
10034 action savage_streams.c
10035 action savage_streams.h
10036 action savage_vbe.c
10037 action savage_vbe.h
10038 action savage_video.c
10040 dst_dir driver
/xf86-video-savage
/man
10042 action savage.man savage
.4
10045 symlink_driver_siliconmotion
() {
10046 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/siliconmotion
10047 dst_dir driver
/xf86-video-siliconmotion
10053 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/siliconmotion
10054 dst_dir driver
/xf86-video-siliconmotion
/src
10061 action smi_driver.c
10062 action smi_hwcurs.c
10064 action smi_shadow.c
10068 dst_dir driver
/xf86-video-siliconmotion
/man
10070 action siliconmotion.man siliconmotion
.4
10073 symlink_driver_sis
() {
10074 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sis
10075 dst_dir driver
/xf86-video-sis
/src
10090 action sis300_accel.c
10091 action sis300_accel.h
10092 action sis310_accel.c
10093 action sis310_accel.h
10094 action sis6326_video.c
10097 action sis_common.h
10098 action sis_cursor.c
10099 action sis_cursor.h
10105 action sis_driver.c
10106 action sis_driver.h
10107 action sis_memcpy.c
10111 action sis_shadow.c
10112 action sis_utility.c
10117 action sis_videostr.h
10121 dst_dir driver
/xf86-video-sis
/man
10123 action sis.man sis
.4
10126 symlink_driver_sisusb
() {
10127 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sisusb
10128 dst_dir driver
/xf86-video-sisusb
/src
10131 action sisusb_accel.c
10132 action sisusb_accel.h
10133 action sisusb_cursor.c
10134 action sisusb_cursor.h
10135 action sisusb_dac.c
10136 action sisusb_dac.h
10137 action sisusb_driver.c
10138 action sisusb_driver.h
10139 action sisusb_init.c
10140 action sisusb_init.h
10141 action sisusb_opt.c
10142 action sisusb_osdef.h
10143 action sisusb_regs.h
10144 action sisusb_setup.c
10145 action sisusb_shadow.c
10146 action sisusb_struct.h
10147 action sisusb_types.h
10148 action sisusb_utility.c
10149 action sisusb_vga.c
10150 action sisusb_video.c
10151 action sisusb_video.h
10152 action sisusb_videostr.h
10154 dst_dir driver
/xf86-video-sisusb
/man
10156 action sisusb.man sisusb
.4
10159 symlink_driver_sunbw2
() {
10160 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunbw2
10161 dst_dir driver
/xf86-video-sunbw
2/src
10164 action bw2_driver.c
10166 dst_dir driver
/xf86-video-sunbw
2/man
10168 action sunbw2.man sunbw2.4
10171 symlink_driver_suncg14
() {
10172 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg14
10173 dst_dir driver
/xf86-video-suncg14
/src
10176 action cg14_driver.c
10178 dst_dir driver
/xf86-video-suncg14
/man
10180 action suncg14.man subcg14.4
10183 symlink_driver_suncg3
() {
10184 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg3
10185 dst_dir driver
/xf86-video-suncg
3/src
10188 action cg3_driver.c
10190 dst_dir driver
/xf86-video-suncg
3/man
10192 action suncg3.man subcg3.4
10195 symlink_driver_suncg6
() {
10196 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg6
10197 dst_dir driver
/xf86-video-suncg
6/src
10200 action cg6_cursor.c
10201 action cg6_driver.c
10204 dst_dir driver
/xf86-video-suncg
6/man
10206 action suncg6.man subcg6.4
10209 symlink_driver_sunffb
() {
10210 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunffb
10211 dst_dir driver
/xf86-video-sunffb
/src
10217 action ffb_checks.c
10218 action ffb_circle.c
10221 action ffb_cplane.c
10222 action ffb_cursor.c
10229 action ffb_drishare.h
10230 action ffb_driver.c
10233 action ffb_fspans.c
10237 action ffb_gspans.c
10240 action ffb_plygon.c
10242 action ffb_rcache.h
10246 action ffb_sspans.c
10252 action ffb_zeroarc.c
10254 action VISmoveImage.s
10256 dst_dir driver
/xf86-video-sunffb
/man
10258 action sunffb.man sunffb
.4
10261 symlink_driver_sunleo
() {
10262 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunleo
10263 dst_dir driver
/xf86-video-sunleo
/src
10267 action leo_checks.c
10268 action leo_cursor.c
10269 action leo_driver.c
10271 action leo_frectsp.c
10272 action leo_fspans.c
10273 action leo_fspanssp.c
10277 dst_dir driver
/xf86-video-sunleo
/man
10279 action sunleo.man sunleo
.4
10282 symlink_driver_suntcx
() {
10283 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suntcx
10284 dst_dir driver
/xf86-video-suntcx
/src
10287 action tcx_cursor.c
10288 action tcx_driver.c
10291 dst_dir driver
/xf86-video-suntcx
/man
10293 action suntcx.man suntcx
.4
10296 symlink_driver_tdfx
() {
10297 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tdfx
10298 dst_dir driver
/xf86-video-tdfx
/src
10301 action tdfx_accel.c
10305 action tdfx_dripriv.h
10306 action tdfx_driver.c
10307 action tdfx_hwcurs.c
10312 action tdfx_video.c
10315 dst_dir driver
/xf86-video-tdfx
/man
10317 action tdfx.man tdfx
.4
10320 symlink_driver_tga
() {
10321 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tga
10322 dst_dir driver
/xf86-video-tga
/src
10324 action BT463ramdac.c
10326 action IBM561ramdac.c
10330 action tga_cursor.c
10332 action tga_driver.c
10336 dst_dir driver
/xf86-video-tga
/man
10340 symlink_driver_trident
() {
10341 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/trident
10342 dst_dir driver
/xf86-video-trident
/src
10344 action blade_accel.c
10345 action image_accel.c
10347 action trident_accel.c
10348 action trident_bank.c
10349 action trident_dac.c
10350 action trident_dga.c
10351 action trident_driver.c
10352 action trident_i2c.c
10353 action trident_regs.h
10354 action trident_shadow.c
10355 action trident_tv.c
10356 action trident_video.c
10357 action tridenthelper.c
10358 action tridentramdac.c
10362 dst_dir driver
/xf86-video-trident
/man
10364 action trident.man trident
.4
10367 symlink_driver_tseng
() {
10368 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tseng
10369 dst_dir driver
/xf86-video-tseng
/src
10373 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tseng
10374 dst_dir driver
/xf86-video-tseng
/src
10377 action tseng_accel.c
10380 action tseng_bank.c
10381 action tseng_clock.c
10382 action tseng_colexp.c
10383 action tseng_cursor.c
10385 action tseng_dpms.c
10386 action tseng_driver.c
10387 action tseng_inline.h
10388 action tseng_ramdac.c
10390 dst_dir driver
/xf86-video-tseng
/man
10392 action tseng.man tseng
.4
10395 symlink_driver_v4l
() {
10396 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/v4l
10397 dst_dir driver
/xf86-video-v4l
10401 dst_dir driver
/xf86-video-v4l
/src
10406 dst_dir driver
/xf86-video-v4l
/man
10408 action v4l.man v4l
.4
10411 symlink_driver_vesa
() {
10412 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vesa
10413 dst_dir driver
/xf86-video-vesa
/src
10418 dst_dir driver
/xf86-video-vesa
/man
10420 action vesa.man vesa
.4
10423 symlink_driver_vga
() {
10424 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vga
10425 dst_dir driver
/xf86-video-vga
/src
10429 dst_dir driver
/xf86-video-vga
/man
10431 action vga.man vga
.4
10434 symlink_driver_via
() {
10435 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/via
10436 dst_dir driver
/xf86-video-via
/src
10441 action via_bandwidth.c
10442 action via_cursor.c
10446 action via_driver.c
10447 action via_driver.h
10451 action via_memcpy.c
10452 action via_memcpy.h
10453 action via_memory.c
10458 action via_shadow.c
10465 action via_vt162x.c
10466 action via_vt162x.h
10469 action via_xvpriv.h
10470 action via_drmclient.h
10473 dst_dir driver
/xf86-video-via
/man
10475 action via.man via
.4
10477 src_dir lib
/XvMC
/hw
/via
10478 dst_dir driver
/xf86-video-via
/src
/xvmc
10480 action driDrawable.c
10481 action driDrawable.h
10482 action viaLowLevel.h
10484 action viaXvMCPriv.h
10487 action xf86dristr.h
10489 src_dir lib
/XvMC
/hw
/via
/unichrome
10490 dst_dir driver
/xf86-video-via
/src
/xvmc
/unichrome
10492 action viaLowLevel.c
10494 src_dir lib
/XvMC
/hw
/via
/unichromeProA
10495 dst_dir driver
/xf86-video-via
/src
/xvmc
/unichromeProA
10497 action viaLowLevelPro.c
10500 symlink_driver_vmware
() {
10501 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vmware
10502 dst_dir driver
/xf86-video-vmware
10506 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vmware
10507 dst_dir driver
/xf86-video-vmware
/src
10509 action bits2pixels.c
10510 action bits2pixels.h
10512 action includeCheck.h
10513 action offscreen_manager.c
10514 action offscreen_manager.h
10515 action svga_limits.h
10517 action svga_struct.h
10518 action vm_basic_types.h
10519 action vm_device_version.h
10522 action vmwarecurs.c
10525 dst_dir driver
/xf86-video-vmware
/man
10527 action vmware.man vmware
.4
10530 symlink_driver_voodoo
() {
10531 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/voodoo
10532 dst_dir driver
/xf86-video-voodoo
10537 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/voodoo
10538 dst_dir driver
/xf86-video-voodoo
/src
10541 action voodoo_dga.c
10542 action voodoo_driver.c
10543 action voodoo_hardware.c
10545 dst_dir driver
/xf86-video-voodoo
/man
10547 action voodoo.man voodoo
.4
10550 symlink_driver_wsfb
() {
10551 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/wsfb
10552 dst_dir driver
/xf86-video-wsfb
/src
10554 action wsfb_driver.c
10556 dst_dir driver
/xf86-video-wsfb
/man
10558 action wsfb.man wsfb
.4
10561 symlink_driver_acecad
() {
10562 src_dir programs
/Xserver
/hw
/xfree86
/input
/acecad
10563 dst_dir driver
/xf86-input-acecad
/src
10568 dst_dir driver
/xf86-input-acecad
/man
10570 action acecad.man acecad
.4
10573 symlink_driver_aiptek
() {
10574 src_dir programs
/Xserver
/hw
/xfree86
/input
/aiptek
10575 dst_dir driver
/xf86-input-aiptek
/src
10577 action xf86Aiptek.c
10578 action xf86Aiptek.h
10580 dst_dir driver
/xf86-input-aiptek
/man
10582 action aiptek.man aiptek
.4
10585 symlink_driver_calcomp
() {
10586 src_dir programs
/Xserver
/hw
/xfree86
/input
/calcomp
10587 dst_dir driver
/xf86-input-calcomp
/src
10589 action xf86Calcomp.c
10590 action xf86Calcomp.h
10592 dst_dir driver
/xf86-input-calcomp
/man
10594 action calcomp.man calcomp
.4
10597 symlink_driver_citron
() {
10598 src_dir programs
/Xserver
/hw
/xfree86
/input
/citron
10599 dst_dir driver
/xf86-input-citron
/src
10604 dst_dir driver
/xf86-input-citron
/man
10606 action citron.man citron
.4
10609 symlink_driver_digitaledge
() {
10610 src_dir programs
/Xserver
/hw
/xfree86
/input
/digitaledge
10611 dst_dir driver
/xf86-input-digitaledge
/src
10613 action DigitalEdge.c
10615 dst_dir driver
/xf86-input-digitaledge
/man
10619 symlink_driver_dmc
() {
10620 src_dir programs
/Xserver
/hw
/xfree86
/input
/dmc
10621 dst_dir driver
/xf86-input-dmc
/src
10626 dst_dir driver
/xf86-input-dmc
/man
10628 action dmc.man dmc
.4
10631 symlink_driver_dynapro
() {
10632 src_dir programs
/Xserver
/hw
/xfree86
/input
/dynapro
10633 dst_dir driver
/xf86-input-dynapro
/src
10638 dst_dir driver
/xf86-input-dynapro
/man
10640 action dynapro.man dynapro
.4
10643 symlink_driver_elo2300
() {
10644 src_dir programs
/Xserver
/hw
/xfree86
/input
/elo2300
10645 dst_dir driver
/xf86-input-elo2300
/src
10650 dst_dir driver
/xf86-input-elo2300
/man
10654 symlink_driver_elographics
() {
10655 src_dir programs
/Xserver
/hw
/xfree86
/input
/elographics
10656 dst_dir driver
/xf86-input-elographics
/src
10660 dst_dir driver
/xf86-input-elographics
/man
10662 action elographics.man elographics
.4
10665 symlink_driver_evdev
() {
10666 src_dir programs
/Xserver
/hw
/xfree86
/input
/evdev
10667 dst_dir driver
/xf86-input-evdev
/src
10671 dst_dir driver
/xf86-input-evdev
/man
10675 symlink_driver_fpit
() {
10676 src_dir programs
/Xserver
/hw
/xfree86
/input
/fpit
10678 dst_dir driver
/xf86-input-fpit
10681 dst_dir driver
/xf86-input-fpit
/src
10684 dst_dir driver
/xf86-input-fpit
/man
10685 action fpit.man fpit
.4
10688 symlink_driver_hyperpen
() {
10689 src_dir programs
/Xserver
/hw
/xfree86
/input
/hyperpen
10690 dst_dir driver
/xf86-input-hyperpen
/src
10692 action xf86HyperPen.c
10694 dst_dir driver
/xf86-input-hyperpen
/man
10698 symlink_driver_jamstudio
() {
10699 src_dir programs
/Xserver
/hw
/xfree86
/input
/jamstudio
10700 dst_dir driver
/xf86-input-jamstudio
/src
10704 dst_dir driver
/xf86-input-jamstudio
/man
10706 action js_x.man js_x
.4
10709 symlink_driver_joystick
() {
10710 src_dir programs
/Xserver
/hw
/xfree86
/input
/joystick
10711 dst_dir driver
/xf86-input-joystick
/src
10715 dst_dir driver
/xf86-input-joystick
/man
10719 symlink_driver_keyboard
() {
10720 src_dir programs
/Xserver
/hw
/xfree86
/input
/keyboard
10721 dst_dir driver
/xf86-input-keyboard
/src
10725 dst_dir driver
/xf86-input-keyboard
/man
10727 action kbd.man kbd
.4
10728 action keyboard.man keyboard
.4
10731 symlink_driver_magellan
() {
10732 src_dir programs
/Xserver
/hw
/xfree86
/input
/magellan
10733 dst_dir driver
/xf86-input-magellan
/src
10738 dst_dir driver
/xf86-input-magellan
/man
10742 symlink_driver_magictouch
() {
10743 src_dir programs
/Xserver
/hw
/xfree86
/input
/magictouch
10744 dst_dir driver
/xf86-input-magictouch
/src
10746 action xf86MagicTouch.c
10748 dst_dir driver
/xf86-input-magictouch
/man
10750 action magictouch.man magictouch
.4
10753 symlink_driver_microtouch
() {
10754 src_dir programs
/Xserver
/hw
/xfree86
/input
/microtouch
10755 dst_dir driver
/xf86-input-microtouch
/src
10757 action microtouch.c
10758 action microtouch.h
10760 dst_dir driver
/xf86-input-microtouch
/man
10762 action microtouch.man microtouch
.4
10765 symlink_driver_mouse
() {
10766 src_dir programs
/Xserver
/hw
/xfree86
/input
/mouse
10767 dst_dir driver
/xf86-input-mouse
/src
10774 dst_dir driver
/xf86-input-mouse
/man
10776 action mouse.man mouse
.4
10779 symlink_driver_mutouch
() {
10780 src_dir programs
/Xserver
/hw
/xfree86
/input
/mutouch
10781 dst_dir driver
/xf86-input-mutouch
/src
10783 action xf86MuTouch.c
10785 dst_dir driver
/xf86-input-mutouch
/man
10787 action mutouch.man mutouch
.4
10790 symlink_driver_palmax
() {
10791 src_dir programs
/Xserver
/hw
/xfree86
/input
/palmax
10792 dst_dir driver
/xf86-input-palmax
/src
10794 action xf86Palmax.c
10796 dst_dir driver
/xf86-input-palmax
/man
10798 action palmax.man palmax
.4
10801 symlink_driver_penmount
() {
10802 src_dir programs
/Xserver
/hw
/xfree86
/input
/penmount
10803 dst_dir driver
/xf86-input-penmount
/src
10808 dst_dir driver
/xf86-input-penmount
/man
10810 action penmount.man penmount
.4
10813 symlink_driver_sample
() {
10814 src_dir programs
/Xserver
/hw
/xfree86
/input
/sample
10815 dst_dir driver
/xf86-input-sample
/src
10820 dst_dir driver
/xf86-input-sample
10824 symlink_driver_spaceorb
() {
10825 src_dir programs
/Xserver
/hw
/xfree86
/input
/spaceorb
10826 dst_dir driver
/xf86-input-spaceorb
/src
10831 dst_dir driver
/xf86-input-spaceorb
/man
10835 symlink_driver_summa
() {
10836 src_dir programs
/Xserver
/hw
/xfree86
/input
/summa
10837 dst_dir driver
/xf86-input-summa
/src
10841 dst_dir driver
/xf86-input-summa
/man
10845 symlink_driver_tek4957
() {
10846 src_dir programs
/Xserver
/hw
/xfree86
/input
/tek4957
10847 dst_dir driver
/xf86-input-tek4957
/src
10849 action xf86Tek4957.c
10851 dst_dir driver
/xf86-input-tek4957
/man
10853 action tek4957.man tek4957.4
10856 symlink_driver_ur98
() {
10857 src_dir programs
/Xserver
/hw
/xfree86
/input
/ur98
10858 dst_dir driver
/xf86-input-ur98
/src
10862 dst_dir driver
/xf86-input-ur98
/man
10864 action ur98.man ur98.4
10867 symlink_driver_void
() {
10868 src_dir programs
/Xserver
/hw
/xfree86
/input
/void
10869 dst_dir driver
/xf86-input-void
/src
10873 dst_dir driver
/xf86-input-void
/man
10875 action void.man void
.4
10882 symlink_driver_chips
10883 symlink_driver_cirrus
10884 symlink_driver_cyrix
10885 symlink_driver_dummy
10886 symlink_driver_fbdev
10887 symlink_driver_glide
10888 symlink_driver_glint
10889 symlink_driver_i128
10890 symlink_driver_i740
10891 symlink_driver_i810
10892 symlink_driver_imstt
10894 symlink_driver_neomagic
10895 symlink_driver_newport
10898 symlink_driver_rendition
10900 symlink_driver_s3virge
10901 symlink_driver_savage
10902 symlink_driver_siliconmotion
10904 symlink_driver_sisusb
10905 symlink_driver_sunbw2
10906 symlink_driver_suncg14
10907 symlink_driver_suncg3
10908 symlink_driver_suncg6
10909 symlink_driver_sunffb
10910 symlink_driver_sunleo
10911 symlink_driver_suntcx
10912 symlink_driver_tdfx
10914 symlink_driver_trident
10915 symlink_driver_tseng
10917 symlink_driver_vesa
10920 symlink_driver_vmware
10921 symlink_driver_voodoo
10922 symlink_driver_wsfb
10924 symlink_driver_acecad
10925 symlink_driver_aiptek
10926 symlink_driver_calcomp
10927 symlink_driver_citron
10928 symlink_driver_digitaledge
10930 symlink_driver_dynapro
10931 symlink_driver_elo2300
10932 symlink_driver_elographics
10933 symlink_driver_evdev
10934 symlink_driver_fpit
10935 symlink_driver_hyperpen
10936 symlink_driver_jamstudio
10937 symlink_driver_joystick
10938 symlink_driver_keyboard
10939 symlink_driver_magellan
10940 symlink_driver_magictouch
10941 symlink_driver_microtouch
10942 symlink_driver_mouse
10943 symlink_driver_mutouch
10944 symlink_driver_palmax
10945 symlink_driver_penmount
10946 symlink_driver_sample
10947 symlink_driver_spaceorb
10948 symlink_driver_summa
10949 symlink_driver_tek4957
10950 symlink_driver_ur98
10951 symlink_driver_void
10962 symlink_font_adobe_100dpi
() {
10963 src_dir fonts
/bdf
/100dpi
10964 dst_dir font
/adobe-100dpi
10972 action courBO08.bdf
10973 action courBO10.bdf
10974 action courBO12.bdf
10975 action courBO14.bdf
10976 action courBO18.bdf
10977 action courBO24.bdf
10996 action helvBO08.bdf
10997 action helvBO10.bdf
10998 action helvBO12.bdf
10999 action helvBO14.bdf
11000 action helvBO18.bdf
11001 action helvBO24.bdf
11020 action ncenBI08.bdf
11021 action ncenBI10.bdf
11022 action ncenBI12.bdf
11023 action ncenBI14.bdf
11024 action ncenBI18.bdf
11025 action ncenBI24.bdf
11070 symlink_font_adobe_utopia_100dpi
() {
11071 src_dir fonts
/bdf
/100dpi
11072 dst_dir font
/adobe-utopia-100dpi
11074 # XXX These fonts are copyright Adobe, but all rights reserved
11075 action UTB___10.bdf
11076 action UTB___12.bdf
11077 action UTB___14.bdf
11078 action UTB___18.bdf
11079 action UTB___24.bdf
11080 action UTBI__10.bdf
11081 action UTBI__12.bdf
11082 action UTBI__14.bdf
11083 action UTBI__18.bdf
11084 action UTBI__24.bdf
11085 action UTI___10.bdf
11086 action UTI___12.bdf
11087 action UTI___14.bdf
11088 action UTI___18.bdf
11089 action UTI___24.bdf
11090 action UTRG__10.bdf
11091 action UTRG__12.bdf
11092 action UTRG__14.bdf
11093 action UTRG__18.bdf
11094 action UTRG__24.bdf
11097 symlink_font_bh_100dpi
() {
11098 src_dir fonts
/bdf
/100dpi
11099 dst_dir font
/bh-100dpi
11158 action LU_LEGALNOTICE
11161 symlink_font_bh_lucidatypewriter_100dpi
() {
11162 src_dir fonts
/bdf
/100dpi
11163 dst_dir font
/bh-lucidatypewriter-100dpi
11181 symlink_font_bitstream_100dpi
() {
11182 src_dir fonts
/bdf
/100dpi
11183 dst_dir font
/bitstream-100dpi
11191 action charBI08.bdf
11192 action charBI10.bdf
11193 action charBI12.bdf
11194 action charBI14.bdf
11195 action charBI18.bdf
11196 action charBI24.bdf
11215 symlink_font_adobe_75dpi
() {
11216 src_dir fonts
/bdf
/75dpi
11217 dst_dir font
/adobe-75dpi
11225 action courBO08.bdf
11226 action courBO10.bdf
11227 action courBO12.bdf
11228 action courBO14.bdf
11229 action courBO18.bdf
11230 action courBO24.bdf
11249 action helvBO08.bdf
11250 action helvBO10.bdf
11251 action helvBO12.bdf
11252 action helvBO14.bdf
11253 action helvBO18.bdf
11254 action helvBO24.bdf
11273 action ncenBI08.bdf
11274 action ncenBI10.bdf
11275 action ncenBI12.bdf
11276 action ncenBI14.bdf
11277 action ncenBI18.bdf
11278 action ncenBI24.bdf
11323 symlink_font_adobe_utopia_75dpi
() {
11324 src_dir fonts
/bdf
/75dpi
11325 dst_dir font
/adobe-utopia-75dpi
11327 # XXX These fonts are copyright Adobe, but all rights reserved
11328 action UTB___10.bdf
11329 action UTB___12.bdf
11330 action UTB___14.bdf
11331 action UTB___18.bdf
11332 action UTB___24.bdf
11333 action UTBI__10.bdf
11334 action UTBI__12.bdf
11335 action UTBI__14.bdf
11336 action UTBI__18.bdf
11337 action UTBI__24.bdf
11338 action UTI___10.bdf
11339 action UTI___12.bdf
11340 action UTI___14.bdf
11341 action UTI___18.bdf
11342 action UTI___24.bdf
11343 action UTRG__10.bdf
11344 action UTRG__12.bdf
11345 action UTRG__14.bdf
11346 action UTRG__18.bdf
11347 action UTRG__24.bdf
11350 symlink_font_bh_75dpi
() {
11351 src_dir fonts
/bdf
/75dpi
11352 dst_dir font
/bh-75dpi
11411 action LU_LEGALNOTICE
11414 symlink_font_bh_lucidatypewriter_75dpi
() {
11415 src_dir fonts
/bdf
/75dpi
11416 dst_dir font
/bh-lucidatypewriter-75dpi
11434 symlink_font_bitstream_75dpi
() {
11435 src_dir fonts
/bdf
/75dpi
11436 dst_dir font
/bitstream-75dpi
11444 action charBI08.bdf
11445 action charBI10.bdf
11446 action charBI12.bdf
11447 action charBI14.bdf
11448 action charBI18.bdf
11449 action charBI24.bdf
11468 symlink_font_cronyx_cyrillic
() {
11469 src_dir fonts
/bdf
/cyrillic
11470 dst_dir font
/cronyx-cyrillic
11474 action crox1cbo.bdf
11478 action crox1hbo.bdf
11482 action crox1tbo.bdf
11486 action crox2cbo.bdf
11490 action crox2hbo.bdf
11494 action crox2tbo.bdf
11498 action crox3cbo.bdf
11502 action crox3hbo.bdf
11506 action crox3tbo.bdf
11510 action crox4hbo.bdf
11514 action crox4tbo.bdf
11518 action crox5hbo.bdf
11522 action crox5tbo.bdf
11526 action crox6hbo.bdf
11530 action crox6tbo.bdf
11532 action koi10x16b.bdf
11533 action koi10x20.bdf
11540 symlink_font_misc_cyrillic
() {
11541 src_dir fonts
/bdf
/cyrillic
11542 dst_dir font
/misc-cyrillic
11544 # XXX Should these be broken into three different components?
11546 # XXX "May be distributed and modified without restrictions"
11547 action koi12x24b.bdf
11548 action koi8x16b.bdf
11551 # XXX Same license as cronyx-cyrillic
11552 action koi12x24.bdf
11555 # XXX public domain
11557 action koi6x13b.bdf
11559 action koi7x14b.bdf
11562 action koi9x15b.bdf
11564 action koi9x18b.bdf
11568 symlink_font_screen_cyrillic
() {
11569 src_dir fonts
/bdf
/cyrillic
11570 dst_dir font
/screen-cyrillic
11572 # XXX no copyright/license at all
11573 action screen8x16b.bdf
11574 action screen8x16.bdf
11577 symlink_font_winitzki_cyrillic
() {
11578 src_dir fonts
/bdf
/cyrillic
11579 dst_dir font
/winitzki-cyrillic
11581 action proof9x16.bdf
11584 symlink_font_cursor_misc
() {
11585 src_dir fonts
/bdf
/misc
11586 dst_dir font
/cursor-misc
11588 # XXX Does "unencumbered" mean the same thing as public domain
11593 symlink_font_daewoo_misc
() {
11594 src_dir fonts
/bdf
/misc
11595 dst_dir font
/daewoo-misc
11597 # XXX These fonts are copyright, but no permissions are given
11598 action hanglg16.bdf
11599 action hanglm16.bdf
11600 action hanglm24.bdf
11603 symlink_font_dec_misc
() {
11604 src_dir fonts
/bdf
/misc
11605 dst_dir font
/dec-misc
11611 symlink_font_isas_misc
() {
11612 src_dir fonts
/bdf
/misc
11613 dst_dir font
/isas-misc
11620 symlink_font_jis_misc
() {
11621 src_dir fonts
/bdf
/misc
11622 dst_dir font
/jis-misc
11624 # XXX Verify license restrictions
11625 action jiskan16.bdf
11626 action jiskan24.bdf
11629 symlink_font_micro_misc
() {
11630 src_dir fonts
/bdf
/misc
11631 dst_dir font
/micro-misc
11636 symlink_font_misc_misc
() {
11637 src_dir fonts
/bdf
/misc
11638 dst_dir font
/misc-misc
11667 # XXX This font does not have any COPYRIGHT
11671 symlink_font_schumacher_misc
() {
11672 src_dir fonts
/bdf
/misc
11673 dst_dir font
/schumacher-misc
11708 symlink_font_sony_misc
() {
11709 src_dir fonts
/bdf
/misc
11710 dst_dir font
/sony-misc
11718 symlink_font_sun_misc
() {
11719 src_dir fonts
/bdf
/misc
11720 dst_dir font
/sun-misc
11722 action olcursor.bdf
11729 symlink_font_bh_ttf
() {
11730 src_dir fonts
/scaled
/TTF
11731 dst_dir font
/bh-ttf
11746 action COPYRIGHT.BH
11749 symlink_font_adobe_utopia_type1
() {
11750 src_dir fonts
/scaled
/Type1
11751 dst_dir font
/adobe-utopia-type1
11753 # XXX These fonts are copyright Adobe, but all rights reserved
11754 action UTB_____.afm
11755 action UTBI____.afm
11756 action UTBI____.pfa
11757 action UTB_____.pfa
11758 action UTI_____.afm
11759 action UTI_____.pfa
11760 action UTRG____.afm
11761 action UTRG____.pfa
11764 symlink_font_bh_type1
() {
11765 src_dir fonts
/scaled
/Type1
11766 dst_dir font
/bh-type1
11768 action l047013t.afm
11769 action l047013t.pfa
11770 action l047016t.afm
11771 action l047016t.pfa
11772 action l047033t.afm
11773 action l047033t.pfa
11774 action l047036t.afm
11775 action l047036t.pfa
11776 action l048013t.afm
11777 action l048013t.pfa
11778 action l048016t.afm
11779 action l048016t.pfa
11780 action l048033t.afm
11781 action l048033t.pfa
11782 action l048036t.afm
11783 action l048036t.pfa
11784 action l049013t.afm
11785 action l049013t.pfa
11786 action l049016t.afm
11787 action l049016t.pfa
11788 action l049033t.afm
11789 action l049033t.pfa
11790 action l049036t.afm
11791 action l049036t.pfa
11793 action COPYRIGHT.BH
11796 symlink_font_bitstream_type1
() {
11797 src_dir fonts
/scaled
/Type1
11798 dst_dir font
/bitstream-type1
11800 action c0419bt_.afm
11801 action c0419bt_.pfb
11802 action c0582bt_.afm
11803 action c0582bt_.pfb
11804 action c0583bt_.afm
11805 action c0583bt_.pfb
11806 action c0611bt_.afm
11807 action c0611bt_.pfb
11808 action c0632bt_.afm
11809 action c0632bt_.pfb
11810 action c0633bt_.afm
11811 action c0633bt_.pfb
11812 action c0648bt_.afm
11813 action c0648bt_.pfb
11814 action c0649bt_.afm
11815 action c0649bt_.pfb
11820 symlink_font_ibm_type1
() {
11821 src_dir fonts
/scaled
/Type1
11822 dst_dir font
/ibm-type1
11833 action COPYRIGHT.IBM
11836 symlink_font_xfree86_type1
() {
11837 src_dir fonts
/scaled
/Type1
11838 dst_dir font
/xfree86-type1
11843 symlink_font_arabic_misc
() {
11844 src_dir extras
/fonts
/arabic24
11845 dst_dir font
/arabic-misc
11847 action arabic24.bdf
11853 symlink_font_mutt_misc
() {
11854 src_dir extras
/fonts
/ClearlyU
11855 dst_dir font
/mutt-misc
11858 action cu-alt12.bdf
11859 action cu-arabic12.bdf
11860 action cuarabic12.bdf
11861 action cu-devnag12.bdf
11862 action cudevnag12.bdf
11863 action cu-lig12.bdf
11864 action cu-pua12.bdf
11870 symlink_font_misc_ethiopic
() {
11871 src_dir fonts
/scaled
/Ethiopic
11872 dst_dir font
/misc-ethiopic
11874 action GohaTibebZemen.otf
11875 action GohaTibebZemen.ttf
11880 symlink_font_misc_meltho
() {
11881 src_dir fonts
/scaled
/Meltho
11882 dst_dir font
/misc-meltho
11884 action SyrCOMAdiabene.otf
11885 action SyrCOMAntioch.otf
11886 action SyrCOMBatnanBold.otf
11887 action SyrCOMBatnan.otf
11888 action SyrCOMCtesiphon.otf
11889 action SyrCOMEdessa.otf
11890 action SyrCOMJerusalemBold.otf
11891 action SyrCOMJerusalemItalic.otf
11892 action SyrCOMJerusalem.otf
11893 action SyrCOMJerusalemOutline.otf
11894 action SyrCOMKharput.otf
11895 action SyrCOMMalankara.otf
11896 action SyrCOMMardinBold.otf
11897 action SyrCOMMardin.otf
11898 action SyrCOMMidyat.otf
11899 action SyrCOMNisibin.otf
11900 action SyrCOMNisibinOutline.otf
11901 action SyrCOMQenNeshrin.otf
11902 action SyrCOMTalada.otf
11903 action SyrCOMTurAbdin.otf
11904 action SyrCOMUrhoyBold.otf
11905 action SyrCOMUrhoy.otf
11911 symlink_font_bistream_speedo
() {
11912 src_dir fonts
/scaled
/Speedo
11913 dst_dir font
/bitstream-speedo
11915 action font0419.spd
11916 action font0582.spd
11917 action font0583.spd
11918 action font0611.spd
11919 action font0648.spd
11920 action font0649.spd
11921 action font0709.spd
11922 action font0710.spd
11929 symlink_font_alias
() {
11930 src_dir fonts
/bdf
/100dpi
11931 dst_dir font
/alias
/100dpi
11935 src_dir fonts
/bdf
/75dpi
11936 dst_dir font
/alias
/75dpi
11940 src_dir fonts
/bdf
/cyrillic
11941 dst_dir font
/alias
/cyrillic
11945 src_dir fonts
/bdf
/misc
11946 dst_dir font
/alias
/misc
11951 symlink_font_util
() {
11955 action
8859-1.TXT map-ISO8859-1
11956 action
8859-2.TXT map-ISO8859-2
11957 action
8859-3.TXT map-ISO8859-3
11958 action
8859-4.TXT map-ISO8859-4
11959 action
8859-5.TXT map-ISO8859-5
11960 action
8859-6.TXT map-ISO8859-6
11961 action
8859-7.TXT map-ISO8859-7
11962 action
8859-8.TXT map-ISO8859-8
11963 action
8859-9.TXT map-ISO8859-9
11964 action
8859-10.TXT map-ISO8859-10
11965 action
8859-11.TXT map-ISO8859-11
11966 action
8859-13.TXT map-ISO8859-13
11967 action
8859-14.TXT map-ISO8859-14
11968 action
8859-15.TXT map-ISO8859-15
11969 action
8859-16.TXT map-ISO8859-16
11970 action JIS0201.TXT map-JISX0201.1976
-0
11971 action KOI8-R.TXT map-KOI8-R
11973 action bdftruncate.man
11974 action bdftruncate.pl
11980 symlink_font_encodings
() {
11981 src_dir fonts
/encodings
11982 dst_dir font
/encodings
11984 action adobe-dingbats.enc
11985 action adobe-standard.enc
11986 action adobe-symbol.enc
11987 action ansi-1251.enc
11988 action armscii-8.enc
11990 action dec-special.enc
11991 action ibm-cp437.enc
11992 action ibm-cp850.enc
11993 action ibm-cp852.enc
11994 action ibm-cp866.enc
11995 action iso8859-11.enc
11996 action iso8859-13.enc
11997 action iso8859-16.enc
11998 action iso8859-6.16.enc
11999 action iso8859-6.8x.enc
12000 action microsoft-cp1250.enc
12001 action microsoft-cp1251.enc
12002 action microsoft-cp1252.enc
12003 action microsoft-cp1253.enc
12004 action microsoft-cp1254.enc
12005 action microsoft-cp1255.enc
12006 action microsoft-cp1256.enc
12007 action microsoft-cp1257.enc
12008 action microsoft-cp1258.enc
12009 action microsoft-win3.1.enc
12010 action mulearabic-0.enc
12011 action mulearabic-1.enc
12012 action mulearabic-2.enc
12013 action mulelao-1.enc
12014 action suneu-greek.enc
12016 action tis620-2.enc
12017 action viscii1.1
-1.enc
12019 src_dir fonts
/encodings
/large
12020 dst_dir font
/encodings
/large
12022 action big5.eten-0.enc
12023 action big5hkscs-0.enc
12024 action cns11643-1.enc
12025 action cns11643-2.enc
12026 action cns11643-3.enc
12027 action gb18030-0.enc
12028 action gb18030.2000
-0.enc
12029 action gb18030.2000
-1.enc
12030 action gb2312.1980
-0.enc
12032 action jisx0201.1976
-0.enc
12033 action jisx0208.1990
-0.enc
12034 action jisx0212.1990
-0.enc
12035 action ksc5601.1987
-0.enc
12036 action ksc5601.1992
-3.enc
12037 action sun.unicode.india-0.enc
12041 symlink_font_adobe_100dpi
12042 symlink_font_adobe_utopia_100dpi
12043 symlink_font_bh_100dpi
12044 symlink_font_bh_lucidatypewriter_100dpi
12045 symlink_font_bitstream_100dpi
12047 symlink_font_adobe_75dpi
12048 symlink_font_adobe_utopia_75dpi
12049 symlink_font_bh_75dpi
12050 symlink_font_bh_lucidatypewriter_75dpi
12051 symlink_font_bitstream_75dpi
12053 symlink_font_cronyx_cyrillic
12054 symlink_font_misc_cyrillic
12055 symlink_font_screen_cyrillic
12056 symlink_font_winitzki_cyrillic
12058 symlink_font_cursor_misc
12059 symlink_font_daewoo_misc
12060 symlink_font_dec_misc
12061 symlink_font_isas_misc
12062 symlink_font_jis_misc
12063 symlink_font_micro_misc
12064 symlink_font_misc_misc
12065 symlink_font_schumacher_misc
12066 symlink_font_sony_misc
12067 symlink_font_sun_misc
12069 symlink_font_bh_ttf
12071 symlink_font_adobe_utopia_type1
12072 symlink_font_bh_type1
12073 symlink_font_bitstream_type1
12074 symlink_font_ibm_type1
12075 symlink_font_xfree86_type1
12077 symlink_font_mutt_misc
12078 symlink_font_arabic_misc
12080 symlink_font_misc_meltho
12081 symlink_font_misc_ethiopic
12083 symlink_font_bistream_speedo
12088 symlink_font_encodings
12098 symlink_doc_old
() {
12099 src_dir
doc
/hardcopy
12100 dst_dir
doc
/old
/hardcopy
12102 src_dir
doc
/hardcopy
/BDF
12103 dst_dir
doc
/old
/hardcopy
/BDF
12107 src_dir
doc
/hardcopy
/CTEXT
12108 dst_dir
doc
/old
/hardcopy
/CTEXT
12112 src_dir
doc
/hardcopy
/FSProtocol
12113 dst_dir
doc
/old
/hardcopy
/FSProtocol
12115 action fsproto.PS.gz
12117 src_dir
doc
/hardcopy
/i18n
12118 dst_dir
doc
/old
/hardcopy
/i18n
12120 action Framework.PS.gz
12121 action LocaleDB.PS.gz
12124 src_dir
doc
/hardcopy
/ICCCM
12125 dst_dir
doc
/old
/hardcopy
/ICCCM
12128 action icccm.idx.PS.gz
12130 src_dir
doc
/hardcopy
/ICE
12131 dst_dir
doc
/old
/hardcopy
/ICE
12133 action ICElib.PS.gz
12136 src_dir
doc
/hardcopy
/man
12137 dst_dir
doc
/old
/hardcopy
/man
12141 src_dir
doc
/hardcopy
/rstart
12142 dst_dir
doc
/old
/hardcopy
/rstart
12144 action rstart.PS.gz
12146 src_dir
doc
/hardcopy
/RX
12147 dst_dir
doc
/old
/hardcopy
/RX
12151 src_dir
doc
/hardcopy
/saver
12152 dst_dir
doc
/old
/hardcopy
/saver
12156 src_dir
doc
/hardcopy
/SM
12157 dst_dir
doc
/old
/hardcopy
/SM
12162 src_dir
doc
/hardcopy
/X11
12163 dst_dir
doc
/old
/hardcopy
/X11
12166 action xlib.idx.PS.gz
12168 src_dir
doc
/hardcopy
/Xaw
12169 dst_dir
doc
/old
/hardcopy
/Xaw
12171 action widg.idx.PS.gz
12172 action widgets.PS.gz
12174 src_dir
doc
/hardcopy
/XDMCP
12175 dst_dir
doc
/old
/hardcopy
/XDMCP
12179 src_dir
doc
/hardcopy
/Xext
12180 dst_dir
doc
/old
/hardcopy
/Xext
12182 action AppGroup.PS.gz
12184 action DPMSLib.PS.gz
12185 action bigreq.PS.gz
12186 action buffer.PS.gz
12188 action dbelib.PS.gz
12193 action lbxalg.PS.gz
12194 action mit-shm.PS.gz
12195 action record.PS.gz
12196 action recordlib.PS.gz
12197 action security.PS.gz
12199 action shapelib.PS.gz
12201 action synclib.PS.gz
12202 action tog-cup.PS.gz
12203 action xc-misc.PS.gz
12205 action xtestlib.PS.gz
12207 src_dir
doc
/hardcopy
/xfs
12208 dst_dir
doc
/old
/hardcopy
/xfs
12210 action design.PS.gz
12212 src_dir
doc
/hardcopy
/Xi
12213 dst_dir
doc
/old
/hardcopy
/Xi
12219 src_dir
doc
/hardcopy
/XIM
12220 dst_dir
doc
/old
/hardcopy
/XIM
12224 src_dir
doc
/hardcopy
/XKB
12225 dst_dir
doc
/old
/hardcopy
/XKB
12227 action XKBlib.ps.gz
12228 action XKBproto.ps.gz
12230 src_dir
doc
/hardcopy
/XLFD
12231 dst_dir
doc
/old
/hardcopy
/XLFD
12235 src_dir
doc
/hardcopy
/Xmu
12236 dst_dir
doc
/old
/hardcopy
/Xmu
12240 src_dir
doc
/hardcopy
/XPRINT
12241 dst_dir
doc
/old
/hardcopy
/XPRINT
12243 action Xprint_FAQ.html
12244 action Xprint_FAQ.txt
12245 action Xprint_FAQ.xml
12246 action Xprint_old_FAQ.txt
12248 action dtprint_fspec.PS.gz
12249 action xp_library.PS.gz
12250 action xp_proto.PS.gz
12252 src_dir
doc
/hardcopy
/XProtocol
12253 dst_dir
doc
/old
/hardcopy
/XProtocol
12256 action proto.idx.PS.gz
12258 src_dir
doc
/hardcopy
/Xserver
12259 dst_dir
doc
/old
/hardcopy
/Xserver
12262 action analysis.PS.gz
12263 action appgroup.PS.gz
12265 action fontlib.PS.gz
12266 action secint.PS.gz
12268 src_dir
doc
/hardcopy
/Xt
12269 dst_dir
doc
/old
/hardcopy
/Xt
12271 action intr.idx.PS.gz
12272 action intrinsics.PS.gz
12274 src_dir
doc
/hardcopy
/xterm
12275 dst_dir
doc
/old
/hardcopy
/xterm
12277 action ctlseqs.PS.gz
12279 src_dir
doc
/hardcopy
/xtrans
12280 dst_dir
doc
/old
/hardcopy
/xtrans
12282 action Xtrans.PS.gz
12284 src_dir
doc
/hardcopy
/Xv
12285 dst_dir
doc
/old
/hardcopy
/Xv
12288 action xv-protocol-v2.PS
12290 src_dir
doc
/man
/general
12291 dst_dir
doc
/old
/man
/general
12293 action Consortium.man
12294 action security.man
12295 action Standards.man
12297 action XOrgFoundation.man
12300 action XProjectTeam.man
12302 # FIXME: other man pages should be moved to the appropriate library
12305 dst_dir
doc
/old
/misc
12310 dst_dir
doc
/old
/specs
12312 action specindex.html
12314 src_dir
doc
/specs
/BDF
12315 dst_dir
doc
/old
/specs
/BDF
12321 src_dir
doc
/specs
/CTEXT
12322 dst_dir
doc
/old
/specs
/CTEXT
12324 action ctext.tbl.ms
12326 src_dir
doc
/specs
/FSProtocol
12327 dst_dir
doc
/old
/specs
/FSProtocol
12331 src_dir
doc
/specs
/GL
12332 dst_dir
doc
/old
/specs
/GL
12336 src_dir
doc
/specs
/i18n
12337 dst_dir
doc
/old
/specs
/i18n
12339 action Framework.ms
12343 src_dir
doc
/specs
/ICCCM
12344 dst_dir
doc
/old
/specs
/ICCCM
12347 action indexmacros.t
12349 src_dir
doc
/specs
/ICE
12350 dst_dir
doc
/old
/specs
/ICE
12355 src_dir
doc
/specs
/PM
12356 dst_dir
doc
/old
/specs
/PM
12360 src_dir
doc
/specs
/Randr
12361 dst_dir
doc
/old
/specs
/Randr
12363 action protocol.txt
12365 src_dir
doc
/specs
/Render
12366 dst_dir
doc
/old
/specs
/Render
12371 src_dir
doc
/specs
/rstart
12372 dst_dir
doc
/old
/specs
/rstart
12381 src_dir
doc
/specs
/RX
12382 dst_dir
doc
/old
/specs
/RX
12386 src_dir
doc
/specs
/saver
12387 dst_dir
doc
/old
/specs
/saver
12391 src_dir
doc
/specs
/SIAddresses
12392 dst_dir
doc
/old
/specs
/SIAddresses
12396 action hostname.txt
12397 action localuser.txt
12399 src_dir
doc
/specs
/SM
12400 dst_dir
doc
/old
/specs
/SM
12405 src_dir
doc
/specs
/X11
12406 dst_dir
doc
/old
/specs
/X11
12431 action indexmacros.t
12434 src_dir
doc
/specs
/Xaw
12435 dst_dir
doc
/old
/specs
/Xaw
12466 action TPage_Credits
12477 action Xtk.widg.front
12480 action fixindex.
awk
12483 action widg.idxmac.t
12485 src_dir
doc
/specs
/XDMCP
12486 dst_dir
doc
/old
/specs
/XDMCP
12490 src_dir
doc
/specs
/Xext
12491 dst_dir
doc
/old
/specs
/Xext
12493 action AppGroup.mif
12506 action recordlib.ms
12507 action security.tex
12519 src_dir
doc
/specs
/xfs
12520 dst_dir
doc
/old
/specs
/xfs
12525 src_dir
doc
/specs
/Xi
12526 dst_dir
doc
/old
/specs
/Xi
12533 src_dir
doc
/specs
/XIM
12534 dst_dir
doc
/old
/specs
/XIM
12538 src_dir
doc
/specs
/XKB
/Proto
12539 dst_dir
doc
/old
/specs
/XKB
/Proto
12541 action XKBproto.book
12542 action dflttrns.fm5
12543 action encoding.fm5
12545 action protocol.fm5
12546 action prototoc.doc
12550 src_dir
doc
/specs
/XKB
/XKBlib
12551 dst_dir
doc
/old
/specs
/XKB
/XKBlib
12554 action allchaps.fm5
12556 action allchaps.lof
12557 action allchaps.lot
12559 action allchaps.toc
12563 src_dir
doc
/specs
/XLFD
12564 dst_dir
doc
/old
/specs
/XLFD
12568 src_dir
doc
/specs
/Xmu
12569 dst_dir
doc
/old
/specs
/Xmu
12573 src_dir
doc
/specs
/XPRINT
12574 dst_dir
doc
/old
/specs
/XPRINT
12576 action xp_library.book
12577 action xp_library.mif
12578 action xp_libraryIX.doc
12579 action xp_libraryTOC.doc
12580 action xp_library_cov.mif
12581 action xp_proto.book
12582 action xp_proto.mif
12583 action xp_protoIX.doc
12584 action xp_protoTOC.doc
12585 action xp_proto_cov.mif
12587 src_dir
doc
/specs
/XProtocol
12588 dst_dir
doc
/old
/specs
/XProtocol
12590 action X11.encoding
12592 action X11.protocol
12594 action indexmacros.t
12597 src_dir
doc
/specs
/Xserver
12598 dst_dir
doc
/old
/specs
/Xserver
12604 action Xprt_cov.mif
12605 action analysis.tex
12611 src_dir
doc
/specs
/Xt
12612 dst_dir
doc
/old
/specs
/Xt
12627 action Xtk.intr.front
12634 action intr.idxmac.t
12638 src_dir
doc
/specs
/xterm
12639 dst_dir
doc
/old
/specs
/xterm
12643 src_dir
doc
/specs
/xtrans
12644 dst_dir
doc
/old
/specs
/xtrans
12648 src_dir
doc
/specs
/Xv
12649 dst_dir
doc
/old
/specs
/Xv
12651 action xv-protocol-v2.txt
12653 src_dir
doc
/specs
/XvMC
12654 dst_dir
doc
/old
/specs
/XvMC
12656 action XvMC_API.txt
12659 dst_dir
doc
/old
/util
12662 action fixindex.
awk
12663 action indexmacros.t
12684 symlink_util_xmkmf
() {
12685 src_dir config
/util
12692 symlink_util_cf
() {
12700 action bsdiLib.rules
12701 action bsdiLib.tmpl
12702 action bsdLib.rules
12711 action cygwin.rules
12714 action darwinLib.rules
12715 action darwinLib.tmpl
12718 action DragonFly.cf
12723 action gnuLib.rules
12729 action ibmLib.rules
12735 action Library.tmpl
12737 action lnxdoc.rules
12739 action lnxLib.rules
12755 action necLib.rules
12762 action oldlib.rules
12764 action OpenBSDLib.rules
12765 action OpenBSDLib.tmpl
12768 action os2Lib.rules
12772 action osfLib.rules
12780 action scoLib.rules
12782 action sequentLib.rules
12783 action ServerLib.tmpl
12786 action sgiLib.rules
12792 action sunLib.rules
12794 action sv3Lib.rules
12796 action sv4Lib.rules
12800 action Threads.tmpl
12810 action xf86site.def
12814 action xorgsite.def
12816 action xorgversion.def
12817 action xprint_host.def
12820 symlink_util_imake
() {
12821 src_dir config
/imake
12828 action imakesvc.cmd
12829 action Makefile.ini
12832 symlink_util_makedepend
() {
12833 src_dir config
/makedepend
12834 dst_dir util
/makedepend
12842 action mkdepend.man makedepend.man
12846 src_dir config
/imake
12847 dst_dir util
/makedepend
12855 symlink_util_makedepend
12860 symlink_data_cursors_handhelds
() {
12861 src_dir programs
/xcursorgen
/handhelds
12862 dst_dir data
/cursors
/handhelds
12864 action X_cursor.cfg
12865 action based_arrow_down.cfg
12866 action based_arrow_up.cfg
12867 action bottom_left_corner.cfg
12868 action bottom_right_corner.cfg
12869 action bottom_side.cfg
12870 action bottom_tee.cfg
12871 action center_ptr.cfg
12876 action double_arrow.cfg
12877 action draped_box.cfg
12881 action left_ptr.cfg
12882 action left_ptr_watch.cfg
12883 action left_side.cfg
12884 action left_tee.cfg
12885 action ll_angle.cfg
12887 action right_ptr.cfg
12888 action right_side.cfg
12889 action right_tee.cfg
12890 action sb_h_double_arrow.cfg
12891 action sb_right_arrow.cfg
12892 action sb_up_arrow.cfg
12893 action sb_v_double_arrow.cfg
12895 action top_left_corner.cfg
12896 action top_right_corner.cfg
12897 action top_side.cfg
12903 symlink_data_cursors_redglass
() {
12904 src_dir programs
/xcursorgen
/redglass
12905 dst_dir data
/cursors
/redglass
12907 action X_cursor-16.png
12908 action X_cursor-24.png
12909 action X_cursor-32.png
12910 action X_cursor-48.png
12911 action X_cursor-64.png
12912 action based_arrow_down-16.png
12913 action based_arrow_down-24.png
12914 action based_arrow_down-32.png
12915 action based_arrow_down-48.png
12916 action based_arrow_down-64.png
12917 action based_arrow_up-16.png
12918 action based_arrow_up-24.png
12919 action based_arrow_up-32.png
12920 action based_arrow_up-48.png
12921 action based_arrow_up-64.png
12922 action bottom_left_corner-16.png
12923 action bottom_left_corner-24.png
12924 action bottom_left_corner-32.png
12925 action bottom_left_corner-48.png
12926 action bottom_left_corner-64.png
12927 action bottom_right_corner-16.png
12928 action bottom_right_corner-24.png
12929 action bottom_right_corner-32.png
12930 action bottom_right_corner-48.png
12931 action bottom_right_corner-64.png
12932 action bottom_side-16.png
12933 action bottom_side-24.png
12934 action bottom_side-32.png
12935 action bottom_side-48.png
12936 action bottom_side-64.png
12937 action bottom_tee-16.png
12938 action bottom_tee-24.png
12939 action bottom_tee-32.png
12940 action bottom_tee-48.png
12941 action bottom_tee-64.png
12942 action center_ptr-16.png
12943 action center_ptr-24.png
12944 action center_ptr-32.png
12945 action center_ptr-48.png
12946 action center_ptr-64.png
12947 action circle-16.png
12948 action circle-24.png
12949 action circle-32.png
12950 action circle-48.png
12951 action circle-64.png
12952 action cross-16.png
12953 action cross-24.png
12954 action cross-32.png
12955 action cross-48.png
12956 action cross-64.png
12962 action dotbox-16.png
12963 action dotbox-24.png
12964 action dotbox-32.png
12965 action dotbox-48.png
12966 action dotbox-64.png
12967 action double_arrow-16.png
12968 action double_arrow-24.png
12969 action double_arrow-32.png
12970 action double_arrow-48.png
12971 action double_arrow-64.png
12972 action draped_box-16.png
12973 action draped_box-24.png
12974 action draped_box-32.png
12975 action draped_box-48.png
12976 action draped_box-64.png
12977 action fleur-16.png
12978 action fleur-24.png
12979 action fleur-32.png
12980 action fleur-48.png
12981 action fleur-64.png
12982 action gumby-128.png
12983 action gumby-16.png
12984 action gumby-24.png
12985 action gumby-32.png
12986 action gumby-48.png
12987 action gumby-64.png
12988 action hand2-16.png
12989 action hand2-24.png
12990 action hand2-32.png
12991 action hand2-48.png
12992 action hand2-64.png
12993 action hourglass-135-16.png
12994 action hourglass-135-24.png
12995 action hourglass-135-32.png
12996 action hourglass-135-48.png
12997 action hourglass-135-64.png
12998 action hourglass-25-16.png
12999 action hourglass-25-24.png
13000 action hourglass-25-32.png
13001 action hourglass-25-48.png
13002 action hourglass-25-64.png
13003 action hourglass-45-16.png
13004 action hourglass-45-24.png
13005 action hourglass-45-32.png
13006 action hourglass-45-48.png
13007 action hourglass-45-64.png
13008 action hourglass-50-16.png
13009 action hourglass-50-24.png
13010 action hourglass-50-32.png
13011 action hourglass-50-48.png
13012 action hourglass-50-64.png
13013 action hourglass-75-16.png
13014 action hourglass-75-24.png
13015 action hourglass-75-32.png
13016 action hourglass-75-48.png
13017 action hourglass-75-64.png
13018 action hourglass-90-16.png
13019 action hourglass-90-24.png
13020 action hourglass-90-32.png
13021 action hourglass-90-48.png
13022 action hourglass-90-64.png
13023 action hourglass-empty-16.png
13024 action hourglass-empty-24.png
13025 action hourglass-empty-32.png
13026 action hourglass-empty-48.png
13027 action hourglass-empty-64.png
13028 action hourglass-full-16.png
13029 action hourglass-full-24.png
13030 action hourglass-full-32.png
13031 action hourglass-full-48.png
13032 action hourglass-full-64.png
13033 action left_ptr-16.png
13034 action left_ptr-24.png
13035 action left_ptr-32.png
13036 action left_ptr-48.png
13037 action left_ptr-64.png
13038 action left_ptr_watch-16.png
13039 action left_ptr_watch-24.png
13040 action left_ptr_watch-32.png
13041 action left_ptr_watch-48.png
13042 action left_ptr_watch-64.png
13043 action left_side-16.png
13044 action left_side-24.png
13045 action left_side-32.png
13046 action left_side-48.png
13047 action left_side-64.png
13048 action left_tee-16.png
13049 action left_tee-24.png
13050 action left_tee-32.png
13051 action left_tee-48.png
13052 action left_tee-64.png
13053 action ll_angle-16.png
13054 action ll_angle-24.png
13055 action ll_angle-32.png
13056 action ll_angle-48.png
13057 action ll_angle-64.png
13058 action pencil-16.png
13059 action pencil-24.png
13060 action pencil-32.png
13061 action pencil-48.png
13062 action pencil-64.png
13063 action right_ptr-16.png
13064 action right_ptr-24.png
13065 action right_ptr-32.png
13066 action right_ptr-48.png
13067 action right_ptr-64.png
13068 action right_side-16.png
13069 action right_side-24.png
13070 action right_side-32.png
13071 action right_side-48.png
13072 action right_side-64.png
13073 action right_tee-16.png
13074 action right_tee-24.png
13075 action right_tee-32.png
13076 action right_tee-48.png
13077 action right_tee-64.png
13078 action sb_h_double_arrow-16.png
13079 action sb_h_double_arrow-24.png
13080 action sb_h_double_arrow-32.png
13081 action sb_h_double_arrow-48.png
13082 action sb_h_double_arrow-64.png
13083 action sb_right_arrow-16.png
13084 action sb_right_arrow-24.png
13085 action sb_right_arrow-32.png
13086 action sb_right_arrow-48.png
13087 action sb_right_arrow-64.png
13088 action sb_up_arrow-16.png
13089 action sb_up_arrow-24.png
13090 action sb_up_arrow-32.png
13091 action sb_up_arrow-48.png
13092 action sb_up_arrow-64.png
13093 action sb_v_double_arrow-16.png
13094 action sb_v_double_arrow-24.png
13095 action sb_v_double_arrow-32.png
13096 action sb_v_double_arrow-48.png
13097 action sb_v_double_arrow-64.png
13098 action shuttle-16.png
13099 action shuttle-24.png
13100 action shuttle-32.png
13101 action shuttle-48.png
13102 action shuttle-64.png
13103 action top_left_corner-16.png
13104 action top_left_corner-24.png
13105 action top_left_corner-32.png
13106 action top_left_corner-48.png
13107 action top_left_corner-64.png
13108 action top_right_corner-16.png
13109 action top_right_corner-24.png
13110 action top_right_corner-32.png
13111 action top_right_corner-48.png
13112 action top_right_corner-64.png
13113 action top_side-16.png
13114 action top_side-24.png
13115 action top_side-32.png
13116 action top_side-48.png
13117 action top_side-64.png
13118 action top_tee-16.png
13119 action top_tee-24.png
13120 action top_tee-32.png
13121 action top_tee-48.png
13122 action top_tee-64.png
13123 action watch-16.png
13124 action watch-24.png
13125 action watch-32.png
13126 action watch-48.png
13127 action watch-64.png
13128 action xterm-16.png
13129 action xterm-24.png
13130 action xterm-32.png
13131 action xterm-48.png
13132 action xterm-64.png
13134 action X_cursor.cfg
13135 action based_arrow_down.cfg
13136 action based_arrow_up.cfg
13137 action bottom_left_corner.cfg
13138 action bottom_right_corner.cfg
13139 action bottom_side.cfg
13140 action bottom_tee.cfg
13141 action center_ptr.cfg
13146 action double_arrow.cfg
13147 action draped_box.cfg
13151 action left_ptr.cfg
13152 action left_ptr_watch.cfg
13153 action left_side.cfg
13154 action left_tee.cfg
13155 action ll_angle.cfg
13157 action right_ptr.cfg
13158 action right_side.cfg
13159 action right_tee.cfg
13160 action sb_h_double_arrow.cfg
13161 action sb_right_arrow.cfg
13162 action sb_up_arrow.cfg
13163 action sb_v_double_arrow.cfg
13165 action top_left_corner.cfg
13166 action top_right_corner.cfg
13167 action top_side.cfg
13172 action based_arrow_down.xcf
13173 action based_arrow_up.xcf
13174 action basic_arrow.xcf
13175 action bottom_left_corner.xcf
13176 action bottom_right_corner.xcf
13177 action bottom_side.xcf
13178 action bottom_tee.xcf
13179 action center_ptr.xcf
13184 action double_arrow.xcf
13185 action draped_box.xcf
13189 action hourglass-135.xcf
13190 action hourglass-25.xcf
13191 action hourglass-45.xcf
13192 action hourglass-50.xcf
13193 action hourglass-75.xcf
13194 action hourglass-90.xcf
13195 action hourglass-empty.xcf
13196 action hourglass-full.xcf
13197 action hourglass-plain.xcf
13198 action left_ptr_watch.xcf
13199 action left_ptr.xcf
13200 action left_side.xcf
13201 action left_tee.xcf
13202 action ll_angle.xcf
13204 action right_ptr.xcf
13205 action right_side.xcf
13206 action right_tee.xcf
13207 action sb_h_double_arrow.xcf
13208 action sb_right_arrow.xcf
13209 action sb_up_arrow.xcf
13210 action sb_v_double_arrow.xcf
13212 action top_left_corner.xcf
13213 action top_right_corner.xcf
13214 action top_side.xcf
13217 action X_cursor.xcf
13223 symlink_data_cursors_whiteglass
() {
13224 src_dir programs
/xcursorgen
/whiteglass
13225 dst_dir data
/cursors
/whiteglass
13227 action X_cursor-16.png
13228 action X_cursor-24.png
13229 action X_cursor-32.png
13230 action X_cursor-48.png
13231 action X_cursor-64.png
13232 action base_arrow_down-16.png
13233 action base_arrow_down-24.png
13234 action base_arrow_down-32.png
13235 action base_arrow_down-48.png
13236 action base_arrow_down-64.png
13237 action base_arrow_up-16.png
13238 action base_arrow_up-24.png
13239 action base_arrow_up-32.png
13240 action base_arrow_up-48.png
13241 action base_arrow_up-64.png
13242 action basic_arrow-16.png
13243 action basic_arrow-24.png
13244 action basic_arrow-32.png
13245 action basic_arrow-48.png
13246 action basic_arrow-64.png
13252 action bottom_left_corner-16.png
13253 action bottom_left_corner-24.png
13254 action bottom_left_corner-32.png
13255 action bottom_left_corner-48.png
13256 action bottom_left_corner-64.png
13257 action bottom_right_corner-16.png
13258 action bottom_right_corner-24.png
13259 action bottom_right_corner-32.png
13260 action bottom_right_corner-48.png
13261 action bottom_right_corner-64.png
13262 action bottom_side-16.png
13263 action bottom_side-24.png
13264 action bottom_side-32.png
13265 action bottom_side-48.png
13266 action bottom_side-64.png
13267 action bottom_tee-16.png
13268 action bottom_tee-24.png
13269 action bottom_tee-32.png
13270 action bottom_tee-48.png
13271 action bottom_tee-64.png
13272 action center_ptr-16.png
13273 action center_ptr-24.png
13274 action center_ptr-32.png
13275 action center_ptr-48.png
13276 action center_ptr-64.png
13277 action circle-16.png
13278 action circle-24.png
13279 action circle-32.png
13280 action circle-48.png
13281 action circle-64.png
13282 action cross-16.png
13283 action cross-24.png
13284 action cross-32.png
13285 action cross-48.png
13286 action cross-64.png
13292 action dot_box_mask-16.png
13293 action dot_box_mask-24.png
13294 action dot_box_mask-32.png
13295 action dot_box_mask-48.png
13296 action dot_box_mask-64.png
13297 action double_arrow-16.png
13298 action double_arrow-24.png
13299 action double_arrow-32.png
13300 action double_arrow-48.png
13301 action double_arrow-64.png
13302 action draped_box-16.png
13303 action draped_box-24.png
13304 action draped_box-32.png
13305 action draped_box-48.png
13306 action draped_box-64.png
13307 action exchange-16.png
13308 action exchange-24.png
13309 action exchange-32.png
13310 action exchange-48.png
13311 action exchange-64.png
13312 action fleur-16.png
13313 action fleur-24.png
13314 action fleur-32.png
13315 action fleur-48.png
13316 action fleur-64.png
13317 action gumby-128.png
13318 action gumby-16.png
13319 action gumby-24.png
13320 action gumby-32.png
13321 action gumby-48.png
13322 action gumby-64.png
13323 action hand1-16.png
13324 action hand1-24.png
13325 action hand1-32.png
13326 action hand1-48.png
13327 action hand1-64.png
13328 action hand2-16.png
13329 action hand2-24.png
13330 action hand2-32.png
13331 action hand2-48.png
13332 action hand2-64.png
13333 action left_ptr-16.png
13334 action left_ptr-24.png
13335 action left_ptr-32.png
13336 action left_ptr-48.png
13337 action left_ptr-64.png
13338 action left_ptr_watch-16.png
13339 action left_ptr_watch-24.png
13340 action left_ptr_watch-32.png
13341 action left_ptr_watch-48.png
13342 action left_ptr_watch-64.png
13343 action left_side-16.png
13344 action left_side-24.png
13345 action left_side-32.png
13346 action left_side-48.png
13347 action left_side-64.png
13348 action left_tee-16.png
13349 action left_tee-24.png
13350 action left_tee-32.png
13351 action left_tee-48.png
13352 action left_tee-64.png
13353 action ll_angle-16.png
13354 action ll_angle-24.png
13355 action ll_angle-32.png
13356 action ll_angle-48.png
13357 action ll_angle-64.png
13358 action lr_angle-16.png
13359 action lr_angle-24.png
13360 action lr_angle-32.png
13361 action lr_angle-48.png
13362 action lr_angle-64.png
13363 action pencil-16.png
13364 action pencil-24.png
13365 action pencil-32.png
13366 action pencil-48.png
13367 action pencil-64.png
13368 action pirate-16.png
13369 action pirate-24.png
13370 action pirate-32.png
13371 action pirate-48.png
13372 action pirate-64.png
13373 action question_arrow-16.png
13374 action question_arrow-24.png
13375 action question_arrow-32.png
13376 action question_arrow-48.png
13377 action question_arrow-64.png
13378 action right_ptr-16.png
13379 action right_ptr-24.png
13380 action right_ptr-32.png
13381 action right_ptr-48.png
13382 action right_ptr-64.png
13383 action right_side-16.png
13384 action right_side-24.png
13385 action right_side-32.png
13386 action right_side-48.png
13387 action right_side-64.png
13388 action right_tee-16.png
13389 action right_tee-24.png
13390 action right_tee-32.png
13391 action right_tee-48.png
13392 action right_tee-64.png
13393 action sailboat-16.png
13394 action sailboat-24.png
13395 action sailboat-32.png
13396 action sailboat-48.png
13397 action sailboat-64.png
13398 action sb_down_arrow-16.png
13399 action sb_down_arrow-24.png
13400 action sb_down_arrow-32.png
13401 action sb_down_arrow-48.png
13402 action sb_down_arrow-64.png
13403 action sb_h_double_arrow-16.png
13404 action sb_h_double_arrow-24.png
13405 action sb_h_double_arrow-32.png
13406 action sb_h_double_arrow-48.png
13407 action sb_h_double_arrow-64.png
13408 action sb_left_arrow-16.png
13409 action sb_left_arrow-24.png
13410 action sb_left_arrow-32.png
13411 action sb_left_arrow-48.png
13412 action sb_left_arrow-64.png
13413 action sb_right_arrow-16.png
13414 action sb_right_arrow-24.png
13415 action sb_right_arrow-32.png
13416 action sb_right_arrow-48.png
13417 action sb_right_arrow-64.png
13418 action sb_up_arrow-16.png
13419 action sb_up_arrow-24.png
13420 action sb_up_arrow-32.png
13421 action sb_up_arrow-48.png
13422 action sb_up_arrow-64.png
13423 action sb_v_double_arrow-16.png
13424 action sb_v_double_arrow-24.png
13425 action sb_v_double_arrow-32.png
13426 action sb_v_double_arrow-48.png
13427 action sb_v_double_arrow-64.png
13428 action shuttle-16.png
13429 action shuttle-24.png
13430 action shuttle-32.png
13431 action shuttle-48.png
13432 action shuttle-64.png
13433 action sizing-16.png
13434 action sizing-24.png
13435 action sizing-32.png
13436 action sizing-48.png
13437 action sizing-64.png
13438 action target-16.png
13439 action target-24.png
13440 action target-32.png
13441 action target-48.png
13442 action target-64.png
13443 action top_left_corner-16.png
13444 action top_left_corner-24.png
13445 action top_left_corner-32.png
13446 action top_left_corner-48.png
13447 action top_left_corner-64.png
13448 action top_right_corner-16.png
13449 action top_right_corner-24.png
13450 action top_right_corner-32.png
13451 action top_right_corner-48.png
13452 action top_right_corner-64.png
13453 action top_side-16.png
13454 action top_side-24.png
13455 action top_side-32.png
13456 action top_side-48.png
13457 action top_side-64.png
13458 action top_tee-16.png
13459 action top_tee-24.png
13460 action top_tee-32.png
13461 action top_tee-48.png
13462 action top_tee-64.png
13468 action ul_angle-16.png
13469 action ul_angle-24.png
13470 action ul_angle-32.png
13471 action ul_angle-48.png
13472 action ul_angle-64.png
13473 action ur_angle-16.png
13474 action ur_angle-24.png
13475 action ur_angle-32.png
13476 action ur_angle-48.png
13477 action ur_angle-64.png
13478 action watch-16.png
13479 action watch-24.png
13480 action watch-32.png
13481 action watch-48.png
13482 action watch-64.png
13483 action xterm-16.png
13484 action xterm-24.png
13485 action xterm-32.png
13486 action xterm-48.png
13487 action xterm-64.png
13489 action X_cursor.cfg
13490 action base_arrow_down.cfg
13491 action base_arrow_up.cfg
13492 action basic_arrow.cfg
13494 action bottom_left_corner.cfg
13495 action bottom_right_corner.cfg
13496 action bottom_side.cfg
13497 action bottom_tee.cfg
13498 action center_ptr.cfg
13502 action dot_box_mask.cfg
13503 action double_arrow.cfg
13504 action draped_box.cfg
13505 action exchange.cfg
13510 action left_ptr.cfg
13511 action left_ptr_watch.cfg
13512 action left_side.cfg
13513 action left_tee.cfg
13514 action ll_angle.cfg
13515 action lr_angle.cfg
13518 action question_arrow.cfg
13519 action right_ptr.cfg
13520 action right_side.cfg
13521 action right_tee.cfg
13522 action sailboat.cfg
13523 action sb_down_arrow.cfg
13524 action sb_h_double_arrow.cfg
13525 action sb_left_arrow.cfg
13526 action sb_right_arrow.cfg
13527 action sb_up_arrow.cfg
13528 action sb_v_double_arrow.cfg
13532 action top_left_corner.cfg
13533 action top_right_corner.cfg
13534 action top_side.cfg
13537 action ul_angle.cfg
13538 action ur_angle.cfg
13542 action base_arrow_down.xcf
13543 action base_arrow_up.xcf
13544 action basic_arrow.xcf
13546 action bottom_left_corner.xcf
13547 action bottom_right_corner.xcf
13548 action bottom_side.xcf
13549 action bottom_tee.xcf
13550 action center_ptr.xcf
13553 action dot_box_mask.xcf
13555 action double_arrow.xcf
13556 action draped_box.xcf
13557 action exchange.xcf
13562 action left_ptr_watch.xcf
13563 action left_ptr.xcf
13564 action left_side.xcf
13565 action left_tee.xcf
13566 action ll_angle.xcf
13567 action lr_angle.xcf
13570 action question_arrow.xcf
13571 action right_ptr.xcf
13572 action right_side.xcf
13573 action right_tee.xcf
13574 action sailboat.xcf
13575 action sb_down_arrow.xcf
13576 action sb_h_double_arrow.xcf
13577 action sb_left_arrow.xcf
13578 action sb_right_arrow.xcf
13579 action sb_up_arrow.xcf
13580 action sb_v_double_arrow.xcf
13584 action top_left_corner.xcf
13585 action top_right_corner.xcf
13586 action top_side.xcf
13589 action ul_angle.xcf
13590 action ur_angle.xcf
13592 action X_cursor.xcf
13596 symlink_data_cursors
() {
13597 symlink_data_cursors_handhelds
13598 symlink_data_cursors_redglass
13599 symlink_data_cursors_whiteglass
13602 symlink_data_bitmaps
() {
13603 src_dir include
/bitmaps
13604 dst_dir data
/bitmaps
13622 action flipped_gray
13639 action mailemptymsk
13653 action right_ptrmsk
13677 symlink_data_xkbdata
() {
13678 src_dir programs
/xkbcomp
/torture
13679 dst_dir data
/xkbdata
/torture
13697 src_dir programs
/xkbcomp
/types
13698 dst_dir data
/xkbdata
/types
13713 src_dir programs
/xkbcomp
/keycodes
13714 dst_dir data
/xkbdata
/keycodes
13730 src_dir programs
/xkbcomp
/keycodes
/digital
13731 dst_dir data
/xkbdata
/keycodes
/digital
13736 src_dir programs
/xkbcomp
/keycodes
/sgi
13737 dst_dir data
/xkbdata
/keycodes
/sgi
13743 src_dir programs
/xkbcomp
/rules
13744 dst_dir data
/xkbdata
/rules
13760 src_dir programs
/xkbcomp
/compat
13761 dst_dir data
/xkbdata
/compat
13782 src_dir programs
/xkbcomp
/geometry
13783 dst_dir data
/xkbdata
/geometry
13804 src_dir programs
/xkbcomp
/geometry
/sgi
13805 dst_dir data
/xkbdata
/geometry
/sgi
13811 src_dir programs
/xkbcomp
/geometry
/ibm
13812 dst_dir data
/xkbdata
/geometry
/ibm
13816 src_dir programs
/xkbcomp
/geometry
/digital
13817 dst_dir data
/xkbdata
/geometry
/digital
13823 src_dir programs
/xkbcomp
/semantics
13824 dst_dir data
/xkbdata
/semantics
13831 src_dir programs
/xkbcomp
/keymap
13832 dst_dir data
/xkbdata
/keymap
13842 src_dir programs
/xkbcomp
/keymap
/digital
13843 dst_dir data
/xkbdata
/keymap
/digital
13847 src_dir programs
/xkbcomp
/keymap
/sgi
13848 dst_dir data
/xkbdata
/keymap
/sgi
13878 src_dir programs
/xkbcomp
/keymap
/sun
13879 dst_dir data
/xkbdata
/keymap
/sun
13892 src_dir programs
/xkbcomp
/symbols
13893 dst_dir data
/xkbdata
/symbols
13991 action syr_phonetic
14009 src_dir programs
/xkbcomp
/symbols
/sun
14010 dst_dir data
/xkbdata
/symbols
/sun
14016 src_dir programs
/xkbcomp
/symbols
/hp
14017 dst_dir data
/xkbdata
/symbols
/hp
14021 src_dir programs
/xkbcomp
/symbols
/macintosh
14022 dst_dir data
/xkbdata
/symbols
/macintosh
14039 src_dir programs
/xkbcomp
/symbols
/pc
14040 dst_dir data
/xkbdata
/symbols
/pc
14108 src_dir programs
/xkbcomp
/symbols
/sgi
14109 dst_dir data
/xkbdata
/symbols
/sgi
14113 src_dir programs
/xkbcomp
/symbols
/xfree68
14114 dst_dir data
/xkbdata
/symbols
/xfree68
14119 src_dir programs
/xkbcomp
/symbols
/fujitsu
14120 dst_dir data
/xkbdata
/symbols
/fujitsu
14125 src_dir programs
/xkbcomp
/symbols
/digital
14126 dst_dir data
/xkbdata
/symbols
/digital
14133 src_dir programs
/xkbcomp
/symbols
/sony
14134 dst_dir data
/xkbdata
/symbols
/sony
14138 src_dir programs
/xkbcomp
/symbols
/nec
14139 dst_dir data
/xkbdata
/symbols
/nec
14145 symlink_data_cursors
14146 symlink_data_bitmaps
14147 symlink_data_xkbdata
14153 # List of files that are deliberately not symlinked into
14158 # exclude $1 and everything in it
14159 exclude_directory
()
14161 for dir
in `find $SRC_DIR/$1 -type d` ; do
14162 dir
=`echo $dir | sed s,$SRC_DIR,, | sed s,^/,,`
14165 # Some versions of find do not support -maxdepth
14166 # for file in `find $SRC_DIR/$dir -maxdepth 1 -type f `; do
14167 # action `basename $file`
14169 for file in $SRC_DIR/$dir/*; do
14170 if [ -f $file ]; then
14171 action
`basename $file`
14179 for file in `find $SRC_DIR -name "$1"` ; do
14180 src_dir
`dirname $file | sed s,$SRC_DIR,, | sed s,^/,,`
14181 action
`basename $file`
14185 exclude_xft_buildsystem
()
14191 action config.guess
14195 action configure.ac
14202 action mkinstalldirs
14205 src_dir lib
/Xft
/config
14206 action config-subst
14209 exclude_render_buildsystem
()
14211 src_dir lib
/Xrender
14217 action configure.ac
14222 action Xrender-def.cpp
14223 action xrender.pc.
in
14226 exclude_composite_buildsystem
()
14228 src_dir lib
/Xcomposite
14233 action configure.ac
14240 action xcomposite.pc.
in
14243 exclude_cursor_buildsystem
()
14245 src_dir lib
/Xcursor
14251 action config-subst
14252 action configure.ac
14258 action xcursor-config.
in
14259 action Xcursor-def.cpp
14260 action xcursor.pc.
in
14263 exclude_damage_buildsystem
()
14265 src_dir lib
/Xdamage
14270 action configure.ac
14277 action xdamage.pc.
in
14280 exclude_fixes_buildsystem
()
14287 action configure.ac
14294 action Xfixes-def.cpp
14295 action xfixes.pc.
in
14298 symlink_non_linked_files
()
14300 # SGI is upstream for these files. Not sure what to about them, but
14301 # one place they absolutely do _not_ belong, is in the X tree.
14302 exclude_directory
doc
/man
/GL
14303 exclude_directory
doc
/man
/GLU
14305 # This stuff is used to build binary distributions of the monolith.
14306 # It would have to be redone to do something similar for the modular.
14307 exclude_directory programs
/Xserver
/hw
/xfree86
/etc
/bindist
14309 # DPS is not part of the modular tree
14310 exclude_directory lib
/dps
14311 exclude_directory programs
/dpsexec
14312 exclude_directory programs
/dpsinfo
14313 exclude_directory programs
/texteroids
14314 exclude_directory include
/DPS
14315 exclude_directory config
/pswrap
14316 exclude_directory lib
/dpstk
14317 exclude_directory lib
/psres
14319 # Speedo font support is deprecated in 7.0
14320 exclude_directory lib
/font
/Speedo
14322 # Exclude unmaintained sun and sunLynx
14323 exclude_directory programs
/Xserver
/hw
/sun
14324 exclude_directory programs
/Xserver
/hw
/sunLynx
14326 # Exclude deprecated wacom(4)
14327 exclude_directory programs
/Xserver
/hw
/xfree86
/input
/wacom
14330 exclude_directory programs
/xterm
14332 # Nobody should really care about Xft1 anymore
14333 exclude_directory lib
/Xft1
14335 # these are included with Mesa
14336 exclude_directory programs
/glxgears
14337 exclude_directory programs
/glxinfo
14338 exclude_directory lib
/GLw
14339 exclude_directory include
/GL
14341 # exclude config/util - I don't think it's relevant for the modular tree
14342 exclude_directory config
/util
14344 # These all have their own build systems in the modular tree
14345 exclude_xft_buildsystem
14346 exclude_render_buildsystem
14347 exclude_composite_buildsystem
14348 exclude_cursor_buildsystem
14349 exclude_damage_buildsystem
14350 exclude_fixes_buildsystem
14352 # By definition the monolith is not upstream for this
14353 exclude_directory extras
14355 # Exclude memleak (verified by keithp)
14356 exclude_directory util
/memleak
14358 # Use upstream packaging of expat
14359 exclude_directory lib
/expat
14361 # Exclude fontconfig
14362 exclude_directory programs
/fc-cache
14363 exclude_directory programs
/fc-list
14364 exclude_directory lib
/fontconfig
14366 # Exclude empty directory that just has README saying kdrive doesn't
14367 # live here any more
14368 exclude_directory programs
/Xserver
/hw
/kdrive
14370 # Empty stubs for projects not yet checked into CVS
14371 exclude_directory programs
/Xserver
/Xprint
/pdf
14372 exclude_directory programs
/Xserver
/Xprint
/svg
14373 exclude_directory programs
/Xserver
/Xprint
/windows
14375 # Exclude monolithic tree SDK
14376 exclude_directory programs
/Xserver
/hw
/xfree86
/sdk
14378 # Exclude platforms that are no longer maintained
14379 src_dir programs
/Xserver
/hw
/xfree86
/etc
14381 action mmapSVR3.
shar
14383 action svr3_rem_pch
14385 action svr4_rem_pch
14387 # Upgrades stone age (pre-1994) config files to bronze age (1994)
14388 # config files. Not built in the monolith since XFree86 3.9 series
14389 # in 1998 and XFree86 has even deleted from their monolith.
14390 exclude_directory programs
/Xserver
/hw
/xfree86
/reconfig
14392 # These fonts are not needed because they are generated
14393 exclude_glob
"*-L1.bdf"
14394 exclude_glob
"*-JISX0201.bdf"
14396 # These files are not needed
14397 exclude_glob
"Imakefile*"
14398 exclude_glob
"jump_*"
14399 exclude_glob
".cvsignore"
14401 # These files are only used by OS/2 and can be added back if a
14402 # maintainer steps up
14403 exclude_glob
"*-def.cpp"
14404 src_dir programs
/Xserver
14409 src_dir programs
/Xserver
/hw
/xfree86
/xf86config
14410 action xf86config.cmd
14412 # This file is replaced by httptransport.c in the modular tree
14413 src_dir programs
/xrx
/helper
14416 # Some toplevel monolithic stuff
14418 action BUILD
# description of the monolithic build system
14419 action ChangeLog
# irrelevant to modular
14420 action Makefile
# Only useful for monolith
14422 # These files generate the list of drivers (input and video) for the
14423 # monolithic build system and are not needed for the modular build
14424 src_dir programs
/Xserver
/hw
/xfree86
/drivers
14426 src_dir programs
/Xserver
/hw
/xfree86
/input
14429 # expat is external now
14431 action expat_config.h
14433 # This file is replaced by a Makefile.am
14434 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/util
14437 # The via_drm.h file belongs in libdrm
14438 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/via
14441 # This file is only useful in the monolith
14442 src_dir programs
/Xserver
/hw
/dmx
/doc
14443 action Makefile.linux
14445 # No longer needed as dlopen modules are default
14446 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sunos
14447 action find_deps.pl
14450 src_dir programs
/Xserver
/hw
/xfree86
/doc
/sgml
14451 action BUILD.sgml
# - specific to the monolith
14453 action Status.sgml
# - obsolete
14454 action README.build-docs
# - specific to monolith build
14456 src_dir programs
/Xserver
/hw
/xfree86
14457 action XF86Conf.man
14458 action XF98Conf.cpp
14460 # These docs are only useful for monolith
14464 action README.crypto
14467 # This file is not used by in modular tree
14471 # This should be distributed to various font components
14472 src_dir fonts
/bdf
/misc
14475 # Using upstream version from Gnome
14476 src_dir fonts
/scaled
/TTF
14477 action COPYRIGHT.Vera
14479 # This file is not used by makedepend in the monolith
14480 src_dir config
/makedepend
14483 # This file is not used in the monolith
14484 src_dir config
/docbook
14485 action docbookconv.sh
14487 # The following files are simple test files that should not be
14488 # included with the library
14491 src_dir lib
/font
/Type1
14495 # Don't symlink XFree86 xpm logos or sequent .Xdefaults from xdm
14496 src_dir programs
/xdm
/config
14498 action XFree86bw.xpm
14499 action system.Xdefaults.sequent
14500 action system.xsession.sequent
14502 # Dead source file from cfb, never built in monolith
14503 src_dir programs
/Xserver
/cfb
14504 action stipple68k.s
14506 # Generated html, so don't symlink
14507 src_dir programs
/xphelloworld
/xphelloworld
14508 action xphelloworld.html
14510 src_dir programs
/xphelloworld
/xpsimplehelloworld
14511 action xpsimplehelloworld.html
14513 src_dir programs
/xphelloworld
/xpxmhelloworld
14514 action xpxmhelloworld.html
14516 src_dir programs
/xphelloworld
/xpxthelloworld
14517 action xpxthelloworld.html
14519 src_dir programs
/xplsprinters
14520 action xplsprinters.html
14522 src_dir programs
/xprehashprinterlist
14523 action xprehashprinterlist.html
14525 src_dir
doc
/man
/general
14528 # Unused symbol export control thing. No clue how this ever worked.
14529 exclude_glob
"*.elist"
14531 # Highly non-free reimplementation of snprintf. If your libc is so
14532 # crippled as to need this, steal it from BSD's libc instead, thanks.
14537 # A do-nothing header in Xevie. Take a drink.
14539 action xevieplaceholder.h
14541 # Script to generate the list of widgets in the Xaw set. Hopefully
14542 # no one is adding new ones anymore...
14546 # Workarounds for long forgotten bugs in SunOS 4.1 & Solaris 2.3
14552 # Generated README files for the drivers
14553 src_dir programs
/Xserver
/hw
/xfree86
/doc
14554 action README.DECtga
14558 action README.chips
14559 action README.cyrix
14562 action README.mouse
14563 action README.newport
14564 action README.rendition
14565 action README.s3virge
14569 # We use the compiled version of ucs2any, so the perl version is no
14570 # longer needed or used
14574 # This .cf file is used only in the local xedit Imakefiles
14575 src_dir programs
/xedit
/lisp
14578 # The following file is duplicates the copyright that is already
14579 # present in the source files
14580 src_dir programs
/rstart
14583 # These files are copies of FreeType source code
14584 src_dir lib
/font
/FreeType
/module
14591 action myftstdlib.h
14593 # This file is an older version of the README file already linked into
14594 # the neomagic driver
14595 src_dir programs
/Xserver
/hw
/xfree86
/doc
14596 action README.neomagic
14601 echo $1 >> symlink-processed-files
14604 generate_monolith_files
()
14606 for cvsdir
in `find $SRC_DIR -name "CVS"` ; do
14607 for file in `cat $cvsdir/Entries | grep -v "^D" | cut -d"/" -f2 `; do
14608 echo `echo $cvsdir | sed s/CVS//`$file >> all-monolith-files
14615 rm -f symlink-processed-files
14616 rm -f symlink-processed-files.sorted
14617 rm -f all-monolith-files
14618 rm -f all-monolith-files.sorted
14620 # make sure we are not excluding anything that doesn't exist
14621 ACTION
=check_exist EXPLANATION
="Checking that excluded files exist" run_module non_linked_files
14623 # generate a list of all files that this script is going to link
14624 run print_source
"Generating list of linked files"
14626 # generate a list of all files that this script is explicityly *not* going to link
14627 ACTION
=print_source EXPLANATION
="Generating list of non-linked files" run_module non_linked_files
14629 # generate a list of all files in the xc directory, except those that
14630 # we already know we don't care about
14632 echo -n Generating list of all monolithic files ...\
14634 generate_monolith_files
14638 echo -n Generating list of missing files
in file \"missing-files
\" ...\
14640 sort symlink-processed-files
> symlink-processed-files.sorted
14641 sort all-monolith-files
> all-monolith-files.sorted
14643 diff -u symlink-processed-files.sorted all-monolith-files.sorted |
grep -v "^-" |
grep "^\+" | cut
-d "+" -f2 > missing-files
14657 echo \ \ \ error
:\ \ \
$1
14661 # printing out what's going on
14665 echo -n $EXPLANATION for $1 module ...\
14674 ACTION
=$1 EXPLANATION
=$2 run_module proto
14675 ACTION
=$1 EXPLANATION
=$2 run_module lib
14676 ACTION
=$1 EXPLANATION
=$2 run_module app
14677 ACTION
=$1 EXPLANATION
=$2 run_module xserver
14678 ACTION
=$1 EXPLANATION
=$2 run_module driver
14679 ACTION
=$1 EXPLANATION
=$2 run_module font
14680 ACTION
=$1 EXPLANATION
=$2 run_module doc
14681 ACTION
=$1 EXPLANATION
=$2 run_module util
14682 ACTION
=$1 EXPLANATION
=$2 run_module data
14686 if [ x
$1 = x
]; then
14687 REAL_SRC_DIR
=$SRC_DIR
14689 REAL_SRC_DIR
=$SRC_DIR/$1
14691 if [ ! -d $REAL_SRC_DIR ] ; then
14692 error
"Source directory $REAL_SRC_DIR does not exist"
14697 REAL_DST_DIR
=$DST_DIR/$1
14698 if [ ! -d $REAL_DST_DIR ] ; then
14699 mkdir
-p $REAL_DST_DIR
14704 if [ -z $2 ] ; then
14705 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$1
14707 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$2
14714 echo \ symlink.sh
[ -m ] src-dir dst-dir
14716 echo \ src-dir
: the xc directory of the monolithic
source tree
14717 echo \ dst-dir
: the modular
source tree containing proto
, app
, lib
, ...
14719 echo \
-m: Instead of symlinking the files
, list the files from the
source
14720 echo \ \ \ \ \ \ directory that are not processed by this
script
14723 # Check commandline args
14726 if [ x
$1 = "x-m" ] ; then
14731 if [ -z $1 ] ; then
14732 echo Missing
source dir
14737 if [ -z $2 ] ; then
14738 echo Missing destination dir
14743 if [ ! -d $1 ] ; then
14744 echo $1 is not a dir
14749 if [ ! -d $2 ] ; then
14750 echo $2 is not a dir
14755 if [ $1 = $2 ] ; then
14756 echo source and destination can
\'t be the same
14761 D
=`dirname "$relpath"`
14762 B
=`basename "$relpath"`
14763 abspath
="`cd \"$D\" 2>/dev/null && pwd || echo \"$D\"`/$B"
14765 SRC_DIR
=`( cd $1 ; pwd )`
14766 DST_DIR
=`( cd $2 ; pwd )`
14769 check_args
$1 $2 $3
14771 if [ $MISSING_FILES = yes ] ; then