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
2382 action XpNotifyPdm.c
2395 action libXp.man libXp
.3
2396 action XpCancelDoc.man XpCancelDoc
.3
2397 action XpCancelJob.man XpCancelJob
.3
2398 action XpCancelPage.man XpCancelPage
.3
2399 action XpCreateContext.man XpCreateContext
.3
2400 action XpDestroyContext.man XpDestroyContext
.3
2401 action XpEndDoc.man XpEndDoc
.3
2402 action XpEndJob.man XpEndJob
.3
2403 action XpEndPage.man XpEndPage
.3
2404 action XpFreePrinterList.man XpFreePrinterList
.3
2405 action XpGetAttributes.man XpGetAttributes
.3
2406 action XpGetContext.man XpGetContext
.3
2407 action XpGetDocumentData.man XpGetDocumentData
.3
2408 action XpGetImageResolution.man XpGetImageResolution
.3
2409 action XpGetLocaleHinter.man XpGetLocaleHinter
.3
2410 action XpGetOneAttribute.man XpGetOneAttribute
.3
2411 action XpGetPageDimensions.man XpGetPageDimensions
.3
2412 action XpGetPdmStartParams.man XpGetPdmStartParams
.3
2413 action XpGetPrinterList.man XpGetPrinterList
.3
2414 action XpGetScreenOfContext.man XpGetScreenOfContext
.3
2415 action XpInputSelected.man XpInputSelected
.3
2416 action XpPutDocumentData.man XpPutDocumentData
.3
2417 action XpQueryExtension.man XpQueryExtension
.3
2418 action XpQueryScreens.man XpQueryScreens
.3
2419 action XpQueryVersion.man XpQueryVersion
.3
2420 action XpRehashPrinterList.man XpRehashPrinterList
.3
2421 action XpSelectInput.man XpSelectInput
.3
2422 action XpSetAttributes.man XpSetAttributes
.3
2423 action XpSetContext.man XpSetContext
.3
2424 action XpSetImageResolution.man XpSetImageResolution
.3
2425 action XpSetLocaleHinter.man XpSetLocaleHinter
.3
2426 action XpStartDoc.man XpStartDoc
.3
2427 action XpStartJob.man XpStartJob
.3
2428 action XpStartPage.man XpStartPage
.3
2443 src_dir extras
/Xpm
/doc
2447 src_dir extras
/Xpm
/lib
2454 dst_dir lib
/Xpm
/include
/X11
2502 src_dir extras
/Xpm
/cxpm
2503 dst_dir lib
/Xpm
/cxpm
2506 action cxpm.man cxpm
.1
2508 src_dir extras
/Xpm
/sxpm
2509 dst_dir lib
/Xpm
/sxpm
2512 action sxpm.man sxpm
.1
2513 action plaid_ext.xpm
2514 action plaid_mask.xpm
2518 symlink_lib_xrender
() {
2520 dst_dir lib
/Xrender
/src
2538 dst_dir lib
/Xrender
/include
/X11
/extensions
2590 action XAllDvEv.man XAllowDeviceEvents.man
2591 action XChDCtl.man XGetDeviceControl.man
2592 action XChFCtl.man XGetFeedbackControl.man
2593 action XChKMap.man XGetDeviceKeyMapping.man
2594 action XChMMap.man XGetDeviceModifierMapping.man
2595 action XChProp.man XChangeDeviceDontPropagateList.man
2596 action XChgKbd.man XChangeKeyboardDevice.man
2597 action XChgPtr.man XChangePointerDevice.man
2598 action XDevBell.man XDeviceBell.man
2599 action XGetDvMo.man XGetDeviceMotionEvents.man
2600 action XGetExtV.man XGetExtensionVersion.man
2601 action XGrDvBut.man XGrabDeviceButton.man
2602 action XGrDvKey.man XGrabDeviceKey.man
2603 action XGrabDev.man XGrabDevice.man
2604 action XListDev.man XListInputDevices.man
2605 action XOpenDev.man XOpenDevice.man
2606 action XQueryDv.man XQueryDeviceState.man
2607 action XSExEvnt.man XSendExtensionEvent.man
2608 action XSeBMap.man XSetDeviceButtonMapping.man
2609 action XSeDvFoc.man XSetDeviceFocus.man
2610 action XSelExtEv.man XSelectExtensionEvent.man
2611 action XSetDVal.man XSetDeviceValuators.man
2612 action XSetMode.man XSetDeviceMode.man
2616 symlink_lib_xfont
() {
2617 src_dir lib
/font
/FreeType
2618 dst_dir lib
/Xfont
/src
/FreeType
2629 src_dir lib
/font
/bitmap
2630 dst_dir lib
/Xfont
/src
/bitmap
2644 src_dir lib
/font
/bitmap
2645 dst_dir lib
/Xfont
/include
/X11
/fonts
2650 src_dir lib
/font
/builtins
2651 dst_dir lib
/Xfont
/src
/builtins
2662 dst_dir lib
/Xfont
/src
/fc
2672 src_dir lib
/font
/fontcache
2673 dst_dir lib
/Xfont
/src
/fontcache
2679 src_dir lib
/font
/fontfile
2680 dst_dir lib
/Xfont
/src
/fontfile
2695 action printerfont.c
2699 src_dir lib
/font
/include
2700 dst_dir lib
/Xfont
/include
/X11
/fonts
2714 src_dir lib
/font
/stubs
2715 dst_dir lib
/Xfont
/src
/stubs
2724 action getdefptsize.c
2725 action getnewfntcid.c
2736 src_dir lib
/font
/util
2737 dst_dir lib
/Xfont
/src
/util
2750 src_dir lib
/font
/Speedo
2751 dst_dir lib
/Xfont
/src
/Speedo
2755 action bics-unicode.c
2756 action bics-unicode.h
2780 src_dir lib
/font
/Type1
2781 dst_dir lib
/Xfont
/src
/Type1
2834 symlink_lib_fontenc
() {
2835 src_dir lib
/font
/fontfile
2836 dst_dir lib
/fontenc
/src
2842 src_dir lib
/font
/include
2843 dst_dir lib
/fontenc
/include
/X11
/fonts
2851 dst_dir lib
/Xaw
/old-doc
2867 action DisplayList.c
2909 dst_dir lib
/Xaw
/include
/X11
/Xaw
3021 dst_dir lib
/FS
/include
/X11
/fonts
3026 symlink_lib_xres
() {
3028 dst_dir lib
/XRes
/src
3032 src_dir include
/extensions
3033 dst_dir lib
/XRes
/include
/X11
/extensions
3038 dst_dir lib
/XRes
/man
3046 dst_dir lib
/Xrandr
/src
3051 dst_dir lib
/Xrandr
/include
/X11
/extensions
3055 dst_dir lib
/Xrandr
/man
3057 action Xrandr.man Xrandr
.3
3060 symlink_lib_windowswm
() {
3062 dst_dir lib
/WindowsWM
/src
3066 dst_dir lib
/WindowsWM
/man
3068 action WindowsWM.man WindowsWM
.3
3071 symlink_lib_xcursor
()
3075 dst_dir lib
/Xcursor
/include
/X11
/Xcursor
3079 dst_dir lib
/Xcursor
/src
3088 dst_dir lib
/Xcursor
/man
3090 action Xcursor.man Xcursor
.3
3096 dst_dir lib
/XTrap
/src
3108 symlink_lib_xfontcache
()
3110 src_dir lib
/Xfontcache
3111 dst_dir lib
/Xfontcache
/src
3115 dst_dir lib
/Xfontcache
/man
3117 action Xfontcache.man Xfontcache
.3
3120 symlink_lib_xinerama
()
3122 src_dir lib
/Xinerama
3123 dst_dir lib
/Xinerama
/src
3128 symlink_lib_xprint_util
()
3130 src_dir lib
/XprintUtil
3131 dst_dir lib
/XprintUtil
/src
3134 action xprintutil_printtofile.c
3136 dst_dir lib
/XprintUtil
/include
/X11
/XprintUtil
3141 symlink_lib_xprint_app_util
()
3143 src_dir lib
/XprintAppUtil
3144 dst_dir lib
/XprintAppUtil
/src
3148 dst_dir lib
/XprintAppUtil
/include
/X11
/XprintAppUtil
3156 dst_dir lib
/XScrnSaver
/src
3160 dst_dir lib
/XScrnSaver
/man
3162 action Xss.man Xss
.3
3165 symlink_lib_xxf86dga
() {
3166 src_dir lib
/Xxf86dga
3167 dst_dir lib
/Xxf86dga
/src
3172 dst_dir lib
/Xxf86dga
/man
3174 action XDGA.man XDGA
.3
3177 symlink_lib_xxf86misc
() {
3178 src_dir lib
/Xxf86misc
3179 dst_dir lib
/Xxf86misc
/src
3183 dst_dir lib
/Xxf86misc
/man
3185 action XF86Misc.man XF86Misc
.3
3188 symlink_lib_xxf86vm
() {
3190 dst_dir lib
/Xxf86vm
/src
3194 dst_dir lib
/Xxf86vm
/man
3196 action XF86VM.man XF86VM
.3
3199 symlink_lib_xtst
() {
3201 dst_dir lib
/Xtst
/src
3214 src_dir include
/extensions
3215 dst_dir lib
/Xv
/include
/X11
/extensions
3222 action XvFreeAdaptorInfo.man XvFreeAdaptorInfo
.3
3223 action XvFreeEncodingInfo.man XvFreeEncodingInfo
.3
3224 action XvGetPortAttribute.man XvGetPortAttribute
.3
3225 action XvGetStill.man XvGetStill
.3
3226 action XvGetVideo.man XvGetVideo
.3
3227 action XvGrabPort.man XvGrabPort
.3
3229 action XvPortNotify.man XvPortNotify
.3
3230 action XvPutStill.man XvPutStill
.3
3231 action XvPutVideo.man XvPutVideo
.3
3232 action XvQueryAdaptors.man XvQueryAdaptors
.3
3233 action XvQueryBestSize.man XvQueryBestSize
.3
3234 action XvQueryEncodings.man XvQueryEncodings
.3
3235 action XvQueryExtension.man XvQueryExtension
.3
3236 action XvSelectPortNotify.man XvSelectPortNotify
.3
3237 action XvSelectVideoNotify.man XvSelectVideoNotify
.3
3238 action XvSetPortAttribute.man XvSetPortAttribute
.3
3239 action XvStopVideo.man XvStopVideo
.3
3240 action XvUngrabPort.man XvUngrabPort
.3
3241 action XvVideoNotify.man XvVideoNotify
.3
3244 symlink_lib_xvmc
() {
3246 dst_dir lib
/XvMC
/src
3251 src_dir lib
/XvMC
/wrapper
3253 action XvMCWrapper.c
3255 src_dir include
/extensions
3256 dst_dir lib
/XvMC
/include
/X11
/extensions
3261 symlink_lib_xxf86rush
() {
3262 src_dir lib
/Xxf86rush
3263 dst_dir lib
/Xxf86rush
/src
3268 symlink_lib_xkbfile
() {
3270 dst_dir lib
/xkbfile
/src
3288 dst_dir lib
/xkbfile
/include
/X11
/extensions
3298 symlink_lib_xkbui
() {
3300 dst_dir lib
/xkbui
/src
3305 dst_dir lib
/xkbui
/include
/X11
/extensions
3310 symlink_lib_oldx
() {
3312 dst_dir lib
/oldX
/src
3321 dst_dir lib
/oldX
/include
/X11
3327 symlink_lib_lbxutil
() {
3328 src_dir lib
/lbxutil
/image
3329 dst_dir lib
/lbxutil
/src
/image
3340 src_dir lib
/lbxutil
/delta
3341 dst_dir lib
/lbxutil
/src
/delta
3345 src_dir lib
/lbxutil
/lbx_zlib
3346 dst_dir lib
/lbxutil
/src
/lbx_zlib
3350 action lbx_zlib_io.c
3367 action xft-config.
in
3372 action xft-config
.1.
in
3373 action xft-config.
in
3375 dst_dir lib
/Xft
/include
/X11
/Xft
3389 action xftfreetype.c
3404 symlink_lib_windowswm
3406 symlink_lib_composite
3431 symlink_lib_xfontcache
3432 symlink_lib_xinerama
3433 symlink_lib_xprint_util
3434 symlink_lib_xprint_app_util
3436 symlink_lib_xxf86dga
3437 symlink_lib_xxf86misc
3441 symlink_lib_xxf86rush
3456 src_dir programs
/twm
3497 src_dir programs
/twm
/sample-twmrc
3498 dst_dir app
/twm
/sample-twmrc
3505 symlink_app_xdpyinfo
() {
3506 src_dir programs
/xdpyinfo
3507 dst_dir app
/xdpyinfo
3513 symlink_app_xhost
() {
3514 src_dir programs
/xhost
3521 symlink_app_appres
() {
3522 src_dir programs
/appres
3531 symlink_app_bdftopcf
() {
3532 src_dir programs
/bdftopcf
3533 dst_dir app
/bdftopcf
3541 symlink_app_beforelight
() {
3542 src_dir programs
/beforelight
3543 dst_dir app
/beforelight
3553 symlink_app_bitmap
() {
3554 src_dir programs
/bitmap
3558 action Bitmap-co.ad Bitmap-color.ad
3559 action Bitmap-nocase.ad
3595 symlink_app_editres
() {
3596 src_dir programs
/editres
3621 symlink_app_fonttosfnt
() {
3622 src_dir programs
/fonttosfnt
3623 dst_dir app
/fonttosfnt
3634 action fonttosfnt.man
3638 symlink_app_fslsfonts
() {
3639 src_dir programs
/fslsfonts
3640 dst_dir app
/fslsfonts
3644 action fslsfonts.man
3648 symlink_app_fstobdf
() {
3649 src_dir programs
/fstobdf
3663 symlink_app_iceauth
() {
3664 src_dir programs
/iceauth
3677 src_dir programs
/ico
3694 symlink_app_listres
() {
3695 src_dir programs
/listres
3704 symlink_app_luit
() {
3705 src_dir programs
/luit
3727 symlink_app_makepsres
() {
3728 src_dir programs
/makepsres
3729 dst_dir app
/makepsres
3733 action makepsres.man
3737 symlink_app_mkfontdir
() {
3738 src_dir programs
/mkfontdir
3739 dst_dir app
/mkfontdir
3741 action mkfontdir.cpp
3743 action mkfontdir.man
3747 symlink_app_mkfontscale
() {
3748 src_dir programs
/mkfontscale
3749 dst_dir app
/mkfontscale
3754 action mkfontscale.c
3761 action mkfontscale.man
3765 symlink_app_oclock
() {
3766 src_dir programs
/oclock
3785 symlink_app_pclcomp
() {
3786 src_dir programs
/pclcomp
3798 symlink_app_proxymngr
() {
3799 src_dir programs
/proxymngr
3800 dst_dir app
/proxymngr
3810 action proxymngr.man
3816 src_dir programs
/rgb
3824 src_dir programs
/rgb
/others
3825 dst_dir app
/rgb
/others
3834 symlink_app_setxkbmap
() {
3835 src_dir programs
/setxkbmap
3836 dst_dir app
/setxkbmap
3840 action setxkbmap.man
3843 symlink_app_showfont
() {
3844 src_dir programs
/showfont
3845 dst_dir app
/showfont
3852 symlink_app_smproxy
() {
3853 src_dir programs
/smproxy
3864 symlink_app_viewres
() {
3865 src_dir programs
/viewres
3875 symlink_app_x11perf
() {
3876 src_dir programs
/x11perf
3912 symlink_app_xauth
() {
3913 src_dir programs
/xauth
3926 symlink_app_xbiff
() {
3927 src_dir programs
/xbiff
3938 src_dir programs
/xbiff
/bitmaps
3939 dst_dir app
/xbiff
/bitmaps
3942 action mail-down-mask
3947 symlink_app_xcalc
() {
3948 src_dir programs
/xcalc
3965 symlink_app_xclipboard
() {
3966 src_dir programs
/xclipboard
3967 dst_dir app
/xclipboard
3969 action XClipboard.ad
3974 action xclipboard.man
3979 symlink_app_xclock
() {
3980 src_dir programs
/xclock
3999 symlink_app_xcmsdb
() {
4000 src_dir programs
/xcmsdb
4010 src_dir programs
/xcmsdb
/datafiles
4011 dst_dir app
/xcmsdb
/datafiles
4017 symlink_app_xconsole
() {
4018 src_dir programs
/xconsole
4019 dst_dir app
/xconsole
4029 symlink_app_xcursorgen
() {
4030 src_dir programs
/xcursorgen
4031 dst_dir app
/xcursorgen
4034 action xcursorgen.man
4037 symlink_app_xdbedizzy
() {
4038 src_dir programs
/xdbedizzy
4039 dst_dir app
/xdbedizzy
4043 action xdbedizzy.man
4045 action xdbedizzy.sgml
4048 symlink_app_xditview
() {
4049 src_dir programs
/xditview
4050 dst_dir app
/xditview
4052 action Xdit-chrtr.ad Xditview-chrtr.ad
4080 symlink_app_xdriinfo
() {
4081 src_dir programs
/xdriinfo
4082 dst_dir app
/xdriinfo
4091 src_dir programs
/xev
4100 symlink_app_xeyes
() {
4101 src_dir programs
/xeyes
4118 symlink_app_xf86dga
() {
4119 src_dir programs
/xf86dga
4129 src_dir programs
/xfd
4144 symlink_app_xfindproxy
() {
4145 src_dir programs
/xfindproxy
4146 dst_dir app
/xfindproxy
4152 action xfindproxy.man
4156 symlink_app_xfontsel
() {
4157 src_dir programs
/xfontsel
4158 dst_dir app
/xfontsel
4172 symlink_app_xfsinfo
() {
4173 src_dir programs
/xfsinfo
4182 symlink_app_xfwp
() {
4183 src_dir programs
/xfwp
4202 symlink_app_xgamma
() {
4203 src_dir programs
/xgamma
4213 src_dir programs
/xgc
4240 src_dir programs
/xgc
/Written
4241 dst_dir app
/xgc
/Written
4252 symlink_app_xinit
() {
4253 src_dir programs
/xinit
4270 symlink_app_xkbcomp
() {
4271 src_dir programs
/xkbcomp
4295 action README.config
4296 action README.enhancing
4316 symlink_app_xkbevd
() {
4317 src_dir programs
/xkbevd
4336 symlink_app_xkbprint
() {
4337 src_dir programs
/xkbprint
4338 dst_dir app
/xkbprint
4352 symlink_app_xkbutils
() {
4353 src_dir programs
/xkbutils
4354 dst_dir app
/xkbutils
4368 symlink_app_xkill
() {
4369 src_dir programs
/xkill
4378 symlink_app_xload
() {
4379 src_dir programs
/xload
4395 symlink_app_xlogo
() {
4396 src_dir programs
/xlogo
4417 symlink_app_xlsatoms
() {
4418 src_dir programs
/xlsatoms
4419 dst_dir app
/xlsatoms
4427 symlink_app_xlsclients
() {
4428 src_dir programs
/xlsclients
4429 dst_dir app
/xlsclients
4437 symlink_app_xlsfonts
() {
4438 src_dir programs
/xlsfonts
4439 dst_dir app
/xlsfonts
4447 action xlsfonts.sgml
4450 symlink_app_xmag
() {
4451 src_dir programs
/xmag
4467 action Scale.doc Scale.txt
4474 symlink_app_xman
() {
4475 src_dir programs
/xman
4478 action Xman-noxprint.ad
4479 action Xman-xprint.ad
4511 symlink_app_xmessage
() {
4512 src_dir programs
/xmessage
4513 dst_dir app
/xmessage
4516 action Xmessage-color.ad
4533 src_dir programs
/xmh
4580 symlink_app_xmodmap
() {
4581 src_dir programs
/xmodmap
4597 symlink_app_xmore
() {
4598 src_dir programs
/xmore
4604 action printdialog.c
4607 action printdialog.h
4608 action printdialogprivates.h
4616 symlink_app_xplsprinters
() {
4617 src_dir programs
/xplsprinters
4618 dst_dir app
/xplsprinters
4620 action xplsprinters.c
4622 action xplsprinters.man
4624 action xplsprinters.sgml
4628 src_dir programs
/xpr
4645 symlink_app_xprehashprinterlist
() {
4646 src_dir programs
/xprehashprinterlist
4647 dst_dir app
/xprehashprinterlist
4649 action xprehashprinterlist.c
4651 action xprehashprinterlist.man
4653 action xprehashprinterlist.sgml
4656 symlink_app_xrandr
() {
4657 src_dir programs
/xrandr
4666 symlink_app_xrdb
() {
4667 src_dir programs
/xrdb
4676 symlink_app_xrefresh
() {
4677 src_dir programs
/xrefresh
4678 dst_dir app
/xrefresh
4686 symlink_app_xset
() {
4687 src_dir programs
/xset
4696 symlink_app_xsetmode
() {
4697 src_dir programs
/xsetmode
4698 dst_dir app
/xsetmode
4706 symlink_app_xsetpointer
() {
4707 src_dir programs
/xsetpointer
4708 dst_dir app
/xsetpointer
4710 action xsetpointer.c
4712 action xsetpnt.man xsetpointer.man
4716 symlink_app_xsetroot
() {
4717 src_dir programs
/xsetroot
4718 dst_dir app
/xsetroot
4727 src_dir programs
/xsm
4775 symlink_app_xstdcmap
() {
4776 src_dir programs
/xstdcmap
4777 dst_dir app
/xstdcmap
4785 symlink_app_xtrap
() {
4786 src_dir programs
/xtrap
4806 symlink_app_xvidtune
() {
4807 src_dir programs
/xvidtune
4808 dst_dir app
/xvidtune
4818 symlink_app_xvinfo
() {
4819 src_dir programs
/xvinfo
4827 symlink_app_xwud
() {
4828 src_dir programs
/xwud
4836 symlink_app_scripts
() {
4837 src_dir programs
/scripts
4842 action xauth_switch_to_sun-des-1.cpp
4848 symlink_app_rstart
() {
4849 src_dir programs
/rstart
4866 src_dir programs
/rstart
/commands
4867 dst_dir app
/rstart
/commands
4870 action ListGenericCommands
4875 src_dir programs
/rstart
/commands
/x11r6
4876 dst_dir app
/rstart
/commands
/x11r6
4884 src_dir programs
/rstart
/contexts
4885 dst_dir app
/rstart
/contexts
4896 src_dir programs
/rstart
/samples
/commands
4897 dst_dir app
/rstart
/samples
/commands
4901 action ListGenericCommands
4905 src_dir programs
/rstart
/samples
/commands
/odt1
4906 dst_dir app
/rstart
/samples
/commands
/odt1
4914 src_dir programs
/rstart
/samples
/commands
/openwindows2
4915 dst_dir app
/rstart
/samples
/commands
/openwindows2
4923 src_dir programs
/rstart
/samples
/commands
/openwindows3
4924 dst_dir app
/rstart
/samples
/commands
/openwindows3
4932 src_dir programs
/rstart
/samples
/commands
/x11r5
4933 dst_dir app
/rstart
/samples
/commands
/x11r5
4941 src_dir programs
/rstart
/samples
/contexts.odt1
4942 dst_dir app
/rstart
/samples
/contexts.odt1
4951 src_dir programs
/rstart
/samples
/contexts.sun
4952 dst_dir app
/rstart
/samples
/contexts.odt1
4963 symlink_app_sessreg
() {
4964 src_dir programs
/xdm
4972 src_dir programs
/xdm
5011 action xdm.man xdm.man.cpp
5013 src_dir programs
/xdm
/greeter
5014 dst_dir app
/xdm
/greeter
5022 src_dir programs
/xdm
/config
5023 dst_dir app
/xdm
/config
5041 action Xres.cpp Xresources.cpp
5042 action Xserv.ws.cpp Xservers.ws.cpp
5043 action xdm-conf.cpp xdm-config.cpp
5046 symlink_app_xprop
() {
5047 src_dir programs
/xprop
5054 src_dir programs
/xlsfonts
5061 src_dir programs
/xwd
5074 src_dir programs
/xlsfonts
5080 symlink_app_xwininfo
() {
5081 src_dir programs
/xwininfo
5082 dst_dir app
/xwininfo
5088 src_dir programs
/xlsfonts
5094 symlink_app_xphelloworld
() {
5095 src_dir programs
/xphelloworld
/xpxmhelloworld
5096 dst_dir app
/xphelloworld
/xpxmhelloworld
5098 action xpxmhelloworld.man
5099 action xpxmhelloworld.c
5100 action xpxmhelloworld.sgml
5102 src_dir programs
/xphelloworld
/xpsimplehelloworld
5103 dst_dir app
/xphelloworld
/xpsimplehelloworld
5105 action xpsimplehelloworld.sgml
5106 action xpsimplehelloworld.c
5107 action xpsimplehelloworld.man
5109 src_dir programs
/xphelloworld
/xpxthelloworld
5110 dst_dir app
/xphelloworld
/xpxthelloworld
5112 action xpxthelloworld.man
5113 action xpxthelloworld.sgml
5114 action xpxthelloworld.c
5116 src_dir programs
/xphelloworld
/xpawhelloworld
5117 dst_dir app
/xphelloworld
/xpawhelloworld
5119 action xpawhelloworld.c
5120 action xpawhelloworld.man
5122 src_dir programs
/xphelloworld
/xphelloworld
5123 dst_dir app
/xphelloworld
/xphelloworld
5125 action xphelloworld.sgml
5126 action xphelloworld.c
5127 action xphelloworld.man
5130 symlink_app_lbxproxy
() {
5131 src_dir programs
/lbxproxy
5132 dst_dir app
/lbxproxy
5138 src_dir programs
/lbxproxy
/config
5139 dst_dir app
/lbxproxy
/config
5143 src_dir programs
/lbxproxy
/di
5144 dst_dir app
/lbxproxy
/di
5172 src_dir programs
/lbxproxy
/include
5173 dst_dir app
/lbxproxy
/include
5194 src_dir programs
/lbxproxy
/os
5195 dst_dir app
/lbxproxy
/os
5204 symlink_app_xedit
() {
5205 src_dir programs
/xedit
5219 action Xedit-color.ad
5220 action Xedit-noxprint.ad
5221 action Xedit-xprint.ad
5225 dst_dir app
/xedit
/man
5226 action xedit.man xedit
.1
5228 src_dir programs
/xedit
/lisp
5229 dst_dir app
/xedit
/lisp
5281 src_dir programs
/xedit
/lisp
/modules
5282 dst_dir app
/xedit
/lisp
/modules
5293 src_dir programs
/xedit
/lisp
/modules
/progmodes
5294 dst_dir app
/xedit
/lisp
/modules
/progmodes
5310 src_dir programs
/xedit
/lisp
/re
5311 dst_dir app
/xedit
/lisp
/re
5322 src_dir programs
/xedit
/lisp
/test
5323 dst_dir app
/xedit
/lisp
/test
5335 src_dir programs
/xedit
/lisp
/mp
5336 dst_dir app
/xedit
/lisp
/mp
5343 src_dir programs
/xmore
5348 action printdialog.h
5349 action printdialog.c
5350 action printdialogprivates.h
5354 src_dir programs
/xfs
5362 src_dir programs
/xfs
/difs
5363 dst_dir app
/xfs
/difs
5382 src_dir programs
/xfs
/include
5383 dst_dir app
/xfs
/include
5413 src_dir programs
/xfs
/os
5433 src_dir programs
/xrx
/helper
5434 dst_dir app
/xrx
/helper
5441 src_dir programs
/xrx
/libxplugin
5442 dst_dir app
/xrx
/libxplugin
5446 src_dir programs
/xrx
/rx
5463 src_dir programs
/xrx
/xnest-plugin
5464 dst_dir app
/xrx
/xnest-plugin
5472 src_dir programs
/xrx
/htdocs
5473 dst_dir app
/xrx
/htdocs
5486 src_dir programs
/xrx
/testplugin
5487 dst_dir app
/xrx
/testplugin
5489 action testplugin.man
5492 src_dir programs
/xrx
/plugin
5493 dst_dir app
/xrx
/plugin
5504 src_dir programs
/xrx
/plugin
/common
5505 dst_dir app
/xrx
/plugin
/common
5509 src_dir programs
/xrx
/plugin
/include
5510 dst_dir app
/xrx
/plugin
/include
5518 src_dir programs
/xrx
/cgi-bin
5519 dst_dir app
/xrx
/cgi-bin
5532 symlink_app_lbxproxy
5533 symlink_app_xphelloworld
5534 symlink_app_xwininfo
5539 symlink_app_xvidtune
5541 symlink_app_xstdcmap
5543 symlink_app_xsetroot
5544 symlink_app_xsetpointer
5545 symlink_app_xsetmode
5547 symlink_app_xrefresh
5550 symlink_app_xprehashprinterlist
5552 symlink_app_xplsprinters
5556 symlink_app_xmessage
5559 symlink_app_xlsfonts
5560 symlink_app_xlsclients
5561 symlink_app_xlsatoms
5565 symlink_app_xkbutils
5566 symlink_app_xkbprint
5574 symlink_app_xfontsel
5575 symlink_app_xfindproxy
5580 symlink_app_xdriinfo
5581 symlink_app_xditview
5582 symlink_app_xdbedizzy
5583 symlink_app_xconsole
5586 symlink_app_xclipboard
5593 symlink_app_showfont
5594 symlink_app_setxkbmap
5597 symlink_app_proxymngr
5600 symlink_app_mkfontdir
5601 symlink_app_mkfontscale
5602 symlink_app_makepsres
5608 symlink_app_fslsfonts
5609 symlink_app_fonttosfnt
5612 symlink_app_beforelight
5613 symlink_app_bdftopcf
5616 symlink_app_xdpyinfo
5618 symlink_app_xcursorgen
5629 # The xserver module
5634 symlink_xserver_GL_apple
() {
5635 src_dir programs
/Xserver
/GL
/apple
5636 dst_dir xserver
/xorg
/GL
/apple
5642 symlink_xserver_GL_dri
() {
5643 src_dir programs
/Xserver
/GL
/dri
5644 dst_dir xserver
/xorg
/hw
/xfree86
/dri
5654 # src_dir extras/drm/shared-core
5658 symlink_xserver_GL_glx
() {
5659 src_dir programs
/Xserver
/GL
/glx
5660 dst_dir xserver
/xorg
/GL
/glx
5664 action g_disptab_EXT.c
5665 action g_disptab_EXT.h
5667 action g_renderswap.c
5669 action g_singleswap.c
5674 action glxcmdsswap.c
5676 action glxdrawable.h
5695 action render2swap.c
5697 action renderpixswap.c
5701 action single2swap.c
5703 action singlepixswap.c
5710 symlink_xserver_GL_include_GL
() {
5711 src_dir programs
/Xserver
/GL
/include
/GL
5712 dst_dir xserver
/xorg
/GL
/include
/GL
5718 symlink_xserver_GL_mesa_X
() {
5719 src_dir programs
/Xserver
/GL
/mesa
/X
5720 dst_dir xserver
/xorg
/GL
/mesa
/X
5723 action xf86glx_util.c
5724 action xf86glx_util.h
5728 symlink_xserver_GL_windows
() {
5729 src_dir programs
/Xserver
/GL
/windows
5730 dst_dir xserver
/xorg
/GL
/windows
5739 symlink_xserver_XTrap
() {
5740 src_dir programs
/Xserver
/XTrap
5741 dst_dir xserver
/xorg
/XTrap
5743 action xf86XTrapModule.c
5750 symlink_xserver_Xext
() {
5751 src_dir programs
/Xserver
/Xext
5752 dst_dir xserver
/xorg
/Xext
5770 action panoramiXSwap.c
5772 action panoramiXprocs.c
5773 action panoramiXsrv.h
5784 action xf86bigfont.c
5797 action SecurityPolicy
5798 action xtest1.frags README.xtest1-ddx
5800 # some of these are really DDX-specific despite being in Xext
5802 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
/extmod
5804 action vidmodeproc.h
5809 action xf86miscproc.h
5814 dst_dir xserver
/xorg
/hw
/dmx
5818 symlink_xserver_Xext_extmod
() {
5819 src_dir programs
/Xserver
/Xext
/extmod
5820 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
/extmod
5826 symlink_xserver_Xi
() {
5827 src_dir programs
/Xserver
/Xi
5828 dst_dir xserver
/xorg
/Xi
5906 symlink_xserver_Xprint
() {
5907 src_dir programs
/Xserver
/Xprint
5908 dst_dir xserver
/xorg
/Xprint
5927 dst_dir xserver
/xorg
/Xprint
/doc
5929 action Xprt.man Xprt.man.pre
5933 symlink_xserver_Xprint_etc
() {
5934 src_dir programs
/Xserver
/Xprint
/etc
/init.d
5935 dst_dir xserver
/xorg
/Xprint
/etc
/init.d
5939 src_dir programs
/Xserver
/Xprint
/etc
/profile.d
5940 dst_dir xserver
/xorg
/Xprint
/etc
/profile.d
5945 src_dir programs
/Xserver
/Xprint
/etc
/Xsession.d
5946 dst_dir xserver
/xorg
/Xprint
/etc
/Xsession.d
5948 action cde_xsessiond_xprint.sh
5951 symlink_xserver_Xprint_ps
() {
5952 src_dir programs
/Xserver
/Xprint
/ps
5953 dst_dir xserver
/xorg
/Xprint
/ps
5966 action PsImageUtil.c
5980 action psout_ftpstype1.c
5981 action psout_ftpstype3.c
5982 action ttf2pt1wrap.c
5985 symlink_xserver_Xprint_pcl
() {
5986 src_dir programs
/Xserver
/Xprint
/pcl
5987 dst_dir xserver
/xorg
/Xprint
/pcl
6014 symlink_xserver_Xprint_raster
() {
6015 src_dir programs
/Xserver
/Xprint
/raster
6016 dst_dir xserver
/xorg
/Xprint
/raster
6020 action RasterAttVal.c
6023 symlink_xserver_afb
() {
6024 src_dir programs
/Xserver
/afb
6025 dst_dir xserver
/xorg
/afb
6064 symlink_xserver_cfb
() {
6065 src_dir programs
/Xserver
/cfb
6066 dst_dir xserver
/xorg
/cfb
6121 symlink_xserver_cfb24
() {
6122 src_dir programs
/Xserver
/cfb24
6123 dst_dir xserver
/xorg
/cfb24
6128 symlink_xserver_composite
() {
6129 src_dir programs
/Xserver
/composite
6130 dst_dir xserver
/xorg
/composite
6139 symlink_xserver_damageext
() {
6140 src_dir programs
/Xserver
/damageext
6141 dst_dir xserver
/xorg
/damageext
6145 action damageextint.h
6148 symlink_xserver_dbe
() {
6149 src_dir programs
/Xserver
/dbe
6150 dst_dir xserver
/xorg
/dbe
6159 symlink_xserver_dix
() {
6160 src_dir programs
/Xserver
/dix
6161 dst_dir xserver
/xorg
/dix
6195 symlink_xserver_fb
() {
6196 src_dir programs
/Xserver
/fb
6197 dst_dir xserver
/xorg
/fb
6230 action fbpseudocolor.c
6231 action fbpseudocolor.h
6245 symlink_xserver_hw_darwin
() {
6246 src_dir programs
/Xserver
/hw
/darwin
6247 dst_dir xserver
/xorg
/hw
/darwin
6251 action darwinClut8.h
6252 action darwinEvents.c
6253 action darwinKeyboard.c
6254 action darwinKeyboard.h
6255 action darwinXinput.c
6260 symlink_xserver_hw_darwin_bundle
() {
6261 src_dir programs
/Xserver
/hw
/darwin
/bundle
6262 dst_dir xserver
/xorg
/hw
/darwin
/bundle
6264 action startXClients.cpp
6267 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Dutch.lproj
6268 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Dutch.lproj
6271 action Localizable.
strings
6272 action XDarwinHelp.html.cpp
6274 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Dutch.lproj
/MainMenu.nib
6275 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Dutch.lproj
/MainMenu.nib
6280 src_dir programs
/Xserver
/hw
/darwin
/bundle
/English.lproj
6281 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/English.lproj
6284 action InfoPlist.
strings.cpp
6285 action Localizable.
strings
6286 action XDarwinHelp.html.cpp
6288 src_dir programs
/Xserver
/hw
/darwin
/bundle
/English.lproj
/MainMenu.nib
6289 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/English.lproj
/MainMenu.nib
6294 src_dir programs
/Xserver
/hw
/darwin
/bundle
/French.lproj
6295 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/French.lproj
6298 action Localizable.
strings
6299 action XDarwinHelp.html.cpp
6301 src_dir programs
/Xserver
/hw
/darwin
/bundle
/French.lproj
/MainMenu.nib
6302 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/French.lproj
/MainMenu.nib
6307 src_dir programs
/Xserver
/hw
/darwin
/bundle
/German.lproj
6308 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/German.lproj
6311 action Localizable.
strings
6312 action XDarwinHelp.html.cpp
6314 src_dir programs
/Xserver
/hw
/darwin
/bundle
/German.lproj
/MainMenu.nib
6315 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/German.lproj
/MainMenu.nib
6320 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Japanese.lproj
6321 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Japanese.lproj
6324 action Localizable.
strings
6325 action XDarwinHelp.html.cpp
6327 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Japanese.lproj
/MainMenu.nib
6328 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Japanese.lproj
/MainMenu.nib
6333 src_dir programs
/Xserver
/hw
/darwin
/bundle
/ko.lproj
6334 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/ko.lproj
6337 action Localizable.
strings
6338 action XDarwinHelp.html.cpp
6340 src_dir programs
/Xserver
/hw
/darwin
/bundle
/ko.lproj
/MainMenu.nib
6341 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/ko.lproj
/MainMenu.nib
6346 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Portuguese.lproj
6347 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Portuguese.lproj
6350 action Localizable.
strings
6351 action XDarwinHelp.html.cpp
6353 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Portuguese.lproj
/MainMenu.nib
6354 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Portuguese.lproj
/MainMenu.nib
6359 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Spanish.lproj
6360 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Spanish.lproj
6363 action Localizable.
strings
6364 action XDarwinHelp.html.cpp
6366 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Spanish.lproj
/MainMenu.nib
6367 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Spanish.lproj
/MainMenu.nib
6372 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Swedish.lproj
6373 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Swedish.lproj
6376 action Localizable.
strings
6377 action XDarwinHelp.html.cpp
6379 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Swedish.lproj
/MainMenu.nib
6380 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Swedish.lproj
/MainMenu.nib
6386 symlink_xserver_hw_darwin_iokit
() {
6387 src_dir programs
/Xserver
/hw
/darwin
/iokit
6388 dst_dir xserver
/xorg
/hw
/darwin
/iokit
6392 action xfIOKitCursor.c
6393 action xfIOKitStartup.c
6396 symlink_xserver_hw_darwin_quartz
() {
6397 src_dir programs
/Xserver
/hw
/darwin
/quartz
6398 dst_dir xserver
/xorg
/hw
/darwin
/quartz
6400 action Preferences.h
6401 action XApplication.h
6402 action XDarwinStartup.c
6408 action pseudoramiX.c
6409 action pseudoramiX.h
6412 action quartzAudio.c
6413 action quartzAudio.h
6414 action quartzCommon.h
6415 action quartzCursor.c
6416 action quartzCursor.h
6417 action quartzKeyboard.c
6418 action quartzPasteboard.c
6419 action quartzPasteboard.h
6420 action quartzStartup.c
6422 action Preferences.m
6423 action quartzCocoa.m
6424 action XApplication.m
6427 action XDarwinStartup.man
6429 src_dir programs
/Xserver
/hw
/darwin
/quartz
/XDarwin.pbproj
6430 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/XDarwin.pbproj
6431 action project.pbxproj
6434 symlink_xserver_hw_darwin_quartz_cr
() {
6435 src_dir programs
/Xserver
/hw
/darwin
/quartz
/cr
6436 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/cr
6447 symlink_xserver_hw_darwin_quartz_fullscreen
() {
6448 src_dir programs
/Xserver
/hw
/darwin
/quartz
/fullscreen
6449 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/fullscreen
6452 action quartzCursor.c
6453 action quartzCursor.h
6456 symlink_xserver_hw_darwin_quartz_xpr
() {
6457 src_dir programs
/Xserver
/hw
/darwin
/quartz
/xpr
6458 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/xpr
6478 symlink_xserver_hw_darwin_utils
() {
6479 src_dir programs
/Xserver
/hw
/darwin
/utils
6480 dst_dir xserver
/xorg
/hw
/darwin
/utils
6483 action dumpkeymap.man
6487 symlink_xserver_hw_dmx
() {
6488 src_dir programs
/Xserver
/hw
/dmx
6489 dst_dir xserver
/xorg
/hw
/dmx
6492 action dmx_glxvisuals.c
6493 action dmx_glxvisuals.h
6503 action dmxextension.c
6504 action dmxextension.h
6536 action Xdmx.man Xdmx
.1
6539 symlink_xserver_hw_dmx_config
() {
6540 src_dir programs
/Xserver
/hw
/dmx
/config
6541 dst_dir xserver
/xorg
/hw
/dmx
/config
6586 action xdmxconfig.man
6589 symlink_xserver_hw_dmx_doc
() {
6590 src_dir programs
/Xserver
/hw
/dmx
/doc
6591 dst_dir xserver
/xorg
/hw
/dmx
/doc
6595 action DMXSpec-v1.txt
6604 src_dir programs
/Xserver
/hw
/dmx
/doc
/html
6605 dst_dir xserver
/xorg
/hw
/dmx
/doc
/html
6607 action annotated.html
6608 action ChkNotMaskEv_8c.html
6609 action ChkNotMaskEv_8h.html
6610 action ChkNotMaskEv_8h-source.html
6613 action dmx_8h-source.html
6614 action dmxarg_8c.html
6615 action dmxarg_8h.html
6616 action dmxarg_8h-source.html
6617 action dmxbackend_8c.html
6618 action dmxbackend_8h.html
6619 action dmxbackend_8h-source.html
6620 action dmxcb_8c.html
6621 action dmxcb_8h.html
6622 action dmxcb_8h-source.html
6623 action dmxclient_8h.html
6624 action dmxclient_8h-source.html
6625 action dmxcmap_8c.html
6626 action dmxcmap_8h.html
6627 action dmxcmap_8h-source.html
6628 action dmxcommon_8c.html
6629 action dmxcommon_8h.html
6630 action dmxcommon_8h-source.html
6631 action dmxcompat_8c.html
6632 action dmxcompat_8h.html
6633 action dmxcompat_8h-source.html
6634 action dmxconfig_8c.html
6635 action dmxconfig_8h.html
6636 action dmxconfig_8h-source.html
6637 action dmxconsole_8c.html
6638 action dmxconsole_8h.html
6639 action dmxconsole_8h-source.html
6640 action dmxcursor_8c.html
6641 action dmxcursor_8h.html
6642 action dmxcursor_8h-source.html
6643 action dmxdetach_8c.html
6644 action dmxdpms_8c.html
6645 action dmxdpms_8h.html
6646 action dmxdpms_8h-source.html
6647 action dmxdummy_8c.html
6648 action dmxdummy_8h.html
6649 action dmxdummy_8h-source.html
6650 action dmxeq_8c.html
6651 action dmxeq_8h.html
6652 action dmxeq_8h-source.html
6653 action dmxevents_8c.html
6654 action dmxevents_8h.html
6655 action dmxevents_8h-source.html
6656 action dmxext_8h.html
6657 action dmxext_8h-source.html
6658 action dmxextension_8c.html
6659 action dmxextension_8h.html
6660 action dmxextension_8h-source.html
6661 action dmxfont_8c.html
6662 action dmxfont_8h.html
6663 action dmxfont_8h-source.html
6664 action dmxgc_8c.html
6665 action dmxgc_8h.html
6666 action dmxgc_8h-source.html
6667 action dmxgcops_8c.html
6668 action dmxgcops_8h.html
6669 action dmxgcops_8h-source.html
6670 action dmx__glxvisuals_8h-source.html
6671 action dmxinit_8c.html
6672 action dmxinit_8h.html
6673 action dmxinit_8h-source.html
6674 action dmxinput_8c.html
6675 action dmxinput_8h.html
6676 action dmxinput_8h-source.html
6677 action dmxinputinit_8c.html
6678 action dmxinputinit_8h.html
6679 action dmxinputinit_8h-source.html
6680 action dmxlog_8c.html
6681 action dmxlog_8h.html
6682 action dmxlog_8h-source.html
6683 action dmxmap_8c.html
6684 action dmxmap_8h.html
6685 action dmxmap_8h-source.html
6686 action dmxmotion_8c.html
6687 action dmxmotion_8h.html
6688 action dmxmotion_8h-source.html
6689 action dmxparse_8c.html
6690 action dmxparse_8h.html
6691 action dmxparse_8h-source.html
6692 action dmxpict_8c.html
6693 action dmxpict_8h.html
6694 action dmxpict_8h-source.html
6695 action dmxpixmap_8c.html
6696 action dmxpixmap_8h.html
6697 action dmxpixmap_8h-source.html
6698 action dmxprint_8c.html
6699 action dmxprint_8h.html
6700 action dmxprint_8h-source.html
6701 action dmxprop_8c.html
6702 action dmxprop_8h.html
6703 action dmxprop_8h-source.html
6704 action dmxproto_8h.html
6705 action dmxproto_8h-source.html
6706 action dmxscrinit_8c.html
6707 action dmxscrinit_8h.html
6708 action dmxscrinit_8h-source.html
6709 action dmxshadow_8c.html
6710 action dmxshadow_8h.html
6711 action dmxshadow_8h-source.html
6712 action dmxsigio_8c.html
6713 action dmxsigio_8h.html
6714 action dmxsigio_8h-source.html
6715 action dmxstat_8c.html
6716 action dmxstat_8h.html
6717 action dmxstat_8h-source.html
6718 action dmxsync_8c.html
6719 action dmxsync_8h.html
6720 action dmxsync_8h-source.html
6721 action dmxvisual_8c.html
6722 action dmxvisual_8h.html
6723 action dmxvisual_8h-source.html
6724 action dmxwindow_8c.html
6725 action dmxwindow_8h.html
6726 action dmxwindow_8h-source.html
6727 action dmxxinput_8c.html
6731 action ftv2blank.png
6733 action ftv2folderclosed.png
6734 action ftv2folderopen.png
6735 action ftv2lastnode.png
6737 action ftv2mlastnode.png
6738 action ftv2mnode.png
6740 action ftv2plastnode.png
6741 action ftv2pnode.png
6742 action ftv2vertline.png
6743 action functions.html
6744 action functions_vars.html
6745 action globals_defs.html
6746 action globals_enum.html
6747 action globals_eval.html
6748 action globals_func.html
6750 action globals_type.html
6751 action globals_vars.html
6753 action lib_2dmx_2dmx_8c.html
6754 action lnx-keyboard_8c.html
6755 action lnx-keyboard_8h.html
6756 action lnx-keyboard_8h-source.html
6757 action lnx-ms_8c.html
6758 action lnx-ms_8h.html
6759 action lnx-ms_8h-source.html
6760 action lnx-ps2_8c.html
6761 action lnx-ps2_8h.html
6762 action lnx-ps2_8h-source.html
6764 action programs_2Xserver_2Xext_2dmx_8c.html
6765 action struct__dmxArg.html
6766 action struct__dmxColormapPriv.html
6767 action structDMXConfigCmdStruct.html
6768 action struct__DMXConfigComment.html
6769 action struct__DMXConfigDisplay.html
6770 action struct__DMXConfigEntry.html
6771 action struct__DMXConfigFullDim.html
6772 action structDMXConfigListStruct.html
6773 action struct__DMXConfigNumber.html
6774 action struct__DMXConfigOption.html
6775 action struct__DMXConfigPair.html
6776 action struct__DMXConfigParam.html
6777 action struct__DMXConfigPartDim.html
6778 action struct__DMXConfigString.html
6779 action struct__DMXConfigSub.html
6780 action struct__DMXConfigToken.html
6781 action struct__DMXConfigVirtual.html
6782 action struct__DMXConfigWall.html
6783 action struct__dmxCursorPriv.html
6784 action structDMXDesktopAttributes.html
6785 action structDMXDesktopAttributesRec.html
6786 action struct__DMXEventMap.html
6787 action struct__dmxFontPriv.html
6788 action struct__dmxGCPriv.html
6789 action structdmxGlxVisualPrivate.html
6790 action struct__dmxGlyphPriv.html
6791 action structDMXInputAttributes.html
6792 action structDMXInputAttributesRec.html
6793 action struct__DMXInputInfo.html
6794 action struct__DMXLocalInitInfo.html
6795 action struct__DMXLocalInputInfo.html
6796 action struct__dmxPictPriv.html
6797 action struct__dmxPixPriv.html
6798 action structDMXScreenAttributes.html
6799 action structDMXScreenAttributesRec.html
6800 action struct__DMXScreenInfo.html
6801 action struct__DMXStatAvg.html
6802 action struct__DMXStatInfo.html
6803 action structDMXWindowAttributes.html
6804 action structDMXWindowAttributesRec.html
6805 action struct__dmxWinPriv.html
6806 action struct__Event.html
6807 action struct__EventQueue.html
6808 action struct__myPrivate.html
6809 action structxDMXAddInputReply.html
6810 action structxDMXAddInputReq.html
6811 action structxDMXAddScreenReply.html
6812 action structxDMXAddScreenReq.html
6813 action structxDMXChangeDesktopAttributesReply.html
6814 action structxDMXChangeDesktopAttributesReq.html
6815 action structxDMXChangeScreensAttributesReply.html
6816 action structxDMXChangeScreensAttributesReq.html
6817 action structxDMXForceWindowCreationReply.html
6818 action structxDMXForceWindowCreationReq.html
6819 action structxDMXGetDesktopAttributesReply.html
6820 action structxDMXGetDesktopAttributesReq.html
6821 action structxDMXGetInputAttributesReply.html
6822 action structxDMXGetInputAttributesReq.html
6823 action structxDMXGetInputCountReply.html
6824 action structxDMXGetInputCountReq.html
6825 action structxDMXGetScreenAttributesReply.html
6826 action structxDMXGetScreenAttributesReq.html
6827 action structxDMXGetScreenCountReply.html
6828 action structxDMXGetScreenCountReq.html
6829 action structxDMXGetWindowAttributesReply.html
6830 action structxDMXGetWindowAttributesReq.html
6831 action structxDMXQueryVersionReply.html
6832 action structxDMXQueryVersionReq.html
6833 action structxDMXRemoveInputReply.html
6834 action structxDMXRemoveInputReq.html
6835 action structxDMXRemoveScreenReply.html
6836 action structxDMXRemoveScreenReq.html
6837 action structxDMXSyncReply.html
6838 action structxDMXSyncReq.html
6840 action usb-common_8c.html
6841 action usb-common_8h.html
6842 action usb-common_8h-source.html
6843 action usb-keyboard_8c.html
6844 action usb-keyboard_8h.html
6845 action usb-keyboard_8h-source.html
6846 action usb-mouse_8c.html
6847 action usb-mouse_8h.html
6848 action usb-mouse_8h-source.html
6849 action usb-other_8c.html
6850 action usb-other_8h.html
6851 action usb-other_8h-source.html
6852 action usb-private_8h.html
6853 action usb-private_8h-source.html
6856 symlink_xserver_hw_dmx_examples
() {
6857 src_dir programs
/Xserver
/hw
/dmx
/examples
6858 dst_dir xserver
/xorg
/hw
/dmx
/examples
6860 action dmxaddinput.c
6861 action dmxaddscreen.c
6862 action dmxreconfig.c
6865 action dmxrmscreen.c
6877 symlink_xserver_hw_dmx_glxProxy
() {
6878 src_dir programs
/Xserver
/hw
/dmx
/glxProxy
6879 dst_dir xserver
/xorg
/hw
/dmx
/glxProxy
6884 action g_renderswap.c
6887 action glxcmdsswap.c
6889 action glxdrawable.h
6893 action glxfbconfig.c
6894 action glxfbconfig.h
6908 action render2swap.c
6909 action renderpixswap.c
6913 symlink_xserver_hw_dmx_input
() {
6914 src_dir programs
/Xserver
/hw
/dmx
/input
6915 dst_dir xserver
/xorg
/hw
/dmx
/input
6917 action ChkNotMaskEv.c
6918 action ChkNotMaskEv.h
6934 action dmxinputinit.c
6935 action dmxinputinit.h
6943 action lnx-keyboard.c
6944 action lnx-keyboard.h
6951 action usb-keyboard.c
6952 action usb-keyboard.h
6957 action usb-private.h
6960 # We skip most of Xserver/hw/sun since it's no longer maintained, but a
6961 # couple of files are useful still
6962 symlink_xserver_hw_sun
() {
6963 src_dir programs
/Xserver
/hw
/sun
6965 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/kbd_mode
6966 action kbd_mode.c sun-kbd_mode.c
6967 action kbd_mode.man sun-kbd_mode.man.pre
6969 dst_dir app
/constype
6974 symlink_xserver_hw_vfb
() {
6975 src_dir programs
/Xserver
/hw
/vfb
6976 dst_dir xserver
/xorg
/hw
/vfb
6982 action Xvfb.man Xvfb
.1
6985 symlink_xserver_hw_xfree86_common
() {
6986 src_dir programs
/Xserver
/hw
/xfree86
/common
6987 dst_dir xserver
/xorg
/hw
/xfree86
/common
6994 action xf86AutoConfig.c
6999 action xf86Configure.c
7004 action xf86DefModes.c
7005 action xf86DoProbe.c
7006 action xf86DoScanPci.c
7008 action xf86Globals.c
7016 action xf86KbdMach.c
7018 action xf86MiscExt.c
7024 action xf86PciInfo.h
7026 action xf86Privstr.h
7028 action xf86Resources.h
7029 action xf86Versions.c
7030 action xf86VidMode.c
7043 action xf86sbusBus.c
7044 action xf86sbusBus.h
7055 action modeline2c.pl
7057 src_dir programs
/Xserver
/hw
/xfree86
7059 action xf86Version.h
7060 action xorgVersion.h
7063 symlink_xserver_hw_xfree86_ddc
() {
7064 src_dir programs
/Xserver
/hw
/xfree86
/ddc
7065 dst_dir xserver
/xorg
/hw
/xfree86
/ddc
7068 action ddcProperty.c
7071 action interpret_edid.c
7072 action interpret_vdif.c
7082 symlink_xserver_hw_xfree86_doc
() {
7084 # Docs generic to all Xservers in xserver-xorg module:
7085 src_dir programs
/Xserver
7086 dst_dir xserver
/xorg
/doc
7087 action Xserver.man Xserver.man.pre
7089 src_dir programs
/Xserver
/hw
/xfree86
/doc
7090 dst_dir xserver
/xorg
/doc
7093 # Docs specific to XFree86 DDX/Xorg server:
7095 src_dir programs
/Xserver
/hw
/xfree86
7096 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/man
7098 action Xorg.man Xorg.man.pre
7099 action xorg.conf.man xorg.conf.man.pre
7101 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/devel
7102 action DebuggingHints
7107 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/changlogs
7112 src_dir programs
/Xserver
/hw
/xfree86
/doc
7113 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/devel
7114 action exa-driver.txt
7116 src_dir programs
/Xserver
/hw
/xfree86
/doc
/sgml
7117 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/sgml
7120 # Docs about the entire Xorg distribution:
7122 dst_dir
doc
/old
/sgml
7128 action OS2Notes.sgml
7131 action RELNOTES.sgml
7134 action Versions.sgml
7135 action XKB-Config.sgml
7136 action XKB-Enhancing.sgml
7142 # Entity files and scripts needed for all sgml docs:
7144 dst_dir
doc
/xorg-sgml-doctools
7147 action mdefs.cpp mdefs.pre
7149 # Driver-specific docs:
7151 dst_dir driver
/xf86-video-tga
7152 action DECtga.sgml README.sgml
7154 dst_dir driver
/xf86-video-i128
7155 action I128.sgml README.sgml
7157 dst_dir driver
/xf86-video-sis
7158 action SiS.sgml README.sgml
7160 dst_dir driver
/xf86-video-apm
7161 action apm.sgml README.sgml
7163 dst_dir driver
/xf86-video-ati
7164 action ati.sgml README.ati.sgml
7165 action r128.sgml README.r128.sgml
7167 dst_dir driver
/xf86-video-chips
7168 action chips.sgml README.sgml
7170 dst_dir driver
/xf86-video-cyrix
7171 action cyrix.sgml README.sgml
7173 dst_dir driver
/xf86-video-i740
7174 action i740.sgml README.sgml
7176 dst_dir driver
/xf86-video-i810
7177 action i810.sgml README.sgml
7179 dst_dir driver
/xf86-input-mouse
7180 action mouse.sgml README.sgml
7182 dst_dir driver
/xf86-video-newport
7183 action newport.sgml README.sgml
7185 dst_dir driver
/xf86-video-rendition
7186 action rendition.sgml README.sgml
7188 dst_dir driver
/xf86-video-s3virge
7189 action s3virge.sgml README.sgml
7192 symlink_xserver_hw_xfree86_etc
() {
7193 src_dir programs
/Xserver
/hw
/xfree86
/etc
7195 dst_dir xserver
/xorg
/hw
/xfree86
/common
7199 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/ioport
7202 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/kbd_mode
7203 action kbd_mode.c bsd-kbd_mode.c
7204 action kbd_mode.man bsd-kbd_mode.man.pre
7206 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/pcitweak
7208 action pcitweak.man pcitweak.man.pre
7210 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/solaris
7211 action apSolaris.
shar
7215 symlink_xserver_hw_xfree86_x86emu
() {
7216 src_dir extras
/x86emu
/include
7217 dst_dir xserver
/xorg
/hw
/xfree86
/x86emu
7221 src_dir extras
/x86emu
/src
/x86emu
7232 dst_dir xserver
/xorg
/hw
/xfree86
/x86emu
/x86emu
7233 src_dir extras
/x86emu
/include
/x86emu
7239 src_dir extras
/x86emu
/src
/x86emu
/x86emu
7251 symlink_xserver_hw_xfree86_dixmods
() {
7252 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
7254 src_dir programs
/Xserver
/GL
7257 src_dir programs
/Xserver
/GL
/mesa
/GLcore
7258 action GLcoremodule.c
7260 src_dir programs
/Xserver
/afb
7263 src_dir lib
/font
/bitmap
/module
7266 src_dir lib
/font
/FreeType
/module
7269 src_dir lib
/font
/Type
1/module
7272 src_dir programs
/Xserver
/cfb
7275 src_dir programs
/Xserver
/cfb16
7276 action cfbmodule.c cfb16module.c
7278 src_dir programs
/Xserver
/cfb24
7279 action cfbmodule.c cfb24module.c
7281 src_dir programs
/Xserver
/cfb32
7282 action cfbmodule.c cfb32module.c
7284 src_dir programs
/Xserver
/dbe
7287 src_dir programs
/Xserver
/fb
7290 src_dir programs
/Xserver
/miext
/layer
7293 src_dir programs
/Xserver
/miext
/shadow
7296 src_dir programs
/Xserver
/mfb
7299 src_dir programs
/Xserver
/record
7303 symlink_xserver_hw_xfree86_dummylib
() {
7304 src_dir programs
/Xserver
/hw
/xfree86
/dummylib
7305 dst_dir xserver
/xorg
/hw
/xfree86
/dummylib
7310 action getvalidbios.c
7312 action pcitestmulti.c
7315 action xf86addrestolist.c
7316 action xf86allocscripi.c
7318 action xf86drvmsgverb.c
7320 action xf86errorfverb.c
7321 action xf86getpagesize.c
7322 action xf86getverb.c
7325 action xf86msgverb.c
7327 action xf86screens.c
7328 action xf86servisinit.c
7329 action xf86verbose.c
7336 symlink_xserver_hw_xfree86_exa
() {
7337 src_dir programs
/Xserver
/hw
/xfree86
/exa
7338 dst_dir xserver
/xorg
/hw
/xfree86
/exa
7343 action exaoffscreen.c
7348 symlink_xserver_hw_xfree86_fbdevhw
() {
7349 src_dir programs
/Xserver
/hw
/xfree86
/fbdevhw
7350 dst_dir xserver
/xorg
/hw
/xfree86
/fbdevhw
7354 action fbdevhwstub.c
7357 action fbdevhw.man fbdevhw.man.pre
7360 symlink_xserver_hw_xfree86_getconfig
() {
7361 src_dir programs
/Xserver
/hw
/xfree86
/getconfig
7362 dst_dir xserver
/xorg
/hw
/xfree86
/getconfig
7364 action cfg.man cfg.man.pre
7366 action getconfig.man getconfig.man.pre
7368 action getconfig.sh getconfig
7372 symlink_xserver_hw_xfree86_i2c
() {
7373 src_dir programs
/Xserver
/hw
/xfree86
/i2c
7374 dst_dir xserver
/xorg
/hw
/xfree86
/i2c
7378 action xf86i2cmodule.c
7380 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i2c
7381 dst_dir xserver
/xorg
/hw
/xfree86
/i2c
7387 action bt829_module.c
7391 action fi1236_module.c
7395 action msp3430_module.c
7399 action tda8425_module.c
7403 action tda9850_module.c
7407 action tda9885_module.c
7411 action uda1380_module.c
7414 symlink_xserver_hw_xfree86_int10
() {
7415 src_dir programs
/Xserver
/hw
/xfree86
/int10
7416 dst_dir xserver
/xorg
/hw
/xfree86
/int10
7419 action helper_exec.c
7426 action xf86int10module.c
7432 symlink_xserver_hw_xfree86_loader
() {
7433 src_dir programs
/Xserver
/hw
/xfree86
/loader
7434 dst_dir xserver
/xorg
/hw
/xfree86
/loader
7436 action SparcMulDiv.S
7456 action loaderProcs.h
7467 symlink_xserver_hw_xfree86_ossupport
() {
7468 src_dir programs
/Xserver
/hw
/xfree86
/os-support
7469 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
7472 action int10Defines.h
7474 action xf86OSmouse.h
7477 action xf86_OSproc.h
7481 action xf86drmCompat.h
7483 action README.OS-lib
7486 symlink_xserver_hw_xfree86_ossupport_bsd
() {
7487 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsd
7488 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsd
7490 action alpha_video.c
7492 action bsdResource.c
7504 action bsd_kqueue_apm.c
7509 action sparc64_video.c
7512 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
() {
7513 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsd
/libusb
7514 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsd
/libusb
7524 symlink_xserver_hw_xfree86_ossupport_bsdi
() {
7525 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsdi
7526 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsdi
7534 symlink_xserver_hw_xfree86_ossupport_bus
() {
7535 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bus
7536 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bus
7560 symlink_xserver_hw_xfree86_ossupport_dgux
() {
7561 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/dgux
7562 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/dgux
7564 action bios_DGmmap.c
7573 symlink_xserver_hw_xfree86_ossupport_drm
() {
7574 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/drm
7575 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/drm
7579 action xf86drmHash.c
7580 action xf86drmRandom.c
7584 symlink_xserver_hw_xfree86_ossupport_hurd
() {
7585 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/hurd
7586 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/hurd
7595 symlink_xserver_hw_xfree86_ossupport_linux
() {
7596 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
7597 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
7601 action lnxResource.c
7621 symlink_xserver_hw_xfree86_ossupport_linux_int10
() {
7622 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/int10
7623 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
/int10
7628 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
() {
7629 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/int10
/vm86
7630 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
/int10
/vm86
7635 symlink_xserver_hw_xfree86_ossupport_lynxos
() {
7636 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/lynxos
7637 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/lynxos
7643 action lynx_noinline.c
7648 symlink_xserver_hw_xfree86_ossupport_misc
() {
7649 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/misc
7650 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/misc
7656 action xf86_IlHack.c
7660 symlink_xserver_hw_xfree86_ossupport_nto
() {
7661 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/nto
7662 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/nto
7672 symlink_xserver_hw_xfree86_ossupport_os2
() {
7673 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/os2
7674 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/os2
7693 symlink_xserver_hw_xfree86_ossupport_os2_int10
() {
7694 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/os
2/int10
7695 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/os
2/int10
7700 symlink_xserver_hw_xfree86_ossupport_pmax
() {
7701 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/pmax
7702 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/pmax
7712 symlink_xserver_hw_xfree86_ossupport_qnx4
() {
7713 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/qnx4
7714 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/qnx4
7726 symlink_xserver_hw_xfree86_ossupport_sco
() {
7727 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sco
7728 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/sco
7738 symlink_xserver_hw_xfree86_ossupport_shared
() {
7739 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/shared
7740 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/shared
7745 action at_scancode.c
7746 action bios_devmem.c
7750 action ioperm_noop.c
7753 action libc_wrapper.c
7759 action stdResource.c
7767 symlink_xserver_hw_xfree86_ossupport_sunos
() {
7768 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sunos
7769 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/solaris
7781 action solaris-amd64.S
7782 action solaris-ia32.S
7783 action solaris-sparcv8plus.S
7786 symlink_xserver_hw_xfree86_ossupport_sysv
() {
7787 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sysv
7788 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/sysv
7798 symlink_xserver_hw_xfree86_parser
() {
7799 src_dir programs
/Xserver
/hw
/xfree86
/parser
7800 dst_dir xserver
/xorg
/hw
/xfree86
/parser
7817 action configProcs.h
7827 symlink_xserver_hw_xfree86_rac
() {
7828 src_dir programs
/Xserver
/hw
/xfree86
/rac
7829 dst_dir xserver
/xorg
/hw
/xfree86
/rac
7833 action xf86RACmodule.c
7836 symlink_xserver_hw_xfree86_ramdac
() {
7837 src_dir programs
/Xserver
/hw
/xfree86
/ramdac
7838 dst_dir xserver
/xorg
/hw
/xfree86
/ramdac
7851 action xf86CursorPriv.h
7855 action xf86RamDacCmap.c
7856 action xf86RamDacMod.c
7857 action xf86RamDacPriv.h
7862 symlink_xserver_hw_xfree86_scanpci
() {
7863 src_dir programs
/Xserver
/hw
/xfree86
/scanpci
7864 dst_dir xserver
/xorg
/hw
/xfree86
/scanpci
7866 action xf86PciData.h
7867 action xf86PciStdIds.h
7869 action xf86ScanPci.c
7870 action xf86ScanPci.h
7874 src_dir programs
/Xserver
/hw
/xfree86
/etc
7878 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/scanpci
7880 action scanpci.man scanpci.man.pre
7883 symlink_xserver_hw_xfree86_shadowfb
() {
7884 src_dir programs
/Xserver
/hw
/xfree86
/shadowfb
7885 dst_dir xserver
/xorg
/hw
/xfree86
/shadowfb
7892 symlink_xserver_hw_xfree86_vbe
() {
7893 src_dir programs
/Xserver
/hw
/xfree86
/vbe
7894 dst_dir xserver
/xorg
/hw
/xfree86
/vbe
7903 symlink_xserver_hw_xfree86_vgahw
() {
7904 src_dir programs
/Xserver
/hw
/xfree86
/vgahw
7905 dst_dir xserver
/xorg
/hw
/xfree86
/vgahw
7910 action vgaHWmodule.c
7913 symlink_xserver_hw_xfree86_xaa
() {
7914 src_dir programs
/Xserver
/hw
/xfree86
/xaa
7915 dst_dir xserver
/xorg
/hw
/xfree86
/xaa
7919 action xaaBitOrder.c
7922 action xaaCpyPlane.c
7924 action xaaDashLine.c
7925 action xaaFallback.c
7927 action xaaFillPoly.c
7928 action xaaFillRect.c
7933 action xaaInitAccel.c
7935 action xaaLineMisc.c
7936 action xaaNonTEGlyph.c
7937 action xaaNonTEText.c
7938 action xaaOffscreen.c
7940 action xaaOverlayDF.c
7942 action xaaPaintWin.c
7947 action xaaStateChange.c
7952 action xaaWideLine.c
7963 symlink_xserver_hw_xfree86_xf1bpp
() {
7964 src_dir programs
/Xserver
/hw
/xfree86
/xf1bpp
7965 dst_dir xserver
/xorg
/hw
/xfree86
/xf1bpp
7975 symlink_xserver_hw_xfree86_xf4bpp
() {
7976 src_dir programs
/Xserver
/hw
/xfree86
/xf4bpp
7977 dst_dir xserver
/xorg
/hw
/xfree86
/xf4bpp
8030 symlink_xserver_hw_xfree86_xf8_16bpp
() {
8031 src_dir programs
/Xserver
/hw
/xfree86
/xf8_16bpp
8032 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_16bpp
8035 action cfb8_16module.c
8040 symlink_xserver_hw_xfree86_xf8_32bpp
() {
8041 src_dir programs
/Xserver
/hw
/xfree86
/xf8_32bpp
8042 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_32bpp
8045 action cfb8_32module.c
8048 action cfbcpyplane.c
8056 action xf86overlay.c
8059 symlink_xserver_hw_xfree86_xf8_32wid
() {
8060 src_dir programs
/Xserver
/hw
/xfree86
/xf8_32wid
8061 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_32wid
8064 action cfb8_32widmodule.c
8070 symlink_xserver_hw_xfree86_xf86cfg
() {
8071 src_dir programs
/Xserver
/hw
/xfree86
/xf86cfg
8072 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/xorgcfg
8075 action XOrgCfg.cpp XOrgCfg.pre
8091 action keyboard-cfg.c
8092 action keyboard-cfg.h
8099 action monitor-cfg.c
8100 action monitor-cfg.h
8127 action xorgcfg.man xorgcfg.man.pre
8131 symlink_xserver_hw_xfree86_xf86config
() {
8132 src_dir programs
/Xserver
/hw
/xfree86
/xf86config
8133 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/xorgconfig
8140 action xorgconfig.man xorgconfig.man.pre
8143 symlink_xserver_hw_xnest
() {
8144 src_dir programs
/Xserver
/hw
/xnest
8145 dst_dir xserver
/xorg
/hw
/xnest
8187 action Xnest.man Xnest.man.pre
8190 symlink_xserver_hw_xwin
() {
8191 src_dir programs
/Xserver
/hw
/xwin
8192 dst_dir xserver
/xorg
/hw
/xwin
8202 action winclipboard.h
8203 action winclipboardinit.c
8204 action winclipboardtextconv.c
8205 action winclipboardthread.c
8206 action winclipboardunicode.c
8207 action winclipboardwndproc.c
8208 action winclipboardwrappers.c
8209 action winclipboardxevents.c
8213 action wincreatewnd.c
8227 action winkeynames.h
8229 action winmessages.h
8235 action winmultiwindowclass.c
8236 action winmultiwindowclass.h
8237 action winmultiwindowicons.c
8238 action winmultiwindowshape.c
8239 action winmultiwindowwindow.c
8240 action winmultiwindowwm.c
8241 action winmultiwindowwndproc.c
8242 action winnativegdi.c
8246 action winpolyline.c
8249 action winprefsyacc.y
8250 action winprefslex.l
8256 action winregistry.c
8257 action winresource.h
8262 action winshadddnl.c
8264 action wintrayicon.c
8268 action winwin32rootless.c
8269 action winwin32rootlesswindow.c
8270 action winwin32rootlesswndproc.c
8273 action winwindowswm.c
8280 action XWin.man XWin
.1
8281 action XWinrc.man XWinrc
.1
8283 action _usr_X11R6_lib_X11_system.XWinrc
8289 symlink_xserver_hw_xwin_xlaunch
() {
8290 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
8291 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
8299 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
/resources
8300 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
/resources
8303 action fullscreen.bmp
8305 action multiwindow.bmp
8306 action nodecoration.bmp
8312 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
/window
8313 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
/window
8325 symlink_xserver_ilbm
() {
8326 src_dir programs
/Xserver
/ilbm
8327 dst_dir xserver
/xorg
/ilbm
8337 action ilbmfillarc.c
8338 action ilbmfillrct.c
8343 action ilbmhrzvert.c
8345 action ilbmimggblt.c
8349 action ilbmply1rct.c
8350 action ilbmplygblt.c
8351 action ilbmpntarea.c
8353 action ilbmpolypnt.c
8354 action ilbmpushpxl.c
8355 action ilbmscrinit.c
8365 symlink_xserver_include
() {
8366 src_dir programs
/Xserver
/include
8367 dst_dir xserver
/xorg
/include
8417 symlink_xserver_iplan2p2
() {
8418 src_dir programs
/Xserver
/iplan2p2
8419 dst_dir xserver
/xorg
/iplan2p2
8422 symlink_xserver_iplan2p4
() {
8423 src_dir programs
/Xserver
/iplan2p4
8424 dst_dir xserver
/xorg
/iplan2p4
8443 action iplmergerop.h
8463 symlink_xserver_iplan2p8
() {
8464 src_dir programs
/Xserver
/iplan2p8
8465 dst_dir xserver
/xorg
/iplan2p8
8469 symlink_xserver_lbx
() {
8470 src_dir programs
/Xserver
/lbx
8471 dst_dir xserver
/xorg
/lbx
8491 symlink_xserver_mfb
() {
8492 src_dir programs
/Xserver
/mfb
8493 dst_dir xserver
/xorg
/mfb
8534 symlink_xserver_mi
() {
8535 src_dir programs
/Xserver
/mi
8536 dst_dir xserver
/xorg
/mi
8601 symlink_xserver_miext_cw
() {
8602 src_dir programs
/Xserver
/miext
/cw
8603 dst_dir xserver
/xorg
/miext
/cw
8611 symlink_xserver_miext_damage
() {
8612 src_dir programs
/Xserver
/miext
/damage
8613 dst_dir xserver
/xorg
/miext
/damage
8620 symlink_xserver_miext_layer
() {
8621 src_dir programs
/Xserver
/miext
/layer
8622 dst_dir xserver
/xorg
/miext
/layer
8632 symlink_xserver_miext_rootless
() {
8633 src_dir programs
/Xserver
/miext
/rootless
8634 dst_dir xserver
/xorg
/miext
/rootless
8637 action rootlessCommon.c
8638 action rootlessCommon.h
8639 action rootlessConfig.h
8641 action rootlessScreen.c
8642 action rootlessValTree.c
8643 action rootlessWindow.c
8644 action rootlessWindow.h
8649 symlink_xserver_miext_rootless_accel
() {
8650 src_dir programs
/Xserver
/miext
/rootless
/accel
8651 dst_dir xserver
/xorg
/miext
/rootless
/accel
8659 action rlFillSpans.c
8664 symlink_xserver_miext_rootless_safealpha
() {
8665 src_dir programs
/Xserver
/miext
/rootless
/safeAlpha
8666 dst_dir xserver
/xorg
/miext
/rootless
/safeAlpha
8669 action safeAlphaPicture.c
8670 action safeAlphaWindow.c
8673 symlink_xserver_miext_shadow
() {
8674 src_dir programs
/Xserver
/miext
/shadow
8675 dst_dir xserver
/xorg
/miext
/shadow
8683 action shrot16pack.c
8684 action shrot16pack_180.c
8685 action shrot16pack_270.c
8686 action shrot16pack_90.c
8687 action shrot32pack.c
8688 action shrot32pack_180.c
8689 action shrot32pack_270.c
8690 action shrot32pack_90.c
8692 action shrot8pack_180.c
8693 action shrot8pack_270.c
8694 action shrot8pack_90.c
8699 symlink_xserver_os
() {
8700 src_dir programs
/Xserver
/os
8701 dst_dir xserver
/xorg
/os
8724 symlink_xserver_randr
() {
8725 src_dir programs
/Xserver
/randr
8726 dst_dir xserver
/xorg
/randr
8733 symlink_xserver_record
() {
8734 src_dir programs
/Xserver
/record
8735 dst_dir xserver
/xorg
/record
8742 symlink_xserver_render
() {
8743 src_dir programs
/Xserver
/render
8744 dst_dir xserver
/xorg
/render
8765 symlink_xserver_xfixes
() {
8766 src_dir programs
/Xserver
/xfixes
8767 dst_dir xserver
/xorg
/xfixes
8778 symlink_xserver_xkb
() {
8779 src_dir programs
/Xserver
/xkb
8780 dst_dir xserver
/xorg
/xkb
8789 action ddxKeyClick.c
8805 action xkbPrOtherEv.c
8819 action xkbmisc.c xkbfmisc.c
8825 symlink_xserver_xprint_config_models
() {
8827 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/CANONBJ10E-GS
8828 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/CANONBJ10E-GS
8833 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/CANONC3200-PS
8834 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/CANONC3200-PS
8839 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/GSdefault
8840 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/GSdefault
8845 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPDJ1600C
8846 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPDJ1600C
8850 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPDJ1600C
/fonts
8851 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPDJ1600C
/fonts
8902 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4050-PS
8903 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4050-PS
8908 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4family
8909 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4family
8913 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4family
/fonts
8914 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4family
/fonts
8965 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PS2PDFspooldir-GS
8966 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PS2PDFspooldir-GS
8969 action ps2pdf_spooltodir.sh
8972 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSdefault
8973 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSdefault
8977 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSdefault
/fonts
8978 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSdefault
/fonts
8980 action AvantGarde-BookOblique.pmf
8981 action AvantGarde-Book.pmf
8982 action AvantGarde-DemiOblique.pmf
8983 action AvantGarde-Demi.pmf
8984 action Courier-BoldOblique.pmf
8985 action Courier-Bold.pmf
8986 action Courier-Oblique.pmf
8988 action Helvetica-BoldOblique.pmf
8989 action Helvetica-Bold.pmf
8990 action Helvetica-Oblique.pmf
8991 action Helvetica.pmf
8992 action LubalinGraph-BookOblique.pmf
8993 action LubalinGraph-Book.pmf
8994 action LubalinGraph-DemiOblique.pmf
8995 action LubalinGraph-Demi.pmf
8996 action NewCenturySchlbk-BoldItalic.pmf
8997 action NewCenturySchlbk-Bold.pmf
8998 action NewCenturySchlbk-Italic.pmf
8999 action NewCenturySchlbk-Roman.pmf
9000 action Souvenir-DemiItalic.pmf
9001 action Souvenir-Demi.pmf
9002 action Souvenir-LightItalic.pmf
9003 action Souvenir-Light.pmf
9005 action Times-BoldItalic.pmf
9006 action Times-Bold.pmf
9007 action Times-Italic.pmf
9008 action Times-Roman.pmf
9009 action ZapfDingbats.pmf
9012 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSspooldir
9013 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSspooldir
9016 action spooltodir.sh
9019 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/SPSPARC2
9020 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/SPSPARC2
9027 symlink_xserver_xprint_config
() {
9028 src_dir programs
/Xserver
/XpConfig
9029 dst_dir xserver
/xorg
/XpConfig
9033 src_dir programs
/Xserver
/XpConfig
/C
/print
9034 dst_dir xserver
/xorg
/XpConfig
/C
/print
9038 src_dir programs
/Xserver
/XpConfig
/C
/print
/attributes
9039 dst_dir xserver
/xorg
/XpConfig
/C
/print
/attributes
9045 src_dir programs
/Xserver
/XpConfig
/C
/print
/ddx-config
/raster
9046 dst_dir xserver
/xorg
/XpConfig
/C
/print
/ddx-config
/raster
9051 src_dir programs
/Xserver
/XpConfig
/en_US
/print
/attributes
9052 dst_dir xserver
/xorg
/XpConfig
/en_US
/print
/attributes
9056 symlink_xserver_xprint_config_models
9060 symlink_xserver_GL_apple
9061 symlink_xserver_GL_dri
9062 symlink_xserver_GL_glx
9063 symlink_xserver_GL_include_GL
9064 symlink_xserver_GL_mesa_X
9065 symlink_xserver_GL_windows
9066 symlink_xserver_XTrap
9067 symlink_xserver_Xext
9068 symlink_xserver_Xext_extmod
9070 symlink_xserver_Xprint
9071 symlink_xserver_Xprint_etc
9072 symlink_xserver_Xprint_ps
9073 symlink_xserver_Xprint_pcl
9074 symlink_xserver_Xprint_raster
9077 symlink_xserver_cfb24
9078 symlink_xserver_composite
9079 symlink_xserver_damageext
9083 symlink_xserver_hw_darwin
9084 symlink_xserver_hw_darwin_bundle
9085 symlink_xserver_hw_darwin_iokit
9086 symlink_xserver_hw_darwin_quartz
9087 symlink_xserver_hw_darwin_quartz_cr
9088 symlink_xserver_hw_darwin_quartz_fullscreen
9089 symlink_xserver_hw_darwin_quartz_xpr
9090 symlink_xserver_hw_darwin_utils
9091 symlink_xserver_hw_dmx
9092 symlink_xserver_hw_dmx_config
9093 symlink_xserver_hw_dmx_doc
9094 symlink_xserver_hw_dmx_examples
9095 symlink_xserver_hw_dmx_glxProxy
9096 symlink_xserver_hw_dmx_input
9097 symlink_xserver_hw_sun
9098 symlink_xserver_hw_vfb
9099 symlink_xserver_hw_xfree86_common
9100 symlink_xserver_hw_xfree86_ddc
9101 symlink_xserver_hw_xfree86_x86emu
9102 symlink_xserver_hw_xfree86_dixmods
9103 symlink_xserver_hw_xfree86_doc
9104 symlink_xserver_hw_xfree86_dummylib
9105 symlink_xserver_hw_xfree86_etc
9106 symlink_xserver_hw_xfree86_exa
9107 symlink_xserver_hw_xfree86_fbdevhw
9108 symlink_xserver_hw_xfree86_getconfig
9109 symlink_xserver_hw_xfree86_i2c
9110 symlink_xserver_hw_xfree86_int10
9111 symlink_xserver_hw_xfree86_loader
9112 symlink_xserver_hw_xfree86_ossupport
9113 symlink_xserver_hw_xfree86_ossupport_bsd
9114 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
9115 symlink_xserver_hw_xfree86_ossupport_bsdi
9116 symlink_xserver_hw_xfree86_ossupport_bus
9117 symlink_xserver_hw_xfree86_ossupport_dgux
9118 symlink_xserver_hw_xfree86_ossupport_drm
9119 symlink_xserver_hw_xfree86_ossupport_hurd
9120 symlink_xserver_hw_xfree86_ossupport_linux
9121 symlink_xserver_hw_xfree86_ossupport_linux_int10
9122 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
9123 symlink_xserver_hw_xfree86_ossupport_lynxos
9124 symlink_xserver_hw_xfree86_ossupport_misc
9125 symlink_xserver_hw_xfree86_ossupport_nto
9126 symlink_xserver_hw_xfree86_ossupport_os2
9127 symlink_xserver_hw_xfree86_ossupport_os2_int10
9128 symlink_xserver_hw_xfree86_ossupport_pmax
9129 symlink_xserver_hw_xfree86_ossupport_qnx4
9130 symlink_xserver_hw_xfree86_ossupport_sco
9131 symlink_xserver_hw_xfree86_ossupport_shared
9132 symlink_xserver_hw_xfree86_ossupport_sunos
9133 symlink_xserver_hw_xfree86_ossupport_sysv
9134 symlink_xserver_hw_xfree86_parser
9135 symlink_xserver_hw_xfree86_rac
9136 symlink_xserver_hw_xfree86_ramdac
9137 symlink_xserver_hw_xfree86_scanpci
9138 symlink_xserver_hw_xfree86_shadowfb
9139 symlink_xserver_hw_xfree86_vbe
9140 symlink_xserver_hw_xfree86_vgahw
9141 symlink_xserver_hw_xfree86_xaa
9142 symlink_xserver_hw_xfree86_xf1bpp
9143 symlink_xserver_hw_xfree86_xf4bpp
9144 symlink_xserver_hw_xfree86_xf8_16bpp
9145 symlink_xserver_hw_xfree86_xf8_32bpp
9146 symlink_xserver_hw_xfree86_xf8_32wid
9147 symlink_xserver_hw_xfree86_xf86cfg
9148 symlink_xserver_hw_xfree86_xf86config
9149 symlink_xserver_hw_xnest
9150 symlink_xserver_hw_xwin
9151 symlink_xserver_hw_xwin_xlaunch
9152 symlink_xserver_ilbm
9153 symlink_xserver_include
9154 symlink_xserver_iplan2p2
9155 symlink_xserver_iplan2p4
9156 symlink_xserver_iplan2p8
9160 symlink_xserver_miext_cw
9161 symlink_xserver_miext_damage
9162 symlink_xserver_miext_layer
9163 symlink_xserver_miext_rootless
9164 symlink_xserver_miext_rootless_accel
9165 symlink_xserver_miext_rootless_safealpha
9166 symlink_xserver_miext_shadow
9168 symlink_xserver_randr
9169 symlink_xserver_record
9170 symlink_xserver_render
9171 symlink_xserver_xfixes
9173 symlink_xserver_xprint_config
9184 symlink_driver_apm
() {
9185 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/apm
9186 dst_dir driver
/xf86-video-apm
9190 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/apm
9191 dst_dir driver
/xf86-video-apm
/src
9204 dst_dir driver
/xf86-video-apm
/man
9206 action apm.man apm
.4
9209 symlink_driver_ark
() {
9210 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/ark
9211 dst_dir driver
/xf86-video-ark
/src
9218 dst_dir driver
/xf86-video-ark
/man
9222 symlink_driver_ati
() {
9223 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/ati
9224 dst_dir driver
/xf86-video-ati
/src
9275 action atimach64accel.c
9276 action atimach64accel.h
9277 action atimach64cursor.c
9278 action atimach64cursor.h
9279 action atimach64i2c.c
9280 action atimach64i2c.h
9281 action atimach64io.c
9282 action atimach64io.h
9283 action atimach64xv.c
9284 action atimach64xv.h
9321 action atiwonderio.c
9322 action atiwonderio.h
9325 action generic_bus.h
9326 action mach64_common.h
9328 action mach64_sarea.h
9331 action r128_chipset.h
9332 action r128_common.h
9333 action r128_cursor.c
9337 action r128_dripriv.h
9338 action r128_driver.c
9344 action r128_version.h
9347 action radeon_accel.c
9348 action radeon_accelfuncs.c
9349 action radeon_bios.c
9350 action radeon_chipset.h
9351 action radeon_common.h
9352 action radeon_commonfuncs.c
9353 action radeon_cursor.c
9357 action radeon_dripriv.h
9358 action radeon_driver.c
9360 action radeon_exa_funcs.c
9361 action radeon_exa_render.c
9362 action radeon_macros.h
9363 action radeon_mergedfb.c
9364 action radeon_mergedfb.h
9365 action radeon_misc.c
9366 action radeon_mm_i2c.c
9367 action radeon_probe.c
9368 action radeon_probe.h
9370 action radeon_render.c
9371 action radeon_sarea.h
9372 action radeon_version.h
9373 action radeon_video.c
9374 action radeon_video.h
9380 action theatre200_module.c
9381 action theatre_detect.c
9382 action theatre_detect.h
9383 action theatre_detect_module.c
9384 action theatre_module.c
9385 action theatre_reg.h
9387 dst_dir driver
/xf86-video-ati
/man
9389 action ati.man ati
.4
9390 action r128.man r128.4
9391 action radeon.man radeon
.4
9394 symlink_driver_chips
() {
9395 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/chips
9396 dst_dir driver
/xf86-video-chips
/src
9412 dst_dir driver
/xf86-video-chips
/man
9414 action chips.man chips
.4
9416 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/chips
/util
9417 dst_dir driver
/xf86-video-chips
/util
9425 symlink_driver_cirrus
() {
9426 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cirrus
9427 dst_dir driver
/xf86-video-cirrus
9429 action README.multihead
9431 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cirrus
9432 dst_dir driver
/xf86-video-cirrus
/src
9452 dst_dir driver
/xf86-video-cirrus
/man
9454 action cirrus.man cirrus
.4
9457 symlink_driver_cyrix
() {
9458 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cyrix
9459 dst_dir driver
/xf86-video-cyrix
9464 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cyrix
9465 dst_dir driver
/xf86-video-cyrix
/src
9468 action cyrix_accel.c
9470 action cyrix_driver.c
9471 action cyrix_helper.c
9472 action cyrix_shadow.c
9474 dst_dir driver
/xf86-video-cyrix
/man
9476 action cyrix.man cyrix
.4
9479 symlink_driver_dummy
() {
9480 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/dummy
9481 dst_dir driver
/xf86-video-dummy
/src
9484 action dummy_cursor.c
9486 action dummy_driver.c
9488 dst_dir driver
/xf86-video-dummy
/man
9492 symlink_driver_fbdev
() {
9493 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/fbdev
9494 dst_dir driver
/xf86-video-fbdev
/src
9498 dst_dir driver
/xf86-video-fbdev
/man
9500 action fbdev.man fbdev
.4
9503 symlink_driver_glide
() {
9504 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glide
9505 dst_dir driver
/xf86-video-glide
/src
9507 action glide_driver.c
9509 dst_dir driver
/xf86-video-glide
/man
9511 action glide.man glide
.4
9514 symlink_driver_glint
() {
9515 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glint
9516 dst_dir driver
/xf86-video-glint
9521 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glint
9522 dst_dir driver
/xf86-video-glint
/src
9527 action glint_common.h
9531 action glint_dripriv.h
9532 action glint_driver.c
9534 action glint_shadow.c
9551 dst_dir driver
/xf86-video-glint
/man
9553 action glint.man glint
.4
9556 symlink_driver_i128
() {
9557 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i128
9558 dst_dir driver
/xf86-video-i128
/src
9564 action i128_driver.c
9571 dst_dir driver
/xf86-video-i128
/man
9573 action i128.man i128.4
9576 symlink_driver_i740
() {
9577 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i740
9578 dst_dir driver
/xf86-video-i740
/src
9582 action i740_cursor.c
9585 action i740_driver.c
9588 action i740_macros.h
9592 dst_dir driver
/xf86-video-i740
/man
9594 action i740.man i740.4
9597 symlink_driver_i810
() {
9598 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i810
9599 dst_dir driver
/xf86-video-i810
/src
9604 action i810_common.h
9605 action i810_cursor.c
9609 action i810_driver.c
9612 action i810_memory.c
9618 action i830_common.h
9619 action i830_cursor.c
9623 action i830_driver.c
9624 action i830_memory.c
9626 action i830_shadow.c
9629 dst_dir driver
/xf86-video-i810
/man
9631 action i810.man i810.4
9633 src_dir lib
/XvMC
/hw
/i810
9634 dst_dir driver
/xf86-video-i810
/src
/xvmc
9640 symlink_driver_imstt
() {
9641 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/imstt
9642 dst_dir driver
/xf86-video-imstt
/src
9645 action imstt_accel.c
9646 action imstt_driver.c
9649 dst_dir driver
/xf86-video-imstt
/man
9651 action imstt.man imstt
.4
9654 symlink_driver_mga
() {
9655 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9656 dst_dir driver
/xf86-video-mga
9659 action README_HALLIB
9661 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/util
9662 dst_dir driver
/xf86-video-mga
/util
9667 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9668 dst_dir driver
/xf86-video-mga
/src
9676 action mga_dac3026.c
9682 action mga_dripriv.h
9685 action mga_g450pll.c
9699 action mgareg_flags.h
9701 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/HALlib
9705 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9706 dst_dir driver
/xf86-video-mga
/man
9708 action mga.man mga
.4
9711 symlink_driver_neomagic
() {
9712 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/neomagic
9713 dst_dir driver
/xf86-video-neomagic
9719 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/neomagic
9720 dst_dir driver
/xf86-video-neomagic
/src
9738 dst_dir driver
/xf86-video-neomagic
/man
9740 action neomagic.man neomagic
.4
9743 symlink_driver_newport
() {
9744 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/newport
9745 dst_dir driver
/xf86-video-newport
9747 action XF86Config.indy
9749 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/newport
9750 dst_dir driver
/xf86-video-newport
/src
9753 action newport_accel.c
9754 action newport_cmap.c
9755 action newport_cursor.c
9756 action newport_driver.c
9757 action newport_regs.c
9758 action newport_regs.h
9759 action newport_shadow.c
9761 dst_dir driver
/xf86-video-newport
/man
9763 action newport.man newport
.4
9766 symlink_driver_nsc
() {
9767 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
9768 dst_dir driver
/xf86-video-nsc
/src
9775 action nsc_galstub.c
9776 action nsc_gx1_accel.c
9777 action nsc_gx1_cursor.c
9778 action nsc_gx1_dga.c
9779 action nsc_gx1_driver.c
9780 action nsc_gx1_shadow.c
9781 action nsc_gx1_video.c
9782 action nsc_gx2_accel.c
9783 action nsc_gx2_cursor.c
9784 action nsc_gx2_dga.c
9785 action nsc_gx2_driver.c
9786 action nsc_gx2_shadow.c
9787 action nsc_gx2_vga.c
9788 action nsc_gx2_video.c
9790 action nsc_msr_asm.S
9793 dst_dir driver
/xf86-video-nsc
/man
9795 action nsc.man nsc
.4
9797 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/gfx
9798 dst_dir driver
/xf86-video-nsc
/src
/gfx
9832 # These files are not actually used, but it probably makes sense to
9833 # distribute them along with the rest of gfx
9846 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/panel
9847 dst_dir driver
/xf86-video-nsc
/src
/panel
9868 symlink_driver_nv
() {
9869 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nv
9870 dst_dir driver
/xf86-video-nv
/src
9890 action riva_cursor.c
9893 action riva_driver.c
9896 action riva_include.h
9900 action riva_shadow.c
9905 dst_dir driver
/xf86-video-nv
/man
9910 symlink_driver_rendition
() {
9911 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/rendition
9912 dst_dir driver
/xf86-video-rendition
/src
9924 action rendition_options.h
9925 action rendition_shadow.c
9926 action rendition_shadow.h
9946 action vgafont-std.data
9947 action vgafont-vrx.data
9948 action vgapalette.data
9950 dst_dir driver
/xf86-video-rendition
/man
9952 action rendition.man rendition
.4
9955 symlink_driver_s3
() {
9956 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3
9957 dst_dir driver
/xf86-video-s
3/src
9963 action s3_Trio64DAC.c
9972 dst_dir driver
/xf86-video-s
3/man
9976 symlink_driver_s3virge
() {
9977 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3virge
9978 dst_dir driver
/xf86-video-s3virge
9984 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3virge
9985 dst_dir driver
/xf86-video-s3virge
/src
10001 dst_dir driver
/xf86-video-s3virge
/man
10003 action s3virge.man s3virge
.4
10006 symlink_driver_savage
() {
10007 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/savage
10008 dst_dir driver
/xf86-video-savage
/src
10010 action savage_accel.c
10011 action savage_bci.h
10012 action savage_common.h
10013 action savage_cursor.c
10014 action savage_dga.c
10015 action savage_dri.c
10016 action savage_dri.h
10017 action savage_dripriv.h
10018 action savage_driver.c
10019 action savage_driver.h
10020 action savage_drm.h
10021 action savage_hwmc.c
10022 action savage_i2c.c
10023 action savage_image.c
10024 action savage_regs.h
10025 action savage_sarea.h
10026 action savage_shadow.c
10027 action savage_streams.c
10028 action savage_streams.h
10029 action savage_vbe.c
10030 action savage_vbe.h
10031 action savage_video.c
10033 dst_dir driver
/xf86-video-savage
/man
10035 action savage.man savage
.4
10038 symlink_driver_siliconmotion
() {
10039 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/siliconmotion
10040 dst_dir driver
/xf86-video-siliconmotion
10046 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/siliconmotion
10047 dst_dir driver
/xf86-video-siliconmotion
/src
10054 action smi_driver.c
10055 action smi_hwcurs.c
10057 action smi_shadow.c
10061 dst_dir driver
/xf86-video-siliconmotion
/man
10063 action siliconmotion.man siliconmotion
.4
10066 symlink_driver_sis
() {
10067 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sis
10068 dst_dir driver
/xf86-video-sis
/src
10083 action sis300_accel.c
10084 action sis300_accel.h
10085 action sis310_accel.c
10086 action sis310_accel.h
10087 action sis6326_video.c
10090 action sis_common.h
10091 action sis_cursor.c
10092 action sis_cursor.h
10098 action sis_driver.c
10099 action sis_driver.h
10100 action sis_memcpy.c
10104 action sis_shadow.c
10105 action sis_utility.c
10110 action sis_videostr.h
10114 dst_dir driver
/xf86-video-sis
/man
10116 action sis.man sis
.4
10119 symlink_driver_sisusb
() {
10120 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sisusb
10121 dst_dir driver
/xf86-video-sisusb
/src
10124 action sisusb_accel.c
10125 action sisusb_accel.h
10126 action sisusb_cursor.c
10127 action sisusb_cursor.h
10128 action sisusb_dac.c
10129 action sisusb_dac.h
10130 action sisusb_driver.c
10131 action sisusb_driver.h
10132 action sisusb_init.c
10133 action sisusb_init.h
10134 action sisusb_opt.c
10135 action sisusb_osdef.h
10136 action sisusb_regs.h
10137 action sisusb_setup.c
10138 action sisusb_shadow.c
10139 action sisusb_struct.h
10140 action sisusb_types.h
10141 action sisusb_utility.c
10142 action sisusb_vga.c
10143 action sisusb_video.c
10144 action sisusb_video.h
10145 action sisusb_videostr.h
10147 dst_dir driver
/xf86-video-sisusb
/man
10149 action sisusb.man sisusb
.4
10152 symlink_driver_sunbw2
() {
10153 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunbw2
10154 dst_dir driver
/xf86-video-sunbw
2/src
10157 action bw2_driver.c
10159 dst_dir driver
/xf86-video-sunbw
2/man
10161 action sunbw2.man sunbw2.4
10164 symlink_driver_suncg14
() {
10165 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg14
10166 dst_dir driver
/xf86-video-suncg14
/src
10169 action cg14_driver.c
10171 dst_dir driver
/xf86-video-suncg14
/man
10173 action suncg14.man subcg14.4
10176 symlink_driver_suncg3
() {
10177 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg3
10178 dst_dir driver
/xf86-video-suncg
3/src
10181 action cg3_driver.c
10183 dst_dir driver
/xf86-video-suncg
3/man
10185 action suncg3.man subcg3.4
10188 symlink_driver_suncg6
() {
10189 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg6
10190 dst_dir driver
/xf86-video-suncg
6/src
10193 action cg6_cursor.c
10194 action cg6_driver.c
10197 dst_dir driver
/xf86-video-suncg
6/man
10199 action suncg6.man subcg6.4
10202 symlink_driver_sunffb
() {
10203 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunffb
10204 dst_dir driver
/xf86-video-sunffb
/src
10210 action ffb_checks.c
10211 action ffb_circle.c
10214 action ffb_cplane.c
10215 action ffb_cursor.c
10222 action ffb_drishare.h
10223 action ffb_driver.c
10226 action ffb_fspans.c
10230 action ffb_gspans.c
10233 action ffb_plygon.c
10235 action ffb_rcache.h
10239 action ffb_sspans.c
10245 action ffb_zeroarc.c
10247 action VISmoveImage.s
10249 dst_dir driver
/xf86-video-sunffb
/man
10251 action sunffb.man sunffb
.4
10254 symlink_driver_sunleo
() {
10255 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunleo
10256 dst_dir driver
/xf86-video-sunleo
/src
10260 action leo_checks.c
10261 action leo_cursor.c
10262 action leo_driver.c
10264 action leo_frectsp.c
10265 action leo_fspans.c
10266 action leo_fspanssp.c
10270 dst_dir driver
/xf86-video-sunleo
/man
10272 action sunleo.man sunleo
.4
10275 symlink_driver_suntcx
() {
10276 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suntcx
10277 dst_dir driver
/xf86-video-suntcx
/src
10280 action tcx_cursor.c
10281 action tcx_driver.c
10284 dst_dir driver
/xf86-video-suntcx
/man
10286 action suntcx.man suntcx
.4
10289 symlink_driver_tdfx
() {
10290 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tdfx
10291 dst_dir driver
/xf86-video-tdfx
/src
10294 action tdfx_accel.c
10298 action tdfx_dripriv.h
10299 action tdfx_driver.c
10300 action tdfx_hwcurs.c
10305 action tdfx_video.c
10308 dst_dir driver
/xf86-video-tdfx
/man
10310 action tdfx.man tdfx
.4
10313 symlink_driver_tga
() {
10314 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tga
10315 dst_dir driver
/xf86-video-tga
/src
10317 action BT463ramdac.c
10319 action IBM561ramdac.c
10323 action tga_cursor.c
10325 action tga_driver.c
10329 dst_dir driver
/xf86-video-tga
/man
10333 symlink_driver_trident
() {
10334 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/trident
10335 dst_dir driver
/xf86-video-trident
/src
10337 action blade_accel.c
10338 action image_accel.c
10340 action trident_accel.c
10341 action trident_bank.c
10342 action trident_dac.c
10343 action trident_dga.c
10344 action trident_driver.c
10345 action trident_i2c.c
10346 action trident_regs.h
10347 action trident_shadow.c
10348 action trident_tv.c
10349 action trident_video.c
10350 action tridenthelper.c
10351 action tridentramdac.c
10355 dst_dir driver
/xf86-video-trident
/man
10357 action trident.man trident
.4
10360 symlink_driver_tseng
() {
10361 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tseng
10362 dst_dir driver
/xf86-video-tseng
/src
10366 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tseng
10367 dst_dir driver
/xf86-video-tseng
/src
10370 action tseng_accel.c
10373 action tseng_bank.c
10374 action tseng_clock.c
10375 action tseng_colexp.c
10376 action tseng_cursor.c
10378 action tseng_dpms.c
10379 action tseng_driver.c
10380 action tseng_inline.h
10381 action tseng_ramdac.c
10383 dst_dir driver
/xf86-video-tseng
/man
10385 action tseng.man tseng
.4
10388 symlink_driver_v4l
() {
10389 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/v4l
10390 dst_dir driver
/xf86-video-v4l
10394 dst_dir driver
/xf86-video-v4l
/src
10399 dst_dir driver
/xf86-video-v4l
/man
10401 action v4l.man v4l
.4
10404 symlink_driver_vesa
() {
10405 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vesa
10406 dst_dir driver
/xf86-video-vesa
/src
10411 dst_dir driver
/xf86-video-vesa
/man
10413 action vesa.man vesa
.4
10416 symlink_driver_vga
() {
10417 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vga
10418 dst_dir driver
/xf86-video-vga
/src
10422 dst_dir driver
/xf86-video-vga
/man
10424 action vga.man vga
.4
10427 symlink_driver_via
() {
10428 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/via
10429 dst_dir driver
/xf86-video-via
/src
10434 action via_bandwidth.c
10435 action via_cursor.c
10439 action via_driver.c
10440 action via_driver.h
10444 action via_memcpy.c
10445 action via_memcpy.h
10446 action via_memory.c
10451 action via_shadow.c
10458 action via_vt162x.c
10459 action via_vt162x.h
10462 action via_xvpriv.h
10463 action via_drmclient.h
10466 dst_dir driver
/xf86-video-via
/man
10468 action via.man via
.4
10470 src_dir lib
/XvMC
/hw
/via
10471 dst_dir driver
/xf86-video-via
/src
/xvmc
10473 action driDrawable.c
10474 action driDrawable.h
10475 action viaLowLevel.h
10477 action viaXvMCPriv.h
10480 action xf86dristr.h
10482 src_dir lib
/XvMC
/hw
/via
/unichrome
10483 dst_dir driver
/xf86-video-via
/src
/xvmc
/unichrome
10485 action viaLowLevel.c
10487 src_dir lib
/XvMC
/hw
/via
/unichromeProA
10488 dst_dir driver
/xf86-video-via
/src
/xvmc
/unichromeProA
10490 action viaLowLevelPro.c
10493 symlink_driver_vmware
() {
10494 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vmware
10495 dst_dir driver
/xf86-video-vmware
10499 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vmware
10500 dst_dir driver
/xf86-video-vmware
/src
10502 action bits2pixels.c
10503 action bits2pixels.h
10505 action includeCheck.h
10506 action offscreen_manager.c
10507 action offscreen_manager.h
10508 action svga_limits.h
10510 action svga_struct.h
10511 action vm_basic_types.h
10512 action vm_device_version.h
10515 action vmwarecurs.c
10518 dst_dir driver
/xf86-video-vmware
/man
10520 action vmware.man vmware
.4
10523 symlink_driver_voodoo
() {
10524 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/voodoo
10525 dst_dir driver
/xf86-video-voodoo
10530 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/voodoo
10531 dst_dir driver
/xf86-video-voodoo
/src
10534 action voodoo_dga.c
10535 action voodoo_driver.c
10536 action voodoo_hardware.c
10538 dst_dir driver
/xf86-video-voodoo
/man
10540 action voodoo.man voodoo
.4
10543 symlink_driver_wsfb
() {
10544 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/wsfb
10545 dst_dir driver
/xf86-video-wsfb
/src
10547 action wsfb_driver.c
10549 dst_dir driver
/xf86-video-wsfb
/man
10551 action wsfb.man wsfb
.4
10554 symlink_driver_acecad
() {
10555 src_dir programs
/Xserver
/hw
/xfree86
/input
/acecad
10556 dst_dir driver
/xf86-input-acecad
/src
10561 dst_dir driver
/xf86-input-acecad
/man
10563 action acecad.man acecad
.4
10566 symlink_driver_aiptek
() {
10567 src_dir programs
/Xserver
/hw
/xfree86
/input
/aiptek
10568 dst_dir driver
/xf86-input-aiptek
/src
10570 action xf86Aiptek.c
10571 action xf86Aiptek.h
10573 dst_dir driver
/xf86-input-aiptek
/man
10575 action aiptek.man aiptek
.4
10578 symlink_driver_calcomp
() {
10579 src_dir programs
/Xserver
/hw
/xfree86
/input
/calcomp
10580 dst_dir driver
/xf86-input-calcomp
/src
10582 action xf86Calcomp.c
10583 action xf86Calcomp.h
10585 dst_dir driver
/xf86-input-calcomp
/man
10587 action calcomp.man calcomp
.4
10590 symlink_driver_citron
() {
10591 src_dir programs
/Xserver
/hw
/xfree86
/input
/citron
10592 dst_dir driver
/xf86-input-citron
/src
10597 dst_dir driver
/xf86-input-citron
/man
10599 action citron.man citron
.4
10602 symlink_driver_digitaledge
() {
10603 src_dir programs
/Xserver
/hw
/xfree86
/input
/digitaledge
10604 dst_dir driver
/xf86-input-digitaledge
/src
10606 action DigitalEdge.c
10608 dst_dir driver
/xf86-input-digitaledge
/man
10612 symlink_driver_dmc
() {
10613 src_dir programs
/Xserver
/hw
/xfree86
/input
/dmc
10614 dst_dir driver
/xf86-input-dmc
/src
10619 dst_dir driver
/xf86-input-dmc
/man
10621 action dmc.man dmc
.4
10624 symlink_driver_dynapro
() {
10625 src_dir programs
/Xserver
/hw
/xfree86
/input
/dynapro
10626 dst_dir driver
/xf86-input-dynapro
/src
10631 dst_dir driver
/xf86-input-dynapro
/man
10633 action dynapro.man dynapro
.4
10636 symlink_driver_elo2300
() {
10637 src_dir programs
/Xserver
/hw
/xfree86
/input
/elo2300
10638 dst_dir driver
/xf86-input-elo2300
/src
10643 dst_dir driver
/xf86-input-elo2300
/man
10647 symlink_driver_elographics
() {
10648 src_dir programs
/Xserver
/hw
/xfree86
/input
/elographics
10649 dst_dir driver
/xf86-input-elographics
/src
10653 dst_dir driver
/xf86-input-elographics
/man
10655 action elographics.man elographics
.4
10658 symlink_driver_evdev
() {
10659 src_dir programs
/Xserver
/hw
/xfree86
/input
/evdev
10660 dst_dir driver
/xf86-input-evdev
/src
10664 dst_dir driver
/xf86-input-evdev
/man
10668 symlink_driver_fpit
() {
10669 src_dir programs
/Xserver
/hw
/xfree86
/input
/fpit
10671 dst_dir driver
/xf86-input
/fpit
10674 dst_dir driver
/xf86-input-fpit
/src
10677 dst_dir driver
/xf86-input-fpit
/man
10678 action fpit.man fpit
.4
10681 symlink_driver_hyperpen
() {
10682 src_dir programs
/Xserver
/hw
/xfree86
/input
/hyperpen
10683 dst_dir driver
/xf86-input-hyperpen
/src
10685 action xf86HyperPen.c
10687 dst_dir driver
/xf86-input-hyperpen
/man
10691 symlink_driver_jamstudio
() {
10692 src_dir programs
/Xserver
/hw
/xfree86
/input
/jamstudio
10693 dst_dir driver
/xf86-input-jamstudio
/src
10697 dst_dir driver
/xf86-input-jamstudio
/man
10699 action js_x.man js_x
.4
10702 symlink_driver_joystick
() {
10703 src_dir programs
/Xserver
/hw
/xfree86
/input
/joystick
10704 dst_dir driver
/xf86-input-joystick
/src
10708 dst_dir driver
/xf86-input-joystick
/man
10712 symlink_driver_keyboard
() {
10713 src_dir programs
/Xserver
/hw
/xfree86
/input
/keyboard
10714 dst_dir driver
/xf86-input-keyboard
/src
10718 dst_dir driver
/xf86-input-keyboard
/man
10720 action kbd.man kbd
.4
10721 action keyboard.man keyboard
.4
10724 symlink_driver_magellan
() {
10725 src_dir programs
/Xserver
/hw
/xfree86
/input
/magellan
10726 dst_dir driver
/xf86-input-magellan
/src
10731 dst_dir driver
/xf86-input-magellan
/man
10735 symlink_driver_magictouch
() {
10736 src_dir programs
/Xserver
/hw
/xfree86
/input
/magictouch
10737 dst_dir driver
/xf86-input-magictouch
/src
10739 action xf86MagicTouch.c
10741 dst_dir driver
/xf86-input-magictouch
/man
10743 action magictouch.man magictouch
.4
10746 symlink_driver_microtouch
() {
10747 src_dir programs
/Xserver
/hw
/xfree86
/input
/microtouch
10748 dst_dir driver
/xf86-input-microtouch
/src
10750 action microtouch.c
10751 action microtouch.h
10753 dst_dir driver
/xf86-input-microtouch
/man
10755 action microtouch.man microtouch
.4
10758 symlink_driver_mouse
() {
10759 src_dir programs
/Xserver
/hw
/xfree86
/input
/mouse
10760 dst_dir driver
/xf86-input-mouse
/src
10767 dst_dir driver
/xf86-input-mouse
/man
10769 action mouse.man mouse
.4
10772 symlink_driver_mutouch
() {
10773 src_dir programs
/Xserver
/hw
/xfree86
/input
/mutouch
10774 dst_dir driver
/xf86-input-mutouch
/src
10776 action xf86MuTouch.c
10778 dst_dir driver
/xf86-input-mutouch
/man
10780 action mutouch.man mutouch
.4
10783 symlink_driver_palmax
() {
10784 src_dir programs
/Xserver
/hw
/xfree86
/input
/palmax
10785 dst_dir driver
/xf86-input-palmax
/src
10787 action xf86Palmax.c
10789 dst_dir driver
/xf86-input-palmax
/man
10791 action palmax.man palmax
.4
10794 symlink_driver_penmount
() {
10795 src_dir programs
/Xserver
/hw
/xfree86
/input
/penmount
10796 dst_dir driver
/xf86-input-penmount
/src
10801 dst_dir driver
/xf86-input-penmount
/man
10803 action penmount.man penmount
.4
10806 symlink_driver_sample
() {
10807 src_dir programs
/Xserver
/hw
/xfree86
/input
/sample
10808 dst_dir driver
/xf86-input-sample
/src
10813 dst_dir driver
/xf86-input-sample
10817 symlink_driver_spaceorb
() {
10818 src_dir programs
/Xserver
/hw
/xfree86
/input
/spaceorb
10819 dst_dir driver
/xf86-input-spaceorb
/src
10824 dst_dir driver
/xf86-input-spaceorb
/man
10828 symlink_driver_summa
() {
10829 src_dir programs
/Xserver
/hw
/xfree86
/input
/summa
10830 dst_dir driver
/xf86-input-summa
/src
10834 dst_dir driver
/xf86-input-summa
/man
10838 symlink_driver_tek4957
() {
10839 src_dir programs
/Xserver
/hw
/xfree86
/input
/tek4957
10840 dst_dir driver
/xf86-input-tek4957
/src
10842 action xf86Tek4957.c
10844 dst_dir driver
/xf86-input-tek4957
/man
10846 action tek4957.man tek4957.man
10849 symlink_driver_ur98
() {
10850 src_dir programs
/Xserver
/hw
/xfree86
/input
/ur98
10851 dst_dir driver
/xf86-input-ur98
/src
10855 dst_dir driver
/xf86-input-ur98
/man
10857 action ur98.man ur98.4
10860 symlink_driver_void
() {
10861 src_dir programs
/Xserver
/hw
/xfree86
/input
/void
10862 dst_dir driver
/xf86-input-void
/src
10866 dst_dir driver
/xf86-input-void
/man
10868 action void.man void
.4
10875 symlink_driver_chips
10876 symlink_driver_cirrus
10877 symlink_driver_cyrix
10878 symlink_driver_dummy
10879 symlink_driver_fbdev
10880 symlink_driver_glide
10881 symlink_driver_glint
10882 symlink_driver_i128
10883 symlink_driver_i740
10884 symlink_driver_i810
10885 symlink_driver_imstt
10887 symlink_driver_neomagic
10888 symlink_driver_newport
10891 symlink_driver_rendition
10893 symlink_driver_s3virge
10894 symlink_driver_savage
10895 symlink_driver_siliconmotion
10897 symlink_driver_sisusb
10898 symlink_driver_sunbw2
10899 symlink_driver_suncg14
10900 symlink_driver_suncg3
10901 symlink_driver_suncg6
10902 symlink_driver_sunffb
10903 symlink_driver_sunleo
10904 symlink_driver_suntcx
10905 symlink_driver_tdfx
10907 symlink_driver_trident
10908 symlink_driver_tseng
10910 symlink_driver_vesa
10913 symlink_driver_vmware
10914 symlink_driver_voodoo
10915 symlink_driver_wsfb
10917 symlink_driver_acecad
10918 symlink_driver_aiptek
10919 symlink_driver_calcomp
10920 symlink_driver_citron
10921 symlink_driver_digitaledge
10923 symlink_driver_dynapro
10924 symlink_driver_elo2300
10925 symlink_driver_elographics
10926 symlink_driver_evdev
10927 symlink_driver_fpit
10928 symlink_driver_hyperpen
10929 symlink_driver_jamstudio
10930 symlink_driver_joystick
10931 symlink_driver_keyboard
10932 symlink_driver_magellan
10933 symlink_driver_magictouch
10934 symlink_driver_microtouch
10935 symlink_driver_mouse
10936 symlink_driver_mutouch
10937 symlink_driver_palmax
10938 symlink_driver_penmount
10939 symlink_driver_sample
10940 symlink_driver_spaceorb
10941 symlink_driver_summa
10942 symlink_driver_tek4957
10943 symlink_driver_ur98
10944 symlink_driver_void
10955 symlink_font_adobe_100dpi
() {
10956 src_dir fonts
/bdf
/100dpi
10957 dst_dir font
/adobe-100dpi
10965 action courBO08.bdf
10966 action courBO10.bdf
10967 action courBO12.bdf
10968 action courBO14.bdf
10969 action courBO18.bdf
10970 action courBO24.bdf
10989 action helvBO08.bdf
10990 action helvBO10.bdf
10991 action helvBO12.bdf
10992 action helvBO14.bdf
10993 action helvBO18.bdf
10994 action helvBO24.bdf
11013 action ncenBI08.bdf
11014 action ncenBI10.bdf
11015 action ncenBI12.bdf
11016 action ncenBI14.bdf
11017 action ncenBI18.bdf
11018 action ncenBI24.bdf
11063 symlink_font_adobe_utopia_100dpi
() {
11064 src_dir fonts
/bdf
/100dpi
11065 dst_dir font
/adobe-utopia-100dpi
11067 # XXX These fonts are copyright Adobe, but all rights reserved
11068 action UTB___10.bdf
11069 action UTB___12.bdf
11070 action UTB___14.bdf
11071 action UTB___18.bdf
11072 action UTB___24.bdf
11073 action UTBI__10.bdf
11074 action UTBI__12.bdf
11075 action UTBI__14.bdf
11076 action UTBI__18.bdf
11077 action UTBI__24.bdf
11078 action UTI___10.bdf
11079 action UTI___12.bdf
11080 action UTI___14.bdf
11081 action UTI___18.bdf
11082 action UTI___24.bdf
11083 action UTRG__10.bdf
11084 action UTRG__12.bdf
11085 action UTRG__14.bdf
11086 action UTRG__18.bdf
11087 action UTRG__24.bdf
11090 symlink_font_bh_100dpi
() {
11091 src_dir fonts
/bdf
/100dpi
11092 dst_dir font
/bh-100dpi
11151 action LU_LEGALNOTICE
11154 symlink_font_bh_lucidatypewriter_100dpi
() {
11155 src_dir fonts
/bdf
/100dpi
11156 dst_dir font
/bh-lucidatypewriter-100dpi
11174 symlink_font_bitstream_100dpi
() {
11175 src_dir fonts
/bdf
/100dpi
11176 dst_dir font
/bitstream-100dpi
11184 action charBI08.bdf
11185 action charBI10.bdf
11186 action charBI12.bdf
11187 action charBI14.bdf
11188 action charBI18.bdf
11189 action charBI24.bdf
11208 symlink_font_adobe_75dpi
() {
11209 src_dir fonts
/bdf
/75dpi
11210 dst_dir font
/adobe-75dpi
11218 action courBO08.bdf
11219 action courBO10.bdf
11220 action courBO12.bdf
11221 action courBO14.bdf
11222 action courBO18.bdf
11223 action courBO24.bdf
11242 action helvBO08.bdf
11243 action helvBO10.bdf
11244 action helvBO12.bdf
11245 action helvBO14.bdf
11246 action helvBO18.bdf
11247 action helvBO24.bdf
11266 action ncenBI08.bdf
11267 action ncenBI10.bdf
11268 action ncenBI12.bdf
11269 action ncenBI14.bdf
11270 action ncenBI18.bdf
11271 action ncenBI24.bdf
11316 symlink_font_adobe_utopia_75dpi
() {
11317 src_dir fonts
/bdf
/75dpi
11318 dst_dir font
/adobe-utopia-75dpi
11320 # XXX These fonts are copyright Adobe, but all rights reserved
11321 action UTB___10.bdf
11322 action UTB___12.bdf
11323 action UTB___14.bdf
11324 action UTB___18.bdf
11325 action UTB___24.bdf
11326 action UTBI__10.bdf
11327 action UTBI__12.bdf
11328 action UTBI__14.bdf
11329 action UTBI__18.bdf
11330 action UTBI__24.bdf
11331 action UTI___10.bdf
11332 action UTI___12.bdf
11333 action UTI___14.bdf
11334 action UTI___18.bdf
11335 action UTI___24.bdf
11336 action UTRG__10.bdf
11337 action UTRG__12.bdf
11338 action UTRG__14.bdf
11339 action UTRG__18.bdf
11340 action UTRG__24.bdf
11343 symlink_font_bh_75dpi
() {
11344 src_dir fonts
/bdf
/75dpi
11345 dst_dir font
/bh-75dpi
11404 action LU_LEGALNOTICE
11407 symlink_font_bh_lucidatypewriter_75dpi
() {
11408 src_dir fonts
/bdf
/75dpi
11409 dst_dir font
/bh-lucidatypewriter-75dpi
11427 symlink_font_bitstream_75dpi
() {
11428 src_dir fonts
/bdf
/75dpi
11429 dst_dir font
/bitstream-75dpi
11437 action charBI08.bdf
11438 action charBI10.bdf
11439 action charBI12.bdf
11440 action charBI14.bdf
11441 action charBI18.bdf
11442 action charBI24.bdf
11461 symlink_font_cronyx_cyrillic
() {
11462 src_dir fonts
/bdf
/cyrillic
11463 dst_dir font
/cronyx-cyrillic
11467 action crox1cbo.bdf
11471 action crox1hbo.bdf
11475 action crox1tbo.bdf
11479 action crox2cbo.bdf
11483 action crox2hbo.bdf
11487 action crox2tbo.bdf
11491 action crox3cbo.bdf
11495 action crox3hbo.bdf
11499 action crox3tbo.bdf
11503 action crox4hbo.bdf
11507 action crox4tbo.bdf
11511 action crox5hbo.bdf
11515 action crox5tbo.bdf
11519 action crox6hbo.bdf
11523 action crox6tbo.bdf
11525 action koi10x16b.bdf
11526 action koi10x20.bdf
11533 symlink_font_misc_cyrillic
() {
11534 src_dir fonts
/bdf
/cyrillic
11535 dst_dir font
/misc-cyrillic
11537 # XXX Should these be broken into three different components?
11539 # XXX "May be distributed and modified without restrictions"
11540 action koi12x24b.bdf
11541 action koi8x16b.bdf
11544 # XXX Same license as cronyx-cyrillic
11545 action koi12x24.bdf
11548 # XXX public domain
11550 action koi6x13b.bdf
11552 action koi7x14b.bdf
11555 action koi9x15b.bdf
11557 action koi9x18b.bdf
11561 symlink_font_screen_cyrillic
() {
11562 src_dir fonts
/bdf
/cyrillic
11563 dst_dir font
/screen-cyrillic
11565 # XXX no copyright/license at all
11566 action screen8x16b.bdf
11567 action screen8x16.bdf
11570 symlink_font_winitzki_cyrillic
() {
11571 src_dir fonts
/bdf
/cyrillic
11572 dst_dir font
/winitzki-cyrillic
11574 action proof9x16.bdf
11577 symlink_font_cursor_misc
() {
11578 src_dir fonts
/bdf
/misc
11579 dst_dir font
/cursor-misc
11581 # XXX Does "unencumbered" mean the same thing as public domain
11586 symlink_font_daewoo_misc
() {
11587 src_dir fonts
/bdf
/misc
11588 dst_dir font
/daewoo-misc
11590 # XXX These fonts are copyright, but no permissions are given
11591 action hanglg16.bdf
11592 action hanglm16.bdf
11593 action hanglm24.bdf
11596 symlink_font_dec_misc
() {
11597 src_dir fonts
/bdf
/misc
11598 dst_dir font
/dec-misc
11604 symlink_font_isas_misc
() {
11605 src_dir fonts
/bdf
/misc
11606 dst_dir font
/isas-misc
11613 symlink_font_jis_misc
() {
11614 src_dir fonts
/bdf
/misc
11615 dst_dir font
/jis-misc
11617 # XXX Verify license restrictions
11618 action jiskan16.bdf
11619 action jiskan24.bdf
11622 symlink_font_micro_misc
() {
11623 src_dir fonts
/bdf
/misc
11624 dst_dir font
/micro-misc
11629 symlink_font_misc_misc
() {
11630 src_dir fonts
/bdf
/misc
11631 dst_dir font
/misc-misc
11660 # XXX This font does not have any COPYRIGHT
11664 symlink_font_schumacher_misc
() {
11665 src_dir fonts
/bdf
/misc
11666 dst_dir font
/schumacher-misc
11701 symlink_font_sony_misc
() {
11702 src_dir fonts
/bdf
/misc
11703 dst_dir font
/sony-misc
11711 symlink_font_sun_misc
() {
11712 src_dir fonts
/bdf
/misc
11713 dst_dir font
/sun-misc
11715 action olcursor.bdf
11722 symlink_font_bh_ttf
() {
11723 src_dir fonts
/scaled
/TTF
11724 dst_dir font
/bh-ttf
11739 action COPYRIGHT.BH
11742 symlink_font_adobe_utopia_type1
() {
11743 src_dir fonts
/scaled
/Type1
11744 dst_dir font
/adobe-utopia-type1
11746 # XXX These fonts are copyright Adobe, but all rights reserved
11747 action UTB_____.afm
11748 action UTBI____.afm
11749 action UTBI____.pfa
11750 action UTB_____.pfa
11751 action UTI_____.afm
11752 action UTI_____.pfa
11753 action UTRG____.afm
11754 action UTRG____.pfa
11757 symlink_font_bh_type1
() {
11758 src_dir fonts
/scaled
/Type1
11759 dst_dir font
/bh-type1
11761 action l047013t.afm
11762 action l047013t.pfa
11763 action l047016t.afm
11764 action l047016t.pfa
11765 action l047033t.afm
11766 action l047033t.pfa
11767 action l047036t.afm
11768 action l047036t.pfa
11769 action l048013t.afm
11770 action l048013t.pfa
11771 action l048016t.afm
11772 action l048016t.pfa
11773 action l048033t.afm
11774 action l048033t.pfa
11775 action l048036t.afm
11776 action l048036t.pfa
11777 action l049013t.afm
11778 action l049013t.pfa
11779 action l049016t.afm
11780 action l049016t.pfa
11781 action l049033t.afm
11782 action l049033t.pfa
11783 action l049036t.afm
11784 action l049036t.pfa
11786 action COPYRIGHT.BH
11789 symlink_font_bitstream_type1
() {
11790 src_dir fonts
/scaled
/Type1
11791 dst_dir font
/bitstream-type1
11793 action c0419bt_.afm
11794 action c0419bt_.pfb
11795 action c0582bt_.afm
11796 action c0582bt_.pfb
11797 action c0583bt_.afm
11798 action c0583bt_.pfb
11799 action c0611bt_.afm
11800 action c0611bt_.pfb
11801 action c0632bt_.afm
11802 action c0632bt_.pfb
11803 action c0633bt_.afm
11804 action c0633bt_.pfb
11805 action c0648bt_.afm
11806 action c0648bt_.pfb
11807 action c0649bt_.afm
11808 action c0649bt_.pfb
11813 symlink_font_ibm_type1
() {
11814 src_dir fonts
/scaled
/Type1
11815 dst_dir font
/ibm-type1
11826 action COPYRIGHT.IBM
11829 symlink_font_xfree86_type1
() {
11830 src_dir fonts
/scaled
/Type1
11831 dst_dir font
/xfree86-type1
11836 symlink_font_arabic_misc
() {
11837 src_dir extras
/fonts
/arabic24
11838 dst_dir font
/arabic-misc
11840 action arabic24.bdf
11846 symlink_font_mutt_misc
() {
11847 src_dir extras
/fonts
/ClearlyU
11848 dst_dir font
/mutt-misc
11851 action cu-alt12.bdf
11852 action cu-arabic12.bdf
11853 action cuarabic12.bdf
11854 action cu-devnag12.bdf
11855 action cudevnag12.bdf
11856 action cu-lig12.bdf
11857 action cu-pua12.bdf
11863 symlink_font_misc_ethiopic
() {
11864 src_dir fonts
/scaled
/Ethiopic
11865 dst_dir font
/misc-ethiopic
11867 action GohaTibebZemen.otf
11868 action GohaTibebZemen.ttf
11873 symlink_font_misc_meltho
() {
11874 src_dir fonts
/scaled
/Meltho
11875 dst_dir font
/misc-meltho
11877 action SyrCOMAdiabene.otf
11878 action SyrCOMAntioch.otf
11879 action SyrCOMBatnanBold.otf
11880 action SyrCOMBatnan.otf
11881 action SyrCOMCtesiphon.otf
11882 action SyrCOMEdessa.otf
11883 action SyrCOMJerusalemBold.otf
11884 action SyrCOMJerusalemItalic.otf
11885 action SyrCOMJerusalem.otf
11886 action SyrCOMJerusalemOutline.otf
11887 action SyrCOMKharput.otf
11888 action SyrCOMMalankara.otf
11889 action SyrCOMMardinBold.otf
11890 action SyrCOMMardin.otf
11891 action SyrCOMMidyat.otf
11892 action SyrCOMNisibin.otf
11893 action SyrCOMNisibinOutline.otf
11894 action SyrCOMQenNeshrin.otf
11895 action SyrCOMTalada.otf
11896 action SyrCOMTurAbdin.otf
11897 action SyrCOMUrhoyBold.otf
11898 action SyrCOMUrhoy.otf
11904 symlink_font_bistream_speedo
() {
11905 src_dir fonts
/scaled
/Speedo
11906 dst_dir font
/bitstream-speedo
11908 action font0419.spd
11909 action font0582.spd
11910 action font0583.spd
11911 action font0611.spd
11912 action font0648.spd
11913 action font0649.spd
11914 action font0709.spd
11915 action font0710.spd
11922 symlink_font_alias
() {
11923 src_dir fonts
/bdf
/100dpi
11924 dst_dir font
/alias
/100dpi
11928 src_dir fonts
/bdf
/75dpi
11929 dst_dir font
/alias
/75dpi
11933 src_dir fonts
/bdf
/cyrillic
11934 dst_dir font
/alias
/cyrillic
11938 src_dir fonts
/bdf
/misc
11939 dst_dir font
/alias
/misc
11944 symlink_font_util
() {
11948 action
8859-1.TXT map-ISO8859-1
11949 action
8859-2.TXT map-ISO8859-2
11950 action
8859-3.TXT map-ISO8859-3
11951 action
8859-4.TXT map-ISO8859-4
11952 action
8859-5.TXT map-ISO8859-5
11953 action
8859-6.TXT map-ISO8859-6
11954 action
8859-7.TXT map-ISO8859-7
11955 action
8859-8.TXT map-ISO8859-8
11956 action
8859-9.TXT map-ISO8859-9
11957 action
8859-10.TXT map-ISO8859-10
11958 action
8859-11.TXT map-ISO8859-11
11959 action
8859-13.TXT map-ISO8859-13
11960 action
8859-14.TXT map-ISO8859-14
11961 action
8859-15.TXT map-ISO8859-15
11962 action
8859-16.TXT map-ISO8859-16
11963 action JIS0201.TXT map-JISX0201.1976
-0
11964 action KOI8-R.TXT map-KOI8-R
11966 action bdftruncate.man
11967 action bdftruncate.pl
11973 symlink_font_encodings
() {
11974 src_dir fonts
/encodings
11975 dst_dir font
/encodings
11977 action adobe-dingbats.enc
11978 action adobe-standard.enc
11979 action adobe-symbol.enc
11980 action ansi-1251.enc
11981 action armscii-8.enc
11983 action dec-special.enc
11984 action ibm-cp437.enc
11985 action ibm-cp850.enc
11986 action ibm-cp852.enc
11987 action ibm-cp866.enc
11988 action iso8859-11.enc
11989 action iso8859-13.enc
11990 action iso8859-16.enc
11991 action iso8859-6.16.enc
11992 action iso8859-6.8x.enc
11993 action microsoft-cp1250.enc
11994 action microsoft-cp1251.enc
11995 action microsoft-cp1252.enc
11996 action microsoft-cp1253.enc
11997 action microsoft-cp1254.enc
11998 action microsoft-cp1255.enc
11999 action microsoft-cp1256.enc
12000 action microsoft-cp1257.enc
12001 action microsoft-cp1258.enc
12002 action microsoft-win3.1.enc
12003 action mulearabic-0.enc
12004 action mulearabic-1.enc
12005 action mulearabic-2.enc
12006 action mulelao-1.enc
12007 action suneu-greek.enc
12009 action tis620-2.enc
12010 action viscii1.1
-1.enc
12012 src_dir fonts
/encodings
/large
12013 dst_dir font
/encodings
/large
12015 action big5.eten-0.enc
12016 action big5hkscs-0.enc
12017 action cns11643-1.enc
12018 action cns11643-2.enc
12019 action cns11643-3.enc
12020 action gb18030-0.enc
12021 action gb18030.2000
-0.enc
12022 action gb18030.2000
-1.enc
12023 action gb2312.1980
-0.enc
12025 action jisx0201.1976
-0.enc
12026 action jisx0208.1990
-0.enc
12027 action jisx0212.1990
-0.enc
12028 action ksc5601.1987
-0.enc
12029 action ksc5601.1992
-3.enc
12030 action sun.unicode.india-0.enc
12034 symlink_font_adobe_100dpi
12035 symlink_font_adobe_utopia_100dpi
12036 symlink_font_bh_100dpi
12037 symlink_font_bh_lucidatypewriter_100dpi
12038 symlink_font_bitstream_100dpi
12040 symlink_font_adobe_75dpi
12041 symlink_font_adobe_utopia_75dpi
12042 symlink_font_bh_75dpi
12043 symlink_font_bh_lucidatypewriter_75dpi
12044 symlink_font_bitstream_75dpi
12046 symlink_font_cronyx_cyrillic
12047 symlink_font_misc_cyrillic
12048 symlink_font_screen_cyrillic
12049 symlink_font_winitzki_cyrillic
12051 symlink_font_cursor_misc
12052 symlink_font_daewoo_misc
12053 symlink_font_dec_misc
12054 symlink_font_isas_misc
12055 symlink_font_jis_misc
12056 symlink_font_micro_misc
12057 symlink_font_misc_misc
12058 symlink_font_schumacher_misc
12059 symlink_font_sony_misc
12060 symlink_font_sun_misc
12062 symlink_font_bh_ttf
12064 symlink_font_adobe_utopia_type1
12065 symlink_font_bh_type1
12066 symlink_font_bitstream_type1
12067 symlink_font_ibm_type1
12068 symlink_font_xfree86_type1
12070 symlink_font_mutt_misc
12071 symlink_font_arabic_misc
12073 symlink_font_misc_meltho
12074 symlink_font_misc_ethiopic
12076 symlink_font_bistream_speedo
12081 symlink_font_encodings
12091 symlink_doc_old
() {
12092 src_dir
doc
/hardcopy
12093 dst_dir
doc
/old
/hardcopy
12095 src_dir
doc
/hardcopy
/BDF
12096 dst_dir
doc
/old
/hardcopy
/BDF
12100 src_dir
doc
/hardcopy
/CTEXT
12101 dst_dir
doc
/old
/hardcopy
/CTEXT
12105 src_dir
doc
/hardcopy
/FSProtocol
12106 dst_dir
doc
/old
/hardcopy
/FSProtocol
12108 action fsproto.PS.gz
12110 src_dir
doc
/hardcopy
/i18n
12111 dst_dir
doc
/old
/hardcopy
/i18n
12113 action Framework.PS.gz
12114 action LocaleDB.PS.gz
12117 src_dir
doc
/hardcopy
/ICCCM
12118 dst_dir
doc
/old
/hardcopy
/ICCCM
12121 action icccm.idx.PS.gz
12123 src_dir
doc
/hardcopy
/ICE
12124 dst_dir
doc
/old
/hardcopy
/ICE
12126 action ICElib.PS.gz
12129 src_dir
doc
/hardcopy
/man
12130 dst_dir
doc
/old
/hardcopy
/man
12134 src_dir
doc
/hardcopy
/rstart
12135 dst_dir
doc
/old
/hardcopy
/rstart
12137 action rstart.PS.gz
12139 src_dir
doc
/hardcopy
/RX
12140 dst_dir
doc
/old
/hardcopy
/RX
12144 src_dir
doc
/hardcopy
/saver
12145 dst_dir
doc
/old
/hardcopy
/saver
12149 src_dir
doc
/hardcopy
/SM
12150 dst_dir
doc
/old
/hardcopy
/SM
12155 src_dir
doc
/hardcopy
/X11
12156 dst_dir
doc
/old
/hardcopy
/X11
12159 action xlib.idx.PS.gz
12161 src_dir
doc
/hardcopy
/Xaw
12162 dst_dir
doc
/old
/hardcopy
/Xaw
12164 action widg.idx.PS.gz
12165 action widgets.PS.gz
12167 src_dir
doc
/hardcopy
/XDMCP
12168 dst_dir
doc
/old
/hardcopy
/XDMCP
12172 src_dir
doc
/hardcopy
/Xext
12173 dst_dir
doc
/old
/hardcopy
/Xext
12175 action AppGroup.PS.gz
12177 action DPMSLib.PS.gz
12178 action bigreq.PS.gz
12179 action buffer.PS.gz
12181 action dbelib.PS.gz
12186 action lbxalg.PS.gz
12187 action mit-shm.PS.gz
12188 action record.PS.gz
12189 action recordlib.PS.gz
12190 action security.PS.gz
12192 action shapelib.PS.gz
12194 action synclib.PS.gz
12195 action tog-cup.PS.gz
12196 action xc-misc.PS.gz
12198 action xtestlib.PS.gz
12200 src_dir
doc
/hardcopy
/xfs
12201 dst_dir
doc
/old
/hardcopy
/xfs
12203 action design.PS.gz
12205 src_dir
doc
/hardcopy
/Xi
12206 dst_dir
doc
/old
/hardcopy
/Xi
12212 src_dir
doc
/hardcopy
/XIM
12213 dst_dir
doc
/old
/hardcopy
/XIM
12217 src_dir
doc
/hardcopy
/XKB
12218 dst_dir
doc
/old
/hardcopy
/XKB
12220 action XKBlib.ps.gz
12221 action XKBproto.ps.gz
12223 src_dir
doc
/hardcopy
/XLFD
12224 dst_dir
doc
/old
/hardcopy
/XLFD
12228 src_dir
doc
/hardcopy
/Xmu
12229 dst_dir
doc
/old
/hardcopy
/Xmu
12233 src_dir
doc
/hardcopy
/XPRINT
12234 dst_dir
doc
/old
/hardcopy
/XPRINT
12236 action Xprint_FAQ.html
12237 action Xprint_FAQ.txt
12238 action Xprint_FAQ.xml
12239 action Xprint_old_FAQ.txt
12241 action dtprint_fspec.PS.gz
12242 action xp_library.PS.gz
12243 action xp_proto.PS.gz
12245 src_dir
doc
/hardcopy
/XProtocol
12246 dst_dir
doc
/old
/hardcopy
/XProtocol
12249 action proto.idx.PS.gz
12251 src_dir
doc
/hardcopy
/Xserver
12252 dst_dir
doc
/old
/hardcopy
/Xserver
12255 action analysis.PS.gz
12256 action appgroup.PS.gz
12258 action fontlib.PS.gz
12259 action secint.PS.gz
12261 src_dir
doc
/hardcopy
/Xt
12262 dst_dir
doc
/old
/hardcopy
/Xt
12264 action intr.idx.PS.gz
12265 action intrinsics.PS.gz
12267 src_dir
doc
/hardcopy
/xterm
12268 dst_dir
doc
/old
/hardcopy
/xterm
12270 action ctlseqs.PS.gz
12272 src_dir
doc
/hardcopy
/xtrans
12273 dst_dir
doc
/old
/hardcopy
/xtrans
12275 action Xtrans.PS.gz
12277 src_dir
doc
/hardcopy
/Xv
12278 dst_dir
doc
/old
/hardcopy
/Xv
12281 action xv-protocol-v2.PS
12283 src_dir
doc
/man
/general
12284 dst_dir
doc
/old
/man
/general
12286 action Consortium.man
12287 action security.man
12288 action Standards.man
12290 action XOrgFoundation.man
12293 action XProjectTeam.man
12295 # FIXME: other man pages should be moved to the appropriate library
12298 dst_dir
doc
/old
/misc
12303 dst_dir
doc
/old
/specs
12305 action specindex.html
12307 src_dir
doc
/specs
/BDF
12308 dst_dir
doc
/old
/specs
/BDF
12314 src_dir
doc
/specs
/CTEXT
12315 dst_dir
doc
/old
/specs
/CTEXT
12317 action ctext.tbl.ms
12319 src_dir
doc
/specs
/FSProtocol
12320 dst_dir
doc
/old
/specs
/FSProtocol
12324 src_dir
doc
/specs
/GL
12325 dst_dir
doc
/old
/specs
/GL
12329 src_dir
doc
/specs
/i18n
12330 dst_dir
doc
/old
/specs
/i18n
12332 action Framework.ms
12336 src_dir
doc
/specs
/ICCCM
12337 dst_dir
doc
/old
/specs
/ICCCM
12340 action indexmacros.t
12342 src_dir
doc
/specs
/ICE
12343 dst_dir
doc
/old
/specs
/ICE
12348 src_dir
doc
/specs
/PM
12349 dst_dir
doc
/old
/specs
/PM
12353 src_dir
doc
/specs
/Randr
12354 dst_dir
doc
/old
/specs
/Randr
12356 action protocol.txt
12358 src_dir
doc
/specs
/Render
12359 dst_dir
doc
/old
/specs
/Render
12364 src_dir
doc
/specs
/rstart
12365 dst_dir
doc
/old
/specs
/rstart
12374 src_dir
doc
/specs
/RX
12375 dst_dir
doc
/old
/specs
/RX
12379 src_dir
doc
/specs
/saver
12380 dst_dir
doc
/old
/specs
/saver
12384 src_dir
doc
/specs
/SIAddresses
12385 dst_dir
doc
/old
/specs
/SIAddresses
12389 action hostname.txt
12390 action localuser.txt
12392 src_dir
doc
/specs
/SM
12393 dst_dir
doc
/old
/specs
/SM
12398 src_dir
doc
/specs
/X11
12399 dst_dir
doc
/old
/specs
/X11
12424 action indexmacros.t
12427 src_dir
doc
/specs
/Xaw
12428 dst_dir
doc
/old
/specs
/Xaw
12459 action TPage_Credits
12470 action Xtk.widg.front
12473 action fixindex.
awk
12476 action widg.idxmac.t
12478 src_dir
doc
/specs
/XDMCP
12479 dst_dir
doc
/old
/specs
/XDMCP
12483 src_dir
doc
/specs
/Xext
12484 dst_dir
doc
/old
/specs
/Xext
12486 action AppGroup.mif
12499 action recordlib.ms
12500 action security.tex
12512 src_dir
doc
/specs
/xfs
12513 dst_dir
doc
/old
/specs
/xfs
12518 src_dir
doc
/specs
/Xi
12519 dst_dir
doc
/old
/specs
/Xi
12526 src_dir
doc
/specs
/XIM
12527 dst_dir
doc
/old
/specs
/XIM
12531 src_dir
doc
/specs
/XKB
/Proto
12532 dst_dir
doc
/old
/specs
/XKB
/Proto
12534 action XKBproto.book
12535 action dflttrns.fm5
12536 action encoding.fm5
12538 action protocol.fm5
12539 action prototoc.doc
12543 src_dir
doc
/specs
/XKB
/XKBlib
12544 dst_dir
doc
/old
/specs
/XKB
/XKBlib
12547 action allchaps.fm5
12549 action allchaps.lof
12550 action allchaps.lot
12552 action allchaps.toc
12556 src_dir
doc
/specs
/XLFD
12557 dst_dir
doc
/old
/specs
/XLFD
12561 src_dir
doc
/specs
/Xmu
12562 dst_dir
doc
/old
/specs
/Xmu
12566 src_dir
doc
/specs
/XPRINT
12567 dst_dir
doc
/old
/specs
/XPRINT
12569 action xp_library.book
12570 action xp_library.mif
12571 action xp_libraryIX.doc
12572 action xp_libraryTOC.doc
12573 action xp_library_cov.mif
12574 action xp_proto.book
12575 action xp_proto.mif
12576 action xp_protoIX.doc
12577 action xp_protoTOC.doc
12578 action xp_proto_cov.mif
12580 src_dir
doc
/specs
/XProtocol
12581 dst_dir
doc
/old
/specs
/XProtocol
12583 action X11.encoding
12585 action X11.protocol
12587 action indexmacros.t
12590 src_dir
doc
/specs
/Xserver
12591 dst_dir
doc
/old
/specs
/Xserver
12597 action Xprt_cov.mif
12598 action analysis.tex
12604 src_dir
doc
/specs
/Xt
12605 dst_dir
doc
/old
/specs
/Xt
12620 action Xtk.intr.front
12627 action intr.idxmac.t
12631 src_dir
doc
/specs
/xterm
12632 dst_dir
doc
/old
/specs
/xterm
12636 src_dir
doc
/specs
/xtrans
12637 dst_dir
doc
/old
/specs
/xtrans
12641 src_dir
doc
/specs
/Xv
12642 dst_dir
doc
/old
/specs
/Xv
12644 action xv-protocol-v2.txt
12646 src_dir
doc
/specs
/XvMC
12647 dst_dir
doc
/old
/specs
/XvMC
12649 action XvMC_API.txt
12652 dst_dir
doc
/old
/util
12655 action fixindex.
awk
12656 action indexmacros.t
12677 symlink_util_xmkmf
() {
12678 src_dir config
/util
12685 symlink_util_cf
() {
12693 action bsdiLib.rules
12694 action bsdiLib.tmpl
12695 action bsdLib.rules
12704 action cygwin.rules
12707 action darwinLib.rules
12708 action darwinLib.tmpl
12711 action DragonFly.cf
12716 action gnuLib.rules
12722 action ibmLib.rules
12728 action Library.tmpl
12730 action lnxdoc.rules
12732 action lnxLib.rules
12748 action necLib.rules
12755 action oldlib.rules
12757 action OpenBSDLib.rules
12758 action OpenBSDLib.tmpl
12761 action os2Lib.rules
12765 action osfLib.rules
12773 action scoLib.rules
12775 action sequentLib.rules
12776 action ServerLib.tmpl
12779 action sgiLib.rules
12785 action sunLib.rules
12787 action sv3Lib.rules
12789 action sv4Lib.rules
12793 action Threads.tmpl
12803 action xf86site.def
12807 action xorgsite.def
12809 action xorgversion.def
12810 action xprint_host.def
12813 symlink_util_imake
() {
12814 src_dir config
/imake
12821 action imakesvc.cmd
12822 action Makefile.ini
12825 symlink_util_makedepend
() {
12826 src_dir config
/makedepend
12827 dst_dir util
/makedepend
12835 action mkdepend.man makedepend.man
12839 src_dir config
/imake
12840 dst_dir util
/makedepend
12848 symlink_util_makedepend
12853 symlink_data_cursors_handhelds
() {
12854 src_dir programs
/xcursorgen
/handhelds
12855 dst_dir data
/cursors
/handhelds
12857 action X_cursor.cfg
12858 action based_arrow_down.cfg
12859 action based_arrow_up.cfg
12860 action bottom_left_corner.cfg
12861 action bottom_right_corner.cfg
12862 action bottom_side.cfg
12863 action bottom_tee.cfg
12864 action center_ptr.cfg
12869 action double_arrow.cfg
12870 action draped_box.cfg
12874 action left_ptr.cfg
12875 action left_ptr_watch.cfg
12876 action left_side.cfg
12877 action left_tee.cfg
12878 action ll_angle.cfg
12880 action right_ptr.cfg
12881 action right_side.cfg
12882 action right_tee.cfg
12883 action sb_h_double_arrow.cfg
12884 action sb_right_arrow.cfg
12885 action sb_up_arrow.cfg
12886 action sb_v_double_arrow.cfg
12888 action top_left_corner.cfg
12889 action top_right_corner.cfg
12890 action top_side.cfg
12896 symlink_data_cursors_redglass
() {
12897 src_dir programs
/xcursorgen
/redglass
12898 dst_dir data
/cursors
/redglass
12900 action X_cursor-16.png
12901 action X_cursor-24.png
12902 action X_cursor-32.png
12903 action X_cursor-48.png
12904 action X_cursor-64.png
12905 action based_arrow_down-16.png
12906 action based_arrow_down-24.png
12907 action based_arrow_down-32.png
12908 action based_arrow_down-48.png
12909 action based_arrow_down-64.png
12910 action based_arrow_up-16.png
12911 action based_arrow_up-24.png
12912 action based_arrow_up-32.png
12913 action based_arrow_up-48.png
12914 action based_arrow_up-64.png
12915 action bottom_left_corner-16.png
12916 action bottom_left_corner-24.png
12917 action bottom_left_corner-32.png
12918 action bottom_left_corner-48.png
12919 action bottom_left_corner-64.png
12920 action bottom_right_corner-16.png
12921 action bottom_right_corner-24.png
12922 action bottom_right_corner-32.png
12923 action bottom_right_corner-48.png
12924 action bottom_right_corner-64.png
12925 action bottom_side-16.png
12926 action bottom_side-24.png
12927 action bottom_side-32.png
12928 action bottom_side-48.png
12929 action bottom_side-64.png
12930 action bottom_tee-16.png
12931 action bottom_tee-24.png
12932 action bottom_tee-32.png
12933 action bottom_tee-48.png
12934 action bottom_tee-64.png
12935 action center_ptr-16.png
12936 action center_ptr-24.png
12937 action center_ptr-32.png
12938 action center_ptr-48.png
12939 action center_ptr-64.png
12940 action circle-16.png
12941 action circle-24.png
12942 action circle-32.png
12943 action circle-48.png
12944 action circle-64.png
12945 action cross-16.png
12946 action cross-24.png
12947 action cross-32.png
12948 action cross-48.png
12949 action cross-64.png
12955 action dotbox-16.png
12956 action dotbox-24.png
12957 action dotbox-32.png
12958 action dotbox-48.png
12959 action dotbox-64.png
12960 action double_arrow-16.png
12961 action double_arrow-24.png
12962 action double_arrow-32.png
12963 action double_arrow-48.png
12964 action double_arrow-64.png
12965 action draped_box-16.png
12966 action draped_box-24.png
12967 action draped_box-32.png
12968 action draped_box-48.png
12969 action draped_box-64.png
12970 action fleur-16.png
12971 action fleur-24.png
12972 action fleur-32.png
12973 action fleur-48.png
12974 action fleur-64.png
12975 action gumby-128.png
12976 action gumby-16.png
12977 action gumby-24.png
12978 action gumby-32.png
12979 action gumby-48.png
12980 action gumby-64.png
12981 action hand2-16.png
12982 action hand2-24.png
12983 action hand2-32.png
12984 action hand2-48.png
12985 action hand2-64.png
12986 action hourglass-135-16.png
12987 action hourglass-135-24.png
12988 action hourglass-135-32.png
12989 action hourglass-135-48.png
12990 action hourglass-135-64.png
12991 action hourglass-25-16.png
12992 action hourglass-25-24.png
12993 action hourglass-25-32.png
12994 action hourglass-25-48.png
12995 action hourglass-25-64.png
12996 action hourglass-45-16.png
12997 action hourglass-45-24.png
12998 action hourglass-45-32.png
12999 action hourglass-45-48.png
13000 action hourglass-45-64.png
13001 action hourglass-50-16.png
13002 action hourglass-50-24.png
13003 action hourglass-50-32.png
13004 action hourglass-50-48.png
13005 action hourglass-50-64.png
13006 action hourglass-75-16.png
13007 action hourglass-75-24.png
13008 action hourglass-75-32.png
13009 action hourglass-75-48.png
13010 action hourglass-75-64.png
13011 action hourglass-90-16.png
13012 action hourglass-90-24.png
13013 action hourglass-90-32.png
13014 action hourglass-90-48.png
13015 action hourglass-90-64.png
13016 action hourglass-empty-16.png
13017 action hourglass-empty-24.png
13018 action hourglass-empty-32.png
13019 action hourglass-empty-48.png
13020 action hourglass-empty-64.png
13021 action hourglass-full-16.png
13022 action hourglass-full-24.png
13023 action hourglass-full-32.png
13024 action hourglass-full-48.png
13025 action hourglass-full-64.png
13026 action left_ptr-16.png
13027 action left_ptr-24.png
13028 action left_ptr-32.png
13029 action left_ptr-48.png
13030 action left_ptr-64.png
13031 action left_ptr_watch-16.png
13032 action left_ptr_watch-24.png
13033 action left_ptr_watch-32.png
13034 action left_ptr_watch-48.png
13035 action left_ptr_watch-64.png
13036 action left_side-16.png
13037 action left_side-24.png
13038 action left_side-32.png
13039 action left_side-48.png
13040 action left_side-64.png
13041 action left_tee-16.png
13042 action left_tee-24.png
13043 action left_tee-32.png
13044 action left_tee-48.png
13045 action left_tee-64.png
13046 action ll_angle-16.png
13047 action ll_angle-24.png
13048 action ll_angle-32.png
13049 action ll_angle-48.png
13050 action ll_angle-64.png
13051 action pencil-16.png
13052 action pencil-24.png
13053 action pencil-32.png
13054 action pencil-48.png
13055 action pencil-64.png
13056 action right_ptr-16.png
13057 action right_ptr-24.png
13058 action right_ptr-32.png
13059 action right_ptr-48.png
13060 action right_ptr-64.png
13061 action right_side-16.png
13062 action right_side-24.png
13063 action right_side-32.png
13064 action right_side-48.png
13065 action right_side-64.png
13066 action right_tee-16.png
13067 action right_tee-24.png
13068 action right_tee-32.png
13069 action right_tee-48.png
13070 action right_tee-64.png
13071 action sb_h_double_arrow-16.png
13072 action sb_h_double_arrow-24.png
13073 action sb_h_double_arrow-32.png
13074 action sb_h_double_arrow-48.png
13075 action sb_h_double_arrow-64.png
13076 action sb_right_arrow-16.png
13077 action sb_right_arrow-24.png
13078 action sb_right_arrow-32.png
13079 action sb_right_arrow-48.png
13080 action sb_right_arrow-64.png
13081 action sb_up_arrow-16.png
13082 action sb_up_arrow-24.png
13083 action sb_up_arrow-32.png
13084 action sb_up_arrow-48.png
13085 action sb_up_arrow-64.png
13086 action sb_v_double_arrow-16.png
13087 action sb_v_double_arrow-24.png
13088 action sb_v_double_arrow-32.png
13089 action sb_v_double_arrow-48.png
13090 action sb_v_double_arrow-64.png
13091 action shuttle-16.png
13092 action shuttle-24.png
13093 action shuttle-32.png
13094 action shuttle-48.png
13095 action shuttle-64.png
13096 action top_left_corner-16.png
13097 action top_left_corner-24.png
13098 action top_left_corner-32.png
13099 action top_left_corner-48.png
13100 action top_left_corner-64.png
13101 action top_right_corner-16.png
13102 action top_right_corner-24.png
13103 action top_right_corner-32.png
13104 action top_right_corner-48.png
13105 action top_right_corner-64.png
13106 action top_side-16.png
13107 action top_side-24.png
13108 action top_side-32.png
13109 action top_side-48.png
13110 action top_side-64.png
13111 action top_tee-16.png
13112 action top_tee-24.png
13113 action top_tee-32.png
13114 action top_tee-48.png
13115 action top_tee-64.png
13116 action watch-16.png
13117 action watch-24.png
13118 action watch-32.png
13119 action watch-48.png
13120 action watch-64.png
13121 action xterm-16.png
13122 action xterm-24.png
13123 action xterm-32.png
13124 action xterm-48.png
13125 action xterm-64.png
13127 action X_cursor.cfg
13128 action based_arrow_down.cfg
13129 action based_arrow_up.cfg
13130 action bottom_left_corner.cfg
13131 action bottom_right_corner.cfg
13132 action bottom_side.cfg
13133 action bottom_tee.cfg
13134 action center_ptr.cfg
13139 action double_arrow.cfg
13140 action draped_box.cfg
13144 action left_ptr.cfg
13145 action left_ptr_watch.cfg
13146 action left_side.cfg
13147 action left_tee.cfg
13148 action ll_angle.cfg
13150 action right_ptr.cfg
13151 action right_side.cfg
13152 action right_tee.cfg
13153 action sb_h_double_arrow.cfg
13154 action sb_right_arrow.cfg
13155 action sb_up_arrow.cfg
13156 action sb_v_double_arrow.cfg
13158 action top_left_corner.cfg
13159 action top_right_corner.cfg
13160 action top_side.cfg
13165 action based_arrow_down.xcf
13166 action based_arrow_up.xcf
13167 action basic_arrow.xcf
13168 action bottom_left_corner.xcf
13169 action bottom_right_corner.xcf
13170 action bottom_side.xcf
13171 action bottom_tee.xcf
13172 action center_ptr.xcf
13177 action double_arrow.xcf
13178 action draped_box.xcf
13182 action hourglass-135.xcf
13183 action hourglass-25.xcf
13184 action hourglass-45.xcf
13185 action hourglass-50.xcf
13186 action hourglass-75.xcf
13187 action hourglass-90.xcf
13188 action hourglass-empty.xcf
13189 action hourglass-full.xcf
13190 action hourglass-plain.xcf
13191 action left_ptr_watch.xcf
13192 action left_ptr.xcf
13193 action left_side.xcf
13194 action left_tee.xcf
13195 action ll_angle.xcf
13197 action right_ptr.xcf
13198 action right_side.xcf
13199 action right_tee.xcf
13200 action sb_h_double_arrow.xcf
13201 action sb_right_arrow.xcf
13202 action sb_up_arrow.xcf
13203 action sb_v_double_arrow.xcf
13205 action top_left_corner.xcf
13206 action top_right_corner.xcf
13207 action top_side.xcf
13210 action X_cursor.xcf
13216 symlink_data_cursors_whiteglass
() {
13217 src_dir programs
/xcursorgen
/whiteglass
13218 dst_dir data
/cursors
/whiteglass
13220 action X_cursor-16.png
13221 action X_cursor-24.png
13222 action X_cursor-32.png
13223 action X_cursor-48.png
13224 action X_cursor-64.png
13225 action base_arrow_down-16.png
13226 action base_arrow_down-24.png
13227 action base_arrow_down-32.png
13228 action base_arrow_down-48.png
13229 action base_arrow_down-64.png
13230 action base_arrow_up-16.png
13231 action base_arrow_up-24.png
13232 action base_arrow_up-32.png
13233 action base_arrow_up-48.png
13234 action base_arrow_up-64.png
13235 action basic_arrow-16.png
13236 action basic_arrow-24.png
13237 action basic_arrow-32.png
13238 action basic_arrow-48.png
13239 action basic_arrow-64.png
13245 action bottom_left_corner-16.png
13246 action bottom_left_corner-24.png
13247 action bottom_left_corner-32.png
13248 action bottom_left_corner-48.png
13249 action bottom_left_corner-64.png
13250 action bottom_right_corner-16.png
13251 action bottom_right_corner-24.png
13252 action bottom_right_corner-32.png
13253 action bottom_right_corner-48.png
13254 action bottom_right_corner-64.png
13255 action bottom_side-16.png
13256 action bottom_side-24.png
13257 action bottom_side-32.png
13258 action bottom_side-48.png
13259 action bottom_side-64.png
13260 action bottom_tee-16.png
13261 action bottom_tee-24.png
13262 action bottom_tee-32.png
13263 action bottom_tee-48.png
13264 action bottom_tee-64.png
13265 action center_ptr-16.png
13266 action center_ptr-24.png
13267 action center_ptr-32.png
13268 action center_ptr-48.png
13269 action center_ptr-64.png
13270 action circle-16.png
13271 action circle-24.png
13272 action circle-32.png
13273 action circle-48.png
13274 action circle-64.png
13275 action cross-16.png
13276 action cross-24.png
13277 action cross-32.png
13278 action cross-48.png
13279 action cross-64.png
13285 action dot_box_mask-16.png
13286 action dot_box_mask-24.png
13287 action dot_box_mask-32.png
13288 action dot_box_mask-48.png
13289 action dot_box_mask-64.png
13290 action double_arrow-16.png
13291 action double_arrow-24.png
13292 action double_arrow-32.png
13293 action double_arrow-48.png
13294 action double_arrow-64.png
13295 action draped_box-16.png
13296 action draped_box-24.png
13297 action draped_box-32.png
13298 action draped_box-48.png
13299 action draped_box-64.png
13300 action exchange-16.png
13301 action exchange-24.png
13302 action exchange-32.png
13303 action exchange-48.png
13304 action exchange-64.png
13305 action fleur-16.png
13306 action fleur-24.png
13307 action fleur-32.png
13308 action fleur-48.png
13309 action fleur-64.png
13310 action gumby-128.png
13311 action gumby-16.png
13312 action gumby-24.png
13313 action gumby-32.png
13314 action gumby-48.png
13315 action gumby-64.png
13316 action hand1-16.png
13317 action hand1-24.png
13318 action hand1-32.png
13319 action hand1-48.png
13320 action hand1-64.png
13321 action hand2-16.png
13322 action hand2-24.png
13323 action hand2-32.png
13324 action hand2-48.png
13325 action hand2-64.png
13326 action left_ptr-16.png
13327 action left_ptr-24.png
13328 action left_ptr-32.png
13329 action left_ptr-48.png
13330 action left_ptr-64.png
13331 action left_ptr_watch-16.png
13332 action left_ptr_watch-24.png
13333 action left_ptr_watch-32.png
13334 action left_ptr_watch-48.png
13335 action left_ptr_watch-64.png
13336 action left_side-16.png
13337 action left_side-24.png
13338 action left_side-32.png
13339 action left_side-48.png
13340 action left_side-64.png
13341 action left_tee-16.png
13342 action left_tee-24.png
13343 action left_tee-32.png
13344 action left_tee-48.png
13345 action left_tee-64.png
13346 action ll_angle-16.png
13347 action ll_angle-24.png
13348 action ll_angle-32.png
13349 action ll_angle-48.png
13350 action ll_angle-64.png
13351 action lr_angle-16.png
13352 action lr_angle-24.png
13353 action lr_angle-32.png
13354 action lr_angle-48.png
13355 action lr_angle-64.png
13356 action pencil-16.png
13357 action pencil-24.png
13358 action pencil-32.png
13359 action pencil-48.png
13360 action pencil-64.png
13361 action pirate-16.png
13362 action pirate-24.png
13363 action pirate-32.png
13364 action pirate-48.png
13365 action pirate-64.png
13366 action question_arrow-16.png
13367 action question_arrow-24.png
13368 action question_arrow-32.png
13369 action question_arrow-48.png
13370 action question_arrow-64.png
13371 action right_ptr-16.png
13372 action right_ptr-24.png
13373 action right_ptr-32.png
13374 action right_ptr-48.png
13375 action right_ptr-64.png
13376 action right_side-16.png
13377 action right_side-24.png
13378 action right_side-32.png
13379 action right_side-48.png
13380 action right_side-64.png
13381 action right_tee-16.png
13382 action right_tee-24.png
13383 action right_tee-32.png
13384 action right_tee-48.png
13385 action right_tee-64.png
13386 action sailboat-16.png
13387 action sailboat-24.png
13388 action sailboat-32.png
13389 action sailboat-48.png
13390 action sailboat-64.png
13391 action sb_down_arrow-16.png
13392 action sb_down_arrow-24.png
13393 action sb_down_arrow-32.png
13394 action sb_down_arrow-48.png
13395 action sb_down_arrow-64.png
13396 action sb_h_double_arrow-16.png
13397 action sb_h_double_arrow-24.png
13398 action sb_h_double_arrow-32.png
13399 action sb_h_double_arrow-48.png
13400 action sb_h_double_arrow-64.png
13401 action sb_left_arrow-16.png
13402 action sb_left_arrow-24.png
13403 action sb_left_arrow-32.png
13404 action sb_left_arrow-48.png
13405 action sb_left_arrow-64.png
13406 action sb_right_arrow-16.png
13407 action sb_right_arrow-24.png
13408 action sb_right_arrow-32.png
13409 action sb_right_arrow-48.png
13410 action sb_right_arrow-64.png
13411 action sb_up_arrow-16.png
13412 action sb_up_arrow-24.png
13413 action sb_up_arrow-32.png
13414 action sb_up_arrow-48.png
13415 action sb_up_arrow-64.png
13416 action sb_v_double_arrow-16.png
13417 action sb_v_double_arrow-24.png
13418 action sb_v_double_arrow-32.png
13419 action sb_v_double_arrow-48.png
13420 action sb_v_double_arrow-64.png
13421 action shuttle-16.png
13422 action shuttle-24.png
13423 action shuttle-32.png
13424 action shuttle-48.png
13425 action shuttle-64.png
13426 action sizing-16.png
13427 action sizing-24.png
13428 action sizing-32.png
13429 action sizing-48.png
13430 action sizing-64.png
13431 action target-16.png
13432 action target-24.png
13433 action target-32.png
13434 action target-48.png
13435 action target-64.png
13436 action top_left_corner-16.png
13437 action top_left_corner-24.png
13438 action top_left_corner-32.png
13439 action top_left_corner-48.png
13440 action top_left_corner-64.png
13441 action top_right_corner-16.png
13442 action top_right_corner-24.png
13443 action top_right_corner-32.png
13444 action top_right_corner-48.png
13445 action top_right_corner-64.png
13446 action top_side-16.png
13447 action top_side-24.png
13448 action top_side-32.png
13449 action top_side-48.png
13450 action top_side-64.png
13451 action top_tee-16.png
13452 action top_tee-24.png
13453 action top_tee-32.png
13454 action top_tee-48.png
13455 action top_tee-64.png
13461 action ul_angle-16.png
13462 action ul_angle-24.png
13463 action ul_angle-32.png
13464 action ul_angle-48.png
13465 action ul_angle-64.png
13466 action ur_angle-16.png
13467 action ur_angle-24.png
13468 action ur_angle-32.png
13469 action ur_angle-48.png
13470 action ur_angle-64.png
13471 action watch-16.png
13472 action watch-24.png
13473 action watch-32.png
13474 action watch-48.png
13475 action watch-64.png
13476 action xterm-16.png
13477 action xterm-24.png
13478 action xterm-32.png
13479 action xterm-48.png
13480 action xterm-64.png
13482 action X_cursor.cfg
13483 action base_arrow_down.cfg
13484 action base_arrow_up.cfg
13485 action basic_arrow.cfg
13487 action bottom_left_corner.cfg
13488 action bottom_right_corner.cfg
13489 action bottom_side.cfg
13490 action bottom_tee.cfg
13491 action center_ptr.cfg
13495 action dot_box_mask.cfg
13496 action double_arrow.cfg
13497 action draped_box.cfg
13498 action exchange.cfg
13503 action left_ptr.cfg
13504 action left_ptr_watch.cfg
13505 action left_side.cfg
13506 action left_tee.cfg
13507 action ll_angle.cfg
13508 action lr_angle.cfg
13511 action question_arrow.cfg
13512 action right_ptr.cfg
13513 action right_side.cfg
13514 action right_tee.cfg
13515 action sailboat.cfg
13516 action sb_down_arrow.cfg
13517 action sb_h_double_arrow.cfg
13518 action sb_left_arrow.cfg
13519 action sb_right_arrow.cfg
13520 action sb_up_arrow.cfg
13521 action sb_v_double_arrow.cfg
13525 action top_left_corner.cfg
13526 action top_right_corner.cfg
13527 action top_side.cfg
13530 action ul_angle.cfg
13531 action ur_angle.cfg
13535 action base_arrow_down.xcf
13536 action base_arrow_up.xcf
13537 action basic_arrow.xcf
13539 action bottom_left_corner.xcf
13540 action bottom_right_corner.xcf
13541 action bottom_side.xcf
13542 action bottom_tee.xcf
13543 action center_ptr.xcf
13546 action dot_box_mask.xcf
13548 action double_arrow.xcf
13549 action draped_box.xcf
13550 action exchange.xcf
13555 action left_ptr_watch.xcf
13556 action left_ptr.xcf
13557 action left_side.xcf
13558 action left_tee.xcf
13559 action ll_angle.xcf
13560 action lr_angle.xcf
13563 action question_arrow.xcf
13564 action right_ptr.xcf
13565 action right_side.xcf
13566 action right_tee.xcf
13567 action sailboat.xcf
13568 action sb_down_arrow.xcf
13569 action sb_h_double_arrow.xcf
13570 action sb_left_arrow.xcf
13571 action sb_right_arrow.xcf
13572 action sb_up_arrow.xcf
13573 action sb_v_double_arrow.xcf
13577 action top_left_corner.xcf
13578 action top_right_corner.xcf
13579 action top_side.xcf
13582 action ul_angle.xcf
13583 action ur_angle.xcf
13585 action X_cursor.xcf
13589 symlink_data_cursors
() {
13590 symlink_data_cursors_handhelds
13591 symlink_data_cursors_redglass
13592 symlink_data_cursors_whiteglass
13595 symlink_data_bitmaps
() {
13596 src_dir include
/bitmaps
13597 dst_dir data
/bitmaps
13615 action flipped_gray
13632 action mailemptymsk
13646 action right_ptrmsk
13670 symlink_data_xkbdata
() {
13671 src_dir programs
/xkbcomp
/torture
13672 dst_dir data
/xkbdata
/torture
13690 src_dir programs
/xkbcomp
/types
13691 dst_dir data
/xkbdata
/types
13706 src_dir programs
/xkbcomp
/keycodes
13707 dst_dir data
/xkbdata
/keycodes
13723 src_dir programs
/xkbcomp
/keycodes
/digital
13724 dst_dir data
/xkbdata
/keycodes
/digital
13729 src_dir programs
/xkbcomp
/keycodes
/sgi
13730 dst_dir data
/xkbdata
/keycodes
/sgi
13736 src_dir programs
/xkbcomp
/rules
13737 dst_dir data
/xkbdata
/rules
13753 src_dir programs
/xkbcomp
/compat
13754 dst_dir data
/xkbdata
/compat
13775 src_dir programs
/xkbcomp
/geometry
13776 dst_dir data
/xkbdata
/geometry
13797 src_dir programs
/xkbcomp
/geometry
/sgi
13798 dst_dir data
/xkbdata
/geometry
/sgi
13804 src_dir programs
/xkbcomp
/geometry
/ibm
13805 dst_dir data
/xkbdata
/geometry
/ibm
13809 src_dir programs
/xkbcomp
/geometry
/digital
13810 dst_dir data
/xkbdata
/geometry
/digital
13816 src_dir programs
/xkbcomp
/semantics
13817 dst_dir data
/xkbdata
/semantics
13824 src_dir programs
/xkbcomp
/keymap
13825 dst_dir data
/xkbdata
/keymap
13835 src_dir programs
/xkbcomp
/keymap
/digital
13836 dst_dir data
/xkbdata
/keymap
/digital
13840 src_dir programs
/xkbcomp
/keymap
/sgi
13841 dst_dir data
/xkbdata
/keymap
/sgi
13871 src_dir programs
/xkbcomp
/keymap
/sun
13872 dst_dir data
/xkbdata
/keymap
/sun
13885 src_dir programs
/xkbcomp
/symbols
13886 dst_dir data
/xkbdata
/symbols
13984 action syr_phonetic
14002 src_dir programs
/xkbcomp
/symbols
/sun
14003 dst_dir data
/xkbdata
/symbols
/sun
14009 src_dir programs
/xkbcomp
/symbols
/hp
14010 dst_dir data
/xkbdata
/symbols
/hp
14014 src_dir programs
/xkbcomp
/symbols
/macintosh
14015 dst_dir data
/xkbdata
/symbols
/macintosh
14032 src_dir programs
/xkbcomp
/symbols
/pc
14033 dst_dir data
/xkbdata
/symbols
/pc
14101 src_dir programs
/xkbcomp
/symbols
/sgi
14102 dst_dir data
/xkbdata
/symbols
/sgi
14106 src_dir programs
/xkbcomp
/symbols
/xfree68
14107 dst_dir data
/xkbdata
/symbols
/xfree68
14112 src_dir programs
/xkbcomp
/symbols
/fujitsu
14113 dst_dir data
/xkbdata
/symbols
/fujitsu
14118 src_dir programs
/xkbcomp
/symbols
/digital
14119 dst_dir data
/xkbdata
/symbols
/digital
14126 src_dir programs
/xkbcomp
/symbols
/sony
14127 dst_dir data
/xkbdata
/symbols
/sony
14131 src_dir programs
/xkbcomp
/symbols
/nec
14132 dst_dir data
/xkbdata
/symbols
/nec
14138 symlink_data_cursors
14139 symlink_data_bitmaps
14140 symlink_data_xkbdata
14146 # List of files that are deliberately not symlinked into
14151 # exclude $1 and everything in it
14152 exclude_directory
()
14154 for dir
in `find $SRC_DIR/$1 -type d` ; do
14155 dir
=`echo $dir | sed s,$SRC_DIR,, | sed s,^/,,`
14158 # Some versions of find do not support -maxdepth
14159 # for file in `find $SRC_DIR/$dir -maxdepth 1 -type f `; do
14160 # action `basename $file`
14162 for file in $SRC_DIR/$dir/*; do
14163 if [ -f $file ]; then
14164 action
`basename $file`
14172 for file in `find $SRC_DIR -name "$1"` ; do
14173 src_dir
`dirname $file | sed s,$SRC_DIR,, | sed s,^/,,`
14174 action
`basename $file`
14178 exclude_xft_buildsystem
()
14184 action config.guess
14188 action configure.ac
14195 action mkinstalldirs
14198 src_dir lib
/Xft
/config
14199 action config-subst
14202 exclude_render_buildsystem
()
14204 src_dir lib
/Xrender
14210 action configure.ac
14215 action Xrender-def.cpp
14216 action xrender.pc.
in
14219 exclude_composite_buildsystem
()
14221 src_dir lib
/Xcomposite
14226 action configure.ac
14233 action xcomposite.pc.
in
14236 exclude_cursor_buildsystem
()
14238 src_dir lib
/Xcursor
14244 action config-subst
14245 action configure.ac
14251 action xcursor-config.
in
14252 action Xcursor-def.cpp
14253 action xcursor.pc.
in
14256 exclude_damage_buildsystem
()
14258 src_dir lib
/Xdamage
14263 action configure.ac
14270 action xdamage.pc.
in
14273 exclude_fixes_buildsystem
()
14280 action configure.ac
14287 action Xfixes-def.cpp
14288 action xfixes.pc.
in
14291 symlink_non_linked_files
()
14293 # SGI is upstream for these files. Not sure what to about them, but
14294 # one place they absolutely do _not_ belong, is in the X tree.
14295 exclude_directory
doc
/man
/GL
14296 exclude_directory
doc
/man
/GLU
14298 # This stuff is used to build binary distributions of the monolith.
14299 # It would have to be redone to do something similar for the modular.
14300 exclude_directory programs
/Xserver
/hw
/xfree86
/etc
/bindist
14302 # DPS is not part of the modular tree
14303 exclude_directory lib
/dps
14304 exclude_directory programs
/dpsexec
14305 exclude_directory programs
/dpsinfo
14306 exclude_directory programs
/texteroids
14307 exclude_directory include
/DPS
14308 exclude_directory config
/pswrap
14309 exclude_directory lib
/dpstk
14310 exclude_directory lib
/psres
14312 # Speedo font support is deprecated in 7.0
14313 exclude_directory lib
/font
/Speedo
14315 # Exclude unmaintained sun and sunLynx
14316 exclude_directory programs
/Xserver
/hw
/sun
14317 exclude_directory programs
/Xserver
/hw
/sunLynx
14319 # Exclude deprecated wacom(4)
14320 exclude_directory programs
/Xserver
/hw
/xfree86
/input
/wacom
14323 exclude_directory programs
/xterm
14325 # Nobody should really care about Xft1 anymore
14326 exclude_directory lib
/Xft1
14328 # these are included with Mesa
14329 exclude_directory programs
/glxgears
14330 exclude_directory programs
/glxinfo
14331 exclude_directory lib
/GLw
14332 exclude_directory include
/GL
14334 # exclude config/util - I don't think it's relevant for the modular tree
14335 exclude_directory config
/util
14337 # These all have their own build systems in the modular tree
14338 exclude_xft_buildsystem
14339 exclude_render_buildsystem
14340 exclude_composite_buildsystem
14341 exclude_cursor_buildsystem
14342 exclude_damage_buildsystem
14343 exclude_fixes_buildsystem
14345 # By definition the monolith is not upstream for this
14346 exclude_directory extras
14348 # Exclude memleak (verified by keithp)
14349 exclude_directory util
/memleak
14351 # Use upstream packaging of expat
14352 exclude_directory lib
/expat
14354 # Exclude fontconfig
14355 exclude_directory programs
/fc-cache
14356 exclude_directory programs
/fc-list
14357 exclude_directory lib
/fontconfig
14359 # Exclude empty directory that just has README saying kdrive doesn't
14360 # live here any more
14361 exclude_directory programs
/Xserver
/hw
/kdrive
14363 # Empty stubs for projects not yet checked into CVS
14364 exclude_directory programs
/Xserver
/Xprint
/pdf
14365 exclude_directory programs
/Xserver
/Xprint
/svg
14366 exclude_directory programs
/Xserver
/Xprint
/windows
14368 # Exclude monolithic tree SDK
14369 exclude_directory programs
/Xserver
/hw
/xfree86
/sdk
14371 # Exclude platforms that are no longer maintained
14372 src_dir programs
/Xserver
/hw
/xfree86
/etc
14374 action mmapSVR3.
shar
14376 action svr3_rem_pch
14378 action svr4_rem_pch
14380 # Upgrades stone age (pre-1994) config files to bronze age (1994)
14381 # config files. Not built in the monolith since XFree86 3.9 series
14382 # in 1998 and XFree86 has even deleted from their monolith.
14383 exclude_directory programs
/Xserver
/hw
/xfree86
/reconfig
14385 # These fonts are not needed because they are generated
14386 exclude_glob
"*-L1.bdf"
14387 exclude_glob
"*-JISX0201.bdf"
14389 # These files are not needed
14390 exclude_glob
"Imakefile*"
14391 exclude_glob
"jump_*"
14392 exclude_glob
".cvsignore"
14394 # These files are only used by OS/2 and can be added back if a
14395 # maintainer steps up
14396 exclude_glob
"*-def.cpp"
14397 src_dir programs
/Xserver
14402 src_dir programs
/Xserver
/hw
/xfree86
/xf86config
14403 action xf86config.cmd
14405 # This file is replaced by httptransport.c in the modular tree
14406 src_dir programs
/xrx
/helper
14409 # Some toplevel monolithic stuff
14411 action BUILD
# description of the monolithic build system
14412 action ChangeLog
# irrelevant to modular
14413 action Makefile
# Only useful for monolith
14415 # These files generate the list of drivers (input and video) for the
14416 # monolithic build system and are not needed for the modular build
14417 src_dir programs
/Xserver
/hw
/xfree86
/drivers
14419 src_dir programs
/Xserver
/hw
/xfree86
/input
14422 # expat is external now
14424 action expat_config.h
14426 # This file is replaced by a Makefile.am
14427 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/util
14430 # The via_drm.h file belongs in libdrm
14431 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/via
14434 # This file is only useful in the monolith
14435 src_dir programs
/Xserver
/hw
/dmx
/doc
14436 action Makefile.linux
14438 # No longer needed as dlopen modules are default
14439 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sunos
14440 action find_deps.pl
14443 src_dir programs
/Xserver
/hw
/xfree86
/doc
/sgml
14444 action BUILD.sgml
# - specific to the monolith
14446 action Status.sgml
# - obsolete
14447 action README.build-docs
# - specific to monolith build
14449 src_dir programs
/Xserver
/hw
/xfree86
14450 action XF86Conf.man
14451 action XF98Conf.cpp
14453 # These docs are only useful for monolith
14457 action README.crypto
14460 # This file is not used by in modular tree
14464 # This should be distributed to various font components
14465 src_dir fonts
/bdf
/misc
14468 # Using upstream version from Gnome
14469 src_dir fonts
/scaled
/TTF
14470 action COPYRIGHT.Vera
14472 # This file is not used by makedepend in the monolith
14473 src_dir config
/makedepend
14476 # This file is not used in the monolith
14477 src_dir config
/docbook
14478 action docbookconv.sh
14480 # The following files are simple test files that should not be
14481 # included with the library
14484 src_dir lib
/font
/Type1
14488 # Don't symlink XFree86 xpm logos or sequent .Xdefaults from xdm
14489 src_dir programs
/xdm
/config
14491 action XFree86bw.xpm
14492 action system.Xdefaults.sequent
14493 action system.xsession.sequent
14495 # Dead source file from cfb, never built in monolith
14496 src_dir programs
/Xserver
/cfb
14497 action stipple68k.s
14499 # Generated html, so don't symlink
14500 src_dir programs
/xphelloworld
/xphelloworld
14501 action xphelloworld.html
14503 src_dir programs
/xphelloworld
/xpsimplehelloworld
14504 action xpsimplehelloworld.html
14506 src_dir programs
/xphelloworld
/xpxmhelloworld
14507 action xpxmhelloworld.html
14509 src_dir programs
/xphelloworld
/xpxthelloworld
14510 action xpxthelloworld.html
14512 src_dir programs
/xplsprinters
14513 action xplsprinters.html
14515 src_dir programs
/xprehashprinterlist
14516 action xprehashprinterlist.html
14518 src_dir
doc
/man
/general
14521 # Unused symbol export control thing. No clue how this ever worked.
14522 exclude_glob
"*.elist"
14524 # Highly non-free reimplementation of snprintf. If your libc is so
14525 # crippled as to need this, steal it from BSD's libc instead, thanks.
14530 # A do-nothing header in Xevie. Take a drink.
14532 action xevieplaceholder.h
14534 # Script to generate the list of widgets in the Xaw set. Hopefully
14535 # no one is adding new ones anymore...
14539 # Workarounds for long forgotten bugs in SunOS 4.1 & Solaris 2.3
14545 # Generated README files for the drivers
14546 src_dir programs
/Xserver
/hw
/xfree86
/doc
14547 action README.DECtga
14551 action README.chips
14552 action README.cyrix
14555 action README.mouse
14556 action README.newport
14557 action README.rendition
14558 action README.s3virge
14562 # We use the compiled version of ucs2any, so the perl version is no
14563 # longer needed or used
14567 # This .cf file is used only in the local xedit Imakefiles
14568 src_dir programs
/xedit
/lisp
14571 # The following file is duplicates the copyright that is already
14572 # present in the source files
14573 src_dir programs
/rstart
14579 echo $1 >> symlink-processed-files
14582 generate_monolith_files
()
14584 for cvsdir
in `find $SRC_DIR -name "CVS"` ; do
14585 for file in `cat $cvsdir/Entries | grep -v "^D" | cut -d"/" -f2 `; do
14586 echo `echo $cvsdir | sed s/CVS//`$file >> all-monolith-files
14593 rm -f symlink-processed-files
14594 rm -f symlink-processed-files.sorted
14595 rm -f all-monolith-files
14596 rm -f all-monolith-files.sorted
14598 # make sure we are not excluding anything that doesn't exist
14599 ACTION
=check_exist EXPLANATION
="Checking that excluded files exist" run_module non_linked_files
14601 # generate a list of all files that this script is going to link
14602 run print_source
"Generating list of linked files"
14604 # generate a list of all files that this script is explicityly *not* going to link
14605 ACTION
=print_source EXPLANATION
="Generating list of non-linked files" run_module non_linked_files
14607 # generate a list of all files in the xc directory, except those that
14608 # we already know we don't care about
14610 echo -n Generating list of all monolithic files ...\
14612 generate_monolith_files
14616 echo -n Generating list of missing files
in file \"missing-files
\" ...\
14618 sort symlink-processed-files
> symlink-processed-files.sorted
14619 sort all-monolith-files
> all-monolith-files.sorted
14621 diff -u symlink-processed-files.sorted all-monolith-files.sorted |
grep -v "^-" |
grep "^\+" | cut
-d "+" -f2 > missing-files
14635 echo \ \ \ error
:\ \ \
$1
14639 # printing out what's going on
14643 echo -n $EXPLANATION for $1 module ...\
14652 ACTION
=$1 EXPLANATION
=$2 run_module proto
14653 ACTION
=$1 EXPLANATION
=$2 run_module lib
14654 ACTION
=$1 EXPLANATION
=$2 run_module app
14655 ACTION
=$1 EXPLANATION
=$2 run_module xserver
14656 ACTION
=$1 EXPLANATION
=$2 run_module driver
14657 ACTION
=$1 EXPLANATION
=$2 run_module font
14658 ACTION
=$1 EXPLANATION
=$2 run_module doc
14659 ACTION
=$1 EXPLANATION
=$2 run_module util
14660 ACTION
=$1 EXPLANATION
=$2 run_module data
14664 if [ x
$1 = x
]; then
14665 REAL_SRC_DIR
=$SRC_DIR
14667 REAL_SRC_DIR
=$SRC_DIR/$1
14669 if [ ! -d $REAL_SRC_DIR ] ; then
14670 error
"Source directory $REAL_SRC_DIR does not exist"
14675 REAL_DST_DIR
=$DST_DIR/$1
14676 if [ ! -d $REAL_DST_DIR ] ; then
14677 mkdir
-p $REAL_DST_DIR
14682 if [ -z $2 ] ; then
14683 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$1
14685 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$2
14692 echo \ symlink.sh
[ -m ] src-dir dst-dir
14694 echo \ src-dir
: the xc directory of the monolithic
source tree
14695 echo \ dst-dir
: the modular
source tree containing proto
, app
, lib
, ...
14697 echo \
-m: Instead of symlinking the files
, list the files from the
source
14698 echo \ \ \ \ \ \ directory that are not processed by this
script
14701 # Check commandline args
14704 if [ x
$1 = "x-m" ] ; then
14709 if [ -z $1 ] ; then
14710 echo Missing
source dir
14715 if [ -z $2 ] ; then
14716 echo Missing destination dir
14721 if [ ! -d $1 ] ; then
14722 echo $1 is not a dir
14727 if [ ! -d $2 ] ; then
14728 echo $2 is not a dir
14733 if [ $1 = $2 ] ; then
14734 echo source and destination can
\'t be the same
14739 D
=`dirname "$relpath"`
14740 B
=`basename "$relpath"`
14741 abspath
="`cd \"$D\" 2>/dev/null && pwd || echo \"$D\"`/$B"
14743 SRC_DIR
=`( cd $1 ; pwd )`
14744 DST_DIR
=`( cd $2 ; pwd )`
14747 check_args
$1 $2 $3
14749 if [ $MISSING_FILES = yes ] ; then