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
360 src_dir extras
/Mesa
/include
/GL
/internal
362 action dri_interface.h
365 symlink_proto_xf86misc
() {
366 src_dir include
/extensions
367 dst_dir proto
/XF86Misc
373 symlink_proto_xf86rush
() {
374 src_dir include
/extensions
375 dst_dir proto
/XF86Rush
381 symlink_proto_xf86vidmode
() {
382 src_dir include
/extensions
383 dst_dir proto
/XF86VidMode
389 symlink_proto_fonts
() {
390 src_dir include
/fonts
396 action FS.h
# not used in server
398 action FSproto.h
# not used in server
410 src_dir extras
/Mesa
/include
/GL
/internal
419 # Extension protocols
420 symlink_proto_applewm
422 symlink_proto_composite
427 symlink_proto_fontcache
435 symlink_proto_resource
439 symlink_proto_windowswm
442 symlink_proto_xf86bigfont
443 symlink_proto_xf86dga
444 symlink_proto_xf86dri
445 symlink_proto_xf86misc
446 symlink_proto_xf86rush
447 symlink_proto_xf86vidmode
448 symlink_proto_xinerama
463 symlink_lib_applewm
() {
465 dst_dir lib
/AppleWM
/src
469 dst_dir lib
/AppleWM
/man
471 action AppleWM.man AppleWM
.3
483 action DMXAddInput.man DMXAddInput
.3
484 action DMXAddScreen.man DMXAddScreen
.3
485 action DMXChangeDesktopAttributes.man DMXChangeDesktopAttributes
.3
486 action DMXChangeScreensAttributes.man DMXChangeScreensAttributes
.3
487 action DMXForceWindowCreation.man DMXForceWindowCreation
.3
488 action DMXGetDesktopAttributes.man DMXGetDesktopAttributes
.3
489 action DMXGetInputAttributes.man DMXGetInputAttributes
.3
490 action DMXGetInputCount.man DMXGetInputCount
.3
491 action DMXGetScreenAttributes.man DMXGetScreenAttributes
.3
492 action DMXGetScreenCount.man DMXGetScreenCount
.3
493 action DMXGetWindowAttributes.man DMXGetWindowAttributes
.3
495 action DMXQueryExtension.man DMXQueryExtension
.3
496 action DMXQueryVersion.man DMXQueryVersion
.3
497 action DMXRemoveInput.man DMXRemoveInput
.3
498 action DMXRemoveScreen.man DMXRemoveScreen
.3
499 action DMXSync.man DMXSync
.3
502 symlink_lib_composite
() {
503 src_dir lib
/Xcomposite
504 dst_dir lib
/Xcomposite
506 dst_dir lib
/Xcomposite
/include
/X11
/extensions
510 dst_dir lib
/Xcomposite
/src
512 action xcompositeint.h
516 symlink_lib_damage
() {
520 dst_dir lib
/Xdamage
/include
/X11
/extensions
524 dst_dir lib
/Xdamage
/src
531 src_dir include
/extensions
532 dst_dir lib
/Xevie
/include
/X11
/extensions
542 dst_dir lib
/Xevie
/src
546 dst_dir lib
/Xevie
/man
551 symlink_lib_fixes
() {
555 dst_dir lib
/Xfixes
/src
564 dst_dir lib
/Xfixes
/include
/X11
/extensions
568 dst_dir lib
/Xfixes
/man
570 action Xfixes.man Xfixes
.3
590 dst_dir lib
/Xau
/include
/X11
600 symlink_lib_xtrans
() {
616 symlink_lib_xdmcp
() {
664 action Wraphelp.README.crypto
666 dst_dir lib
/Xdmcp
/include
/X11
694 action DPMSCapable.man
695 action DPMSDisable.man
696 action DPMSEnable.man
697 action DPMSForceLevel.man
698 action DPMSGetTimeouts.man
699 action DPMSGetVersion.man
701 action DPMSQueryExtension.man
702 action DPMSSetTimeouts.man
703 action XcupGetReservedColormapEntries.man
704 action XcupQueryVersion.man
705 action XcupStoreColors.man
710 src_dir
doc
/man
/Xext
/dbe
713 action XdbeAllo.man XdbeAllocateBackBufferName.man
714 action XdbeBegi.man XdbeBeginIdiom.man
715 action XdbeEndI.man XdbeEndIdiom.man
716 action XdbeDeal.man XdbeDeallocateBackBufferName.man
717 action XdbeFree.man XdbeFreeVisualInfo.man
718 action XdbeQuer.man XdbeQueryExtension.man
719 action XdbeSwap.man XdbeSwapBuffers.man
720 action XdbeGetB.man XdbeGetBackBufferAttributes.man
721 action XdbeGetV.man XdbeGetVisualInfo.man
728 dst_dir lib
/X11
/include
/X11
753 action Xresinternal.h
1024 dst_dir lib
/X11
/src
/xcms
1094 dst_dir lib
/X11
/src
/xkb
1106 action XKBGetByName.c
1121 dst_dir lib
/X11
/src
/xlibi18n
1145 action utf8WMProps.c
1149 action XDefaultIMIF.c
1150 action XDefaultOMIF.c
1167 # XIMPC input method files
1169 dst_dir lib
/X11
/modules
/im
/ximcp
1200 dst_dir lib
/X11
/modules
/lc
/def
1206 dst_dir lib
/X11
/modules
/lc
/gen
1212 dst_dir lib
/X11
/modules
/lc
/Utf8
1218 dst_dir lib
/X11
/modules
/lc
/xlocale
1224 # Generic output method files
1226 dst_dir lib
/X11
/modules
/om
/generic
1242 action AllPlanes.man AllPlanes.man
1243 action BlkPScrn.man BlackPixelOfScreen.man
1244 action Dis3C.man DisplayOfCCC.man
1245 action ImageOrd.man ImageByteOrder.man
1246 action IsCKey.man IsCursorKey.man
1247 action XACHints.man XAllocClassHint.man
1248 action XAIcSize.man XAllocIconSize.man
1249 action XASCmap.man XAllocStandardColormap.man
1250 action XASHints.man XAllocSizeHints.man
1251 action XAWMHints.man XAllocWMHints.man
1252 action XAddHost.man XAddHost.man
1253 action XAllColor.man XAllocColor.man
1254 action XAllEvnt.man XAllowEvents.man
1255 action XAnyEvent.man XAnyEvent.man
1256 action XButEvent.man XButtonEvent.man
1257 action XCKCntrl.man XChangeKeyboardControl.man
1258 action XCKMping.man XChangeKeyboardMapping.man
1259 action XCMEvent.man XClientMessageEvent.man
1260 action XCPCntrl.man XChangePointerControl.man
1261 action XCSSet.man XChangeSaveSet.man
1262 action XCWAttrib.man XChangeWindowAttributes.man
1263 action XCWEvent.man XCreateWindowEvent.man
1264 action XCirEvent.man XCirculateEvent.man
1265 action XCirREven.man XCirculateRequestEvent.man
1266 action XClrArea.man XClearArea.man
1267 action XCmpEvent.man XColormapEvent.man
1268 action XConEvent.man XConfigureEvent.man
1269 action XConREven.man XConfigureRequestEvent.man
1270 action XConfWin.man XConfigureWindow.man
1271 action XCopyArea.man XCopyArea.man
1272 action XCreCmap.man XCreateColormap.man
1273 action XCreFCur.man XCreateFontCursor.man
1274 action XCreFSet.man XCreateFontSet.man
1275 action XCreGC.man XCreateGC.man
1276 action XCreIC.man XCreateIC.man
1277 action XCreImage.man XInitImage.man
1278 action XCreOC.man XCreateOC.man
1279 action XCrePmap.man XCreatePixmap.man
1280 action XCreReg.man XCreateRegion.man
1281 action XCreWin.man XCreateWindow.man
1282 action XCroEvent.man XCrossingEvent.man
1283 action XDWEvent.man XDestroyWindowEvent.man
1284 action XDefCur.man XDefineCursor.man
1285 action XDesWin.man XDestroyWindow.man
1286 action XDrArc.man XDrawArc.man
1287 action XDrIStr.man XDrawImageString.man
1288 action XDrLine.man XDrawLine.man
1289 action XDrPoint.man XDrawPoint.man
1290 action XDrRect.man XDrawRectangle.man
1291 action XDrString.man XDrawString.man
1292 action XDrText.man XDrawText.man
1293 action XERegion.man XEmptyRegion.man
1294 action XEnumDB.man XrmEnumerateDatabase.man
1295 action XEofFSet.man XExtentsOfFontSet.man
1296 action XErrEvent.man XErrorEvent.man
1297 action XExpEvent.man XExposeEvent.man
1298 action XFCEvent.man XFocusChangeEvent.man
1299 action XFEvent.man XFilterEvent.man
1300 action XFSExt.man XFontSetExtents.man
1301 action XFillRect.man XFillRectangle.man
1302 action XFlush.man XFlush.man
1303 action XFofFSet.man XFontsOfFontSet.man
1304 action XFree.man XFree.man
1305 action XGEEvent.man XGraphicsExposeEvent.man
1306 action XGEvent.man XGravityEvent.man
1307 action XGFDBase.man XrmGetFileDatabase.man
1308 action XGetRes.man XrmGetResource.man
1309 action XGetVInfo.man XGetVisualInfo.man
1310 action XGetWAttr.man XGetWindowAttributes.man
1311 action XGetWProp.man XGetWindowProperty.man
1312 action XGrButton.man XGrabButton.man
1313 action XGrKey.man XGrabKey.man
1314 action XGrKeybrd.man XGrabKeyboard.man
1315 action XGrPntr.man XGrabPointer.man
1316 action XGrServer.man XGrabServer.man
1317 action XIcWin.man XIconifyWindow.man
1318 action XIfEvent.man XIfEvent.man
1319 action XInitial.man XrmInitialize.man
1320 action XInstCmap.man XInstallColormap.man
1321 action XIntConn.man XAddConnectionWatch.man
1322 action XInterReg.man XIntersectRegion.man
1323 action XInternA.man XInternAtom.man
1324 action XKMapEven.man XKeymapEvent.man
1325 action XListFont.man XListFonts.man
1326 action XLoadFont.man XLoadFont.man
1327 action XLookKsym.man XLookupKeysym.man
1328 action XMDBases.man XrmMergeDatabases.man
1329 action XMEvent.man XMapEvent.man
1330 action XMREvent.man XMapRequestEvent.man
1331 action XMapWin.man XMapWindow.man
1332 action XNEvent.man XNextEvent.man
1333 action XNoOp.man XNoOp.man
1334 action XOpDsply.man XOpenDisplay.man
1335 action XOpenIM.man XOpenIM.man
1336 action XOpenOM.man XOpenOM.man
1337 action XPEvent.man XPropertyEvent.man
1338 action XParGeom.man XParseGeometry.man
1339 action XPolyReg.man XPolygonRegion.man
1340 action XPutBEvnt.man XPutBackEvent.man
1341 action XPutImage.man XPutImage.man
1342 action XPutRes.man XrmPutResource.man
1343 action XQBSize.man XQueryBestSize.man
1344 action XQColor.man XQueryColor.man
1345 action XQExtension.man XQueryExtension.man
1346 action XQPointer.man XQueryPointer.man
1347 action XQTree.man XQueryTree.man
1348 action XREvent.man XReparentEvent.man
1349 action XRMStr.man XResourceManagerString.man
1350 action XRREvent.man XResizeRequestEvent.man
1351 action XRaiseWin.man XRaiseWindow.man
1352 action XReadBF.man XReadBitmapFile.man
1353 action XRecCur.man XRecolorCursor.man
1354 action XReparWin.man XReparentWindow.man
1355 action XSCEvent.man XSelectionClearEvent.man
1356 action XSContext.man XSaveContext.man
1357 action XSEvent.man XSelectionEvent.man
1358 action XSICFoc.man XSetICFocus.man
1359 action XSICVals.man XSetICValues.man
1360 action XSInput.man XSelectInput.man
1361 action XSLTTProp.man XStringListToTextProperty.man
1362 action XSREvent.man XSelectionRequestEvent.man
1363 action XSeArcMod.man XSetArcMode.man
1364 action XSeClipO.man XSetClipOrigin.man
1365 action XSeClosDM.man XSetCloseDownMode.man
1366 action XSeCmd.man XSetCommand.man
1367 action XSeErrHan.man XSetErrorHandler.man
1368 action XSeEvent.man XSendEvent.man
1369 action XSeFillS.man XSetFillStyle.man
1370 action XSeFont.man XSetFont.man
1371 action XSeFontP.man XSetFontPath.man
1372 action XSeInFoc.man XSetInputFocus.man
1373 action XSeLAttr.man XSetLineAttributes.man
1374 action XSePMap.man XSetPointerMapping.man
1375 action XSeScSav.man XSetScreenSaver.man
1376 action XSeSelOwn.man XSetSelectionOwner.man
1377 action XSeState.man XSetState.man
1378 action XSeTFHint.man XSetTransientForHint.man
1379 action XSeTProp.man XSetTextProperty.man
1380 action XSeTile.man XSetTile.man
1381 action XSeWMCMac.man XSetWMClientMachine.man
1382 action XSeWMCWin.man XSetWMColormapWindows.man
1383 action XSeWMINam.man XSetWMIconName.man
1384 action XSeWMName.man XSetWMName.man
1385 action XSeWMProp.man XSetWMProperties.man
1386 action XSeWMProt.man XSetWMProtocols.man
1387 action XStBytes.man XStoreBytes.man
1388 action XStColors.man XStoreColors.man
1389 action XStTKsym.man XStringToKeysym.man
1390 action XSupLoc.man XSupportsLocale.man
1391 action XSync.man XSynchronize.man
1392 action XTLTTProp.man XmbTextListToTextProperty.man
1393 action XTextExt.man XTextExtents.man
1394 action XTextWid.man XTextWidth.man
1395 action XThreads.man XInitThreads.man
1396 action XTranWCo.man XTranslateCoordinates.man
1397 action XUQuark.man XrmUniqueQuark.man
1398 action XUmapEven.man XUnmapEvent.man
1399 action XUnmapWin.man XUnmapWindow.man
1400 action XVCNList.man XVaCreateNestedList.man
1401 action XVEvent.man XVisibilityEvent.man
1402 action XWarpPntr.man XWarpPointer.man
1403 action Xcms3CoC.man XcmsCCCOfColormap.man
1404 action XcmsAClr.man XcmsAllocColor.man
1405 action XcmsCClrs.man XcmsConvertColors.man
1406 action XcmsClr.man XcmsColor.man
1407 action XcmsCre3C.man XcmsCreateCCC.man
1408 action XcmsD3C.man XcmsDefaultCCC.man
1409 action XcmsLaQMC.man XcmsCIELabQueryMaxC.man
1410 action XcmsLuQMC.man XcmsCIELuvQueryMaxC.man
1411 action XcmsQBlk.man XcmsQueryBlack.man
1412 action XcmsQClr.man XcmsQueryColor.man
1413 action XcmsSClr.man XcmsStoreColor.man
1414 action XcmsSWP.man XcmsSetWhitePoint.man
1415 action XcmsTQMC.man XcmsTekHVCQueryMaxC.man
1416 action XmbDIStr.man XmbDrawImageString.man
1417 action XmbDStr.man XmbDrawString.man
1418 action XmbDTxt.man XmbDrawText.man
1419 action XmbLStr.man XmbLookupString.man
1420 action XmbRIC.man XmbResetIC.man
1421 action XmbTEsc.man XmbTextEscapement.man
1422 action XmbTExt.man XmbTextExtents.man
1423 action XmbTPCEx.man XmbTextPerCharExtents.man
1427 src_dir lib
/X11
/util
1428 dst_dir lib
/X11
/src
/util
1433 #---------------------
1437 #---------------------
1442 action compose.dir compose.dir.pre
1443 action locale.dir locale.dir.pre
1444 action locale.
alias locale.
alias.pre
1447 dst_dir lib
/X11
/nls
/armscii-8
1448 src_dir
nls
/XLC_LOCALE
1449 action armscii-8 XLC_LOCALE.pre
1450 src_dir
nls
/XI18N_OBJS
1451 action armscii-8 XI18N_OBJS
1453 action armscii-8 Compose.pre
1456 dst_dir lib
/X11
/nls
/C
1457 src_dir
nls
/XLC_LOCALE
1458 action C XLC_LOCALE.pre
1459 src_dir
nls
/XI18N_OBJS
1461 #src_dir nls/Compose
1462 #action C Compose.pre
1465 dst_dir lib
/X11
/nls
/el_GR.UTF-8
1467 action el_GR.UTF-8 Compose.pre
1470 dst_dir lib
/X11
/nls
/en_US.UTF-8
1471 src_dir
nls
/XLC_LOCALE
1472 action en_US.UTF-8 XLC_LOCALE.pre
1473 src_dir
nls
/XI18N_OBJS
1474 action en_US.UTF-8 XI18N_OBJS
1476 action en_US.UTF-8 Compose.pre
1479 dst_dir lib
/X11
/nls
/georgian-academy
1480 src_dir
nls
/XLC_LOCALE
1481 action georgian-academy XLC_LOCALE.pre
1482 src_dir
nls
/XI18N_OBJS
1483 action georgian-academy XI18N_OBJS
1485 action georgian-academy Compose.pre
1488 dst_dir lib
/X11
/nls
/georgian-ps
1489 src_dir
nls
/XLC_LOCALE
1490 action georgian-ps XLC_LOCALE.pre
1491 src_dir
nls
/XI18N_OBJS
1492 action georgian-ps XI18N_OBJS
1494 action georgian-ps Compose.pre
1497 dst_dir lib
/X11
/nls
/ibm-cp1133
1498 src_dir
nls
/XLC_LOCALE
1499 action ibm-cp1133 XLC_LOCALE.pre
1500 src_dir
nls
/XI18N_OBJS
1501 action ibm-cp1133 XI18N_OBJS
1503 action ibm-cp1133 Compose.pre
1506 dst_dir lib
/X11
/nls
/iscii-dev
1507 src_dir
nls
/XLC_LOCALE
1508 action iscii-dev XLC_LOCALE.pre
1509 src_dir
nls
/XI18N_OBJS
1510 action iscii-dev XI18N_OBJS
1511 #src_dir nls/Compose
1512 #action iscii-dev Compose.pre
1515 dst_dir lib
/X11
/nls
/isiri-3342
1516 src_dir
nls
/XLC_LOCALE
1517 action isiri-3342 XLC_LOCALE.pre
1518 src_dir
nls
/XI18N_OBJS
1519 action isiri-3342 XI18N_OBJS
1520 #src_dir nls/Compose
1521 #action isiri-3342 Compose.pre
1524 dst_dir lib
/X11
/nls
/iso8859-1
1525 src_dir
nls
/XLC_LOCALE
1526 action iso8859-1 XLC_LOCALE.pre
1527 src_dir
nls
/XI18N_OBJS
1528 action iso8859-1 XI18N_OBJS
1530 action iso8859-1 Compose.pre
1533 dst_dir lib
/X11
/nls
/iso8859-10
1534 src_dir
nls
/XLC_LOCALE
1535 action iso8859-10 XLC_LOCALE.pre
1536 src_dir
nls
/XI18N_OBJS
1537 action iso8859-10 XI18N_OBJS
1539 action iso8859-10 Compose.pre
1542 dst_dir lib
/X11
/nls
/iso8859-11
1543 src_dir
nls
/XLC_LOCALE
1544 action iso8859-11 XLC_LOCALE.pre
1545 src_dir
nls
/XI18N_OBJS
1546 action iso8859-11 XI18N_OBJS
1547 #src_dir nls/Compose
1548 #action iso8859-11 Compose.pre
1551 dst_dir lib
/X11
/nls
/iso8859-13
1552 src_dir
nls
/XLC_LOCALE
1553 action iso8859-13 XLC_LOCALE.pre
1554 src_dir
nls
/XI18N_OBJS
1555 action iso8859-13 XI18N_OBJS
1557 action iso8859-13 Compose.pre
1560 dst_dir lib
/X11
/nls
/iso8859-14
1561 src_dir
nls
/XLC_LOCALE
1562 action iso8859-14 XLC_LOCALE.pre
1563 src_dir
nls
/XI18N_OBJS
1564 action iso8859-14 XI18N_OBJS
1566 action iso8859-14 Compose.pre
1569 dst_dir lib
/X11
/nls
/iso8859-15
1570 src_dir
nls
/XLC_LOCALE
1571 action iso8859-15 XLC_LOCALE.pre
1572 src_dir
nls
/XI18N_OBJS
1573 action iso8859-15 XI18N_OBJS
1575 action iso8859-15 Compose.pre
1578 dst_dir lib
/X11
/nls
/iso8859-2
1579 src_dir
nls
/XLC_LOCALE
1580 action iso8859-2 XLC_LOCALE.pre
1581 src_dir
nls
/XI18N_OBJS
1582 action iso8859-2 XI18N_OBJS
1584 action iso8859-2 Compose.pre
1587 dst_dir lib
/X11
/nls
/iso8859-3
1588 src_dir
nls
/XLC_LOCALE
1589 action iso8859-3 XLC_LOCALE.pre
1590 src_dir
nls
/XI18N_OBJS
1591 action iso8859-3 XI18N_OBJS
1593 action iso8859-3 Compose.pre
1596 dst_dir lib
/X11
/nls
/iso8859-4
1597 src_dir
nls
/XLC_LOCALE
1598 action iso8859-4 XLC_LOCALE.pre
1599 src_dir
nls
/XI18N_OBJS
1600 action iso8859-4 XI18N_OBJS
1602 action iso8859-4 Compose.pre
1605 dst_dir lib
/X11
/nls
/iso8859-5
1606 src_dir
nls
/XLC_LOCALE
1607 action iso8859-5 XLC_LOCALE.pre
1608 src_dir
nls
/XI18N_OBJS
1609 action iso8859-5 XI18N_OBJS
1611 action iso8859-5 Compose.pre
1614 dst_dir lib
/X11
/nls
/iso8859-6
1615 src_dir
nls
/XLC_LOCALE
1616 action iso8859-6 XLC_LOCALE.pre
1617 src_dir
nls
/XI18N_OBJS
1618 action iso8859-6 XI18N_OBJS
1620 action iso8859-6 Compose.pre
1623 dst_dir lib
/X11
/nls
/iso8859-7
1624 src_dir
nls
/XLC_LOCALE
1625 action iso8859-7 XLC_LOCALE.pre
1626 src_dir
nls
/XI18N_OBJS
1627 action iso8859-7 XI18N_OBJS
1629 action iso8859-7 Compose.pre
1632 dst_dir lib
/X11
/nls
/iso8859-8
1633 src_dir
nls
/XLC_LOCALE
1634 action iso8859-8 XLC_LOCALE.pre
1635 src_dir
nls
/XI18N_OBJS
1636 action iso8859-8 XI18N_OBJS
1638 action iso8859-8 Compose.pre
1641 dst_dir lib
/X11
/nls
/iso8859-9
1642 src_dir
nls
/XLC_LOCALE
1643 action iso8859-9 XLC_LOCALE.pre
1644 src_dir
nls
/XI18N_OBJS
1645 action iso8859-9 XI18N_OBJS
1647 action iso8859-9 Compose.pre
1650 dst_dir lib
/X11
/nls
/iso8859-9e
1651 src_dir
nls
/XLC_LOCALE
1652 action iso8859-9e XLC_LOCALE.pre
1653 src_dir
nls
/XI18N_OBJS
1654 action iso8859-9e XI18N_OBJS
1656 action iso8859-9e Compose.pre
1659 dst_dir lib
/X11
/nls
/ja
1660 src_dir
nls
/XLC_LOCALE
1661 action ja XLC_LOCALE.pre
1662 src_dir
nls
/XI18N_OBJS
1663 action ja XI18N_OBJS
1665 action ja Compose.pre
1668 dst_dir lib
/X11
/nls
/ja.JIS
1669 src_dir
nls
/XLC_LOCALE
1670 action ja.JIS XLC_LOCALE.pre
1671 src_dir
nls
/XI18N_OBJS
1672 action ja.JIS XI18N_OBJS
1674 action ja.JIS Compose.pre
1677 dst_dir lib
/X11
/nls
/ja_JP.UTF-8
1678 src_dir
nls
/XLC_LOCALE
1679 action ja_JP.UTF-8 XLC_LOCALE.pre
1680 src_dir
nls
/XI18N_OBJS
1681 action ja_JP.UTF-8 XI18N_OBJS
1682 #src_dir nls/Compose
1683 #action ja_JP.UTF-8 Compose.pre
1686 dst_dir lib
/X11
/nls
/ja.S90
1687 src_dir
nls
/XLC_LOCALE
1688 action ja.S90 XLC_LOCALE.pre
1689 src_dir
nls
/XI18N_OBJS
1690 action ja.S90 XI18N_OBJS
1691 #src_dir nls/Compose
1692 #action ja.S90 Compose.pre
1695 dst_dir lib
/X11
/nls
/ja.SJIS
1696 src_dir
nls
/XLC_LOCALE
1697 action ja.SJIS XLC_LOCALE.pre
1698 src_dir
nls
/XI18N_OBJS
1699 action ja.SJIS XI18N_OBJS
1701 action ja.SJIS Compose.pre
1704 dst_dir lib
/X11
/nls
/ja.U90
1705 src_dir
nls
/XLC_LOCALE
1706 action ja.U90 XLC_LOCALE.pre
1707 src_dir
nls
/XI18N_OBJS
1708 action ja.U90 XI18N_OBJS
1709 #src_dir nls/Compose
1710 #action ja.U90 Compose.pre
1713 dst_dir lib
/X11
/nls
/ko
1714 src_dir
nls
/XLC_LOCALE
1715 action ko XLC_LOCALE.pre
1716 src_dir
nls
/XI18N_OBJS
1717 action ko XI18N_OBJS
1719 action ko Compose.pre
1722 dst_dir lib
/X11
/nls
/koi8-c
1723 src_dir
nls
/XLC_LOCALE
1724 action koi8-c XLC_LOCALE.pre
1725 src_dir
nls
/XI18N_OBJS
1726 action koi8-c XI18N_OBJS
1728 action koi8-c Compose.pre
1731 dst_dir lib
/X11
/nls
/koi8-r
1732 src_dir
nls
/XLC_LOCALE
1733 action koi8-r XLC_LOCALE.pre
1734 src_dir
nls
/XI18N_OBJS
1735 action koi8-r XI18N_OBJS
1737 action koi8-r Compose.pre
1740 dst_dir lib
/X11
/nls
/koi8-u
1741 src_dir
nls
/XLC_LOCALE
1742 action koi8-u XLC_LOCALE.pre
1743 src_dir
nls
/XI18N_OBJS
1744 action koi8-u XI18N_OBJS
1746 action koi8-u Compose.pre
1749 dst_dir lib
/X11
/nls
/ko_KR.UTF-8
1750 src_dir
nls
/XLC_LOCALE
1751 action ko_KR.UTF-8 XLC_LOCALE.pre
1752 src_dir
nls
/XI18N_OBJS
1753 action ko_KR.UTF-8 XI18N_OBJS
1754 #src_dir nls/Compose
1755 #action ko_KR.UTF-8 Compose.pre
1758 dst_dir lib
/X11
/nls
/microsoft-cp1251
1759 src_dir
nls
/XLC_LOCALE
1760 action microsoft-cp1251 XLC_LOCALE.pre
1761 src_dir
nls
/XI18N_OBJS
1762 action microsoft-cp1251 XI18N_OBJS
1763 #src_dir nls/Compose
1764 #action microsoft-cp1251 Compose.pre
1767 dst_dir lib
/X11
/nls
/microsoft-cp1255
1768 src_dir
nls
/XLC_LOCALE
1769 action microsoft-cp1255 XLC_LOCALE.pre
1770 src_dir
nls
/XI18N_OBJS
1771 action microsoft-cp1255 XI18N_OBJS
1772 #src_dir nls/Compose
1773 #action microsoft-cp1255 Compose.pre
1776 dst_dir lib
/X11
/nls
/microsoft-cp1256
1777 src_dir
nls
/XLC_LOCALE
1778 action microsoft-cp1256 XLC_LOCALE.pre
1779 src_dir
nls
/XI18N_OBJS
1780 action microsoft-cp1256 XI18N_OBJS
1781 #src_dir nls/Compose
1782 #action microsoft-cp1256 Compose.pre
1785 dst_dir lib
/X11
/nls
/mulelao-1
1786 src_dir
nls
/XLC_LOCALE
1787 action mulelao-1 XLC_LOCALE.pre
1788 src_dir
nls
/XI18N_OBJS
1789 action mulelao-1 XI18N_OBJS
1791 action mulelao-1 Compose.pre
1794 dst_dir lib
/X11
/nls
/nokhchi-1
1795 src_dir
nls
/XLC_LOCALE
1796 action nokhchi-1 XLC_LOCALE.pre
1797 src_dir
nls
/XI18N_OBJS
1798 action nokhchi-1 XI18N_OBJS
1799 #src_dir nls/Compose
1800 #action nokhchi-1 Compose.pre
1803 dst_dir lib
/X11
/nls
/pt_BR.UTF-8
1804 src_dir
nls
/XLC_LOCALE
1805 action pt_BR.UTF-8 XLC_LOCALE.pre
1806 src_dir
nls
/XI18N_OBJS
1807 action pt_BR.UTF-8 XI18N_OBJS
1809 action pt_BR.UTF-8 Compose.pre
1812 dst_dir lib
/X11
/nls
/tatar-cyr
1813 src_dir
nls
/XLC_LOCALE
1814 action tatar-cyr XLC_LOCALE.pre
1815 src_dir
nls
/XI18N_OBJS
1816 action tatar-cyr XI18N_OBJS
1817 #src_dir nls/Compose
1818 #action tatar-cyr Compose.pre
1821 dst_dir lib
/X11
/nls
/th_TH
1822 src_dir
nls
/XLC_LOCALE
1823 action th_TH XLC_LOCALE.pre
1824 src_dir
nls
/XI18N_OBJS
1825 action th_TH XI18N_OBJS
1826 #src_dir nls/Compose
1827 #action th_TH Compose.pre
1830 dst_dir lib
/X11
/nls
/th_TH.UTF-8
1831 src_dir
nls
/XLC_LOCALE
1832 action th_TH.UTF-8 XLC_LOCALE.pre
1833 src_dir
nls
/XI18N_OBJS
1834 action th_TH.UTF-8 XI18N_OBJS
1835 #src_dir nls/Compose
1836 #action th_TH.UTF-8 Compose.pre
1839 dst_dir lib
/X11
/nls
/tscii-0
1840 src_dir
nls
/XLC_LOCALE
1841 action tscii-0 XLC_LOCALE.pre
1842 src_dir
nls
/XI18N_OBJS
1843 action tscii-0 XI18N_OBJS
1844 #src_dir nls/Compose
1845 #action tscii-0 Compose.pre
1848 dst_dir lib
/X11
/nls
/vi_VN.tcvn
1849 src_dir
nls
/XLC_LOCALE
1850 action vi_VN.tcvn XLC_LOCALE.pre
1851 src_dir
nls
/XI18N_OBJS
1852 action vi_VN.tcvn XI18N_OBJS
1854 action vi_VN.tcvn Compose.pre
1857 dst_dir lib
/X11
/nls
/vi_VN.viscii
1858 src_dir
nls
/XLC_LOCALE
1859 action vi_VN.viscii XLC_LOCALE.pre
1860 src_dir
nls
/XI18N_OBJS
1861 action vi_VN.viscii XI18N_OBJS
1863 action vi_VN.viscii Compose.pre
1866 dst_dir lib
/X11
/nls
/zh_CN
1867 src_dir
nls
/XLC_LOCALE
1868 action zh_CN XLC_LOCALE.pre
1869 src_dir
nls
/XI18N_OBJS
1870 action zh_CN XI18N_OBJS
1871 # src_dir nls/Compose
1872 # action zh_CN Compose.pre
1875 dst_dir lib
/X11
/nls
/zh_CN.gb18030
1876 src_dir
nls
/XLC_LOCALE
1877 action zh_CN.gb18030 XLC_LOCALE.pre
1878 src_dir
nls
/XI18N_OBJS
1879 action zh_CN.gb18030 XI18N_OBJS
1881 action zh_CN.gb18030 Compose.pre
1884 dst_dir lib
/X11
/nls
/zh_CN.gbk
1885 src_dir
nls
/XLC_LOCALE
1886 action zh_CN.gbk XLC_LOCALE.pre
1887 src_dir
nls
/XI18N_OBJS
1888 action zh_CN.gbk XI18N_OBJS
1890 action zh_CN.gbk Compose.pre
1893 dst_dir lib
/X11
/nls
/zh_CN.UTF-8
1894 src_dir
nls
/XLC_LOCALE
1895 action zh_CN.UTF-8 XLC_LOCALE.pre
1896 src_dir
nls
/XI18N_OBJS
1897 action zh_CN.UTF-8 XI18N_OBJS
1898 #src_dir nls/Compose
1899 #action zh_CN.UTF-8 Compose.pre
1902 dst_dir lib
/X11
/nls
/zh_HK.big5
1903 src_dir
nls
/XLC_LOCALE
1904 action zh_HK.big5 XLC_LOCALE.pre
1905 src_dir
nls
/XI18N_OBJS
1906 action zh_HK.big5 XI18N_OBJS
1908 action zh_HK.big5 Compose.pre
1911 dst_dir lib
/X11
/nls
/zh_HK.big5hkscs
1912 src_dir
nls
/XLC_LOCALE
1913 action zh_HK.big5hkscs XLC_LOCALE.pre
1914 src_dir
nls
/XI18N_OBJS
1915 action zh_HK.big5hkscs XI18N_OBJS
1917 action zh_HK.big5hkscs Compose.pre
1920 dst_dir lib
/X11
/nls
/zh_HK.UTF-8
1921 src_dir
nls
/XLC_LOCALE
1922 action zh_HK.UTF-8 XLC_LOCALE.pre
1923 src_dir
nls
/XI18N_OBJS
1924 action zh_HK.UTF-8 XI18N_OBJS
1925 #src_dir nls/Compose
1926 #action zh_HK.UTF-8 Compose.pre
1929 dst_dir lib
/X11
/nls
/zh_TW
1930 src_dir
nls
/XLC_LOCALE
1931 action zh_TW XLC_LOCALE.pre
1932 src_dir
nls
/XI18N_OBJS
1933 action zh_TW XI18N_OBJS
1935 action zh_TW Compose.pre
1938 dst_dir lib
/X11
/nls
/zh_TW.big5
1939 src_dir
nls
/XLC_LOCALE
1940 action zh_TW.big5 XLC_LOCALE.pre
1941 src_dir
nls
/XI18N_OBJS
1942 action zh_TW.big5 XI18N_OBJS
1944 action zh_TW.big5 Compose.pre
1947 dst_dir lib
/X11
/nls
/zh_TW.UTF-8
1948 src_dir
nls
/XLC_LOCALE
1949 action zh_TW.UTF-8 XLC_LOCALE.pre
1950 src_dir
nls
/XI18N_OBJS
1951 action zh_TW.UTF-8 XI18N_OBJS
1952 #src_dir nls/Compose
1953 #action zh_TW.UTF-8 Compose.pre
1958 src_dir lib
/X11
/lcUniConv
1959 dst_dir lib
/X11
/src
/xlibi18n
/lcUniConv
1963 action
8bit_tab_to_h.c
1968 action cjk_tab_to_h.c
1975 action georgian_academy.h
1976 action georgian_ps.h
2035 dst_dir lib
/ICE
/include
/X11
/ICE
2060 dst_dir lib
/SM
/include
/X11
/SM
2072 dst_dir lib
/Xt
/include
/X11
2090 # Private headers - they are used by XTrap
2092 dst_dir lib
/Xt
/include
/X11
2189 action XtAddCbk.man XtAddCallback.man
2190 action XtAddEHand.man XtAddEventHandler.man
2191 action XtAddETReg.man XtAddExposureToRegion.man
2192 action XtAddGrab.man XtAddGrab.man
2193 action XtAppAAct.man XtAppAddActions.man
2194 action XtAddAct.man XtAddActions.man
2195 action XtAppAC.man XtAppAddConverter.man
2196 action XtAppAI.man XtAppAddInput.man
2197 action XtAppATO.man XtAppAddTimeOut.man
2198 action XtAppAWP.man XtAppAddWorkProc.man
2199 action XtAppCSh.man XtAppCreateShell.man
2200 action XtAppE.man XtAppError.man
2201 action XtAppEM.man XtAppErrorMsg.man
2202 action XtAppGEDB.man XtAppGetErrorDatabase.man
2203 action XtAppGSTO.man XtAppGetSelectionTimeout.man
2204 action XtAppNEv.man XtAppNextEvent.man
2205 action XtNextEv.man XtNextEvent.man
2206 action XtBEMask.man XtBuildEventMask.man
2207 action XtCallAFoc.man XtCallAcceptFocus.man
2208 action XtCallCbks.man XtCallCallbacks.man
2209 action XtClass.man XtClass.man
2210 action XtConfWid.man XtConfigureWidget.man
2211 action XtConvert.man XtConvert.man
2212 action XtConvSt.man XtConvertAndStore.man
2213 action XtCreACon.man XtCreateApplicationContext.man
2214 action XtCrePSh.man XtCreatePopupShell.man
2215 action XtCreWid.man XtCreateWidget.man
2216 action XtCreWin.man XtCreateWindow.man
2217 action XtDisplay.man XtDisplay.man
2218 action XtDisplayI.man XtDisplayInitialize.man
2219 action XtGetGC.man XtGetGC.man
2220 action XtGetRList.man XtGetResourceList.man
2221 action XtGetSVal.man XtGetSelectionValue.man
2222 action XtGetSres.man XtGetSubresources.man
2223 action XtGetAres.man XtGetApplicationResources.man
2224 action XtMakGReq.man XtMakeGeometryRequest.man
2225 action XtMalloc.man XtMalloc.man
2226 action XtManChild.man XtManageChildren.man
2227 action XtMapWid.man XtMapWidget.man
2228 action XtNameTWid.man XtNameToWidget.man
2229 action XtOffset.man XtOffset.man
2230 action XtOwnSel.man XtOwnSelection.man
2231 action XtParATab.man XtParseAcceleratorTable.man
2232 action XtParTTab.man XtParseTranslationTable.man
2233 action XtPopdown.man XtPopdown.man
2234 action XtPopup.man XtPopup.man
2235 action XtQueryGeo.man XtQueryGeometry.man
2236 action XtRealize.man XtRealizeWidget.man
2237 action XtSetArg.man XtSetArg.man
2238 action XtSetKFoc.man XtSetKeyboardFocus.man
2239 action XtSetKTr.man XtSetKeyTranslator.man
2240 action XtSetSens.man XtSetSensitive.man
2241 action XtSetVal.man XtSetValues.man
2242 action XtStrCW.man XtStringConversionWarning.man
2243 action XtDStrCW.man XtDisplayStringConversionWarning.man
2244 action XtTransC.man XtTranslateCoords.man
2245 action XtKeysym.man XtGetKeysymTable.man
2246 action XtAppSTC.man XtAppSetTypeConverter.man
2247 action XtActHook.man XtAppAddActionHook.man
2248 action XtGetActL.man XtGetActionList.man
2249 action XtCallActP.man XtCallActionProc.man
2250 action XtRegGA.man XtRegisterGrabAction.man
2251 action XtClickT.man XtSetMultiClickTime.man
2252 action XtGetActK.man XtGetActionKeysym.man
2253 action XtExtEvDis.man XtInsertEventTypeHandler.man
2254 action XtGetKFoc.man XtGetKeyboardFocusWidget.man
2255 action XtLastProc.man XtLastEventProcessed.man
2256 action XtAppASig.man XtAppAddSignal.man
2257 action XtAddIn.man XtAddInput.man
2258 action XtBlockH.man XtAppAddBlockHook.man
2259 action XtGetClExt.man XtGetClassExtension.man
2260 action XtVaCrArgL.man XtVaCreateArgsList.man
2261 action XtParent.man XtParent.man
2262 action XtName.man XtName.man
2263 action XtCreASh.man XtCreateApplicationShell.man
2264 action XtSetLangP.man XtSetLanguageProc.man
2265 action XtAppInit.man XtAppInitialize.man
2266 action XtInit.man XtInitialize.man
2267 action XtAppSetFR.man XtAppSetFallbackResources.man
2268 action XtInitWC.man XtInitializeWidgetClass.man
2269 action XtDisACon.man XtDisplayToApplicationContext.man
2270 action XtSession.man XtSessionGetToken.man
2271 action XtErrM.man XtErrorMsg.man
2272 action XtErr.man XtError.man
2273 action XtGEDB.man XtGetErrorDatabase.man
2274 action XtAllocGC.man XtAllocateGC.man
2275 action XtAppRCR.man XtAppReleaseCacheRefs.man
2276 action XtSetWMC.man XtSetWMColormapWindows.man
2277 action XtFindF.man XtFindFile.man
2278 action XtResPath.man XtResolvePathname.man
2279 action XtGetSValI.man XtGetSelectionValueIncremental.man
2280 action XtGetSTO.man XtGetSelectionTimeout.man
2281 action XtGetSR.man XtGetSelectionRequest.man
2282 action XtSetSP.man XtSetSelectionParameters.man
2283 action XtGetSP.man XtGetSelectionParameters.man
2284 action XtCreateSR.man XtCreateSelectionRequest.man
2285 action XtResPA.man XtReservePropertyAtom.man
2286 action XtGrabKey.man XtGrabKey.man
2287 action XtGetANC.man XtGetApplicationNameAndClass.man
2288 action XtRegDraw.man XtRegisterDrawable.man
2289 action XtHookOD.man XtHooksOfDisplay.man
2290 action XtGetDisp.man XtGetDisplays.man
2291 action XtThreadI.man XtToolkitThreadInitialize.man
2292 action XtAppSEF.man XtAppSetExitFlag.man
2293 action XtAppLock.man XtAppLock.man
2294 action XtProcLock.man XtProcessLock.man
2295 action XtOpenApp.man XtOpenApplication.man
2300 dst_dir lib
/Xmu
/include
/X11
/Xmu
2392 action XpNotifyPdm.c
2406 action XpCancelDoc.man
2407 action XpCancelJob.man
2408 action XpCancelPage.man
2409 action XpCreateContext.man
2410 action XpDestroyContext.man
2413 action XpEndPage.man
2414 action XpFreePrinterList.man
2415 action XpGetAttributes.man
2416 action XpGetContext.man
2417 action XpGetDocumentData.man
2418 action XpGetImageResolution.man
2419 action XpGetLocaleHinter.man
2420 action XpGetOneAttribute.man
2421 action XpGetPageDimensions.man
2422 action XpGetPdmStartParams.man
2423 action XpGetPrinterList.man
2424 action XpGetScreenOfContext.man
2425 action XpInputSelected.man
2426 action XpPutDocumentData.man
2427 action XpQueryExtension.man
2428 action XpQueryScreens.man
2429 action XpQueryVersion.man
2430 action XpRehashPrinterList.man
2431 action XpSelectInput.man
2432 action XpSetAttributes.man
2433 action XpSetContext.man
2434 action XpSetImageResolution.man
2435 action XpSetLocaleHinter.man
2436 action XpStartDoc.man
2437 action XpStartJob.man
2438 action XpStartPage.man
2453 src_dir extras
/Xpm
/doc
2457 src_dir extras
/Xpm
/lib
2464 dst_dir lib
/Xpm
/include
/X11
2512 src_dir extras
/Xpm
/cxpm
2513 dst_dir lib
/Xpm
/cxpm
2516 action cxpm.man cxpm
.1
2518 src_dir extras
/Xpm
/sxpm
2519 dst_dir lib
/Xpm
/sxpm
2522 action sxpm.man sxpm
.1
2523 action plaid_ext.xpm
2524 action plaid_mask.xpm
2528 symlink_lib_xrender
() {
2530 dst_dir lib
/Xrender
/src
2548 dst_dir lib
/Xrender
/include
/X11
/extensions
2600 action XAllDvEv.man XAllowDeviceEvents.man
2601 action XChDCtl.man XGetDeviceControl.man
2602 action XChFCtl.man XGetFeedbackControl.man
2603 action XChKMap.man XGetDeviceKeyMapping.man
2604 action XChMMap.man XGetDeviceModifierMapping.man
2605 action XChProp.man XChangeDeviceDontPropagateList.man
2606 action XChgKbd.man XChangeKeyboardDevice.man
2607 action XChgPtr.man XChangePointerDevice.man
2608 action XDevBell.man XDeviceBell.man
2609 action XGetDvMo.man XGetDeviceMotionEvents.man
2610 action XGetExtV.man XGetExtensionVersion.man
2611 action XGrDvBut.man XGrabDeviceButton.man
2612 action XGrDvKey.man XGrabDeviceKey.man
2613 action XGrabDev.man XGrabDevice.man
2614 action XListDev.man XListInputDevices.man
2615 action XOpenDev.man XOpenDevice.man
2616 action XQueryDv.man XQueryDeviceState.man
2617 action XSExEvnt.man XSendExtensionEvent.man
2618 action XSeBMap.man XSetDeviceButtonMapping.man
2619 action XSeDvFoc.man XSetDeviceFocus.man
2620 action XSelExtEv.man XSelectExtensionEvent.man
2621 action XSetDVal.man XSetDeviceValuators.man
2622 action XSetMode.man XSetDeviceMode.man
2626 symlink_lib_xfont
() {
2627 src_dir lib
/font
/FreeType
2628 dst_dir lib
/Xfont
/src
/FreeType
2639 src_dir lib
/font
/bitmap
2640 dst_dir lib
/Xfont
/src
/bitmap
2654 src_dir lib
/font
/bitmap
2655 dst_dir lib
/Xfont
/include
/X11
/fonts
2660 src_dir lib
/font
/builtins
2661 dst_dir lib
/Xfont
/src
/builtins
2672 dst_dir lib
/Xfont
/src
/fc
2682 src_dir lib
/font
/fontcache
2683 dst_dir lib
/Xfont
/src
/fontcache
2689 src_dir lib
/font
/fontfile
2690 dst_dir lib
/Xfont
/src
/fontfile
2705 action printerfont.c
2709 src_dir lib
/font
/include
2710 dst_dir lib
/Xfont
/include
/X11
/fonts
2724 src_dir lib
/font
/stubs
2725 dst_dir lib
/Xfont
/src
/stubs
2734 action getdefptsize.c
2735 action getnewfntcid.c
2746 src_dir lib
/font
/util
2747 dst_dir lib
/Xfont
/src
/util
2760 src_dir lib
/font
/Speedo
2761 dst_dir lib
/Xfont
/src
/Speedo
2765 action bics-unicode.c
2766 action bics-unicode.h
2790 src_dir lib
/font
/Type1
2791 dst_dir lib
/Xfont
/src
/Type1
2844 symlink_lib_fontenc
() {
2845 src_dir lib
/font
/fontfile
2846 dst_dir lib
/fontenc
/src
2852 src_dir lib
/font
/include
2853 dst_dir lib
/fontenc
/include
/X11
/fonts
2861 dst_dir lib
/Xaw
/old-doc
2877 action DisplayList.c
2918 dst_dir lib
/Xaw
/include
/X11
/Xaw
3031 dst_dir lib
/FS
/include
/X11
/fonts
3036 symlink_lib_xres
() {
3038 dst_dir lib
/XRes
/src
3042 src_dir include
/extensions
3043 dst_dir lib
/XRes
/include
/X11
/extensions
3048 dst_dir lib
/XRes
/man
3056 dst_dir lib
/Xrandr
/src
3061 dst_dir lib
/Xrandr
/include
/X11
/extensions
3065 dst_dir lib
/Xrandr
/man
3070 symlink_lib_windowswm
() {
3072 dst_dir lib
/WindowsWM
/src
3076 dst_dir lib
/WindowsWM
/man
3078 action WindowsWM.man WindowsWM
.3
3081 symlink_lib_xcursor
()
3085 dst_dir lib
/Xcursor
/include
/X11
/Xcursor
3089 dst_dir lib
/Xcursor
/src
3098 dst_dir lib
/Xcursor
/man
3100 action Xcursor.man Xcursor
.3
3106 dst_dir lib
/XTrap
/src
3118 symlink_lib_xfontcache
()
3120 src_dir lib
/Xfontcache
3121 dst_dir lib
/Xfontcache
/src
3125 dst_dir lib
/Xfontcache
/man
3127 action Xfontcache.man Xfontcache
.3
3130 symlink_lib_xinerama
()
3132 src_dir lib
/Xinerama
3133 dst_dir lib
/Xinerama
/src
3138 symlink_lib_xprint_util
()
3140 src_dir lib
/XprintUtil
3141 dst_dir lib
/XprintUtil
/src
3144 action xprintutil_printtofile.c
3146 dst_dir lib
/XprintUtil
/include
/X11
/XprintUtil
3151 symlink_lib_xprint_app_util
()
3153 src_dir lib
/XprintAppUtil
3154 dst_dir lib
/XprintAppUtil
/src
3158 dst_dir lib
/XprintAppUtil
/include
/X11
/XprintAppUtil
3166 dst_dir lib
/XScrnSaver
/src
3170 dst_dir lib
/XScrnSaver
/man
3175 symlink_lib_xxf86dga
() {
3176 src_dir lib
/Xxf86dga
3177 dst_dir lib
/Xxf86dga
/src
3182 dst_dir lib
/Xxf86dga
/man
3187 symlink_lib_xxf86misc
() {
3188 src_dir lib
/Xxf86misc
3189 dst_dir lib
/Xxf86misc
/src
3193 dst_dir lib
/Xxf86misc
/man
3198 symlink_lib_xxf86vm
() {
3200 dst_dir lib
/Xxf86vm
/src
3204 dst_dir lib
/Xxf86vm
/man
3209 symlink_lib_xtst
() {
3211 dst_dir lib
/Xtst
/src
3224 src_dir include
/extensions
3225 dst_dir lib
/Xv
/include
/X11
/extensions
3232 action XvFreeAdaptorInfo.man
3233 action XvFreeEncodingInfo.man
3234 action XvGetPortAttribute.man
3235 action XvGetStill.man
3236 action XvGetVideo.man
3237 action XvGrabPort.man
3239 action XvPortNotify.man
3240 action XvPutStill.man
3241 action XvPutVideo.man
3242 action XvQueryAdaptors.man
3243 action XvQueryBestSize.man
3244 action XvQueryEncodings.man
3245 action XvQueryExtension.man
3246 action XvSelectPortNotify.man
3247 action XvSelectVideoNotify.man
3248 action XvSetPortAttribute.man
3249 action XvStopVideo.man
3250 action XvUngrabPort.man
3251 action XvVideoNotify.man
3254 symlink_lib_xvmc
() {
3256 dst_dir lib
/XvMC
/src
3261 src_dir lib
/XvMC
/wrapper
3263 action XvMCWrapper.c
3265 src_dir include
/extensions
3266 dst_dir lib
/XvMC
/include
/X11
/extensions
3271 symlink_lib_xxf86rush
() {
3272 src_dir lib
/Xxf86rush
3273 dst_dir lib
/Xxf86rush
/src
3278 symlink_lib_xkbfile
() {
3280 dst_dir lib
/xkbfile
/src
3298 dst_dir lib
/xkbfile
/include
/X11
/extensions
3308 symlink_lib_xkbui
() {
3310 dst_dir lib
/xkbui
/src
3315 dst_dir lib
/xkbui
/include
/X11
/extensions
3320 symlink_lib_oldx
() {
3322 dst_dir lib
/oldX
/src
3331 dst_dir lib
/oldX
/include
/X11
3337 symlink_lib_lbxutil
() {
3338 src_dir lib
/lbxutil
/image
3339 dst_dir lib
/lbxutil
/src
/image
3350 src_dir lib
/lbxutil
/delta
3351 dst_dir lib
/lbxutil
/src
/delta
3355 src_dir lib
/lbxutil
/lbx_zlib
3356 dst_dir lib
/lbxutil
/src
/lbx_zlib
3360 action lbx_zlib_io.c
3377 action xft-config.
in
3382 action xft-config
.1.
in
3384 dst_dir lib
/Xft
/include
/X11
/Xft
3398 action xftfreetype.c
3413 symlink_lib_windowswm
3415 symlink_lib_composite
3440 symlink_lib_xfontcache
3441 symlink_lib_xinerama
3442 symlink_lib_xprint_util
3443 symlink_lib_xprint_app_util
3445 symlink_lib_xxf86dga
3446 symlink_lib_xxf86misc
3450 symlink_lib_xxf86rush
3465 src_dir programs
/twm
3506 src_dir programs
/twm
/sample-twmrc
3507 dst_dir app
/twm
/sample-twmrc
3514 symlink_app_xdpyinfo
() {
3515 src_dir programs
/xdpyinfo
3516 dst_dir app
/xdpyinfo
3522 symlink_app_xhost
() {
3523 src_dir programs
/xhost
3530 symlink_app_appres
() {
3531 src_dir programs
/appres
3540 symlink_app_bdftopcf
() {
3541 src_dir programs
/bdftopcf
3542 dst_dir app
/bdftopcf
3550 symlink_app_beforelight
() {
3551 src_dir programs
/beforelight
3552 dst_dir app
/beforelight
3554 action B4light.ad Beforelight.ad
3558 action b4light.man beforelight.man
3562 symlink_app_bitmap
() {
3563 src_dir programs
/bitmap
3567 action Bitmap-co.ad Bitmap-color.ad
3568 action Bitmap-nocase.ad
3604 symlink_app_editres
() {
3605 src_dir programs
/editres
3608 action Edit-col.ad Editres-color.ad
3630 symlink_app_fonttosfnt
() {
3631 src_dir programs
/fonttosfnt
3632 dst_dir app
/fonttosfnt
3643 action fonttosfnt.man
3647 symlink_app_fslsfonts
() {
3648 src_dir programs
/fslsfonts
3649 dst_dir app
/fslsfonts
3653 action fslsfonts.man
3657 symlink_app_fstobdf
() {
3658 src_dir programs
/fstobdf
3672 symlink_app_iceauth
() {
3673 src_dir programs
/iceauth
3686 src_dir programs
/ico
3703 symlink_app_listres
() {
3704 src_dir programs
/listres
3713 symlink_app_luit
() {
3714 src_dir programs
/luit
3736 symlink_app_mkcfm
() {
3737 src_dir programs
/mkcfm
3744 symlink_app_makepsres
() {
3745 src_dir programs
/makepsres
3746 dst_dir app
/makepsres
3750 action makepsres.man
3754 symlink_app_mkfontdir
() {
3755 src_dir programs
/mkfontdir
3756 dst_dir app
/mkfontdir
3758 action mkfontdir.cpp
3760 action mkfontdir.man
3764 symlink_app_mkfontscale
() {
3765 src_dir programs
/mkfontscale
3766 dst_dir app
/mkfontscale
3771 action mkfontscale.c
3778 action mkfontscale.man
3782 symlink_app_oclock
() {
3783 src_dir programs
/oclock
3786 action Clock-col.ad Clock-color.ad
3802 symlink_app_pclcomp
() {
3803 src_dir programs
/pclcomp
3815 symlink_app_proxymngr
() {
3816 src_dir programs
/proxymngr
3817 dst_dir app
/proxymngr
3827 action proxymngr.man
3833 src_dir programs
/rgb
3841 src_dir programs
/rgb
/others
3842 dst_dir app
/rgb
/others
3851 symlink_app_setxkbmap
() {
3852 src_dir programs
/setxkbmap
3853 dst_dir app
/setxkbmap
3857 action setxkbmap.man
3860 symlink_app_showfont
() {
3861 src_dir programs
/showfont
3862 dst_dir app
/showfont
3869 symlink_app_smproxy
() {
3870 src_dir programs
/smproxy
3881 symlink_app_viewres
() {
3882 src_dir programs
/viewres
3892 symlink_app_x11perf
() {
3893 src_dir programs
/x11perf
3917 action x11pcomp.man x11perfcomp.man
3921 action fillblnk.sh fillblnk
3922 action perfboth.sh perfboth
3923 action perfratio.sh perfratio
3924 action Xmark.sh Xmark
3929 symlink_app_xauth
() {
3930 src_dir programs
/xauth
3943 symlink_app_xbiff
() {
3944 src_dir programs
/xbiff
3955 src_dir programs
/xbiff
/bitmaps
3956 dst_dir app
/xbiff
/bitmaps
3959 action mail-down-mask
3964 symlink_app_xcalc
() {
3965 src_dir programs
/xcalc
3969 action XCalc-col.ad XCalc-color.ad
3982 symlink_app_xclipboard
() {
3983 src_dir programs
/xclipboard
3984 dst_dir app
/xclipboard
3986 action XClipboard.ad
3991 action xclipboard.man
3996 symlink_app_xclock
() {
3997 src_dir programs
/xclock
4000 action XClk-col.ad XClock-color.ad
4016 symlink_app_xcmsdb
() {
4017 src_dir programs
/xcmsdb
4027 src_dir programs
/xcmsdb
/datafiles
4028 dst_dir app
/xcmsdb
/datafiles
4034 symlink_app_xconsole
() {
4035 src_dir programs
/xconsole
4036 dst_dir app
/xconsole
4046 symlink_app_xcursorgen
() {
4047 src_dir programs
/xcursorgen
4048 dst_dir app
/xcursorgen
4051 action xcursorgen.man
4054 symlink_app_xdbedizzy
() {
4055 src_dir programs
/xdbedizzy
4056 dst_dir app
/xdbedizzy
4060 action xdbedizzy.man
4062 action xdbedizzy.sgml
4065 symlink_app_xditview
() {
4066 src_dir programs
/xditview
4067 dst_dir app
/xditview
4069 action Xdit-chrtr.ad Xditview-chrtr.ad
4097 symlink_app_xdriinfo
() {
4098 src_dir programs
/xdriinfo
4099 dst_dir app
/xdriinfo
4108 src_dir programs
/xev
4117 symlink_app_xeyes
() {
4118 src_dir programs
/xeyes
4135 symlink_app_xf86dga
() {
4136 src_dir programs
/xf86dga
4146 src_dir programs
/xfd
4161 symlink_app_xfindproxy
() {
4162 src_dir programs
/xfindproxy
4163 dst_dir app
/xfindproxy
4169 action xfindproxy.man
4173 symlink_app_xfontsel
() {
4174 src_dir programs
/xfontsel
4175 dst_dir app
/xfontsel
4189 symlink_app_xfsinfo
() {
4190 src_dir programs
/xfsinfo
4199 symlink_app_xfwp
() {
4200 src_dir programs
/xfwp
4219 symlink_app_xgamma
() {
4220 src_dir programs
/xgamma
4230 src_dir programs
/xgc
4257 src_dir programs
/xgc
/Written
4258 dst_dir app
/xgc
/Written
4269 symlink_app_xinit
() {
4270 src_dir programs
/xinit
4287 symlink_app_xkbcomp
() {
4288 src_dir programs
/xkbcomp
4312 action README.config
4313 action README.enhancing
4333 symlink_app_xkbevd
() {
4334 src_dir programs
/xkbevd
4353 symlink_app_xkbprint
() {
4354 src_dir programs
/xkbprint
4355 dst_dir app
/xkbprint
4369 symlink_app_xkbutils
() {
4370 src_dir programs
/xkbutils
4371 dst_dir app
/xkbutils
4385 symlink_app_xkill
() {
4386 src_dir programs
/xkill
4395 symlink_app_xload
() {
4396 src_dir programs
/xload
4412 symlink_app_xlogo
() {
4413 src_dir programs
/xlogo
4417 action XLogo-co.ad XLogo-color.ad
4434 symlink_app_xlsatoms
() {
4435 src_dir programs
/xlsatoms
4436 dst_dir app
/xlsatoms
4444 symlink_app_xlsclients
() {
4445 src_dir programs
/xlsclients
4446 dst_dir app
/xlsclients
4450 action xlscli.man xlsclients.man
4454 symlink_app_xlsfonts
() {
4455 src_dir programs
/xlsfonts
4456 dst_dir app
/xlsfonts
4464 action xlsfonts.sgml
4467 symlink_app_xmag
() {
4468 src_dir programs
/xmag
4484 action Scale.doc Scale.txt
4491 symlink_app_xman
() {
4492 src_dir programs
/xman
4495 action Xman-noxprint.ad
4496 action Xman-xprint.ad
4528 symlink_app_xmessage
() {
4529 src_dir programs
/xmessage
4530 dst_dir app
/xmessage
4533 action Xmessage-color.ad
4550 src_dir programs
/xmh
4597 symlink_app_xmodmap
() {
4598 src_dir programs
/xmodmap
4614 symlink_app_xmore
() {
4615 src_dir programs
/xmore
4621 action printdialog.c
4624 action printdialog.h
4625 action printdialogprivates.h
4633 symlink_app_xplsprinters
() {
4634 src_dir programs
/xplsprinters
4635 dst_dir app
/xplsprinters
4637 action xplsprinters.c
4639 action xplsprinters.man
4641 action xplsprinters.sgml
4645 src_dir programs
/xpr
4662 symlink_app_xprehashprinterlist
() {
4663 src_dir programs
/xprehashprinterlist
4664 dst_dir app
/xprehashprinterlist
4666 action xprehashprinterlist.c
4668 action xprehashprinterlist.man
4670 action xprehashprinterlist.sgml
4673 symlink_app_xrandr
() {
4674 src_dir programs
/xrandr
4683 symlink_app_xrdb
() {
4684 src_dir programs
/xrdb
4693 symlink_app_xrefresh
() {
4694 src_dir programs
/xrefresh
4695 dst_dir app
/xrefresh
4703 symlink_app_xset
() {
4704 src_dir programs
/xset
4713 symlink_app_xsetmode
() {
4714 src_dir programs
/xsetmode
4715 dst_dir app
/xsetmode
4723 symlink_app_xsetpointer
() {
4724 src_dir programs
/xsetpointer
4725 dst_dir app
/xsetpointer
4727 action xsetpointer.c
4729 action xsetpnt.man xsetpointer.man
4733 symlink_app_xsetroot
() {
4734 src_dir programs
/xsetroot
4735 dst_dir app
/xsetroot
4744 src_dir programs
/xsm
4792 symlink_app_xstdcmap
() {
4793 src_dir programs
/xstdcmap
4794 dst_dir app
/xstdcmap
4802 symlink_app_xtrap
() {
4803 src_dir programs
/xtrap
4823 symlink_app_xvidtune
() {
4824 src_dir programs
/xvidtune
4825 dst_dir app
/xvidtune
4835 symlink_app_xvinfo
() {
4836 src_dir programs
/xvinfo
4844 symlink_app_xwud
() {
4845 src_dir programs
/xwud
4853 symlink_app_scripts
() {
4854 src_dir programs
/scripts
4859 action xauth_switch_to_sun-des-1.cpp
4865 symlink_app_rstart
() {
4866 src_dir programs
/rstart
4883 src_dir programs
/rstart
/commands
4884 dst_dir app
/rstart
/commands
4887 action ListGenericCommands
4892 src_dir programs
/rstart
/commands
/x11r6
4893 dst_dir app
/rstart
/commands
/x11r6
4901 src_dir programs
/rstart
/contexts
4902 dst_dir app
/rstart
/contexts
4913 src_dir programs
/rstart
/samples
/commands
4914 dst_dir app
/rstart
/samples
/commands
4918 action ListGenericCommands
4922 src_dir programs
/rstart
/samples
/commands
/odt1
4923 dst_dir app
/rstart
/samples
/commands
/odt1
4931 src_dir programs
/rstart
/samples
/commands
/openwindows2
4932 dst_dir app
/rstart
/samples
/commands
/openwindows2
4940 src_dir programs
/rstart
/samples
/commands
/openwindows3
4941 dst_dir app
/rstart
/samples
/commands
/openwindows3
4949 src_dir programs
/rstart
/samples
/commands
/x11r5
4950 dst_dir app
/rstart
/samples
/commands
/x11r5
4958 src_dir programs
/rstart
/samples
/contexts.odt1
4959 dst_dir app
/rstart
/samples
/contexts.odt1
4968 src_dir programs
/rstart
/samples
/contexts.sun
4969 dst_dir app
/rstart
/samples
/contexts.odt1
4980 symlink_app_sessreg
() {
4981 src_dir programs
/xdm
4989 src_dir programs
/xdm
5028 action xdm.man xdm.man.cpp
5030 src_dir programs
/xdm
/greeter
5031 dst_dir app
/xdm
/greeter
5039 src_dir programs
/xdm
/config
5040 dst_dir app
/xdm
/config
5058 action Xres.cpp Xresources.cpp
5059 action Xserv.ws.cpp Xservers.ws.cpp
5060 action xdm-conf.cpp xdm-config.cpp
5063 symlink_app_xprop
() {
5064 src_dir programs
/xprop
5071 src_dir programs
/xlsfonts
5078 src_dir programs
/xwd
5091 src_dir programs
/xlsfonts
5097 symlink_app_xwininfo
() {
5098 src_dir programs
/xwininfo
5099 dst_dir app
/xwininfo
5105 src_dir programs
/xlsfonts
5111 symlink_app_xphelloworld
() {
5112 src_dir programs
/xphelloworld
/xpxmhelloworld
5113 dst_dir app
/xphelloworld
/xpxmhelloworld
5115 action xpxmhelloworld.man
5116 action xpxmhelloworld.c
5117 action xpxmhelloworld.sgml
5119 src_dir programs
/xphelloworld
/xpsimplehelloworld
5120 dst_dir app
/xphelloworld
/xpsimplehelloworld
5122 action xpsimplehelloworld.sgml
5123 action xpsimplehelloworld.c
5124 action xpsimplehelloworld.man
5126 src_dir programs
/xphelloworld
/xpxthelloworld
5127 dst_dir app
/xphelloworld
/xpxthelloworld
5129 action xpxthelloworld.man
5130 action xpxthelloworld.sgml
5131 action xpxthelloworld.c
5133 src_dir programs
/xphelloworld
/xpawhelloworld
5134 dst_dir app
/xphelloworld
/xpawhelloworld
5136 action xpawhelloworld.c
5137 action xpawhelloworld.man
5139 src_dir programs
/xphelloworld
/xphelloworld
5140 dst_dir app
/xphelloworld
/xphelloworld
5142 action xphelloworld.sgml
5143 action xphelloworld.c
5144 action xphelloworld.man
5147 symlink_app_lbxproxy
() {
5148 src_dir programs
/lbxproxy
5149 dst_dir app
/lbxproxy
5155 src_dir programs
/lbxproxy
/config
5156 dst_dir app
/lbxproxy
/config
5160 src_dir programs
/lbxproxy
/di
5161 dst_dir app
/lbxproxy
/di
5189 src_dir programs
/lbxproxy
/include
5190 dst_dir app
/lbxproxy
/include
5211 src_dir programs
/lbxproxy
/os
5212 dst_dir app
/lbxproxy
/os
5221 symlink_app_xedit
() {
5222 src_dir programs
/xedit
5236 action Xedit-color.ad
5237 action Xedit-noxprint.ad
5238 action Xedit-xprint.ad
5244 src_dir programs
/xedit
/lisp
5245 dst_dir app
/xedit
/lisp
5296 src_dir programs
/xedit
/lisp
/modules
5297 dst_dir app
/xedit
/lisp
/modules
5308 src_dir programs
/xedit
/lisp
/modules
/progmodes
5309 dst_dir app
/xedit
/lisp
/modules
/progmodes
5325 src_dir programs
/xedit
/lisp
/re
5326 dst_dir app
/xedit
/lisp
/re
5337 src_dir programs
/xedit
/lisp
/test
5338 dst_dir app
/xedit
/lisp
/test
5350 src_dir programs
/xedit
/lisp
/mp
5351 dst_dir app
/xedit
/lisp
/mp
5358 src_dir programs
/xmore
5363 action printdialog.h
5364 action printdialog.c
5365 action printdialogprivates.h
5369 src_dir programs
/xfs
5377 src_dir programs
/xfs
/difs
5378 dst_dir app
/xfs
/difs
5397 src_dir programs
/xfs
/include
5398 dst_dir app
/xfs
/include
5428 src_dir programs
/xfs
/os
5448 src_dir programs
/xrx
/helper
5449 dst_dir app
/xrx
/helper
5456 src_dir programs
/xrx
/libxplugin
5457 dst_dir app
/xrx
/libxplugin
5461 src_dir programs
/xrx
/rx
5478 src_dir programs
/xrx
/xnest-plugin
5479 dst_dir app
/xrx
/xnest-plugin
5487 src_dir programs
/xrx
/htdocs
5488 dst_dir app
/xrx
/htdocs
5501 src_dir programs
/xrx
/testplugin
5502 dst_dir app
/xrx
/testplugin
5504 action testplugin.man
5507 src_dir programs
/xrx
/plugin
5508 dst_dir app
/xrx
/plugin
5519 src_dir programs
/xrx
/plugin
/common
5520 dst_dir app
/xrx
/plugin
/common
5524 src_dir programs
/xrx
/plugin
/include
5525 dst_dir app
/xrx
/plugin
/include
5533 src_dir programs
/xrx
/cgi-bin
5534 dst_dir app
/xrx
/cgi-bin
5547 symlink_app_lbxproxy
5548 symlink_app_xphelloworld
5549 symlink_app_xwininfo
5554 symlink_app_xvidtune
5556 symlink_app_xstdcmap
5558 symlink_app_xsetroot
5559 symlink_app_xsetpointer
5560 symlink_app_xsetmode
5562 symlink_app_xrefresh
5565 symlink_app_xprehashprinterlist
5567 symlink_app_xplsprinters
5571 symlink_app_xmessage
5574 symlink_app_xlsfonts
5575 symlink_app_xlsclients
5576 symlink_app_xlsatoms
5580 symlink_app_xkbutils
5581 symlink_app_xkbprint
5589 symlink_app_xfontsel
5590 symlink_app_xfindproxy
5595 symlink_app_xdriinfo
5596 symlink_app_xditview
5597 symlink_app_xdbedizzy
5598 symlink_app_xconsole
5601 symlink_app_xclipboard
5608 symlink_app_showfont
5609 symlink_app_setxkbmap
5612 symlink_app_proxymngr
5615 symlink_app_mkfontdir
5616 symlink_app_mkfontscale
5617 symlink_app_makepsres
5624 symlink_app_fslsfonts
5625 symlink_app_fonttosfnt
5628 symlink_app_beforelight
5629 symlink_app_bdftopcf
5632 symlink_app_xdpyinfo
5634 symlink_app_xcursorgen
5645 # The xserver module
5650 symlink_xserver_GL_apple
() {
5651 src_dir programs
/Xserver
/GL
/apple
5652 dst_dir xserver
/xorg
/GL
/apple
5658 symlink_xserver_GL_dri
() {
5659 src_dir programs
/Xserver
/GL
/dri
5660 dst_dir xserver
/xorg
/hw
/xfree86
/dri
5670 # src_dir extras/drm/shared-core
5674 symlink_xserver_GL_glx
() {
5675 src_dir programs
/Xserver
/GL
/glx
5676 dst_dir xserver
/xorg
/GL
/glx
5680 action g_disptab_EXT.c
5681 action g_disptab_EXT.h
5683 action g_renderswap.c
5685 action g_singleswap.c
5690 action glxcmdsswap.c
5692 action glxdrawable.h
5711 action render2swap.c
5713 action renderpixswap.c
5717 action single2swap.c
5719 action singlepixswap.c
5726 symlink_xserver_GL_include_GL
() {
5727 src_dir programs
/Xserver
/GL
/include
/GL
5728 dst_dir xserver
/xorg
/GL
/include
/GL
5734 symlink_xserver_GL_mesa_X
() {
5735 src_dir programs
/Xserver
/GL
/mesa
/X
5736 dst_dir xserver
/xorg
/GL
/mesa
/X
5739 action xf86glx_util.c
5740 action xf86glx_util.h
5744 symlink_xserver_GL_windows
() {
5745 src_dir programs
/Xserver
/GL
/windows
5746 dst_dir xserver
/xorg
/GL
/windows
5755 symlink_xserver_XTrap
() {
5756 src_dir programs
/Xserver
/XTrap
5757 dst_dir xserver
/xorg
/XTrap
5764 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
5765 action xf86XTrapModule.c
5768 symlink_xserver_Xext
() {
5769 src_dir programs
/Xserver
/Xext
5770 dst_dir xserver
/xorg
/Xext
5788 action panoramiXSwap.c
5790 action panoramiXprocs.c
5791 action panoramiXsrv.h
5802 action xf86bigfont.c
5815 action SecurityPolicy
5816 action xtest1.frags README.xtest1-ddx
5818 # some of these are really DDX-specific despite being in Xext
5820 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
/extmod
5822 action vidmodeproc.h
5827 action xf86miscproc.h
5832 dst_dir xserver
/xorg
/hw
/dmx
5836 symlink_xserver_Xext_extmod
() {
5837 src_dir programs
/Xserver
/Xext
/extmod
5838 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
/extmod
5844 symlink_xserver_Xi
() {
5845 src_dir programs
/Xserver
/Xi
5846 dst_dir xserver
/xorg
/Xi
5924 symlink_xserver_Xprint
() {
5925 src_dir programs
/Xserver
/Xprint
5926 dst_dir xserver
/xorg
/Xprint
5945 dst_dir xserver
/xorg
/Xprint
/doc
5947 action Xprt.man Xprt.man.pre
5951 symlink_xserver_Xprint_etc
() {
5952 src_dir programs
/Xserver
/Xprint
/etc
/init.d
5953 dst_dir xserver
/xorg
/Xprint
/etc
/init.d
5957 src_dir programs
/Xserver
/Xprint
/etc
/profile.d
5958 dst_dir xserver
/xorg
/Xprint
/etc
/profile.d
5963 src_dir programs
/Xserver
/Xprint
/etc
/Xsession.d
5964 dst_dir xserver
/xorg
/Xprint
/etc
/Xsession.d
5966 action cde_xsessiond_xprint.sh
5969 symlink_xserver_Xprint_ps
() {
5970 src_dir programs
/Xserver
/Xprint
/ps
5971 dst_dir xserver
/xorg
/Xprint
/ps
5984 action PsImageUtil.c
5998 action psout_ftpstype1.c
5999 action psout_ftpstype3.c
6000 action ttf2pt1wrap.c
6003 symlink_xserver_Xprint_pcl
() {
6004 src_dir programs
/Xserver
/Xprint
/pcl
6005 dst_dir xserver
/xorg
/Xprint
/pcl
6032 symlink_xserver_Xprint_raster
() {
6033 src_dir programs
/Xserver
/Xprint
/raster
6034 dst_dir xserver
/xorg
/Xprint
/raster
6038 action RasterAttVal.c
6041 symlink_xserver_afb
() {
6042 src_dir programs
/Xserver
/afb
6043 dst_dir xserver
/xorg
/afb
6082 symlink_xserver_cfb
() {
6083 src_dir programs
/Xserver
/cfb
6084 dst_dir xserver
/xorg
/cfb
6139 symlink_xserver_cfb24
() {
6140 src_dir programs
/Xserver
/cfb24
6141 dst_dir xserver
/xorg
/cfb24
6146 symlink_xserver_composite
() {
6147 src_dir programs
/Xserver
/composite
6148 dst_dir xserver
/xorg
/composite
6157 symlink_xserver_damageext
() {
6158 src_dir programs
/Xserver
/damageext
6159 dst_dir xserver
/xorg
/damageext
6163 action damageextint.h
6166 symlink_xserver_dbe
() {
6167 src_dir programs
/Xserver
/dbe
6168 dst_dir xserver
/xorg
/dbe
6177 symlink_xserver_dix
() {
6178 src_dir programs
/Xserver
/dix
6179 dst_dir xserver
/xorg
/dix
6213 symlink_xserver_fb
() {
6214 src_dir programs
/Xserver
/fb
6215 dst_dir xserver
/xorg
/fb
6248 action fbpseudocolor.c
6249 action fbpseudocolor.h
6263 symlink_xserver_hw_darwin
() {
6264 src_dir programs
/Xserver
/hw
/darwin
6265 dst_dir xserver
/xorg
/hw
/darwin
6269 action darwinClut8.h
6270 action darwinEvents.c
6271 action darwinKeyboard.c
6272 action darwinKeyboard.h
6273 action darwinXinput.c
6278 symlink_xserver_hw_darwin_bundle
() {
6279 src_dir programs
/Xserver
/hw
/darwin
/bundle
6280 dst_dir xserver
/xorg
/hw
/darwin
/bundle
6282 action startXClients.cpp
6285 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Dutch.lproj
6286 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Dutch.lproj
6289 action Localizable.
strings
6290 action XDarwinHelp.html.cpp
6292 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Dutch.lproj
/MainMenu.nib
6293 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Dutch.lproj
/MainMenu.nib
6298 src_dir programs
/Xserver
/hw
/darwin
/bundle
/English.lproj
6299 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/English.lproj
6302 action InfoPlist.
strings.cpp
6303 action Localizable.
strings
6304 action XDarwinHelp.html.cpp
6306 src_dir programs
/Xserver
/hw
/darwin
/bundle
/English.lproj
/MainMenu.nib
6307 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/English.lproj
/MainMenu.nib
6312 src_dir programs
/Xserver
/hw
/darwin
/bundle
/French.lproj
6313 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/French.lproj
6316 action Localizable.
strings
6317 action XDarwinHelp.html.cpp
6319 src_dir programs
/Xserver
/hw
/darwin
/bundle
/French.lproj
/MainMenu.nib
6320 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/French.lproj
/MainMenu.nib
6325 src_dir programs
/Xserver
/hw
/darwin
/bundle
/German.lproj
6326 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/German.lproj
6329 action Localizable.
strings
6330 action XDarwinHelp.html.cpp
6332 src_dir programs
/Xserver
/hw
/darwin
/bundle
/German.lproj
/MainMenu.nib
6333 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/German.lproj
/MainMenu.nib
6338 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Japanese.lproj
6339 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Japanese.lproj
6342 action Localizable.
strings
6343 action XDarwinHelp.html.cpp
6345 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Japanese.lproj
/MainMenu.nib
6346 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Japanese.lproj
/MainMenu.nib
6351 src_dir programs
/Xserver
/hw
/darwin
/bundle
/ko.lproj
6352 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/ko.lproj
6355 action Localizable.
strings
6356 action XDarwinHelp.html.cpp
6358 src_dir programs
/Xserver
/hw
/darwin
/bundle
/ko.lproj
/MainMenu.nib
6359 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/ko.lproj
/MainMenu.nib
6364 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Portuguese.lproj
6365 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Portuguese.lproj
6368 action Localizable.
strings
6369 action XDarwinHelp.html.cpp
6371 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Portuguese.lproj
/MainMenu.nib
6372 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Portuguese.lproj
/MainMenu.nib
6377 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Spanish.lproj
6378 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Spanish.lproj
6381 action Localizable.
strings
6382 action XDarwinHelp.html.cpp
6384 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Spanish.lproj
/MainMenu.nib
6385 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Spanish.lproj
/MainMenu.nib
6390 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Swedish.lproj
6391 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Swedish.lproj
6394 action Localizable.
strings
6395 action XDarwinHelp.html.cpp
6397 src_dir programs
/Xserver
/hw
/darwin
/bundle
/Swedish.lproj
/MainMenu.nib
6398 dst_dir xserver
/xorg
/hw
/darwin
/bundle
/Swedish.lproj
/MainMenu.nib
6404 symlink_xserver_hw_darwin_iokit
() {
6405 src_dir programs
/Xserver
/hw
/darwin
/iokit
6406 dst_dir xserver
/xorg
/hw
/darwin
/iokit
6410 action xfIOKitCursor.c
6411 action xfIOKitStartup.c
6414 symlink_xserver_hw_darwin_quartz
() {
6415 src_dir programs
/Xserver
/hw
/darwin
/quartz
6416 dst_dir xserver
/xorg
/hw
/darwin
/quartz
6418 action Preferences.h
6419 action XApplication.h
6420 action XDarwinStartup.c
6426 action pseudoramiX.c
6427 action pseudoramiX.h
6430 action quartzAudio.c
6431 action quartzAudio.h
6432 action quartzCommon.h
6433 action quartzCursor.c
6434 action quartzCursor.h
6435 action quartzKeyboard.c
6436 action quartzPasteboard.c
6437 action quartzPasteboard.h
6438 action quartzStartup.c
6440 action Preferences.m
6441 action quartzCocoa.m
6442 action XApplication.m
6445 action XDarwinStartup.man
6447 src_dir programs
/Xserver
/hw
/darwin
/quartz
/XDarwin.pbproj
6448 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/XDarwin.pbproj
6449 action project.pbxproj
6452 symlink_xserver_hw_darwin_quartz_cr
() {
6453 src_dir programs
/Xserver
/hw
/darwin
/quartz
/cr
6454 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/cr
6465 symlink_xserver_hw_darwin_quartz_fullscreen
() {
6466 src_dir programs
/Xserver
/hw
/darwin
/quartz
/fullscreen
6467 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/fullscreen
6470 action quartzCursor.c
6471 action quartzCursor.h
6474 symlink_xserver_hw_darwin_quartz_xpr
() {
6475 src_dir programs
/Xserver
/hw
/darwin
/quartz
/xpr
6476 dst_dir xserver
/xorg
/hw
/darwin
/quartz
/xpr
6496 symlink_xserver_hw_darwin_utils
() {
6497 src_dir programs
/Xserver
/hw
/darwin
/utils
6498 dst_dir xserver
/xorg
/hw
/darwin
/utils
6501 action dumpkeymap.man
6505 symlink_xserver_hw_dmx
() {
6506 src_dir programs
/Xserver
/hw
/dmx
6507 dst_dir xserver
/xorg
/hw
/dmx
6510 action dmx_glxvisuals.c
6511 action dmx_glxvisuals.h
6521 action dmxextension.c
6522 action dmxextension.h
6554 action Xdmx.man Xdmx
.1
6557 symlink_xserver_hw_dmx_config
() {
6558 src_dir programs
/Xserver
/hw
/dmx
/config
6559 dst_dir xserver
/xorg
/hw
/dmx
/config
6604 action xdmxconfig.man
6607 symlink_xserver_hw_dmx_doc
() {
6608 src_dir programs
/Xserver
/hw
/dmx
/doc
6609 dst_dir xserver
/xorg
/hw
/dmx
/doc
6613 action DMXSpec-v1.txt
6622 src_dir programs
/Xserver
/hw
/dmx
/doc
/html
6623 dst_dir xserver
/xorg
/hw
/dmx
/doc
/html
6625 action annotated.html
6626 action ChkNotMaskEv_8c.html
6627 action ChkNotMaskEv_8h.html
6628 action ChkNotMaskEv_8h-source.html
6631 action dmx_8h-source.html
6632 action dmxarg_8c.html
6633 action dmxarg_8h.html
6634 action dmxarg_8h-source.html
6635 action dmxbackend_8c.html
6636 action dmxbackend_8h.html
6637 action dmxbackend_8h-source.html
6638 action dmxcb_8c.html
6639 action dmxcb_8h.html
6640 action dmxcb_8h-source.html
6641 action dmxclient_8h.html
6642 action dmxclient_8h-source.html
6643 action dmxcmap_8c.html
6644 action dmxcmap_8h.html
6645 action dmxcmap_8h-source.html
6646 action dmxcommon_8c.html
6647 action dmxcommon_8h.html
6648 action dmxcommon_8h-source.html
6649 action dmxcompat_8c.html
6650 action dmxcompat_8h.html
6651 action dmxcompat_8h-source.html
6652 action dmxconfig_8c.html
6653 action dmxconfig_8h.html
6654 action dmxconfig_8h-source.html
6655 action dmxconsole_8c.html
6656 action dmxconsole_8h.html
6657 action dmxconsole_8h-source.html
6658 action dmxcursor_8c.html
6659 action dmxcursor_8h.html
6660 action dmxcursor_8h-source.html
6661 action dmxdetach_8c.html
6662 action dmxdpms_8c.html
6663 action dmxdpms_8h.html
6664 action dmxdpms_8h-source.html
6665 action dmxdummy_8c.html
6666 action dmxdummy_8h.html
6667 action dmxdummy_8h-source.html
6668 action dmxeq_8c.html
6669 action dmxeq_8h.html
6670 action dmxeq_8h-source.html
6671 action dmxevents_8c.html
6672 action dmxevents_8h.html
6673 action dmxevents_8h-source.html
6674 action dmxext_8h.html
6675 action dmxext_8h-source.html
6676 action dmxextension_8c.html
6677 action dmxextension_8h.html
6678 action dmxextension_8h-source.html
6679 action dmxfont_8c.html
6680 action dmxfont_8h.html
6681 action dmxfont_8h-source.html
6682 action dmxgc_8c.html
6683 action dmxgc_8h.html
6684 action dmxgc_8h-source.html
6685 action dmxgcops_8c.html
6686 action dmxgcops_8h.html
6687 action dmxgcops_8h-source.html
6688 action dmx__glxvisuals_8h-source.html
6689 action dmxinit_8c.html
6690 action dmxinit_8h.html
6691 action dmxinit_8h-source.html
6692 action dmxinput_8c.html
6693 action dmxinput_8h.html
6694 action dmxinput_8h-source.html
6695 action dmxinputinit_8c.html
6696 action dmxinputinit_8h.html
6697 action dmxinputinit_8h-source.html
6698 action dmxlog_8c.html
6699 action dmxlog_8h.html
6700 action dmxlog_8h-source.html
6701 action dmxmap_8c.html
6702 action dmxmap_8h.html
6703 action dmxmap_8h-source.html
6704 action dmxmotion_8c.html
6705 action dmxmotion_8h.html
6706 action dmxmotion_8h-source.html
6707 action dmxparse_8c.html
6708 action dmxparse_8h.html
6709 action dmxparse_8h-source.html
6710 action dmxpict_8c.html
6711 action dmxpict_8h.html
6712 action dmxpict_8h-source.html
6713 action dmxpixmap_8c.html
6714 action dmxpixmap_8h.html
6715 action dmxpixmap_8h-source.html
6716 action dmxprint_8c.html
6717 action dmxprint_8h.html
6718 action dmxprint_8h-source.html
6719 action dmxprop_8c.html
6720 action dmxprop_8h.html
6721 action dmxprop_8h-source.html
6722 action dmxproto_8h.html
6723 action dmxproto_8h-source.html
6724 action dmxscrinit_8c.html
6725 action dmxscrinit_8h.html
6726 action dmxscrinit_8h-source.html
6727 action dmxshadow_8c.html
6728 action dmxshadow_8h.html
6729 action dmxshadow_8h-source.html
6730 action dmxsigio_8c.html
6731 action dmxsigio_8h.html
6732 action dmxsigio_8h-source.html
6733 action dmxstat_8c.html
6734 action dmxstat_8h.html
6735 action dmxstat_8h-source.html
6736 action dmxsync_8c.html
6737 action dmxsync_8h.html
6738 action dmxsync_8h-source.html
6739 action dmxvisual_8c.html
6740 action dmxvisual_8h.html
6741 action dmxvisual_8h-source.html
6742 action dmxwindow_8c.html
6743 action dmxwindow_8h.html
6744 action dmxwindow_8h-source.html
6745 action dmxxinput_8c.html
6749 action ftv2blank.png
6751 action ftv2folderclosed.png
6752 action ftv2folderopen.png
6753 action ftv2lastnode.png
6755 action ftv2mlastnode.png
6756 action ftv2mnode.png
6758 action ftv2plastnode.png
6759 action ftv2pnode.png
6760 action ftv2vertline.png
6761 action functions.html
6762 action functions_vars.html
6763 action globals_defs.html
6764 action globals_enum.html
6765 action globals_eval.html
6766 action globals_func.html
6768 action globals_type.html
6769 action globals_vars.html
6771 action lib_2dmx_2dmx_8c.html
6772 action lnx-keyboard_8c.html
6773 action lnx-keyboard_8h.html
6774 action lnx-keyboard_8h-source.html
6775 action lnx-ms_8c.html
6776 action lnx-ms_8h.html
6777 action lnx-ms_8h-source.html
6778 action lnx-ps2_8c.html
6779 action lnx-ps2_8h.html
6780 action lnx-ps2_8h-source.html
6782 action programs_2Xserver_2Xext_2dmx_8c.html
6783 action struct__dmxArg.html
6784 action struct__dmxColormapPriv.html
6785 action structDMXConfigCmdStruct.html
6786 action struct__DMXConfigComment.html
6787 action struct__DMXConfigDisplay.html
6788 action struct__DMXConfigEntry.html
6789 action struct__DMXConfigFullDim.html
6790 action structDMXConfigListStruct.html
6791 action struct__DMXConfigNumber.html
6792 action struct__DMXConfigOption.html
6793 action struct__DMXConfigPair.html
6794 action struct__DMXConfigParam.html
6795 action struct__DMXConfigPartDim.html
6796 action struct__DMXConfigString.html
6797 action struct__DMXConfigSub.html
6798 action struct__DMXConfigToken.html
6799 action struct__DMXConfigVirtual.html
6800 action struct__DMXConfigWall.html
6801 action struct__dmxCursorPriv.html
6802 action structDMXDesktopAttributes.html
6803 action structDMXDesktopAttributesRec.html
6804 action struct__DMXEventMap.html
6805 action struct__dmxFontPriv.html
6806 action struct__dmxGCPriv.html
6807 action structdmxGlxVisualPrivate.html
6808 action struct__dmxGlyphPriv.html
6809 action structDMXInputAttributes.html
6810 action structDMXInputAttributesRec.html
6811 action struct__DMXInputInfo.html
6812 action struct__DMXLocalInitInfo.html
6813 action struct__DMXLocalInputInfo.html
6814 action struct__dmxPictPriv.html
6815 action struct__dmxPixPriv.html
6816 action structDMXScreenAttributes.html
6817 action structDMXScreenAttributesRec.html
6818 action struct__DMXScreenInfo.html
6819 action struct__DMXStatAvg.html
6820 action struct__DMXStatInfo.html
6821 action structDMXWindowAttributes.html
6822 action structDMXWindowAttributesRec.html
6823 action struct__dmxWinPriv.html
6824 action struct__Event.html
6825 action struct__EventQueue.html
6826 action struct__myPrivate.html
6827 action structxDMXAddInputReply.html
6828 action structxDMXAddInputReq.html
6829 action structxDMXAddScreenReply.html
6830 action structxDMXAddScreenReq.html
6831 action structxDMXChangeDesktopAttributesReply.html
6832 action structxDMXChangeDesktopAttributesReq.html
6833 action structxDMXChangeScreensAttributesReply.html
6834 action structxDMXChangeScreensAttributesReq.html
6835 action structxDMXForceWindowCreationReply.html
6836 action structxDMXForceWindowCreationReq.html
6837 action structxDMXGetDesktopAttributesReply.html
6838 action structxDMXGetDesktopAttributesReq.html
6839 action structxDMXGetInputAttributesReply.html
6840 action structxDMXGetInputAttributesReq.html
6841 action structxDMXGetInputCountReply.html
6842 action structxDMXGetInputCountReq.html
6843 action structxDMXGetScreenAttributesReply.html
6844 action structxDMXGetScreenAttributesReq.html
6845 action structxDMXGetScreenCountReply.html
6846 action structxDMXGetScreenCountReq.html
6847 action structxDMXGetWindowAttributesReply.html
6848 action structxDMXGetWindowAttributesReq.html
6849 action structxDMXQueryVersionReply.html
6850 action structxDMXQueryVersionReq.html
6851 action structxDMXRemoveInputReply.html
6852 action structxDMXRemoveInputReq.html
6853 action structxDMXRemoveScreenReply.html
6854 action structxDMXRemoveScreenReq.html
6855 action structxDMXSyncReply.html
6856 action structxDMXSyncReq.html
6858 action usb-common_8c.html
6859 action usb-common_8h.html
6860 action usb-common_8h-source.html
6861 action usb-keyboard_8c.html
6862 action usb-keyboard_8h.html
6863 action usb-keyboard_8h-source.html
6864 action usb-mouse_8c.html
6865 action usb-mouse_8h.html
6866 action usb-mouse_8h-source.html
6867 action usb-other_8c.html
6868 action usb-other_8h.html
6869 action usb-other_8h-source.html
6870 action usb-private_8h.html
6871 action usb-private_8h-source.html
6874 symlink_xserver_hw_dmx_examples
() {
6875 src_dir programs
/Xserver
/hw
/dmx
/examples
6876 dst_dir xserver
/xorg
/hw
/dmx
/examples
6878 action dmxaddinput.c
6879 action dmxaddscreen.c
6880 action dmxreconfig.c
6883 action dmxrmscreen.c
6895 symlink_xserver_hw_dmx_glxProxy
() {
6896 src_dir programs
/Xserver
/hw
/dmx
/glxProxy
6897 dst_dir xserver
/xorg
/hw
/dmx
/glxProxy
6902 action g_renderswap.c
6905 action glxcmdsswap.c
6907 action glxdrawable.h
6911 action glxfbconfig.c
6912 action glxfbconfig.h
6926 action render2swap.c
6927 action renderpixswap.c
6931 symlink_xserver_hw_dmx_input
() {
6932 src_dir programs
/Xserver
/hw
/dmx
/input
6933 dst_dir xserver
/xorg
/hw
/dmx
/input
6935 action ChkNotMaskEv.c
6936 action ChkNotMaskEv.h
6952 action dmxinputinit.c
6953 action dmxinputinit.h
6961 action lnx-keyboard.c
6962 action lnx-keyboard.h
6969 action usb-keyboard.c
6970 action usb-keyboard.h
6975 action usb-private.h
6978 # We skip most of Xserver/hw/sun since it's no longer maintained, but a
6979 # couple of files are useful still
6980 symlink_xserver_hw_sun
() {
6981 src_dir programs
/Xserver
/hw
/sun
6983 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/kbd_mode
6984 action kbd_mode.c sun-kbd_mode.c
6985 action kbd_mode.man sun-kbd_mode.man.pre
6987 dst_dir app
/constype
6992 symlink_xserver_hw_vfb
() {
6993 src_dir programs
/Xserver
/hw
/vfb
6994 dst_dir xserver
/xorg
/hw
/vfb
7000 action Xvfb.man Xvfb.man.pre
7003 symlink_xserver_hw_xfree86
() {
7004 src_dir programs
/Xserver
/hw
/xfree86
7005 dst_dir xserver
/xorg
/hw
/xfree86
7011 symlink_xserver_hw_xfree86_common
() {
7012 src_dir programs
/Xserver
/hw
/xfree86
/common
7013 dst_dir xserver
/xorg
/hw
/xfree86
/common
7020 action xf86AutoConfig.c
7025 action xf86Configure.c
7030 action xf86DefModes.c
7031 action xf86DoProbe.c
7032 action xf86DoScanPci.c
7034 action xf86Globals.c
7042 action xf86KbdMach.c
7044 action xf86MiscExt.c
7050 action xf86PciInfo.h
7052 action xf86Privstr.h
7054 action xf86Resources.h
7055 action xf86Versions.c
7056 action xf86VidMode.c
7069 action xf86sbusBus.c
7070 action xf86sbusBus.h
7081 action modeline2c.pl
7083 src_dir programs
/Xserver
/hw
/xfree86
7085 action xf86Version.h
7086 action xorgVersion.h
7089 symlink_xserver_hw_xfree86_ddc
() {
7090 src_dir programs
/Xserver
/hw
/xfree86
/ddc
7091 dst_dir xserver
/xorg
/hw
/xfree86
/ddc
7094 action ddcProperty.c
7097 action interpret_edid.c
7098 action interpret_vdif.c
7108 symlink_xserver_hw_xfree86_doc
() {
7110 # Docs generic to all Xservers in xserver-xorg module:
7111 src_dir programs
/Xserver
7112 dst_dir xserver
/xorg
/doc
7113 action Xserver.man Xserver.man.pre
7115 src_dir programs
/Xserver
/hw
/xfree86
/doc
7116 dst_dir xserver
/xorg
/doc
7119 # Docs specific to XFree86 DDX/Xorg server:
7121 src_dir programs
/Xserver
/hw
/xfree86
7122 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/man
7124 action Xorg.man Xorg.man.pre
7125 action xorg.conf.man xorg.conf.man.pre
7127 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/devel
7128 action DebuggingHints
7133 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/changelogs
7138 src_dir programs
/Xserver
/hw
/xfree86
/doc
7139 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/devel
7140 action exa-driver.txt
7141 action README.DRIcomp
7143 dst_dir xserver
/xorg
/hw
/xfree86
/doc
7146 action README.rapidaccess
7148 src_dir programs
/Xserver
/hw
/xfree86
/doc
/sgml
7149 dst_dir xserver
/xorg
/hw
/xfree86
/doc
/sgml
7153 # Docs about the entire Xorg distribution:
7155 dst_dir
doc
/old
/sgml
7161 action OS2Notes.sgml
7164 action RELNOTES.sgml
7167 action Versions.sgml
7168 action XKB-Config.sgml
7169 action XKB-Enhancing.sgml
7175 action mdefs.cpp mdefs.pre
7177 # Entity files and scripts needed for all sgml docs:
7179 dst_dir
doc
/xorg-sgml-doctools
7182 # Driver-specific docs:
7184 dst_dir driver
/xf86-video-tga
7185 action DECtga.sgml README.sgml
7187 dst_dir driver
/xf86-video-i128
7188 action I128.sgml README.sgml
7190 dst_dir driver
/xf86-video-sis
7191 action SiS.sgml README.sgml
7193 dst_dir driver
/xf86-video-apm
7194 action apm.sgml README.sgml
7196 dst_dir driver
/xf86-video-ati
7197 action ati.sgml README.ati.sgml
7198 action r128.sgml README.r128.sgml
7200 dst_dir driver
/xf86-video-chips
7201 action chips.sgml README.sgml
7203 dst_dir driver
/xf86-video-cyrix
7204 action cyrix.sgml README.sgml
7206 dst_dir driver
/xf86-video-i740
7207 action i740.sgml README.sgml
7209 dst_dir driver
/xf86-video-i810
7210 action i810.sgml README.sgml
7212 dst_dir driver
/xf86-input-mouse
7213 action mouse.sgml README.sgml
7215 dst_dir driver
/xf86-video-newport
7216 action newport.sgml README.sgml
7218 dst_dir driver
/xf86-video-rendition
7219 action rendition.sgml README.sgml
7221 dst_dir driver
/xf86-video-s3virge
7222 action s3virge.sgml README.sgml
7224 # Japanese documentation
7225 src_dir programs
/Xserver
/hw
/xfree86
/doc
/Japanese
/sgml
7226 dst_dir
doc
/old
/sgml
/Japanese
7232 symlink_xserver_hw_xfree86_etc
() {
7233 src_dir programs
/Xserver
/hw
/xfree86
/etc
7235 dst_dir xserver
/xorg
/hw
/xfree86
/common
7239 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/gtf
7241 action gtf.man gtf.man.pre
7243 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/ioport
7246 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/kbd_mode
7247 action kbd_mode.c bsd-kbd_mode.c
7248 action kbd_mode.man bsd-kbd_mode.man.pre
7250 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/pcitweak
7252 action pcitweak.man pcitweak.man.pre
7254 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/solaris
7255 action apSolaris.
shar
7258 symlink_xserver_hw_xfree86_x86emu
() {
7259 src_dir extras
/x86emu
/include
7260 dst_dir xserver
/xorg
/hw
/xfree86
/x86emu
7264 src_dir extras
/x86emu
/src
/x86emu
7275 dst_dir xserver
/xorg
/hw
/xfree86
/x86emu
/x86emu
7276 src_dir extras
/x86emu
/include
/x86emu
7282 src_dir extras
/x86emu
/src
/x86emu
/x86emu
7294 symlink_xserver_hw_xfree86_dixmods
() {
7295 dst_dir xserver
/xorg
/hw
/xfree86
/dixmods
7297 src_dir programs
/Xserver
/GL
7300 src_dir programs
/Xserver
/GL
/mesa
/GLcore
7301 action GLcoremodule.c
7303 src_dir programs
/Xserver
/afb
7306 src_dir lib
/font
/bitmap
/module
7309 src_dir lib
/font
/FreeType
/module
7312 src_dir lib
/font
/Type
1/module
7315 src_dir programs
/Xserver
/cfb
7318 src_dir programs
/Xserver
/cfb16
7319 action cfbmodule.c cfb16module.c
7321 src_dir programs
/Xserver
/cfb24
7322 action cfbmodule.c cfb24module.c
7324 src_dir programs
/Xserver
/cfb32
7325 action cfbmodule.c cfb32module.c
7327 src_dir programs
/Xserver
/dbe
7330 src_dir programs
/Xserver
/fb
7333 src_dir programs
/Xserver
/miext
/layer
7336 src_dir programs
/Xserver
/miext
/shadow
7339 src_dir programs
/Xserver
/mfb
7342 src_dir programs
/Xserver
/record
7346 symlink_xserver_hw_xfree86_dummylib
() {
7347 src_dir programs
/Xserver
/hw
/xfree86
/dummylib
7348 dst_dir xserver
/xorg
/hw
/xfree86
/dummylib
7353 action getvalidbios.c
7355 action pcitestmulti.c
7358 action xf86addrestolist.c
7359 action xf86allocscripi.c
7361 action xf86drvmsgverb.c
7363 action xf86errorfverb.c
7364 action xf86getpagesize.c
7365 action xf86getverb.c
7368 action xf86msgverb.c
7370 action xf86screens.c
7371 action xf86servisinit.c
7372 action xf86verbose.c
7379 symlink_xserver_hw_xfree86_exa
() {
7380 src_dir programs
/Xserver
/hw
/xfree86
/exa
7381 dst_dir xserver
/xorg
/hw
/xfree86
/exa
7386 action exaoffscreen.c
7391 symlink_xserver_hw_xfree86_fbdevhw
() {
7392 src_dir programs
/Xserver
/hw
/xfree86
/fbdevhw
7393 dst_dir xserver
/xorg
/hw
/xfree86
/fbdevhw
7397 action fbdevhwstub.c
7400 action fbdevhw.man fbdevhw.man.pre
7403 symlink_xserver_hw_xfree86_getconfig
() {
7404 src_dir programs
/Xserver
/hw
/xfree86
/getconfig
7405 dst_dir xserver
/xorg
/hw
/xfree86
/getconfig
7407 action cfg.man cfg.man.pre
7409 action getconfig.man getconfig.man.pre
7411 action getconfig.sh getconfig
7415 symlink_xserver_hw_xfree86_i2c
() {
7416 src_dir programs
/Xserver
/hw
/xfree86
/i2c
7417 dst_dir xserver
/xorg
/hw
/xfree86
/i2c
7421 action xf86i2cmodule.c
7423 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i2c
7424 dst_dir xserver
/xorg
/hw
/xfree86
/i2c
7430 action bt829_module.c
7434 action fi1236_module.c
7438 action msp3430_module.c
7442 action tda8425_module.c
7446 action tda9850_module.c
7450 action tda9885_module.c
7454 action uda1380_module.c
7457 symlink_xserver_hw_xfree86_int10
() {
7458 src_dir programs
/Xserver
/hw
/xfree86
/int10
7459 dst_dir xserver
/xorg
/hw
/xfree86
/int10
7462 action helper_exec.c
7469 action xf86int10module.c
7475 symlink_xserver_hw_xfree86_loader
() {
7476 src_dir programs
/Xserver
/hw
/xfree86
/loader
7477 dst_dir xserver
/xorg
/hw
/xfree86
/loader
7479 action SparcMulDiv.S
7499 action loaderProcs.h
7509 symlink_xserver_hw_xfree86_ossupport
() {
7510 src_dir programs
/Xserver
/hw
/xfree86
/os-support
7511 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
7514 action int10Defines.h
7516 action xf86OSmouse.h
7519 action xf86_OSproc.h
7523 action xf86drmCompat.h
7525 action README.OS-lib
7528 symlink_xserver_hw_xfree86_ossupport_bsd
() {
7529 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsd
7530 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsd
7532 action alpha_video.c
7534 action bsdResource.c
7546 action bsd_kqueue_apm.c
7551 action sparc64_video.c
7554 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
() {
7555 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bsd
/libusb
7556 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bsd
/libusb
7565 action usb_hid_usages
7568 symlink_xserver_hw_xfree86_ossupport_bus
() {
7569 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/bus
7570 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/bus
7594 symlink_xserver_hw_xfree86_ossupport_drm
() {
7595 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/drm
7596 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/drm
7600 action xf86drmHash.c
7601 action xf86drmRandom.c
7605 symlink_xserver_hw_xfree86_ossupport_linux
() {
7606 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
7607 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
7610 action lnxResource.c
7630 symlink_xserver_hw_xfree86_ossupport_linux_int10
() {
7631 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/int10
7632 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
/int10
7637 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
() {
7638 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/linux
/int10
/vm86
7639 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/linux
/int10
/vm86
7644 symlink_xserver_hw_xfree86_ossupport_lynxos
() {
7645 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/lynxos
7646 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/lynxos
7652 action lynx_noinline.c
7658 symlink_xserver_hw_xfree86_ossupport_misc
() {
7659 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/misc
7660 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/misc
7666 action xf86_IlHack.c
7676 symlink_xserver_hw_xfree86_ossupport_sco
() {
7677 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sco
7678 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/sco
7691 symlink_xserver_hw_xfree86_ossupport_shared
() {
7692 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/shared
7693 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/shared
7698 action at_scancode.c
7699 action bios_devmem.c
7703 action ioperm_noop.c
7706 action libc_wrapper.c
7712 action stdResource.c
7721 symlink_xserver_hw_xfree86_ossupport_sunos
() {
7722 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sunos
7723 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/solaris
7735 action solaris-amd64.S
7736 action solaris-ia32.S
7737 action solaris-sparcv8plus.S
7741 symlink_xserver_hw_xfree86_ossupport_sysv
() {
7742 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sysv
7743 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/sysv
7753 symlink_xserver_hw_xfree86_ossupport_usl
() {
7754 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/usl
7755 dst_dir xserver
/xorg
/hw
/xfree86
/os-support
/usl
7770 symlink_xserver_hw_xfree86_parser
() {
7771 src_dir programs
/Xserver
/hw
/xfree86
/parser
7772 dst_dir xserver
/xorg
/hw
/xfree86
/parser
7789 action configProcs.h
7799 symlink_xserver_hw_xfree86_rac
() {
7800 src_dir programs
/Xserver
/hw
/xfree86
/rac
7801 dst_dir xserver
/xorg
/hw
/xfree86
/rac
7805 action xf86RACmodule.c
7808 symlink_xserver_hw_xfree86_ramdac
() {
7809 src_dir programs
/Xserver
/hw
/xfree86
/ramdac
7810 dst_dir xserver
/xorg
/hw
/xfree86
/ramdac
7823 action xf86CursorPriv.h
7827 action xf86RamDacCmap.c
7828 action xf86RamDacMod.c
7829 action xf86RamDacPriv.h
7834 symlink_xserver_hw_xfree86_scanpci
() {
7835 src_dir programs
/Xserver
/hw
/xfree86
/scanpci
7836 dst_dir xserver
/xorg
/hw
/xfree86
/scanpci
7838 action xf86PciData.h
7839 action xf86PciStdIds.h
7841 action xf86ScanPci.c
7842 action xf86ScanPci.h
7846 src_dir programs
/Xserver
/hw
/xfree86
/etc
7850 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/scanpci
7852 action scanpci.man scanpci.man.pre
7855 symlink_xserver_hw_xfree86_shadowfb
() {
7856 src_dir programs
/Xserver
/hw
/xfree86
/shadowfb
7857 dst_dir xserver
/xorg
/hw
/xfree86
/shadowfb
7864 symlink_xserver_hw_xfree86_vbe
() {
7865 src_dir programs
/Xserver
/hw
/xfree86
/vbe
7866 dst_dir xserver
/xorg
/hw
/xfree86
/vbe
7875 symlink_xserver_hw_xfree86_vgahw
() {
7876 src_dir programs
/Xserver
/hw
/xfree86
/vgahw
7877 dst_dir xserver
/xorg
/hw
/xfree86
/vgahw
7882 action vgaHWmodule.c
7885 symlink_xserver_hw_xfree86_xaa
() {
7886 src_dir programs
/Xserver
/hw
/xfree86
/xaa
7887 dst_dir xserver
/xorg
/hw
/xfree86
/xaa
7891 action xaaBitOrder.c
7894 action xaaCpyPlane.c
7896 action xaaDashLine.c
7897 action xaaFallback.c
7899 action xaaFillPoly.c
7900 action xaaFillRect.c
7905 action xaaInitAccel.c
7907 action xaaLineMisc.c
7908 action xaaNonTEGlyph.c
7909 action xaaNonTEText.c
7910 action xaaOffscreen.c
7912 action xaaOverlayDF.c
7914 action xaaPaintWin.c
7919 action xaaStateChange.c
7924 action xaaWideLine.c
7931 action xaaTEGlyphBlt.S
7936 symlink_xserver_hw_xfree86_xf1bpp
() {
7937 src_dir programs
/Xserver
/hw
/xfree86
/xf1bpp
7938 dst_dir xserver
/xorg
/hw
/xfree86
/xf1bpp
7948 symlink_xserver_hw_xfree86_xf4bpp
() {
7949 src_dir programs
/Xserver
/hw
/xfree86
/xf4bpp
7950 dst_dir xserver
/xorg
/hw
/xfree86
/xf4bpp
8003 symlink_xserver_hw_xfree86_xf8_16bpp
() {
8004 src_dir programs
/Xserver
/hw
/xfree86
/xf8_16bpp
8005 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_16bpp
8008 action cfb8_16module.c
8013 symlink_xserver_hw_xfree86_xf8_32bpp
() {
8014 src_dir programs
/Xserver
/hw
/xfree86
/xf8_32bpp
8015 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_32bpp
8018 action cfb8_32module.c
8021 action cfbcpyplane.c
8029 action xf86overlay.c
8032 symlink_xserver_hw_xfree86_xf8_32wid
() {
8033 src_dir programs
/Xserver
/hw
/xfree86
/xf8_32wid
8034 dst_dir xserver
/xorg
/hw
/xfree86
/xf8_32wid
8037 action cfb8_32widmodule.c
8043 symlink_xserver_hw_xfree86_xf86cfg
() {
8044 src_dir programs
/Xserver
/hw
/xfree86
/xf86cfg
8045 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/xorgcfg
8048 action XOrgCfg.cpp XOrgCfg.pre
8064 action keyboard-cfg.c
8065 action keyboard-cfg.h
8072 action monitor-cfg.c
8073 action monitor-cfg.h
8100 action xorgcfg.man xorgcfg.man.pre
8104 symlink_xserver_hw_xfree86_xf86config
() {
8105 src_dir programs
/Xserver
/hw
/xfree86
/xf86config
8106 dst_dir xserver
/xorg
/hw
/xfree86
/utils
/xorgconfig
8113 action xorgconfig.man xorgconfig.man.pre
8116 symlink_xserver_hw_xnest
() {
8117 src_dir programs
/Xserver
/hw
/xnest
8118 dst_dir xserver
/xorg
/hw
/xnest
8160 action Xnest.man Xnest.man.pre
8163 symlink_xserver_hw_xwin
() {
8164 src_dir programs
/Xserver
/hw
/xwin
8165 dst_dir xserver
/xorg
/hw
/xwin
8175 action winclipboard.h
8176 action winclipboardinit.c
8177 action winclipboardtextconv.c
8178 action winclipboardthread.c
8179 action winclipboardunicode.c
8180 action winclipboardwndproc.c
8181 action winclipboardwrappers.c
8182 action winclipboardxevents.c
8186 action wincreatewnd.c
8200 action winkeynames.h
8202 action winmessages.h
8208 action winmultiwindowclass.c
8209 action winmultiwindowclass.h
8210 action winmultiwindowicons.c
8211 action winmultiwindowshape.c
8212 action winmultiwindowwindow.c
8213 action winmultiwindowwm.c
8214 action winmultiwindowwndproc.c
8215 action winnativegdi.c
8219 action winpolyline.c
8222 action winprefsyacc.y
8223 action winprefslex.l
8229 action winregistry.c
8230 action winresource.h
8235 action winshadddnl.c
8237 action wintrayicon.c
8241 action winwin32rootless.c
8242 action winwin32rootlesswindow.c
8243 action winwin32rootlesswndproc.c
8246 action winwindowswm.c
8253 action XWin.man XWin
.1
8254 action XWinrc.man XWinrc
.1
8256 action _usr_X11R6_lib_X11_system.XWinrc
8262 symlink_xserver_hw_xwin_xlaunch
() {
8263 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
8264 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
8272 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
/resources
8273 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
/resources
8276 action fullscreen.bmp
8278 action multiwindow.bmp
8279 action nodecoration.bmp
8285 src_dir programs
/Xserver
/hw
/xwin
/xlaunch
/window
8286 dst_dir xserver
/xorg
/hw
/xwin
/xlaunch
/window
8298 symlink_xserver_ilbm
() {
8299 src_dir programs
/Xserver
/ilbm
8300 dst_dir xserver
/xorg
/ilbm
8310 action ilbmfillarc.c
8311 action ilbmfillrct.c
8316 action ilbmhrzvert.c
8318 action ilbmimggblt.c
8322 action ilbmply1rct.c
8323 action ilbmplygblt.c
8324 action ilbmpntarea.c
8326 action ilbmpolypnt.c
8327 action ilbmpushpxl.c
8328 action ilbmscrinit.c
8338 symlink_xserver_include
() {
8339 src_dir programs
/Xserver
/include
8340 dst_dir xserver
/xorg
/include
8390 symlink_xserver_iplan2p2
() {
8391 src_dir programs
/Xserver
/iplan2p2
8392 dst_dir xserver
/xorg
/iplan2p2
8395 symlink_xserver_iplan2p4
() {
8396 src_dir programs
/Xserver
/iplan2p4
8397 dst_dir xserver
/xorg
/iplan2p4
8416 action iplmergerop.h
8436 symlink_xserver_iplan2p8
() {
8437 src_dir programs
/Xserver
/iplan2p8
8438 dst_dir xserver
/xorg
/iplan2p8
8442 symlink_xserver_lbx
() {
8443 src_dir programs
/Xserver
/lbx
8444 dst_dir xserver
/xorg
/lbx
8464 symlink_xserver_mfb
() {
8465 src_dir programs
/Xserver
/mfb
8466 dst_dir xserver
/xorg
/mfb
8507 symlink_xserver_mi
() {
8508 src_dir programs
/Xserver
/mi
8509 dst_dir xserver
/xorg
/mi
8574 symlink_xserver_miext_cw
() {
8575 src_dir programs
/Xserver
/miext
/cw
8576 dst_dir xserver
/xorg
/miext
/cw
8584 symlink_xserver_miext_damage
() {
8585 src_dir programs
/Xserver
/miext
/damage
8586 dst_dir xserver
/xorg
/miext
/damage
8593 symlink_xserver_miext_layer
() {
8594 src_dir programs
/Xserver
/miext
/layer
8595 dst_dir xserver
/xorg
/miext
/layer
8605 symlink_xserver_miext_rootless
() {
8606 src_dir programs
/Xserver
/miext
/rootless
8607 dst_dir xserver
/xorg
/miext
/rootless
8610 action rootlessCommon.c
8611 action rootlessCommon.h
8612 action rootlessConfig.h
8614 action rootlessScreen.c
8615 action rootlessValTree.c
8616 action rootlessWindow.c
8617 action rootlessWindow.h
8622 symlink_xserver_miext_rootless_accel
() {
8623 src_dir programs
/Xserver
/miext
/rootless
/accel
8624 dst_dir xserver
/xorg
/miext
/rootless
/accel
8632 action rlFillSpans.c
8637 symlink_xserver_miext_rootless_safealpha
() {
8638 src_dir programs
/Xserver
/miext
/rootless
/safeAlpha
8639 dst_dir xserver
/xorg
/miext
/rootless
/safeAlpha
8642 action safeAlphaPicture.c
8643 action safeAlphaWindow.c
8646 symlink_xserver_miext_shadow
() {
8647 src_dir programs
/Xserver
/miext
/shadow
8648 dst_dir xserver
/xorg
/miext
/shadow
8656 action shrot16pack.c
8657 action shrot16pack_180.c
8658 action shrot16pack_270.c
8659 action shrot16pack_90.c
8660 action shrot32pack.c
8661 action shrot32pack_180.c
8662 action shrot32pack_270.c
8663 action shrot32pack_90.c
8665 action shrot8pack_180.c
8666 action shrot8pack_270.c
8667 action shrot8pack_90.c
8672 symlink_xserver_os
() {
8673 src_dir programs
/Xserver
/os
8674 dst_dir xserver
/xorg
/os
8697 symlink_xserver_randr
() {
8698 src_dir programs
/Xserver
/randr
8699 dst_dir xserver
/xorg
/randr
8706 symlink_xserver_record
() {
8707 src_dir programs
/Xserver
/record
8708 dst_dir xserver
/xorg
/record
8715 symlink_xserver_render
() {
8716 src_dir programs
/Xserver
/render
8717 dst_dir xserver
/xorg
/render
8738 symlink_xserver_xfixes
() {
8739 src_dir programs
/Xserver
/xfixes
8740 dst_dir xserver
/xorg
/xfixes
8751 symlink_xserver_xkb
() {
8752 src_dir programs
/Xserver
/xkb
8753 dst_dir xserver
/xorg
/xkb
8762 action ddxKeyClick.c
8778 action xkbPrOtherEv.c
8792 action xkbmisc.c xkbfmisc.c
8797 src_dir programs
/xkbcomp
/compiled
8798 action README README.compiled
8801 symlink_xserver_xprint_config_models
() {
8803 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/CANONBJ10E-GS
8804 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/CANONBJ10E-GS
8809 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/CANONC3200-PS
8810 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/CANONC3200-PS
8815 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/GSdefault
8816 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/GSdefault
8821 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPDJ1600C
8822 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPDJ1600C
8826 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPDJ1600C
/fonts
8827 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPDJ1600C
/fonts
8878 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4050-PS
8879 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4050-PS
8884 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4family
8885 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4family
8889 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/HPLJ4family
/fonts
8890 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/HPLJ4family
/fonts
8941 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PS2PDFspooldir-GS
8942 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PS2PDFspooldir-GS
8945 action ps2pdf_spooltodir.sh
8948 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSdefault
8949 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSdefault
8953 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSdefault
/fonts
8954 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSdefault
/fonts
8956 action AvantGarde-BookOblique.pmf
8957 action AvantGarde-Book.pmf
8958 action AvantGarde-DemiOblique.pmf
8959 action AvantGarde-Demi.pmf
8960 action Courier-BoldOblique.pmf
8961 action Courier-Bold.pmf
8962 action Courier-Oblique.pmf
8964 action Helvetica-BoldOblique.pmf
8965 action Helvetica-Bold.pmf
8966 action Helvetica-Oblique.pmf
8967 action Helvetica.pmf
8968 action LubalinGraph-BookOblique.pmf
8969 action LubalinGraph-Book.pmf
8970 action LubalinGraph-DemiOblique.pmf
8971 action LubalinGraph-Demi.pmf
8972 action NewCenturySchlbk-BoldItalic.pmf
8973 action NewCenturySchlbk-Bold.pmf
8974 action NewCenturySchlbk-Italic.pmf
8975 action NewCenturySchlbk-Roman.pmf
8976 action Souvenir-DemiItalic.pmf
8977 action Souvenir-Demi.pmf
8978 action Souvenir-LightItalic.pmf
8979 action Souvenir-Light.pmf
8981 action Times-BoldItalic.pmf
8982 action Times-Bold.pmf
8983 action Times-Italic.pmf
8984 action Times-Roman.pmf
8985 action ZapfDingbats.pmf
8988 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/PSspooldir
8989 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/PSspooldir
8992 action spooltodir.sh
8995 src_dir programs
/Xserver
/XpConfig
/C
/print
/models
/SPSPARC2
8996 dst_dir xserver
/xorg
/XpConfig
/C
/print
/models
/SPSPARC2
9003 symlink_xserver_xprint_config
() {
9004 src_dir programs
/Xserver
/XpConfig
9005 dst_dir xserver
/xorg
/XpConfig
9009 src_dir programs
/Xserver
/XpConfig
/C
/print
9010 dst_dir xserver
/xorg
/XpConfig
/C
/print
9014 src_dir programs
/Xserver
/XpConfig
/C
/print
/attributes
9015 dst_dir xserver
/xorg
/XpConfig
/C
/print
/attributes
9021 src_dir programs
/Xserver
/XpConfig
/C
/print
/ddx-config
/raster
9022 dst_dir xserver
/xorg
/XpConfig
/C
/print
/ddx-config
/raster
9027 src_dir programs
/Xserver
/XpConfig
/en_US
/print
/attributes
9028 dst_dir xserver
/xorg
/XpConfig
/en_US
/print
/attributes
9032 symlink_xserver_xprint_config_models
9036 symlink_xserver_GL_apple
9037 symlink_xserver_GL_dri
9038 symlink_xserver_GL_glx
9039 symlink_xserver_GL_include_GL
9040 symlink_xserver_GL_mesa_X
9041 symlink_xserver_GL_windows
9042 symlink_xserver_XTrap
9043 symlink_xserver_Xext
9044 symlink_xserver_Xext_extmod
9046 symlink_xserver_Xprint
9047 symlink_xserver_Xprint_etc
9048 symlink_xserver_Xprint_ps
9049 symlink_xserver_Xprint_pcl
9050 symlink_xserver_Xprint_raster
9053 symlink_xserver_cfb24
9054 symlink_xserver_composite
9055 symlink_xserver_damageext
9059 symlink_xserver_hw_darwin
9060 symlink_xserver_hw_darwin_bundle
9061 symlink_xserver_hw_darwin_iokit
9062 symlink_xserver_hw_darwin_quartz
9063 symlink_xserver_hw_darwin_quartz_cr
9064 symlink_xserver_hw_darwin_quartz_fullscreen
9065 symlink_xserver_hw_darwin_quartz_xpr
9066 symlink_xserver_hw_darwin_utils
9067 symlink_xserver_hw_dmx
9068 symlink_xserver_hw_dmx_config
9069 symlink_xserver_hw_dmx_doc
9070 symlink_xserver_hw_dmx_examples
9071 symlink_xserver_hw_dmx_glxProxy
9072 symlink_xserver_hw_dmx_input
9073 symlink_xserver_hw_sun
9074 symlink_xserver_hw_vfb
9075 symlink_xserver_hw_xfree86
9076 symlink_xserver_hw_xfree86_common
9077 symlink_xserver_hw_xfree86_ddc
9078 symlink_xserver_hw_xfree86_x86emu
9079 symlink_xserver_hw_xfree86_dixmods
9080 symlink_xserver_hw_xfree86_doc
9081 symlink_xserver_hw_xfree86_dummylib
9082 symlink_xserver_hw_xfree86_etc
9083 symlink_xserver_hw_xfree86_exa
9084 symlink_xserver_hw_xfree86_fbdevhw
9085 symlink_xserver_hw_xfree86_getconfig
9086 symlink_xserver_hw_xfree86_i2c
9087 symlink_xserver_hw_xfree86_int10
9088 symlink_xserver_hw_xfree86_loader
9089 symlink_xserver_hw_xfree86_ossupport
9090 symlink_xserver_hw_xfree86_ossupport_bsd
9091 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
9092 symlink_xserver_hw_xfree86_ossupport_bus
9093 symlink_xserver_hw_xfree86_ossupport_drm
9094 symlink_xserver_hw_xfree86_ossupport_linux
9095 symlink_xserver_hw_xfree86_ossupport_linux_int10
9096 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
9097 symlink_xserver_hw_xfree86_ossupport_lynxos
9098 symlink_xserver_hw_xfree86_ossupport_misc
9099 symlink_xserver_hw_xfree86_ossupport_sco
9100 symlink_xserver_hw_xfree86_ossupport_shared
9101 symlink_xserver_hw_xfree86_ossupport_sunos
9102 symlink_xserver_hw_xfree86_ossupport_sysv
9103 symlink_xserver_hw_xfree86_ossupport_usl
9104 symlink_xserver_hw_xfree86_parser
9105 symlink_xserver_hw_xfree86_rac
9106 symlink_xserver_hw_xfree86_ramdac
9107 symlink_xserver_hw_xfree86_scanpci
9108 symlink_xserver_hw_xfree86_shadowfb
9109 symlink_xserver_hw_xfree86_vbe
9110 symlink_xserver_hw_xfree86_vgahw
9111 symlink_xserver_hw_xfree86_xaa
9112 symlink_xserver_hw_xfree86_xf1bpp
9113 symlink_xserver_hw_xfree86_xf4bpp
9114 symlink_xserver_hw_xfree86_xf8_16bpp
9115 symlink_xserver_hw_xfree86_xf8_32bpp
9116 symlink_xserver_hw_xfree86_xf8_32wid
9117 symlink_xserver_hw_xfree86_xf86cfg
9118 symlink_xserver_hw_xfree86_xf86config
9119 symlink_xserver_hw_xnest
9120 symlink_xserver_hw_xwin
9121 symlink_xserver_hw_xwin_xlaunch
9122 symlink_xserver_ilbm
9123 symlink_xserver_include
9124 symlink_xserver_iplan2p2
9125 symlink_xserver_iplan2p4
9126 symlink_xserver_iplan2p8
9130 symlink_xserver_miext_cw
9131 symlink_xserver_miext_damage
9132 symlink_xserver_miext_layer
9133 symlink_xserver_miext_rootless
9134 symlink_xserver_miext_rootless_accel
9135 symlink_xserver_miext_rootless_safealpha
9136 symlink_xserver_miext_shadow
9138 symlink_xserver_randr
9139 symlink_xserver_record
9140 symlink_xserver_render
9141 symlink_xserver_xfixes
9143 symlink_xserver_xprint_config
9154 symlink_driver_apm
() {
9155 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/apm
9156 dst_dir driver
/xf86-video-apm
9160 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/apm
9161 dst_dir driver
/xf86-video-apm
/src
9174 dst_dir driver
/xf86-video-apm
/man
9179 symlink_driver_ark
() {
9180 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/ark
9181 dst_dir driver
/xf86-video-ark
/src
9188 dst_dir driver
/xf86-video-ark
/man
9192 symlink_driver_ati
() {
9193 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/ati
9194 dst_dir driver
/xf86-video-ati
/src
9245 action atimach64accel.c
9246 action atimach64accel.h
9247 action atimach64cursor.c
9248 action atimach64cursor.h
9249 action atimach64i2c.c
9250 action atimach64i2c.h
9251 action atimach64io.c
9252 action atimach64io.h
9253 action atimach64xv.c
9254 action atimach64xv.h
9291 action atiwonderio.c
9292 action atiwonderio.h
9295 action generic_bus.h
9296 action mach64_common.h
9298 action mach64_sarea.h
9301 action r128_chipset.h
9302 action r128_common.h
9303 action r128_cursor.c
9307 action r128_dripriv.h
9308 action r128_driver.c
9314 action r128_version.h
9317 action radeon_accel.c
9318 action radeon_accelfuncs.c
9319 action radeon_bios.c
9320 action radeon_chipset.h
9321 action radeon_common.h
9322 action radeon_commonfuncs.c
9323 action radeon_cursor.c
9327 action radeon_dripriv.h
9328 action radeon_driver.c
9330 action radeon_exa_funcs.c
9331 action radeon_exa_render.c
9332 action radeon_macros.h
9333 action radeon_mergedfb.c
9334 action radeon_mergedfb.h
9335 action radeon_misc.c
9336 action radeon_mm_i2c.c
9337 action radeon_probe.c
9338 action radeon_probe.h
9340 action radeon_render.c
9341 action radeon_sarea.h
9342 action radeon_version.h
9343 action radeon_video.c
9344 action radeon_video.h
9350 action theatre200_module.c
9351 action theatre_detect.c
9352 action theatre_detect.h
9353 action theatre_detect_module.c
9354 action theatre_module.c
9355 action theatre_reg.h
9357 dst_dir driver
/xf86-video-ati
/man
9364 symlink_driver_chips
() {
9365 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/chips
9366 dst_dir driver
/xf86-video-chips
/src
9382 dst_dir driver
/xf86-video-chips
/man
9386 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/chips
/util
9387 dst_dir driver
/xf86-video-chips
/util
9395 symlink_driver_cirrus
() {
9396 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cirrus
9397 dst_dir driver
/xf86-video-cirrus
9399 action README.multihead
9401 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cirrus
9402 dst_dir driver
/xf86-video-cirrus
/src
9422 dst_dir driver
/xf86-video-cirrus
/man
9427 symlink_driver_cyrix
() {
9428 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cyrix
9429 dst_dir driver
/xf86-video-cyrix
9434 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/cyrix
9435 dst_dir driver
/xf86-video-cyrix
/src
9438 action cyrix_accel.c
9440 action cyrix_driver.c
9441 action cyrix_helper.c
9442 action cyrix_shadow.c
9444 dst_dir driver
/xf86-video-cyrix
/man
9449 symlink_driver_dummy
() {
9450 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/dummy
9451 dst_dir driver
/xf86-video-dummy
/src
9454 action dummy_cursor.c
9456 action dummy_driver.c
9458 dst_dir driver
/xf86-video-dummy
/man
9462 symlink_driver_fbdev
() {
9463 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/fbdev
9464 dst_dir driver
/xf86-video-fbdev
/src
9468 dst_dir driver
/xf86-video-fbdev
/man
9473 symlink_driver_glide
() {
9474 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glide
9475 dst_dir driver
/xf86-video-glide
/src
9477 action glide_driver.c
9479 dst_dir driver
/xf86-video-glide
/man
9484 symlink_driver_glint
() {
9485 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glint
9486 dst_dir driver
/xf86-video-glint
9491 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/glint
9492 dst_dir driver
/xf86-video-glint
/src
9497 action glint_common.h
9501 action glint_dripriv.h
9502 action glint_driver.c
9504 action glint_shadow.c
9521 dst_dir driver
/xf86-video-glint
/man
9526 symlink_driver_i128
() {
9527 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i128
9528 dst_dir driver
/xf86-video-i128
/src
9534 action i128_driver.c
9541 dst_dir driver
/xf86-video-i128
/man
9546 symlink_driver_i740
() {
9547 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i740
9548 dst_dir driver
/xf86-video-i740
/src
9552 action i740_cursor.c
9555 action i740_driver.c
9558 action i740_macros.h
9562 dst_dir driver
/xf86-video-i740
/man
9567 symlink_driver_i810
() {
9568 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i810
9569 dst_dir driver
/xf86-video-i810
/src
9574 action i810_common.h
9575 action i810_cursor.c
9579 action i810_driver.c
9582 action i810_memory.c
9588 action i830_common.h
9589 action i830_cursor.c
9593 action i830_driver.c
9594 action i830_memory.c
9596 action i830_shadow.c
9599 dst_dir driver
/xf86-video-i810
/man
9603 src_dir lib
/XvMC
/hw
/i810
9604 dst_dir driver
/xf86-video-i810
/src
/xvmc
9610 symlink_driver_imstt
() {
9611 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/imstt
9612 dst_dir driver
/xf86-video-imstt
/src
9615 action imstt_accel.c
9616 action imstt_driver.c
9619 dst_dir driver
/xf86-video-imstt
/man
9624 symlink_driver_mga
() {
9625 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9626 dst_dir driver
/xf86-video-mga
9629 action README_HALLIB
9631 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/util
9632 dst_dir driver
/xf86-video-mga
/util
9637 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9638 dst_dir driver
/xf86-video-mga
/src
9646 action mga_dac3026.c
9652 action mga_dripriv.h
9655 action mga_g450pll.c
9669 action mgareg_flags.h
9671 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/HALlib
9675 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
9676 dst_dir driver
/xf86-video-mga
/man
9681 symlink_driver_neomagic
() {
9682 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/neomagic
9683 dst_dir driver
/xf86-video-neomagic
9689 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/neomagic
9690 dst_dir driver
/xf86-video-neomagic
/src
9708 dst_dir driver
/xf86-video-neomagic
/man
9713 symlink_driver_newport
() {
9714 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/newport
9715 dst_dir driver
/xf86-video-newport
9717 action XF86Config.indy
9719 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/newport
9720 dst_dir driver
/xf86-video-newport
/src
9723 action newport_accel.c
9724 action newport_cmap.c
9725 action newport_cursor.c
9726 action newport_driver.c
9727 action newport_regs.c
9728 action newport_regs.h
9729 action newport_shadow.c
9731 dst_dir driver
/xf86-video-newport
/man
9736 symlink_driver_nsc
() {
9737 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
9738 dst_dir driver
/xf86-video-nsc
/src
9745 action nsc_galstub.c
9746 action nsc_gx1_accel.c
9747 action nsc_gx1_cursor.c
9748 action nsc_gx1_dga.c
9749 action nsc_gx1_driver.c
9750 action nsc_gx1_shadow.c
9751 action nsc_gx1_video.c
9752 action nsc_gx2_accel.c
9753 action nsc_gx2_cursor.c
9754 action nsc_gx2_dga.c
9755 action nsc_gx2_driver.c
9756 action nsc_gx2_shadow.c
9757 action nsc_gx2_vga.c
9758 action nsc_gx2_video.c
9760 action nsc_msr_asm.S
9763 dst_dir driver
/xf86-video-nsc
/man
9767 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/gfx
9768 dst_dir driver
/xf86-video-nsc
/src
/gfx
9802 # These files are not actually used, but it probably makes sense to
9803 # distribute them along with the rest of gfx
9816 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/panel
9817 dst_dir driver
/xf86-video-nsc
/src
/panel
9838 symlink_driver_nv
() {
9839 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/nv
9840 dst_dir driver
/xf86-video-nv
/src
9860 action riva_cursor.c
9863 action riva_driver.c
9866 action riva_include.h
9870 action riva_shadow.c
9875 dst_dir driver
/xf86-video-nv
/man
9878 src_dir programs
/Xserver
/hw
/xfree86
/doc
9879 dst_dir driver
/xf86-video-nv
9883 symlink_driver_rendition
() {
9884 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/rendition
9885 dst_dir driver
/xf86-video-rendition
/src
9897 action rendition_options.h
9898 action rendition_shadow.c
9899 action rendition_shadow.h
9919 action vgafont-std.data
9920 action vgafont-vrx.data
9921 action vgapalette.data
9923 dst_dir driver
/xf86-video-rendition
/man
9925 action rendition.man
9928 symlink_driver_s3
() {
9929 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3
9930 dst_dir driver
/xf86-video-s
3/src
9936 action s3_Trio64DAC.c
9945 dst_dir driver
/xf86-video-s
3/man
9949 symlink_driver_s3virge
() {
9950 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3virge
9951 dst_dir driver
/xf86-video-s3virge
9957 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/s3virge
9958 dst_dir driver
/xf86-video-s3virge
/src
9974 dst_dir driver
/xf86-video-s3virge
/man
9979 symlink_driver_savage
() {
9980 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/savage
9981 dst_dir driver
/xf86-video-savage
/src
9983 action savage_accel.c
9985 action savage_common.h
9986 action savage_cursor.c
9990 action savage_dripriv.h
9991 action savage_driver.c
9992 action savage_driver.h
9994 action savage_hwmc.c
9996 action savage_image.c
9997 action savage_regs.h
9998 action savage_sarea.h
9999 action savage_shadow.c
10000 action savage_streams.c
10001 action savage_streams.h
10002 action savage_vbe.c
10003 action savage_vbe.h
10004 action savage_video.c
10006 dst_dir driver
/xf86-video-savage
/man
10011 symlink_driver_siliconmotion
() {
10012 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/siliconmotion
10013 dst_dir driver
/xf86-video-siliconmotion
10019 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/siliconmotion
10020 dst_dir driver
/xf86-video-siliconmotion
/src
10027 action smi_driver.c
10028 action smi_hwcurs.c
10030 action smi_shadow.c
10034 dst_dir driver
/xf86-video-siliconmotion
/man
10036 action siliconmotion.man
10039 symlink_driver_sis
() {
10040 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sis
10041 dst_dir driver
/xf86-video-sis
/src
10056 action sis300_accel.c
10057 action sis300_accel.h
10058 action sis310_accel.c
10059 action sis310_accel.h
10060 action sis6326_video.c
10063 action sis_common.h
10064 action sis_cursor.c
10065 action sis_cursor.h
10071 action sis_driver.c
10072 action sis_driver.h
10073 action sis_memcpy.c
10077 action sis_shadow.c
10078 action sis_utility.c
10083 action sis_videostr.h
10087 dst_dir driver
/xf86-video-sis
/man
10092 symlink_driver_sisusb
() {
10093 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sisusb
10094 dst_dir driver
/xf86-video-sisusb
/src
10097 action sisusb_accel.c
10098 action sisusb_accel.h
10099 action sisusb_cursor.c
10100 action sisusb_cursor.h
10101 action sisusb_dac.c
10102 action sisusb_dac.h
10103 action sisusb_driver.c
10104 action sisusb_driver.h
10105 action sisusb_init.c
10106 action sisusb_init.h
10107 action sisusb_opt.c
10108 action sisusb_osdef.h
10109 action sisusb_regs.h
10110 action sisusb_setup.c
10111 action sisusb_shadow.c
10112 action sisusb_struct.h
10113 action sisusb_types.h
10114 action sisusb_utility.c
10115 action sisusb_vga.c
10116 action sisusb_video.c
10117 action sisusb_video.h
10118 action sisusb_videostr.h
10120 dst_dir driver
/xf86-video-sisusb
/man
10125 symlink_driver_sunbw2
() {
10126 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunbw2
10127 dst_dir driver
/xf86-video-sunbw
2/src
10130 action bw2_driver.c
10132 dst_dir driver
/xf86-video-sunbw
2/man
10137 symlink_driver_suncg14
() {
10138 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg14
10139 dst_dir driver
/xf86-video-suncg14
/src
10142 action cg14_driver.c
10144 dst_dir driver
/xf86-video-suncg14
/man
10149 symlink_driver_suncg3
() {
10150 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg3
10151 dst_dir driver
/xf86-video-suncg
3/src
10154 action cg3_driver.c
10156 dst_dir driver
/xf86-video-suncg
3/man
10161 symlink_driver_suncg6
() {
10162 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suncg6
10163 dst_dir driver
/xf86-video-suncg
6/src
10166 action cg6_cursor.c
10167 action cg6_driver.c
10170 dst_dir driver
/xf86-video-suncg
6/man
10175 symlink_driver_sunffb
() {
10176 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunffb
10177 dst_dir driver
/xf86-video-sunffb
/src
10183 action ffb_checks.c
10184 action ffb_circle.c
10187 action ffb_cplane.c
10188 action ffb_cursor.c
10195 action ffb_drishare.h
10196 action ffb_driver.c
10199 action ffb_fspans.c
10203 action ffb_gspans.c
10206 action ffb_plygon.c
10208 action ffb_rcache.h
10212 action ffb_sspans.c
10218 action ffb_zeroarc.c
10220 action VISmoveImage.s
10222 dst_dir driver
/xf86-video-sunffb
/man
10227 symlink_driver_sunleo
() {
10228 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/sunleo
10229 dst_dir driver
/xf86-video-sunleo
/src
10233 action leo_checks.c
10234 action leo_cursor.c
10235 action leo_driver.c
10237 action leo_frectsp.c
10238 action leo_fspans.c
10239 action leo_fspanssp.c
10243 dst_dir driver
/xf86-video-sunleo
/man
10248 symlink_driver_suntcx
() {
10249 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/suntcx
10250 dst_dir driver
/xf86-video-suntcx
/src
10253 action tcx_cursor.c
10254 action tcx_driver.c
10257 dst_dir driver
/xf86-video-suntcx
/man
10262 symlink_driver_tdfx
() {
10263 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tdfx
10264 dst_dir driver
/xf86-video-tdfx
/src
10267 action tdfx_accel.c
10271 action tdfx_dripriv.h
10272 action tdfx_driver.c
10273 action tdfx_hwcurs.c
10278 action tdfx_video.c
10281 dst_dir driver
/xf86-video-tdfx
/man
10286 symlink_driver_tga
() {
10287 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tga
10288 dst_dir driver
/xf86-video-tga
/src
10290 action BT463ramdac.c
10292 action IBM561ramdac.c
10296 action tga_cursor.c
10298 action tga_driver.c
10302 dst_dir driver
/xf86-video-tga
/man
10306 symlink_driver_trident
() {
10307 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/trident
10308 dst_dir driver
/xf86-video-trident
/src
10310 action blade_accel.c
10311 action image_accel.c
10313 action trident_accel.c
10314 action trident_bank.c
10315 action trident_dac.c
10316 action trident_dga.c
10317 action trident_driver.c
10318 action trident_i2c.c
10319 action trident_regs.h
10320 action trident_shadow.c
10321 action trident_tv.c
10322 action trident_video.c
10323 action tridenthelper.c
10324 action tridentramdac.c
10328 dst_dir driver
/xf86-video-trident
/man
10333 symlink_driver_tseng
() {
10334 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tseng
10335 dst_dir driver
/xf86-video-tseng
/src
10339 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/tseng
10340 dst_dir driver
/xf86-video-tseng
/src
10343 action tseng_accel.c
10346 action tseng_bank.c
10347 action tseng_clock.c
10348 action tseng_colexp.c
10349 action tseng_cursor.c
10351 action tseng_dpms.c
10352 action tseng_driver.c
10353 action tseng_inline.h
10354 action tseng_ramdac.c
10356 dst_dir driver
/xf86-video-tseng
/man
10361 symlink_driver_v4l
() {
10362 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/v4l
10363 dst_dir driver
/xf86-video-v4l
10367 dst_dir driver
/xf86-video-v4l
/src
10372 dst_dir driver
/xf86-video-v4l
/man
10377 symlink_driver_vesa
() {
10378 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vesa
10379 dst_dir driver
/xf86-video-vesa
/src
10384 dst_dir driver
/xf86-video-vesa
/man
10389 symlink_driver_vga
() {
10390 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vga
10391 dst_dir driver
/xf86-video-vga
/src
10395 dst_dir driver
/xf86-video-vga
/man
10400 symlink_driver_via
() {
10401 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/via
10402 dst_dir driver
/xf86-video-via
/src
10407 action via_bandwidth.c
10408 action via_cursor.c
10412 action via_driver.c
10413 action via_driver.h
10417 action via_memcpy.c
10418 action via_memcpy.h
10419 action via_memory.c
10424 action via_shadow.c
10431 action via_vt162x.c
10432 action via_vt162x.h
10435 action via_xvpriv.h
10436 action via_drmclient.h
10439 dst_dir driver
/xf86-video-via
/man
10443 src_dir lib
/XvMC
/hw
/via
10444 dst_dir driver
/xf86-video-via
/src
/xvmc
10446 action driDrawable.c
10447 action driDrawable.h
10448 action viaLowLevel.h
10450 action viaXvMCPriv.h
10453 action xf86dristr.h
10455 src_dir lib
/XvMC
/hw
/via
/unichrome
10456 dst_dir driver
/xf86-video-via
/src
/xvmc
/unichrome
10458 action viaLowLevel.c
10460 src_dir lib
/XvMC
/hw
/via
/unichromeProA
10461 dst_dir driver
/xf86-video-via
/src
/xvmc
/unichromeProA
10463 action viaLowLevelPro.c
10466 symlink_driver_vmware
() {
10467 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vmware
10468 dst_dir driver
/xf86-video-vmware
10472 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/vmware
10473 dst_dir driver
/xf86-video-vmware
/src
10475 action bits2pixels.c
10476 action bits2pixels.h
10478 action includeCheck.h
10479 action offscreen_manager.c
10480 action offscreen_manager.h
10481 action svga_limits.h
10483 action svga_struct.h
10484 action vm_basic_types.h
10485 action vm_device_version.h
10488 action vmwarecurs.c
10491 dst_dir driver
/xf86-video-vmware
/man
10496 symlink_driver_voodoo
() {
10497 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/voodoo
10498 dst_dir driver
/xf86-video-voodoo
10503 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/voodoo
10504 dst_dir driver
/xf86-video-voodoo
/src
10507 action voodoo_dga.c
10508 action voodoo_driver.c
10509 action voodoo_hardware.c
10511 dst_dir driver
/xf86-video-voodoo
/man
10516 symlink_driver_wsfb
() {
10517 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/wsfb
10518 dst_dir driver
/xf86-video-wsfb
/src
10520 action wsfb_driver.c
10522 dst_dir driver
/xf86-video-wsfb
/man
10527 symlink_driver_acecad
() {
10528 src_dir programs
/Xserver
/hw
/xfree86
/input
/acecad
10529 dst_dir driver
/xf86-input-acecad
/src
10534 dst_dir driver
/xf86-input-acecad
/man
10539 symlink_driver_aiptek
() {
10540 src_dir programs
/Xserver
/hw
/xfree86
/input
/aiptek
10541 dst_dir driver
/xf86-input-aiptek
/src
10543 action xf86Aiptek.c
10544 action xf86Aiptek.h
10546 dst_dir driver
/xf86-input-aiptek
/man
10551 symlink_driver_calcomp
() {
10552 src_dir programs
/Xserver
/hw
/xfree86
/input
/calcomp
10553 dst_dir driver
/xf86-input-calcomp
/src
10555 action xf86Calcomp.c
10556 action xf86Calcomp.h
10558 dst_dir driver
/xf86-input-calcomp
/man
10563 symlink_driver_citron
() {
10564 src_dir programs
/Xserver
/hw
/xfree86
/input
/citron
10565 dst_dir driver
/xf86-input-citron
/src
10570 dst_dir driver
/xf86-input-citron
/man
10575 symlink_driver_digitaledge
() {
10576 src_dir programs
/Xserver
/hw
/xfree86
/input
/digitaledge
10577 dst_dir driver
/xf86-input-digitaledge
/src
10579 action DigitalEdge.c
10581 dst_dir driver
/xf86-input-digitaledge
/man
10585 symlink_driver_dmc
() {
10586 src_dir programs
/Xserver
/hw
/xfree86
/input
/dmc
10587 dst_dir driver
/xf86-input-dmc
/src
10592 dst_dir driver
/xf86-input-dmc
/man
10597 symlink_driver_dynapro
() {
10598 src_dir programs
/Xserver
/hw
/xfree86
/input
/dynapro
10599 dst_dir driver
/xf86-input-dynapro
/src
10604 dst_dir driver
/xf86-input-dynapro
/man
10609 symlink_driver_elo2300
() {
10610 src_dir programs
/Xserver
/hw
/xfree86
/input
/elo2300
10611 dst_dir driver
/xf86-input-elo2300
/src
10616 dst_dir driver
/xf86-input-elo2300
/man
10620 symlink_driver_elographics
() {
10621 src_dir programs
/Xserver
/hw
/xfree86
/input
/elographics
10622 dst_dir driver
/xf86-input-elographics
/src
10626 dst_dir driver
/xf86-input-elographics
/man
10628 action elographics.man
10631 symlink_driver_evdev
() {
10632 src_dir programs
/Xserver
/hw
/xfree86
/input
/evdev
10633 dst_dir driver
/xf86-input-evdev
/src
10637 dst_dir driver
/xf86-input-evdev
/man
10641 symlink_driver_fpit
() {
10642 src_dir programs
/Xserver
/hw
/xfree86
/input
/fpit
10644 dst_dir driver
/xf86-input-fpit
10647 dst_dir driver
/xf86-input-fpit
/src
10650 dst_dir driver
/xf86-input-fpit
/man
10654 symlink_driver_hyperpen
() {
10655 src_dir programs
/Xserver
/hw
/xfree86
/input
/hyperpen
10656 dst_dir driver
/xf86-input-hyperpen
/src
10658 action xf86HyperPen.c
10660 dst_dir driver
/xf86-input-hyperpen
/man
10664 symlink_driver_jamstudio
() {
10665 src_dir programs
/Xserver
/hw
/xfree86
/input
/jamstudio
10666 dst_dir driver
/xf86-input-jamstudio
/src
10670 dst_dir driver
/xf86-input-jamstudio
/man
10675 symlink_driver_joystick
() {
10676 src_dir programs
/Xserver
/hw
/xfree86
/input
/joystick
10677 dst_dir driver
/xf86-input-joystick
/src
10681 dst_dir driver
/xf86-input-joystick
/man
10685 symlink_driver_keyboard
() {
10686 src_dir programs
/Xserver
/hw
/xfree86
/input
/keyboard
10687 dst_dir driver
/xf86-input-keyboard
/src
10691 dst_dir driver
/xf86-input-keyboard
/man
10694 action keyboard.man
10697 symlink_driver_magellan
() {
10698 src_dir programs
/Xserver
/hw
/xfree86
/input
/magellan
10699 dst_dir driver
/xf86-input-magellan
/src
10704 dst_dir driver
/xf86-input-magellan
/man
10708 symlink_driver_magictouch
() {
10709 src_dir programs
/Xserver
/hw
/xfree86
/input
/magictouch
10710 dst_dir driver
/xf86-input-magictouch
/src
10712 action xf86MagicTouch.c
10714 dst_dir driver
/xf86-input-magictouch
/man
10716 action magictouch.man
10719 symlink_driver_microtouch
() {
10720 src_dir programs
/Xserver
/hw
/xfree86
/input
/microtouch
10721 dst_dir driver
/xf86-input-microtouch
/src
10723 action microtouch.c
10724 action microtouch.h
10726 dst_dir driver
/xf86-input-microtouch
/man
10728 action microtouch.man
10731 symlink_driver_mouse
() {
10732 src_dir programs
/Xserver
/hw
/xfree86
/input
/mouse
10733 dst_dir driver
/xf86-input-mouse
/src
10740 dst_dir driver
/xf86-input-mouse
/man
10745 symlink_driver_mutouch
() {
10746 src_dir programs
/Xserver
/hw
/xfree86
/input
/mutouch
10747 dst_dir driver
/xf86-input-mutouch
/src
10749 action xf86MuTouch.c
10751 dst_dir driver
/xf86-input-mutouch
/man
10756 symlink_driver_palmax
() {
10757 src_dir programs
/Xserver
/hw
/xfree86
/input
/palmax
10758 dst_dir driver
/xf86-input-palmax
/src
10760 action xf86Palmax.c
10762 dst_dir driver
/xf86-input-palmax
/man
10767 symlink_driver_penmount
() {
10768 src_dir programs
/Xserver
/hw
/xfree86
/input
/penmount
10769 dst_dir driver
/xf86-input-penmount
/src
10774 dst_dir driver
/xf86-input-penmount
/man
10776 action penmount.man
10779 symlink_driver_spaceorb
() {
10780 src_dir programs
/Xserver
/hw
/xfree86
/input
/spaceorb
10781 dst_dir driver
/xf86-input-spaceorb
/src
10786 dst_dir driver
/xf86-input-spaceorb
/man
10790 symlink_driver_summa
() {
10791 src_dir programs
/Xserver
/hw
/xfree86
/input
/summa
10792 dst_dir driver
/xf86-input-summa
/src
10796 dst_dir driver
/xf86-input-summa
/man
10800 symlink_driver_tek4957
() {
10801 src_dir programs
/Xserver
/hw
/xfree86
/input
/tek4957
10802 dst_dir driver
/xf86-input-tek4957
/src
10804 action xf86Tek4957.c
10806 dst_dir driver
/xf86-input-tek4957
/man
10811 symlink_driver_ur98
() {
10812 src_dir programs
/Xserver
/hw
/xfree86
/input
/ur98
10813 dst_dir driver
/xf86-input-ur98
/src
10817 dst_dir driver
/xf86-input-ur98
/man
10822 symlink_driver_void
() {
10823 src_dir programs
/Xserver
/hw
/xfree86
/input
/void
10824 dst_dir driver
/xf86-input-void
/src
10828 dst_dir driver
/xf86-input-void
/man
10837 symlink_driver_chips
10838 symlink_driver_cirrus
10839 symlink_driver_cyrix
10840 symlink_driver_dummy
10841 symlink_driver_fbdev
10842 symlink_driver_glide
10843 symlink_driver_glint
10844 symlink_driver_i128
10845 symlink_driver_i740
10846 symlink_driver_i810
10847 symlink_driver_imstt
10849 symlink_driver_neomagic
10850 symlink_driver_newport
10853 symlink_driver_rendition
10855 symlink_driver_s3virge
10856 symlink_driver_savage
10857 symlink_driver_siliconmotion
10859 symlink_driver_sisusb
10860 symlink_driver_sunbw2
10861 symlink_driver_suncg14
10862 symlink_driver_suncg3
10863 symlink_driver_suncg6
10864 symlink_driver_sunffb
10865 symlink_driver_sunleo
10866 symlink_driver_suntcx
10867 symlink_driver_tdfx
10869 symlink_driver_trident
10870 symlink_driver_tseng
10872 symlink_driver_vesa
10875 symlink_driver_vmware
10876 symlink_driver_voodoo
10877 symlink_driver_wsfb
10879 symlink_driver_acecad
10880 symlink_driver_aiptek
10881 symlink_driver_calcomp
10882 symlink_driver_citron
10883 symlink_driver_digitaledge
10885 symlink_driver_dynapro
10886 symlink_driver_elo2300
10887 symlink_driver_elographics
10888 symlink_driver_evdev
10889 symlink_driver_fpit
10890 symlink_driver_hyperpen
10891 symlink_driver_jamstudio
10892 symlink_driver_joystick
10893 symlink_driver_keyboard
10894 symlink_driver_magellan
10895 symlink_driver_magictouch
10896 symlink_driver_microtouch
10897 symlink_driver_mouse
10898 symlink_driver_mutouch
10899 symlink_driver_palmax
10900 symlink_driver_penmount
10901 symlink_driver_spaceorb
10902 symlink_driver_summa
10903 symlink_driver_tek4957
10904 symlink_driver_ur98
10905 symlink_driver_void
10916 symlink_font_adobe_100dpi
() {
10917 src_dir fonts
/bdf
/100dpi
10918 dst_dir font
/adobe-100dpi
10926 action courBO08.bdf
10927 action courBO10.bdf
10928 action courBO12.bdf
10929 action courBO14.bdf
10930 action courBO18.bdf
10931 action courBO24.bdf
10950 action helvBO08.bdf
10951 action helvBO10.bdf
10952 action helvBO12.bdf
10953 action helvBO14.bdf
10954 action helvBO18.bdf
10955 action helvBO24.bdf
10974 action ncenBI08.bdf
10975 action ncenBI10.bdf
10976 action ncenBI12.bdf
10977 action ncenBI14.bdf
10978 action ncenBI18.bdf
10979 action ncenBI24.bdf
11024 symlink_font_adobe_utopia_100dpi
() {
11025 src_dir fonts
/bdf
/100dpi
11026 dst_dir font
/adobe-utopia-100dpi
11028 # XXX These fonts are copyright Adobe, but all rights reserved
11029 action UTB___10.bdf
11030 action UTB___12.bdf
11031 action UTB___14.bdf
11032 action UTB___18.bdf
11033 action UTB___24.bdf
11034 action UTBI__10.bdf
11035 action UTBI__12.bdf
11036 action UTBI__14.bdf
11037 action UTBI__18.bdf
11038 action UTBI__24.bdf
11039 action UTI___10.bdf
11040 action UTI___12.bdf
11041 action UTI___14.bdf
11042 action UTI___18.bdf
11043 action UTI___24.bdf
11044 action UTRG__10.bdf
11045 action UTRG__12.bdf
11046 action UTRG__14.bdf
11047 action UTRG__18.bdf
11048 action UTRG__24.bdf
11051 symlink_font_bh_100dpi
() {
11052 src_dir fonts
/bdf
/100dpi
11053 dst_dir font
/bh-100dpi
11112 action LU_LEGALNOTICE
11115 symlink_font_bh_lucidatypewriter_100dpi
() {
11116 src_dir fonts
/bdf
/100dpi
11117 dst_dir font
/bh-lucidatypewriter-100dpi
11135 symlink_font_bitstream_100dpi
() {
11136 src_dir fonts
/bdf
/100dpi
11137 dst_dir font
/bitstream-100dpi
11145 action charBI08.bdf
11146 action charBI10.bdf
11147 action charBI12.bdf
11148 action charBI14.bdf
11149 action charBI18.bdf
11150 action charBI24.bdf
11169 symlink_font_adobe_75dpi
() {
11170 src_dir fonts
/bdf
/75dpi
11171 dst_dir font
/adobe-75dpi
11179 action courBO08.bdf
11180 action courBO10.bdf
11181 action courBO12.bdf
11182 action courBO14.bdf
11183 action courBO18.bdf
11184 action courBO24.bdf
11203 action helvBO08.bdf
11204 action helvBO10.bdf
11205 action helvBO12.bdf
11206 action helvBO14.bdf
11207 action helvBO18.bdf
11208 action helvBO24.bdf
11227 action ncenBI08.bdf
11228 action ncenBI10.bdf
11229 action ncenBI12.bdf
11230 action ncenBI14.bdf
11231 action ncenBI18.bdf
11232 action ncenBI24.bdf
11277 symlink_font_adobe_utopia_75dpi
() {
11278 src_dir fonts
/bdf
/75dpi
11279 dst_dir font
/adobe-utopia-75dpi
11281 # XXX These fonts are copyright Adobe, but all rights reserved
11282 action UTB___10.bdf
11283 action UTB___12.bdf
11284 action UTB___14.bdf
11285 action UTB___18.bdf
11286 action UTB___24.bdf
11287 action UTBI__10.bdf
11288 action UTBI__12.bdf
11289 action UTBI__14.bdf
11290 action UTBI__18.bdf
11291 action UTBI__24.bdf
11292 action UTI___10.bdf
11293 action UTI___12.bdf
11294 action UTI___14.bdf
11295 action UTI___18.bdf
11296 action UTI___24.bdf
11297 action UTRG__10.bdf
11298 action UTRG__12.bdf
11299 action UTRG__14.bdf
11300 action UTRG__18.bdf
11301 action UTRG__24.bdf
11304 symlink_font_bh_75dpi
() {
11305 src_dir fonts
/bdf
/75dpi
11306 dst_dir font
/bh-75dpi
11365 action LU_LEGALNOTICE
11368 symlink_font_bh_lucidatypewriter_75dpi
() {
11369 src_dir fonts
/bdf
/75dpi
11370 dst_dir font
/bh-lucidatypewriter-75dpi
11388 symlink_font_bitstream_75dpi
() {
11389 src_dir fonts
/bdf
/75dpi
11390 dst_dir font
/bitstream-75dpi
11398 action charBI08.bdf
11399 action charBI10.bdf
11400 action charBI12.bdf
11401 action charBI14.bdf
11402 action charBI18.bdf
11403 action charBI24.bdf
11422 symlink_font_cronyx_cyrillic
() {
11423 src_dir fonts
/bdf
/cyrillic
11424 dst_dir font
/cronyx-cyrillic
11428 action crox1cbo.bdf
11432 action crox1hbo.bdf
11436 action crox1tbo.bdf
11440 action crox2cbo.bdf
11444 action crox2hbo.bdf
11448 action crox2tbo.bdf
11452 action crox3cbo.bdf
11456 action crox3hbo.bdf
11460 action crox3tbo.bdf
11464 action crox4hbo.bdf
11468 action crox4tbo.bdf
11472 action crox5hbo.bdf
11476 action crox5tbo.bdf
11480 action crox6hbo.bdf
11484 action crox6tbo.bdf
11486 action koi10x16b.bdf
11487 action koi10x20.bdf
11494 symlink_font_misc_cyrillic
() {
11495 src_dir fonts
/bdf
/cyrillic
11496 dst_dir font
/misc-cyrillic
11498 # XXX Should these be broken into three different components?
11500 # XXX "May be distributed and modified without restrictions"
11501 action koi12x24b.bdf
11502 action koi8x16b.bdf
11505 # XXX Same license as cronyx-cyrillic
11506 action koi12x24.bdf
11509 # XXX public domain
11511 action koi6x13b.bdf
11513 action koi7x14b.bdf
11516 action koi9x15b.bdf
11518 action koi9x18b.bdf
11522 symlink_font_screen_cyrillic
() {
11523 src_dir fonts
/bdf
/cyrillic
11524 dst_dir font
/screen-cyrillic
11526 # XXX no copyright/license at all
11527 action screen8x16b.bdf
11528 action screen8x16.bdf
11531 symlink_font_winitzki_cyrillic
() {
11532 src_dir fonts
/bdf
/cyrillic
11533 dst_dir font
/winitzki-cyrillic
11535 action proof9x16.bdf
11538 symlink_font_cursor_misc
() {
11539 src_dir fonts
/bdf
/misc
11540 dst_dir font
/cursor-misc
11542 # XXX Does "unencumbered" mean the same thing as public domain
11547 symlink_font_daewoo_misc
() {
11548 src_dir fonts
/bdf
/misc
11549 dst_dir font
/daewoo-misc
11551 # XXX These fonts are copyright, but no permissions are given
11552 action hanglg16.bdf
11553 action hanglm16.bdf
11554 action hanglm24.bdf
11557 symlink_font_dec_misc
() {
11558 src_dir fonts
/bdf
/misc
11559 dst_dir font
/dec-misc
11565 symlink_font_isas_misc
() {
11566 src_dir fonts
/bdf
/misc
11567 dst_dir font
/isas-misc
11574 symlink_font_jis_misc
() {
11575 src_dir fonts
/bdf
/misc
11576 dst_dir font
/jis-misc
11578 # XXX Verify license restrictions
11579 action jiskan16.bdf
11580 action jiskan24.bdf
11583 symlink_font_micro_misc
() {
11584 src_dir fonts
/bdf
/misc
11585 dst_dir font
/micro-misc
11590 symlink_font_misc_misc
() {
11591 src_dir fonts
/bdf
/misc
11592 dst_dir font
/misc-misc
11621 # XXX This font does not have any COPYRIGHT
11625 symlink_font_schumacher_misc
() {
11626 src_dir fonts
/bdf
/misc
11627 dst_dir font
/schumacher-misc
11662 symlink_font_sony_misc
() {
11663 src_dir fonts
/bdf
/misc
11664 dst_dir font
/sony-misc
11672 symlink_font_sun_misc
() {
11673 src_dir fonts
/bdf
/misc
11674 dst_dir font
/sun-misc
11676 action olcursor.bdf
11683 symlink_font_bh_ttf
() {
11684 src_dir fonts
/scaled
/TTF
11685 dst_dir font
/bh-ttf
11700 action COPYRIGHT.BH
11703 symlink_font_adobe_utopia_type1
() {
11704 src_dir fonts
/scaled
/Type1
11705 dst_dir font
/adobe-utopia-type1
11707 # XXX These fonts are copyright Adobe, but all rights reserved
11708 action UTB_____.afm
11709 action UTBI____.afm
11710 action UTBI____.pfa
11711 action UTB_____.pfa
11712 action UTI_____.afm
11713 action UTI_____.pfa
11714 action UTRG____.afm
11715 action UTRG____.pfa
11718 symlink_font_bh_type1
() {
11719 src_dir fonts
/scaled
/Type1
11720 dst_dir font
/bh-type1
11722 action l047013t.afm
11723 action l047013t.pfa
11724 action l047016t.afm
11725 action l047016t.pfa
11726 action l047033t.afm
11727 action l047033t.pfa
11728 action l047036t.afm
11729 action l047036t.pfa
11730 action l048013t.afm
11731 action l048013t.pfa
11732 action l048016t.afm
11733 action l048016t.pfa
11734 action l048033t.afm
11735 action l048033t.pfa
11736 action l048036t.afm
11737 action l048036t.pfa
11738 action l049013t.afm
11739 action l049013t.pfa
11740 action l049016t.afm
11741 action l049016t.pfa
11742 action l049033t.afm
11743 action l049033t.pfa
11744 action l049036t.afm
11745 action l049036t.pfa
11747 action COPYRIGHT.BH
11750 symlink_font_bitstream_type1
() {
11751 src_dir fonts
/scaled
/Type1
11752 dst_dir font
/bitstream-type1
11754 action c0419bt_.afm
11755 action c0419bt_.pfb
11756 action c0582bt_.afm
11757 action c0582bt_.pfb
11758 action c0583bt_.afm
11759 action c0583bt_.pfb
11760 action c0611bt_.afm
11761 action c0611bt_.pfb
11762 action c0632bt_.afm
11763 action c0632bt_.pfb
11764 action c0633bt_.afm
11765 action c0633bt_.pfb
11766 action c0648bt_.afm
11767 action c0648bt_.pfb
11768 action c0649bt_.afm
11769 action c0649bt_.pfb
11774 symlink_font_ibm_type1
() {
11775 src_dir fonts
/scaled
/Type1
11776 dst_dir font
/ibm-type1
11787 action COPYRIGHT.IBM
11790 symlink_font_xfree86_type1
() {
11791 src_dir fonts
/scaled
/Type1
11792 dst_dir font
/xfree86-type1
11797 symlink_font_arabic_misc
() {
11798 src_dir extras
/fonts
/arabic24
11799 dst_dir font
/arabic-misc
11801 action arabic24.bdf
11807 symlink_font_mutt_misc
() {
11808 src_dir extras
/fonts
/ClearlyU
11809 dst_dir font
/mutt-misc
11812 action cu-alt12.bdf
11813 action cu-arabic12.bdf
11814 action cuarabic12.bdf
11815 action cu-devnag12.bdf
11816 action cudevnag12.bdf
11817 action cu-lig12.bdf
11818 action cu-pua12.bdf
11824 symlink_font_misc_ethiopic
() {
11825 src_dir fonts
/scaled
/Ethiopic
11826 dst_dir font
/misc-ethiopic
11828 action GohaTibebZemen.otf
11829 action GohaTibebZemen.ttf
11834 symlink_font_misc_meltho
() {
11835 src_dir fonts
/scaled
/Meltho
11836 dst_dir font
/misc-meltho
11838 action SyrCOMAdiabene.otf
11839 action SyrCOMAntioch.otf
11840 action SyrCOMBatnanBold.otf
11841 action SyrCOMBatnan.otf
11842 action SyrCOMCtesiphon.otf
11843 action SyrCOMEdessa.otf
11844 action SyrCOMJerusalemBold.otf
11845 action SyrCOMJerusalemItalic.otf
11846 action SyrCOMJerusalem.otf
11847 action SyrCOMJerusalemOutline.otf
11848 action SyrCOMKharput.otf
11849 action SyrCOMMalankara.otf
11850 action SyrCOMMardinBold.otf
11851 action SyrCOMMardin.otf
11852 action SyrCOMMidyat.otf
11853 action SyrCOMNisibin.otf
11854 action SyrCOMNisibinOutline.otf
11855 action SyrCOMQenNeshrin.otf
11856 action SyrCOMTalada.otf
11857 action SyrCOMTurAbdin.otf
11858 action SyrCOMUrhoyBold.otf
11859 action SyrCOMUrhoy.otf
11865 symlink_font_bistream_speedo
() {
11866 src_dir fonts
/scaled
/Speedo
11867 dst_dir font
/bitstream-speedo
11869 action font0419.spd
11870 action font0582.spd
11871 action font0583.spd
11872 action font0611.spd
11873 action font0648.spd
11874 action font0649.spd
11875 action font0709.spd
11876 action font0710.spd
11883 symlink_font_alias
() {
11884 src_dir fonts
/bdf
/100dpi
11885 dst_dir font
/alias
/100dpi
11889 src_dir fonts
/bdf
/75dpi
11890 dst_dir font
/alias
/75dpi
11894 src_dir fonts
/bdf
/cyrillic
11895 dst_dir font
/alias
/cyrillic
11899 src_dir fonts
/bdf
/misc
11900 dst_dir font
/alias
/misc
11905 symlink_font_util
() {
11909 action
8859-1.TXT map-ISO8859-1
11910 action
8859-2.TXT map-ISO8859-2
11911 action
8859-3.TXT map-ISO8859-3
11912 action
8859-4.TXT map-ISO8859-4
11913 action
8859-5.TXT map-ISO8859-5
11914 action
8859-6.TXT map-ISO8859-6
11915 action
8859-7.TXT map-ISO8859-7
11916 action
8859-8.TXT map-ISO8859-8
11917 action
8859-9.TXT map-ISO8859-9
11918 action
8859-10.TXT map-ISO8859-10
11919 action
8859-11.TXT map-ISO8859-11
11920 action
8859-13.TXT map-ISO8859-13
11921 action
8859-14.TXT map-ISO8859-14
11922 action
8859-15.TXT map-ISO8859-15
11923 action
8859-16.TXT map-ISO8859-16
11924 action JIS0201.TXT map-JISX0201.1976
-0
11925 action KOI8-R.TXT map-KOI8-R
11927 action bdftruncate.man
11928 action bdftruncate.pl
11934 symlink_font_encodings
() {
11935 src_dir fonts
/encodings
11936 dst_dir font
/encodings
11938 action adobe-dingbats.enc
11939 action adobe-standard.enc
11940 action adobe-symbol.enc
11941 action ansi-1251.enc
11942 action armscii-8.enc
11944 action dec-special.enc
11945 action ibm-cp437.enc
11946 action ibm-cp850.enc
11947 action ibm-cp852.enc
11948 action ibm-cp866.enc
11949 action iso8859-11.enc
11950 action iso8859-13.enc
11951 action iso8859-16.enc
11952 action iso8859-6.16.enc
11953 action iso8859-6.8x.enc
11954 action microsoft-cp1250.enc
11955 action microsoft-cp1251.enc
11956 action microsoft-cp1252.enc
11957 action microsoft-cp1253.enc
11958 action microsoft-cp1254.enc
11959 action microsoft-cp1255.enc
11960 action microsoft-cp1256.enc
11961 action microsoft-cp1257.enc
11962 action microsoft-cp1258.enc
11963 action microsoft-win3.1.enc
11964 action mulearabic-0.enc
11965 action mulearabic-1.enc
11966 action mulearabic-2.enc
11967 action mulelao-1.enc
11968 action suneu-greek.enc
11970 action tis620-2.enc
11971 action viscii1.1
-1.enc
11973 src_dir fonts
/encodings
/large
11974 dst_dir font
/encodings
/large
11976 action big5.eten-0.enc
11977 action big5hkscs-0.enc
11978 action cns11643-1.enc
11979 action cns11643-2.enc
11980 action cns11643-3.enc
11981 action gb18030-0.enc
11982 action gb18030.2000
-0.enc
11983 action gb18030.2000
-1.enc
11984 action gb2312.1980
-0.enc
11986 action jisx0201.1976
-0.enc
11987 action jisx0208.1990
-0.enc
11988 action jisx0212.1990
-0.enc
11989 action ksc5601.1987
-0.enc
11990 action ksc5601.1992
-3.enc
11991 action sun.unicode.india-0.enc
11995 symlink_font_adobe_100dpi
11996 symlink_font_adobe_utopia_100dpi
11997 symlink_font_bh_100dpi
11998 symlink_font_bh_lucidatypewriter_100dpi
11999 symlink_font_bitstream_100dpi
12001 symlink_font_adobe_75dpi
12002 symlink_font_adobe_utopia_75dpi
12003 symlink_font_bh_75dpi
12004 symlink_font_bh_lucidatypewriter_75dpi
12005 symlink_font_bitstream_75dpi
12007 symlink_font_cronyx_cyrillic
12008 symlink_font_misc_cyrillic
12009 symlink_font_screen_cyrillic
12010 symlink_font_winitzki_cyrillic
12012 symlink_font_cursor_misc
12013 symlink_font_daewoo_misc
12014 symlink_font_dec_misc
12015 symlink_font_isas_misc
12016 symlink_font_jis_misc
12017 symlink_font_micro_misc
12018 symlink_font_misc_misc
12019 symlink_font_schumacher_misc
12020 symlink_font_sony_misc
12021 symlink_font_sun_misc
12023 symlink_font_bh_ttf
12025 symlink_font_adobe_utopia_type1
12026 symlink_font_bh_type1
12027 symlink_font_bitstream_type1
12028 symlink_font_ibm_type1
12029 symlink_font_xfree86_type1
12031 symlink_font_mutt_misc
12032 symlink_font_arabic_misc
12034 symlink_font_misc_meltho
12035 symlink_font_misc_ethiopic
12037 symlink_font_bistream_speedo
12042 symlink_font_encodings
12052 symlink_doc_old
() {
12053 src_dir
doc
/hardcopy
12054 dst_dir
doc
/old
/hardcopy
12056 src_dir
doc
/hardcopy
/BDF
12057 dst_dir
doc
/old
/hardcopy
/BDF
12061 src_dir
doc
/hardcopy
/CTEXT
12062 dst_dir
doc
/old
/hardcopy
/CTEXT
12066 src_dir
doc
/hardcopy
/FSProtocol
12067 dst_dir
doc
/old
/hardcopy
/FSProtocol
12069 action fsproto.PS.gz
12071 src_dir
doc
/hardcopy
/i18n
12072 dst_dir
doc
/old
/hardcopy
/i18n
12074 action Framework.PS.gz
12075 action LocaleDB.PS.gz
12078 src_dir
doc
/hardcopy
/ICCCM
12079 dst_dir
doc
/old
/hardcopy
/ICCCM
12082 action icccm.idx.PS.gz
12084 src_dir
doc
/hardcopy
/ICE
12085 dst_dir
doc
/old
/hardcopy
/ICE
12087 action ICElib.PS.gz
12090 src_dir
doc
/hardcopy
/man
12091 dst_dir
doc
/old
/hardcopy
/man
12095 src_dir
doc
/hardcopy
/rstart
12096 dst_dir
doc
/old
/hardcopy
/rstart
12098 action rstart.PS.gz
12100 src_dir
doc
/hardcopy
/RX
12101 dst_dir
doc
/old
/hardcopy
/RX
12105 src_dir
doc
/hardcopy
/saver
12106 dst_dir
doc
/old
/hardcopy
/saver
12110 src_dir
doc
/hardcopy
/SM
12111 dst_dir
doc
/old
/hardcopy
/SM
12116 src_dir
doc
/hardcopy
/X11
12117 dst_dir
doc
/old
/hardcopy
/X11
12120 action xlib.idx.PS.gz
12122 src_dir
doc
/hardcopy
/Xaw
12123 dst_dir
doc
/old
/hardcopy
/Xaw
12125 action widg.idx.PS.gz
12126 action widgets.PS.gz
12128 src_dir
doc
/hardcopy
/XDMCP
12129 dst_dir
doc
/old
/hardcopy
/XDMCP
12133 src_dir
doc
/hardcopy
/Xext
12134 dst_dir
doc
/old
/hardcopy
/Xext
12136 action AppGroup.PS.gz
12138 action DPMSLib.PS.gz
12139 action bigreq.PS.gz
12140 action buffer.PS.gz
12142 action dbelib.PS.gz
12147 action lbxalg.PS.gz
12148 action mit-shm.PS.gz
12149 action record.PS.gz
12150 action recordlib.PS.gz
12151 action security.PS.gz
12153 action shapelib.PS.gz
12155 action synclib.PS.gz
12156 action tog-cup.PS.gz
12157 action xc-misc.PS.gz
12159 action xtestlib.PS.gz
12161 src_dir
doc
/hardcopy
/xfs
12162 dst_dir
doc
/old
/hardcopy
/xfs
12164 action design.PS.gz
12166 src_dir
doc
/hardcopy
/Xi
12167 dst_dir
doc
/old
/hardcopy
/Xi
12173 src_dir
doc
/hardcopy
/XIM
12174 dst_dir
doc
/old
/hardcopy
/XIM
12178 src_dir
doc
/hardcopy
/XKB
12179 dst_dir
doc
/old
/hardcopy
/XKB
12181 action XKBlib.ps.gz
12182 action XKBproto.ps.gz
12184 src_dir
doc
/hardcopy
/XLFD
12185 dst_dir
doc
/old
/hardcopy
/XLFD
12189 src_dir
doc
/hardcopy
/Xmu
12190 dst_dir
doc
/old
/hardcopy
/Xmu
12194 src_dir
doc
/hardcopy
/XPRINT
12195 dst_dir
doc
/old
/hardcopy
/XPRINT
12197 action Xprint_FAQ.html
12198 action Xprint_FAQ.txt
12199 action Xprint_FAQ.xml
12200 action Xprint_old_FAQ.txt
12202 action dtprint_fspec.PS.gz
12203 action xp_library.PS.gz
12204 action xp_proto.PS.gz
12206 src_dir
doc
/hardcopy
/XProtocol
12207 dst_dir
doc
/old
/hardcopy
/XProtocol
12210 action proto.idx.PS.gz
12212 src_dir
doc
/hardcopy
/Xserver
12213 dst_dir
doc
/old
/hardcopy
/Xserver
12216 action analysis.PS.gz
12217 action appgroup.PS.gz
12219 action fontlib.PS.gz
12220 action secint.PS.gz
12222 src_dir
doc
/hardcopy
/Xt
12223 dst_dir
doc
/old
/hardcopy
/Xt
12225 action intr.idx.PS.gz
12226 action intrinsics.PS.gz
12228 src_dir
doc
/hardcopy
/xterm
12229 dst_dir
doc
/old
/hardcopy
/xterm
12231 action ctlseqs.PS.gz
12233 src_dir
doc
/hardcopy
/xtrans
12234 dst_dir
doc
/old
/hardcopy
/xtrans
12236 action Xtrans.PS.gz
12238 src_dir
doc
/hardcopy
/Xv
12239 dst_dir
doc
/old
/hardcopy
/Xv
12242 action xv-protocol-v2.PS
12244 src_dir
doc
/man
/general
12245 dst_dir
doc
/old
/man
/general
12247 action Consortium.man
12248 action security.man
12249 action Standards.man
12251 action XOrgFoundation.man
12254 action XProjectTeam.man
12256 # FIXME: other man pages should be moved to the appropriate library
12259 dst_dir
doc
/old
/misc
12264 dst_dir
doc
/old
/specs
12266 action specindex.html
12268 src_dir
doc
/specs
/BDF
12269 dst_dir
doc
/old
/specs
/BDF
12275 src_dir
doc
/specs
/CTEXT
12276 dst_dir
doc
/old
/specs
/CTEXT
12278 action ctext.tbl.ms
12280 src_dir
doc
/specs
/FSProtocol
12281 dst_dir
doc
/old
/specs
/FSProtocol
12285 src_dir
doc
/specs
/GL
12286 dst_dir
doc
/old
/specs
/GL
12290 src_dir
doc
/specs
/i18n
12291 dst_dir
doc
/old
/specs
/i18n
12293 action Framework.ms
12297 src_dir
doc
/specs
/ICCCM
12298 dst_dir
doc
/old
/specs
/ICCCM
12301 action indexmacros.t
12303 src_dir
doc
/specs
/ICE
12304 dst_dir
doc
/old
/specs
/ICE
12309 src_dir
doc
/specs
/PM
12310 dst_dir
doc
/old
/specs
/PM
12314 src_dir
doc
/specs
/Randr
12315 dst_dir
doc
/old
/specs
/Randr
12317 action protocol.txt
12319 src_dir
doc
/specs
/Render
12320 dst_dir
doc
/old
/specs
/Render
12325 src_dir
doc
/specs
/rstart
12326 dst_dir
doc
/old
/specs
/rstart
12335 src_dir
doc
/specs
/RX
12336 dst_dir
doc
/old
/specs
/RX
12340 src_dir
doc
/specs
/saver
12341 dst_dir
doc
/old
/specs
/saver
12345 src_dir
doc
/specs
/SIAddresses
12346 dst_dir
doc
/old
/specs
/SIAddresses
12350 action hostname.txt
12351 action localuser.txt
12353 src_dir
doc
/specs
/SM
12354 dst_dir
doc
/old
/specs
/SM
12359 src_dir
doc
/specs
/X11
12360 dst_dir
doc
/old
/specs
/X11
12385 action indexmacros.t
12388 src_dir
doc
/specs
/Xaw
12389 dst_dir
doc
/old
/specs
/Xaw
12420 action TPage_Credits
12431 action Xtk.widg.front
12434 action fixindex.
awk
12437 action widg.idxmac.t
12439 src_dir
doc
/specs
/XDMCP
12440 dst_dir
doc
/old
/specs
/XDMCP
12444 src_dir
doc
/specs
/Xext
12445 dst_dir
doc
/old
/specs
/Xext
12447 action AppGroup.mif
12460 action recordlib.ms
12461 action security.tex
12473 src_dir
doc
/specs
/xfs
12474 dst_dir
doc
/old
/specs
/xfs
12479 src_dir
doc
/specs
/Xi
12480 dst_dir
doc
/old
/specs
/Xi
12487 src_dir
doc
/specs
/XIM
12488 dst_dir
doc
/old
/specs
/XIM
12492 src_dir
doc
/specs
/XKB
/Proto
12493 dst_dir
doc
/old
/specs
/XKB
/Proto
12495 action XKBproto.book
12496 action dflttrns.fm5
12497 action encoding.fm5
12499 action protocol.fm5
12500 action prototoc.doc
12504 src_dir
doc
/specs
/XKB
/XKBlib
12505 dst_dir
doc
/old
/specs
/XKB
/XKBlib
12508 action allchaps.fm5
12510 action allchaps.lof
12511 action allchaps.lot
12513 action allchaps.toc
12517 src_dir
doc
/specs
/XLFD
12518 dst_dir
doc
/old
/specs
/XLFD
12522 src_dir
doc
/specs
/Xmu
12523 dst_dir
doc
/old
/specs
/Xmu
12527 src_dir
doc
/specs
/XPRINT
12528 dst_dir
doc
/old
/specs
/XPRINT
12530 action xp_library.book
12531 action xp_library.mif
12532 action xp_libraryIX.doc
12533 action xp_libraryTOC.doc
12534 action xp_library_cov.mif
12535 action xp_proto.book
12536 action xp_proto.mif
12537 action xp_protoIX.doc
12538 action xp_protoTOC.doc
12539 action xp_proto_cov.mif
12541 src_dir
doc
/specs
/XProtocol
12542 dst_dir
doc
/old
/specs
/XProtocol
12544 action X11.encoding
12546 action X11.protocol
12548 action indexmacros.t
12551 src_dir
doc
/specs
/Xserver
12552 dst_dir
doc
/old
/specs
/Xserver
12558 action Xprt_cov.mif
12559 action analysis.tex
12565 src_dir
doc
/specs
/Xt
12566 dst_dir
doc
/old
/specs
/Xt
12581 action Xtk.intr.front
12588 action intr.idxmac.t
12592 src_dir
doc
/specs
/xterm
12593 dst_dir
doc
/old
/specs
/xterm
12597 src_dir
doc
/specs
/xtrans
12598 dst_dir
doc
/old
/specs
/xtrans
12602 src_dir
doc
/specs
/Xv
12603 dst_dir
doc
/old
/specs
/Xv
12605 action xv-protocol-v2.txt
12607 src_dir
doc
/specs
/XvMC
12608 dst_dir
doc
/old
/specs
/XvMC
12610 action XvMC_API.txt
12613 dst_dir
doc
/old
/util
12616 action fixindex.
awk
12617 action indexmacros.t
12638 symlink_util_xmkmf
() {
12639 src_dir config
/util
12646 symlink_util_cf
() {
12654 action bsdiLib.rules
12655 action bsdiLib.tmpl
12656 action bsdLib.rules
12665 action cygwin.rules
12668 action darwinLib.rules
12669 action darwinLib.tmpl
12672 action DragonFly.cf
12677 action gnuLib.rules
12683 action ibmLib.rules
12689 action Library.tmpl
12691 action lnxdoc.rules
12693 action lnxLib.rules
12709 action necLib.rules
12716 action oldlib.rules
12718 action OpenBSDLib.rules
12719 action OpenBSDLib.tmpl
12722 action os2Lib.rules
12726 action osfLib.rules
12734 action scoLib.rules
12736 action sequentLib.rules
12737 action ServerLib.tmpl
12740 action sgiLib.rules
12746 action sunLib.rules
12748 action sv3Lib.rules
12750 action sv4Lib.rules
12754 action Threads.tmpl
12764 action xf86site.def
12768 action xorgsite.def
12770 action xorgversion.def
12771 action xprint_host.def
12774 symlink_util_imake
() {
12775 src_dir config
/imake
12783 symlink_util_makedepend
() {
12784 src_dir config
/makedepend
12785 dst_dir util
/makedepend
12793 action mkdepend.man makedepend.man
12797 src_dir config
/imake
12798 dst_dir util
/makedepend
12806 symlink_util_makedepend
12811 symlink_data_cursors_handhelds
() {
12812 src_dir programs
/xcursorgen
/handhelds
12813 dst_dir data
/cursors
/handhelds
12815 action X_cursor.cfg
12816 action based_arrow_down.cfg
12817 action based_arrow_up.cfg
12818 action bottom_left_corner.cfg
12819 action bottom_right_corner.cfg
12820 action bottom_side.cfg
12821 action bottom_tee.cfg
12822 action center_ptr.cfg
12827 action double_arrow.cfg
12828 action draped_box.cfg
12832 action left_ptr.cfg
12833 action left_ptr_watch.cfg
12834 action left_side.cfg
12835 action left_tee.cfg
12836 action ll_angle.cfg
12838 action right_ptr.cfg
12839 action right_side.cfg
12840 action right_tee.cfg
12841 action sb_h_double_arrow.cfg
12842 action sb_right_arrow.cfg
12843 action sb_up_arrow.cfg
12844 action sb_v_double_arrow.cfg
12846 action top_left_corner.cfg
12847 action top_right_corner.cfg
12848 action top_side.cfg
12854 symlink_data_cursors_redglass
() {
12855 src_dir programs
/xcursorgen
/redglass
12856 dst_dir data
/cursors
/redglass
12858 action X_cursor-16.png
12859 action X_cursor-24.png
12860 action X_cursor-32.png
12861 action X_cursor-48.png
12862 action X_cursor-64.png
12863 action based_arrow_down-16.png
12864 action based_arrow_down-24.png
12865 action based_arrow_down-32.png
12866 action based_arrow_down-48.png
12867 action based_arrow_down-64.png
12868 action based_arrow_up-16.png
12869 action based_arrow_up-24.png
12870 action based_arrow_up-32.png
12871 action based_arrow_up-48.png
12872 action based_arrow_up-64.png
12873 action bottom_left_corner-16.png
12874 action bottom_left_corner-24.png
12875 action bottom_left_corner-32.png
12876 action bottom_left_corner-48.png
12877 action bottom_left_corner-64.png
12878 action bottom_right_corner-16.png
12879 action bottom_right_corner-24.png
12880 action bottom_right_corner-32.png
12881 action bottom_right_corner-48.png
12882 action bottom_right_corner-64.png
12883 action bottom_side-16.png
12884 action bottom_side-24.png
12885 action bottom_side-32.png
12886 action bottom_side-48.png
12887 action bottom_side-64.png
12888 action bottom_tee-16.png
12889 action bottom_tee-24.png
12890 action bottom_tee-32.png
12891 action bottom_tee-48.png
12892 action bottom_tee-64.png
12893 action center_ptr-16.png
12894 action center_ptr-24.png
12895 action center_ptr-32.png
12896 action center_ptr-48.png
12897 action center_ptr-64.png
12898 action circle-16.png
12899 action circle-24.png
12900 action circle-32.png
12901 action circle-48.png
12902 action circle-64.png
12903 action cross-16.png
12904 action cross-24.png
12905 action cross-32.png
12906 action cross-48.png
12907 action cross-64.png
12913 action dotbox-16.png
12914 action dotbox-24.png
12915 action dotbox-32.png
12916 action dotbox-48.png
12917 action dotbox-64.png
12918 action double_arrow-16.png
12919 action double_arrow-24.png
12920 action double_arrow-32.png
12921 action double_arrow-48.png
12922 action double_arrow-64.png
12923 action draped_box-16.png
12924 action draped_box-24.png
12925 action draped_box-32.png
12926 action draped_box-48.png
12927 action draped_box-64.png
12928 action fleur-16.png
12929 action fleur-24.png
12930 action fleur-32.png
12931 action fleur-48.png
12932 action fleur-64.png
12933 action gumby-128.png
12934 action gumby-16.png
12935 action gumby-24.png
12936 action gumby-32.png
12937 action gumby-48.png
12938 action gumby-64.png
12939 action hand2-16.png
12940 action hand2-24.png
12941 action hand2-32.png
12942 action hand2-48.png
12943 action hand2-64.png
12944 action hourglass-135-16.png
12945 action hourglass-135-24.png
12946 action hourglass-135-32.png
12947 action hourglass-135-48.png
12948 action hourglass-135-64.png
12949 action hourglass-25-16.png
12950 action hourglass-25-24.png
12951 action hourglass-25-32.png
12952 action hourglass-25-48.png
12953 action hourglass-25-64.png
12954 action hourglass-45-16.png
12955 action hourglass-45-24.png
12956 action hourglass-45-32.png
12957 action hourglass-45-48.png
12958 action hourglass-45-64.png
12959 action hourglass-50-16.png
12960 action hourglass-50-24.png
12961 action hourglass-50-32.png
12962 action hourglass-50-48.png
12963 action hourglass-50-64.png
12964 action hourglass-75-16.png
12965 action hourglass-75-24.png
12966 action hourglass-75-32.png
12967 action hourglass-75-48.png
12968 action hourglass-75-64.png
12969 action hourglass-90-16.png
12970 action hourglass-90-24.png
12971 action hourglass-90-32.png
12972 action hourglass-90-48.png
12973 action hourglass-90-64.png
12974 action hourglass-empty-16.png
12975 action hourglass-empty-24.png
12976 action hourglass-empty-32.png
12977 action hourglass-empty-48.png
12978 action hourglass-empty-64.png
12979 action hourglass-full-16.png
12980 action hourglass-full-24.png
12981 action hourglass-full-32.png
12982 action hourglass-full-48.png
12983 action hourglass-full-64.png
12984 action left_ptr-16.png
12985 action left_ptr-24.png
12986 action left_ptr-32.png
12987 action left_ptr-48.png
12988 action left_ptr-64.png
12989 action left_ptr_watch-16.png
12990 action left_ptr_watch-24.png
12991 action left_ptr_watch-32.png
12992 action left_ptr_watch-48.png
12993 action left_ptr_watch-64.png
12994 action left_side-16.png
12995 action left_side-24.png
12996 action left_side-32.png
12997 action left_side-48.png
12998 action left_side-64.png
12999 action left_tee-16.png
13000 action left_tee-24.png
13001 action left_tee-32.png
13002 action left_tee-48.png
13003 action left_tee-64.png
13004 action ll_angle-16.png
13005 action ll_angle-24.png
13006 action ll_angle-32.png
13007 action ll_angle-48.png
13008 action ll_angle-64.png
13009 action pencil-16.png
13010 action pencil-24.png
13011 action pencil-32.png
13012 action pencil-48.png
13013 action pencil-64.png
13014 action right_ptr-16.png
13015 action right_ptr-24.png
13016 action right_ptr-32.png
13017 action right_ptr-48.png
13018 action right_ptr-64.png
13019 action right_side-16.png
13020 action right_side-24.png
13021 action right_side-32.png
13022 action right_side-48.png
13023 action right_side-64.png
13024 action right_tee-16.png
13025 action right_tee-24.png
13026 action right_tee-32.png
13027 action right_tee-48.png
13028 action right_tee-64.png
13029 action sb_h_double_arrow-16.png
13030 action sb_h_double_arrow-24.png
13031 action sb_h_double_arrow-32.png
13032 action sb_h_double_arrow-48.png
13033 action sb_h_double_arrow-64.png
13034 action sb_right_arrow-16.png
13035 action sb_right_arrow-24.png
13036 action sb_right_arrow-32.png
13037 action sb_right_arrow-48.png
13038 action sb_right_arrow-64.png
13039 action sb_up_arrow-16.png
13040 action sb_up_arrow-24.png
13041 action sb_up_arrow-32.png
13042 action sb_up_arrow-48.png
13043 action sb_up_arrow-64.png
13044 action sb_v_double_arrow-16.png
13045 action sb_v_double_arrow-24.png
13046 action sb_v_double_arrow-32.png
13047 action sb_v_double_arrow-48.png
13048 action sb_v_double_arrow-64.png
13049 action shuttle-16.png
13050 action shuttle-24.png
13051 action shuttle-32.png
13052 action shuttle-48.png
13053 action shuttle-64.png
13054 action top_left_corner-16.png
13055 action top_left_corner-24.png
13056 action top_left_corner-32.png
13057 action top_left_corner-48.png
13058 action top_left_corner-64.png
13059 action top_right_corner-16.png
13060 action top_right_corner-24.png
13061 action top_right_corner-32.png
13062 action top_right_corner-48.png
13063 action top_right_corner-64.png
13064 action top_side-16.png
13065 action top_side-24.png
13066 action top_side-32.png
13067 action top_side-48.png
13068 action top_side-64.png
13069 action top_tee-16.png
13070 action top_tee-24.png
13071 action top_tee-32.png
13072 action top_tee-48.png
13073 action top_tee-64.png
13074 action watch-16.png
13075 action watch-24.png
13076 action watch-32.png
13077 action watch-48.png
13078 action watch-64.png
13079 action xterm-16.png
13080 action xterm-24.png
13081 action xterm-32.png
13082 action xterm-48.png
13083 action xterm-64.png
13085 action X_cursor.cfg
13086 action based_arrow_down.cfg
13087 action based_arrow_up.cfg
13088 action bottom_left_corner.cfg
13089 action bottom_right_corner.cfg
13090 action bottom_side.cfg
13091 action bottom_tee.cfg
13092 action center_ptr.cfg
13097 action double_arrow.cfg
13098 action draped_box.cfg
13102 action left_ptr.cfg
13103 action left_ptr_watch.cfg
13104 action left_side.cfg
13105 action left_tee.cfg
13106 action ll_angle.cfg
13108 action right_ptr.cfg
13109 action right_side.cfg
13110 action right_tee.cfg
13111 action sb_h_double_arrow.cfg
13112 action sb_right_arrow.cfg
13113 action sb_up_arrow.cfg
13114 action sb_v_double_arrow.cfg
13116 action top_left_corner.cfg
13117 action top_right_corner.cfg
13118 action top_side.cfg
13123 action based_arrow_down.xcf
13124 action based_arrow_up.xcf
13125 action basic_arrow.xcf
13126 action bottom_left_corner.xcf
13127 action bottom_right_corner.xcf
13128 action bottom_side.xcf
13129 action bottom_tee.xcf
13130 action center_ptr.xcf
13135 action double_arrow.xcf
13136 action draped_box.xcf
13140 action hourglass-135.xcf
13141 action hourglass-25.xcf
13142 action hourglass-45.xcf
13143 action hourglass-50.xcf
13144 action hourglass-75.xcf
13145 action hourglass-90.xcf
13146 action hourglass-empty.xcf
13147 action hourglass-full.xcf
13148 action hourglass-plain.xcf
13149 action left_ptr_watch.xcf
13150 action left_ptr.xcf
13151 action left_side.xcf
13152 action left_tee.xcf
13153 action ll_angle.xcf
13155 action right_ptr.xcf
13156 action right_side.xcf
13157 action right_tee.xcf
13158 action sb_h_double_arrow.xcf
13159 action sb_right_arrow.xcf
13160 action sb_up_arrow.xcf
13161 action sb_v_double_arrow.xcf
13163 action top_left_corner.xcf
13164 action top_right_corner.xcf
13165 action top_side.xcf
13168 action X_cursor.xcf
13174 symlink_data_cursors_whiteglass
() {
13175 src_dir programs
/xcursorgen
/whiteglass
13176 dst_dir data
/cursors
/whiteglass
13178 action X_cursor-16.png
13179 action X_cursor-24.png
13180 action X_cursor-32.png
13181 action X_cursor-48.png
13182 action X_cursor-64.png
13183 action base_arrow_down-16.png
13184 action base_arrow_down-24.png
13185 action base_arrow_down-32.png
13186 action base_arrow_down-48.png
13187 action base_arrow_down-64.png
13188 action base_arrow_up-16.png
13189 action base_arrow_up-24.png
13190 action base_arrow_up-32.png
13191 action base_arrow_up-48.png
13192 action base_arrow_up-64.png
13193 action basic_arrow-16.png
13194 action basic_arrow-24.png
13195 action basic_arrow-32.png
13196 action basic_arrow-48.png
13197 action basic_arrow-64.png
13203 action bottom_left_corner-16.png
13204 action bottom_left_corner-24.png
13205 action bottom_left_corner-32.png
13206 action bottom_left_corner-48.png
13207 action bottom_left_corner-64.png
13208 action bottom_right_corner-16.png
13209 action bottom_right_corner-24.png
13210 action bottom_right_corner-32.png
13211 action bottom_right_corner-48.png
13212 action bottom_right_corner-64.png
13213 action bottom_side-16.png
13214 action bottom_side-24.png
13215 action bottom_side-32.png
13216 action bottom_side-48.png
13217 action bottom_side-64.png
13218 action bottom_tee-16.png
13219 action bottom_tee-24.png
13220 action bottom_tee-32.png
13221 action bottom_tee-48.png
13222 action bottom_tee-64.png
13223 action center_ptr-16.png
13224 action center_ptr-24.png
13225 action center_ptr-32.png
13226 action center_ptr-48.png
13227 action center_ptr-64.png
13228 action circle-16.png
13229 action circle-24.png
13230 action circle-32.png
13231 action circle-48.png
13232 action circle-64.png
13233 action cross-16.png
13234 action cross-24.png
13235 action cross-32.png
13236 action cross-48.png
13237 action cross-64.png
13243 action dot_box_mask-16.png
13244 action dot_box_mask-24.png
13245 action dot_box_mask-32.png
13246 action dot_box_mask-48.png
13247 action dot_box_mask-64.png
13248 action double_arrow-16.png
13249 action double_arrow-24.png
13250 action double_arrow-32.png
13251 action double_arrow-48.png
13252 action double_arrow-64.png
13253 action draped_box-16.png
13254 action draped_box-24.png
13255 action draped_box-32.png
13256 action draped_box-48.png
13257 action draped_box-64.png
13258 action exchange-16.png
13259 action exchange-24.png
13260 action exchange-32.png
13261 action exchange-48.png
13262 action exchange-64.png
13263 action fleur-16.png
13264 action fleur-24.png
13265 action fleur-32.png
13266 action fleur-48.png
13267 action fleur-64.png
13268 action gumby-128.png
13269 action gumby-16.png
13270 action gumby-24.png
13271 action gumby-32.png
13272 action gumby-48.png
13273 action gumby-64.png
13274 action hand1-16.png
13275 action hand1-24.png
13276 action hand1-32.png
13277 action hand1-48.png
13278 action hand1-64.png
13279 action hand2-16.png
13280 action hand2-24.png
13281 action hand2-32.png
13282 action hand2-48.png
13283 action hand2-64.png
13284 action left_ptr-16.png
13285 action left_ptr-24.png
13286 action left_ptr-32.png
13287 action left_ptr-48.png
13288 action left_ptr-64.png
13289 action left_ptr_watch-16.png
13290 action left_ptr_watch-24.png
13291 action left_ptr_watch-32.png
13292 action left_ptr_watch-48.png
13293 action left_ptr_watch-64.png
13294 action left_side-16.png
13295 action left_side-24.png
13296 action left_side-32.png
13297 action left_side-48.png
13298 action left_side-64.png
13299 action left_tee-16.png
13300 action left_tee-24.png
13301 action left_tee-32.png
13302 action left_tee-48.png
13303 action left_tee-64.png
13304 action ll_angle-16.png
13305 action ll_angle-24.png
13306 action ll_angle-32.png
13307 action ll_angle-48.png
13308 action ll_angle-64.png
13309 action lr_angle-16.png
13310 action lr_angle-24.png
13311 action lr_angle-32.png
13312 action lr_angle-48.png
13313 action lr_angle-64.png
13314 action pencil-16.png
13315 action pencil-24.png
13316 action pencil-32.png
13317 action pencil-48.png
13318 action pencil-64.png
13319 action pirate-16.png
13320 action pirate-24.png
13321 action pirate-32.png
13322 action pirate-48.png
13323 action pirate-64.png
13324 action question_arrow-16.png
13325 action question_arrow-24.png
13326 action question_arrow-32.png
13327 action question_arrow-48.png
13328 action question_arrow-64.png
13329 action right_ptr-16.png
13330 action right_ptr-24.png
13331 action right_ptr-32.png
13332 action right_ptr-48.png
13333 action right_ptr-64.png
13334 action right_side-16.png
13335 action right_side-24.png
13336 action right_side-32.png
13337 action right_side-48.png
13338 action right_side-64.png
13339 action right_tee-16.png
13340 action right_tee-24.png
13341 action right_tee-32.png
13342 action right_tee-48.png
13343 action right_tee-64.png
13344 action sailboat-16.png
13345 action sailboat-24.png
13346 action sailboat-32.png
13347 action sailboat-48.png
13348 action sailboat-64.png
13349 action sb_down_arrow-16.png
13350 action sb_down_arrow-24.png
13351 action sb_down_arrow-32.png
13352 action sb_down_arrow-48.png
13353 action sb_down_arrow-64.png
13354 action sb_h_double_arrow-16.png
13355 action sb_h_double_arrow-24.png
13356 action sb_h_double_arrow-32.png
13357 action sb_h_double_arrow-48.png
13358 action sb_h_double_arrow-64.png
13359 action sb_left_arrow-16.png
13360 action sb_left_arrow-24.png
13361 action sb_left_arrow-32.png
13362 action sb_left_arrow-48.png
13363 action sb_left_arrow-64.png
13364 action sb_right_arrow-16.png
13365 action sb_right_arrow-24.png
13366 action sb_right_arrow-32.png
13367 action sb_right_arrow-48.png
13368 action sb_right_arrow-64.png
13369 action sb_up_arrow-16.png
13370 action sb_up_arrow-24.png
13371 action sb_up_arrow-32.png
13372 action sb_up_arrow-48.png
13373 action sb_up_arrow-64.png
13374 action sb_v_double_arrow-16.png
13375 action sb_v_double_arrow-24.png
13376 action sb_v_double_arrow-32.png
13377 action sb_v_double_arrow-48.png
13378 action sb_v_double_arrow-64.png
13379 action shuttle-16.png
13380 action shuttle-24.png
13381 action shuttle-32.png
13382 action shuttle-48.png
13383 action shuttle-64.png
13384 action sizing-16.png
13385 action sizing-24.png
13386 action sizing-32.png
13387 action sizing-48.png
13388 action sizing-64.png
13389 action target-16.png
13390 action target-24.png
13391 action target-32.png
13392 action target-48.png
13393 action target-64.png
13394 action top_left_corner-16.png
13395 action top_left_corner-24.png
13396 action top_left_corner-32.png
13397 action top_left_corner-48.png
13398 action top_left_corner-64.png
13399 action top_right_corner-16.png
13400 action top_right_corner-24.png
13401 action top_right_corner-32.png
13402 action top_right_corner-48.png
13403 action top_right_corner-64.png
13404 action top_side-16.png
13405 action top_side-24.png
13406 action top_side-32.png
13407 action top_side-48.png
13408 action top_side-64.png
13409 action top_tee-16.png
13410 action top_tee-24.png
13411 action top_tee-32.png
13412 action top_tee-48.png
13413 action top_tee-64.png
13419 action ul_angle-16.png
13420 action ul_angle-24.png
13421 action ul_angle-32.png
13422 action ul_angle-48.png
13423 action ul_angle-64.png
13424 action ur_angle-16.png
13425 action ur_angle-24.png
13426 action ur_angle-32.png
13427 action ur_angle-48.png
13428 action ur_angle-64.png
13429 action watch-16.png
13430 action watch-24.png
13431 action watch-32.png
13432 action watch-48.png
13433 action watch-64.png
13434 action xterm-16.png
13435 action xterm-24.png
13436 action xterm-32.png
13437 action xterm-48.png
13438 action xterm-64.png
13440 action X_cursor.cfg
13441 action base_arrow_down.cfg
13442 action base_arrow_up.cfg
13443 action basic_arrow.cfg
13445 action bottom_left_corner.cfg
13446 action bottom_right_corner.cfg
13447 action bottom_side.cfg
13448 action bottom_tee.cfg
13449 action center_ptr.cfg
13453 action dot_box_mask.cfg
13454 action double_arrow.cfg
13455 action draped_box.cfg
13456 action exchange.cfg
13461 action left_ptr.cfg
13462 action left_ptr_watch.cfg
13463 action left_side.cfg
13464 action left_tee.cfg
13465 action ll_angle.cfg
13466 action lr_angle.cfg
13469 action question_arrow.cfg
13470 action right_ptr.cfg
13471 action right_side.cfg
13472 action right_tee.cfg
13473 action sailboat.cfg
13474 action sb_down_arrow.cfg
13475 action sb_h_double_arrow.cfg
13476 action sb_left_arrow.cfg
13477 action sb_right_arrow.cfg
13478 action sb_up_arrow.cfg
13479 action sb_v_double_arrow.cfg
13483 action top_left_corner.cfg
13484 action top_right_corner.cfg
13485 action top_side.cfg
13488 action ul_angle.cfg
13489 action ur_angle.cfg
13493 action base_arrow_down.xcf
13494 action base_arrow_up.xcf
13495 action basic_arrow.xcf
13497 action bottom_left_corner.xcf
13498 action bottom_right_corner.xcf
13499 action bottom_side.xcf
13500 action bottom_tee.xcf
13501 action center_ptr.xcf
13504 action dot_box_mask.xcf
13506 action double_arrow.xcf
13507 action draped_box.xcf
13508 action exchange.xcf
13513 action left_ptr_watch.xcf
13514 action left_ptr.xcf
13515 action left_side.xcf
13516 action left_tee.xcf
13517 action ll_angle.xcf
13518 action lr_angle.xcf
13521 action question_arrow.xcf
13522 action right_ptr.xcf
13523 action right_side.xcf
13524 action right_tee.xcf
13525 action sailboat.xcf
13526 action sb_down_arrow.xcf
13527 action sb_h_double_arrow.xcf
13528 action sb_left_arrow.xcf
13529 action sb_right_arrow.xcf
13530 action sb_up_arrow.xcf
13531 action sb_v_double_arrow.xcf
13535 action top_left_corner.xcf
13536 action top_right_corner.xcf
13537 action top_side.xcf
13540 action ul_angle.xcf
13541 action ur_angle.xcf
13543 action X_cursor.xcf
13547 symlink_data_cursors
() {
13548 symlink_data_cursors_handhelds
13549 symlink_data_cursors_redglass
13550 symlink_data_cursors_whiteglass
13553 symlink_data_bitmaps
() {
13554 src_dir include
/bitmaps
13555 dst_dir data
/bitmaps
13573 action flipped_gray
13590 action mailemptymsk
13604 action right_ptrmsk
13628 symlink_data_xkbdata
() {
13629 src_dir programs
/xkbcomp
/torture
13630 dst_dir data
/xkbdata
/torture
13648 src_dir programs
/xkbcomp
/types
13649 dst_dir data
/xkbdata
/types
13664 src_dir programs
/xkbcomp
/keycodes
13665 dst_dir data
/xkbdata
/keycodes
13681 src_dir programs
/xkbcomp
/keycodes
/digital
13682 dst_dir data
/xkbdata
/keycodes
/digital
13687 src_dir programs
/xkbcomp
/keycodes
/sgi
13688 dst_dir data
/xkbdata
/keycodes
/sgi
13694 src_dir programs
/xkbcomp
/rules
13695 dst_dir data
/xkbdata
/rules
13711 src_dir programs
/xkbcomp
/compat
13712 dst_dir data
/xkbdata
/compat
13733 src_dir programs
/xkbcomp
/geometry
13734 dst_dir data
/xkbdata
/geometry
13755 src_dir programs
/xkbcomp
/geometry
/sgi
13756 dst_dir data
/xkbdata
/geometry
/sgi
13762 src_dir programs
/xkbcomp
/geometry
/ibm
13763 dst_dir data
/xkbdata
/geometry
/ibm
13767 src_dir programs
/xkbcomp
/geometry
/digital
13768 dst_dir data
/xkbdata
/geometry
/digital
13774 src_dir programs
/xkbcomp
/semantics
13775 dst_dir data
/xkbdata
/semantics
13782 src_dir programs
/xkbcomp
/keymap
13783 dst_dir data
/xkbdata
/keymap
13793 src_dir programs
/xkbcomp
/keymap
/digital
13794 dst_dir data
/xkbdata
/keymap
/digital
13798 src_dir programs
/xkbcomp
/keymap
/sgi
13799 dst_dir data
/xkbdata
/keymap
/sgi
13829 src_dir programs
/xkbcomp
/keymap
/sun
13830 dst_dir data
/xkbdata
/keymap
/sun
13843 src_dir programs
/xkbcomp
/symbols
13844 dst_dir data
/xkbdata
/symbols
13942 action syr_phonetic
13960 src_dir programs
/xkbcomp
/symbols
/sun
13961 dst_dir data
/xkbdata
/symbols
/sun
13967 src_dir programs
/xkbcomp
/symbols
/hp
13968 dst_dir data
/xkbdata
/symbols
/hp
13972 src_dir programs
/xkbcomp
/symbols
/macintosh
13973 dst_dir data
/xkbdata
/symbols
/macintosh
13990 src_dir programs
/xkbcomp
/symbols
/pc
13991 dst_dir data
/xkbdata
/symbols
/pc
14059 src_dir programs
/xkbcomp
/symbols
/sgi
14060 dst_dir data
/xkbdata
/symbols
/sgi
14064 src_dir programs
/xkbcomp
/symbols
/xfree68
14065 dst_dir data
/xkbdata
/symbols
/xfree68
14070 src_dir programs
/xkbcomp
/symbols
/fujitsu
14071 dst_dir data
/xkbdata
/symbols
/fujitsu
14076 src_dir programs
/xkbcomp
/symbols
/digital
14077 dst_dir data
/xkbdata
/symbols
/digital
14084 src_dir programs
/xkbcomp
/symbols
/sony
14085 dst_dir data
/xkbdata
/symbols
/sony
14089 src_dir programs
/xkbcomp
/symbols
/nec
14090 dst_dir data
/xkbdata
/symbols
/nec
14096 symlink_data_cursors
14097 symlink_data_bitmaps
14098 symlink_data_xkbdata
14104 # List of files that are deliberately not symlinked into
14109 # exclude $1 and everything in it
14110 exclude_directory
()
14112 for dir
in `find $SRC_DIR/$1 -type d` ; do
14113 dir
=`echo $dir | sed s,$SRC_DIR,, | sed s,^/,,`
14116 # Some versions of find do not support -maxdepth
14117 # for file in `find $SRC_DIR/$dir -maxdepth 1 -type f `; do
14118 # action `basename $file`
14120 for file in $SRC_DIR/$dir/*; do
14121 if [ -f $file ]; then
14122 action
`basename $file`
14130 for file in `find $SRC_DIR -name "$1"` ; do
14131 src_dir
`dirname $file | sed s,$SRC_DIR,, | sed s,^/,,`
14132 action
`basename $file`
14136 exclude_xft_buildsystem
()
14142 action config.guess
14146 action configure.ac
14153 action mkinstalldirs
14156 src_dir lib
/Xft
/config
14157 action config-subst
14160 exclude_render_buildsystem
()
14162 src_dir lib
/Xrender
14168 action configure.ac
14173 action Xrender-def.cpp
14174 action xrender.pc.
in
14177 exclude_composite_buildsystem
()
14179 src_dir lib
/Xcomposite
14184 action configure.ac
14191 action xcomposite.pc.
in
14194 exclude_cursor_buildsystem
()
14196 src_dir lib
/Xcursor
14202 action config-subst
14203 action configure.ac
14209 action xcursor-config.
in
14210 action Xcursor-def.cpp
14211 action xcursor.pc.
in
14214 exclude_damage_buildsystem
()
14216 src_dir lib
/Xdamage
14221 action configure.ac
14228 action xdamage.pc.
in
14231 exclude_fixes_buildsystem
()
14238 action configure.ac
14245 action Xfixes-def.cpp
14246 action xfixes.pc.
in
14251 # These files should be part of Mesa,
14252 # according to Adam
14253 src_dir lib
/GL
/apple
14257 action appledristr.h
14258 action build-dispatch
14259 action dri_dispatch.c
14260 action dri_dispatch.defs
14261 action dri_dispatch.h
14262 action dri_driver.c
14263 action dri_driver.h
14268 symlink_non_linked_files
()
14270 # SGI is upstream for these files. Not sure what to about them, but
14271 # one place they absolutely do _not_ belong, is in the X tree.
14272 exclude_directory
doc
/man
/GL
14273 exclude_directory
doc
/man
/GLU
14275 # This stuff is used to build binary distributions of the monolith.
14276 # It would have to be redone to do something similar for the modular.
14277 exclude_directory programs
/Xserver
/hw
/xfree86
/etc
/bindist
14279 # DPS is not part of the modular tree
14280 exclude_directory lib
/dps
14281 exclude_directory programs
/dpsexec
14282 exclude_directory programs
/dpsinfo
14283 exclude_directory programs
/texteroids
14284 exclude_directory include
/DPS
14285 exclude_directory config
/pswrap
14286 exclude_directory lib
/dpstk
14287 exclude_directory lib
/psres
14289 # Speedo font support is deprecated in 7.0
14290 exclude_directory lib
/font
/Speedo
14292 # Exclude unmaintained sun and sunLynx
14293 exclude_directory programs
/Xserver
/hw
/sun
14294 exclude_directory programs
/Xserver
/hw
/sunLynx
14296 # Exclude deprecated wacom(4)
14297 exclude_directory programs
/Xserver
/hw
/xfree86
/input
/wacom
14299 # Exclude old and known-broken sample(4)
14300 exclude_directory programs
/Xserver
/hw
/xfree86
/input
/sample
14303 exclude_directory programs
/xterm
14305 # Nobody should really care about Xft1 anymore
14306 exclude_directory lib
/Xft1
14308 # these are included with Mesa
14309 exclude_directory programs
/glxgears
14310 exclude_directory programs
/glxinfo
14311 exclude_directory lib
/GLw
14312 exclude_directory include
/GL
14314 # exclude config/util - I don't think it's relevant for the modular tree
14315 exclude_directory config
/util
14317 # These all have their own build systems in the modular tree
14318 exclude_xft_buildsystem
14319 exclude_render_buildsystem
14320 exclude_composite_buildsystem
14321 exclude_cursor_buildsystem
14322 exclude_damage_buildsystem
14323 exclude_fixes_buildsystem
14325 # By definition the monolith is not upstream for this
14326 exclude_directory extras
14328 # Exclude memleak (verified by keithp)
14329 exclude_directory util
/memleak
14331 # Use upstream packaging of expat
14332 exclude_directory lib
/expat
14334 # Exclude fontconfig
14335 exclude_directory programs
/fc-cache
14336 exclude_directory programs
/fc-list
14337 exclude_directory lib
/fontconfig
14339 # Stuff that may be resurrected if someone complains enough
14340 exclude_directory programs
/Xserver
/hw
/xfree86
/etc
14342 # Exclude empty directory that just has README saying kdrive doesn't
14343 # live here any more
14344 exclude_directory programs
/Xserver
/hw
/kdrive
14346 # Empty stubs for projects not yet checked into CVS
14347 exclude_directory programs
/Xserver
/Xprint
/pdf
14348 exclude_directory programs
/Xserver
/Xprint
/svg
14349 exclude_directory programs
/Xserver
/Xprint
/windows
14351 # Exclude monolithic tree SDK
14352 exclude_directory programs
/Xserver
/hw
/xfree86
/sdk
14354 # Exclude platforms that are no longer maintained
14355 src_dir programs
/Xserver
/hw
/xfree86
/etc
14357 action mmapSVR3.
shar
14359 action svr3_rem_pch
14361 action svr4_rem_pch
14363 # Upgrades stone age (pre-1994) config files to bronze age (1994)
14364 # config files. Not built in the monolith since XFree86 3.9 series
14365 # in 1998 and XFree86 has even deleted from their monolith.
14366 exclude_directory programs
/Xserver
/hw
/xfree86
/reconfig
14368 # These fonts are not needed because they are generated
14369 exclude_glob
"*-L1.bdf"
14370 exclude_glob
"*-JISX0201.bdf"
14372 # These files are not needed
14373 exclude_glob
"Imakefile*"
14374 exclude_glob
"jump_*"
14375 exclude_glob
".cvsignore"
14379 # These files are only used by OS/2 and can be added back if a
14380 # maintainer steps up
14381 exclude_glob
"*-def.cpp"
14382 src_dir programs
/Xserver
14387 src_dir programs
/Xserver
/hw
/xfree86
/xf86config
14388 action xf86config.cmd
14389 src_dir programs
/Xserver
/hw
/xfree86
/loader
14391 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/os2
14392 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/os
2/int10
14394 # Exclude unsupported os-support directories.
14395 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/nto
14396 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/pmax
14397 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/qnx4
14398 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/bsdi
14399 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/dgux
14400 exclude_directory programs
/Xserver
/hw
/xfree86
/os-support
/hurd
14402 # This file is replaced by httptransport.c in the modular tree
14403 src_dir programs
/xrx
/helper
14406 # Some toplevel monolithic stuff
14408 action BUILD
# description of the monolithic build system
14409 action ChangeLog
# irrelevant to modular
14410 action Makefile
# Only useful for monolith
14412 # These files generate the list of drivers (input and video) for the
14413 # monolithic build system and are not needed for the modular build
14414 src_dir programs
/Xserver
/hw
/xfree86
/drivers
14416 src_dir programs
/Xserver
/hw
/xfree86
/input
14419 # expat is external now
14421 action expat_config.h
14423 # This file is replaced by a Makefile.am
14424 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/mga
/util
14427 # The via_drm.h file belongs in libdrm
14428 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/via
14431 # This file is only useful in the monolith
14432 src_dir programs
/Xserver
/hw
/dmx
/doc
14433 action Makefile.linux
14435 # No longer needed as dlopen modules are default
14436 src_dir programs
/Xserver
/hw
/xfree86
/os-support
/sunos
14437 action find_deps.pl
14440 src_dir programs
/Xserver
/hw
/xfree86
/doc
/sgml
14441 action BUILD.sgml
# - specific to the monolith
14443 action Status.sgml
# - obsolete
14444 action README.build-docs
# - specific to monolith build
14446 src_dir programs
/Xserver
/hw
/xfree86
14447 action XF86Conf.man
14448 action XF98Conf.cpp
14450 # These docs are only useful for monolith
14454 action README.crypto
14457 # This file is not used by in modular tree
14461 # This should be distributed to various font components
14462 src_dir fonts
/bdf
/misc
14465 # Using upstream version from Gnome
14466 src_dir fonts
/scaled
/TTF
14467 action COPYRIGHT.Vera
14469 # This file is not used by makedepend in the monolith
14470 src_dir config
/makedepend
14473 # This file is not used in the monolith
14474 src_dir config
/docbook
14475 action docbookconv.sh
14477 # The following files are simple test files that should not be
14478 # included with the library
14481 src_dir lib
/font
/Type1
14485 # Don't symlink XFree86 xpm logos or sequent .Xdefaults from xdm
14486 src_dir programs
/xdm
/config
14488 action XFree86bw.xpm
14489 action system.Xdefaults.sequent
14490 action system.xsession.sequent
14492 # Dead source file from cfb, never built in monolith
14493 src_dir programs
/Xserver
/cfb
14494 action stipple68k.s
14496 # Generated html, so don't symlink
14497 src_dir programs
/xphelloworld
/xphelloworld
14498 action xphelloworld.html
14500 src_dir programs
/xphelloworld
/xpsimplehelloworld
14501 action xpsimplehelloworld.html
14503 src_dir programs
/xphelloworld
/xpxmhelloworld
14504 action xpxmhelloworld.html
14506 src_dir programs
/xphelloworld
/xpxthelloworld
14507 action xpxthelloworld.html
14509 src_dir programs
/xplsprinters
14510 action xplsprinters.html
14512 src_dir programs
/xprehashprinterlist
14513 action xprehashprinterlist.html
14515 src_dir
doc
/man
/general
14518 # Unused symbol export control thing. No clue how this ever worked.
14519 exclude_glob
"*.elist"
14521 # Highly non-free reimplementation of snprintf. If your libc is so
14522 # crippled as to need this, steal it from BSD's libc instead, thanks.
14527 # A do-nothing header in Xevie. Take a drink.
14529 action xevieplaceholder.h
14531 # Script to generate the list of widgets in the Xaw set. Hopefully
14532 # no one is adding new ones anymore...
14536 # Workarounds for long forgotten bugs in SunOS 4.1 & Solaris 2.3
14542 # Generated README files for the drivers
14543 src_dir programs
/Xserver
/hw
/xfree86
/doc
14544 action README.DECtga
14548 action README.chips
14549 action README.cyrix
14552 action README.mouse
14553 action README.newport
14554 action README.rendition
14555 action README.s3virge
14559 src_dir programs
/Xserver
/hw
/xfree86
/drivers
/i740
14562 # We use the compiled version of ucs2any, so the perl version is no
14563 # longer needed or used
14567 # The .cf and .rules files are used only in the local xedit Imakefiles
14568 src_dir programs
/xedit
/lisp
14572 # The following file is duplicates the copyright that is already
14573 # present in the source files
14574 src_dir programs
/rstart
14577 # These files are copies of FreeType source code
14578 src_dir lib
/font
/FreeType
/module
14585 action myftstdlib.h
14587 # This file is an older version of the README file already linked into
14588 # the neomagic driver
14589 src_dir programs
/Xserver
/hw
/xfree86
/doc
14590 action README.neomagic
14592 # This is just random libc implementations
14596 # A file with no entries - and we already have an empty file
14597 # in the modular tree
14598 src_dir
nls
/Compose
14601 # These files are all generated from the sgml files in doc/old/sgml
14602 # When/if those files are converted to xml, we can maybe do something
14603 # with the generated results
14604 src_dir programs
/Xserver
/hw
/xfree86
/doc
14606 action README.Darwin
14611 action README.LynxOS
14612 action README.NetBSD
14613 action README.OpenBSD
14615 action README.Solaris
14617 action README.XKB-Config
14618 action README.XKB-Enhancing
14623 # Not really useful given bugzilla
14624 action BugReport.cpp
14626 # like anybody cared
14629 # Pc98 doc - FIXME maybe this is actually useful
14630 action VideoBoard98
14632 # Generated from sgml/DESIGN.sgml
14635 src_dir programs
/Xserver
/hw
/xfree86
/doc
/Japanese
14637 action README98.1st
14639 # These files are not even used by the monolith
14640 src_dir lib
/X11
/xlibi18n
/im
/ximcp
14641 action Ximcp.mapfile
14642 src_dir lib
/X11
/xlibi18n
/lc
/def
14644 src_dir lib
/X11
/xlibi18n
/lc
/gen
14646 src_dir lib
/X11
/xlibi18n
/om
/generic
14649 # This file is part of the monolithic build system
14650 src_dir lib
/X11
/xlibi18n
14651 action Xi18nLib.conf
14653 # These files are needed for cross compilation and OS/2
14654 src_dir config
/imake
14656 action imakesvc.cmd
14657 action Makefile.ini
14662 echo $1 >> symlink-processed-files
14665 generate_monolith_files
()
14667 for cvsdir
in `find $SRC_DIR -name "CVS"` ; do
14668 for file in `cat $cvsdir/Entries | grep -v "^D" | cut -d"/" -f2 `; do
14669 echo `echo $cvsdir | sed s/CVS//`$file >> all-monolith-files
14676 rm -f symlink-processed-files
14677 rm -f symlink-processed-files.sorted
14678 rm -f all-monolith-files
14679 rm -f all-monolith-files.sorted
14681 # make sure we are not excluding anything that doesn't exist
14682 ACTION
=check_exist EXPLANATION
="Checking that excluded files exist" run_module non_linked_files
14684 # generate a list of all files that this script is going to link
14685 run print_source
"Generating list of linked files"
14687 # generate a list of all files that this script is explicityly *not* going to link
14688 ACTION
=print_source EXPLANATION
="Generating list of non-linked files" run_module non_linked_files
14690 # generate a list of all files in the xc directory, except those that
14691 # we already know we don't care about
14693 echo -n Generating list of all monolithic files ...\
14695 generate_monolith_files
14699 echo -n Generating list of missing files
in file \"missing-files
\" ...\
14701 sort symlink-processed-files
> symlink-processed-files.sorted
14702 sort all-monolith-files
> all-monolith-files.sorted
14704 diff -u symlink-processed-files.sorted all-monolith-files.sorted |
grep -v "^-" |
grep "^\+" | cut
-d "+" -f2 > missing-files
14718 echo \ \ \ error
:\ \ \
$1
14722 # printing out what's going on
14726 echo -n $EXPLANATION for $1 module ...\
14735 ACTION
=$1 EXPLANATION
=$2 run_module proto
14736 ACTION
=$1 EXPLANATION
=$2 run_module lib
14737 ACTION
=$1 EXPLANATION
=$2 run_module app
14738 ACTION
=$1 EXPLANATION
=$2 run_module xserver
14739 ACTION
=$1 EXPLANATION
=$2 run_module driver
14740 ACTION
=$1 EXPLANATION
=$2 run_module font
14741 ACTION
=$1 EXPLANATION
=$2 run_module doc
14742 ACTION
=$1 EXPLANATION
=$2 run_module util
14743 ACTION
=$1 EXPLANATION
=$2 run_module data
14747 if [ x
$1 = x
]; then
14748 REAL_SRC_DIR
=$SRC_DIR
14750 REAL_SRC_DIR
=$SRC_DIR/$1
14752 if [ ! -d $REAL_SRC_DIR ] ; then
14753 error
"Source directory $REAL_SRC_DIR does not exist"
14758 REAL_DST_DIR
=$DST_DIR/$1
14759 if [ ! -d $REAL_DST_DIR ] ; then
14760 mkdir
-p $REAL_DST_DIR
14765 if [ -z $2 ] ; then
14766 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$1
14768 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$2
14775 echo \ symlink.sh
[ -m ] src-dir dst-dir
14777 echo \ src-dir
: the xc directory of the monolithic
source tree
14778 echo \ dst-dir
: the modular
source tree containing proto
, app
, lib
, ...
14780 echo \
-m: Instead of symlinking the files
, list the files from the
source
14781 echo \ \ \ \ \ \ directory that are not processed by this
script
14784 # Check commandline args
14787 if [ x
$1 = "x-m" ] ; then
14792 if [ -z $1 ] ; then
14793 echo Missing
source dir
14798 if [ -z $2 ] ; then
14799 echo Missing destination dir
14804 if [ ! -d $1 ] ; then
14805 echo $1 is not a dir
14810 if [ ! -d $2 ] ; then
14811 echo $2 is not a dir
14816 if [ $1 = $2 ] ; then
14817 echo source and destination can
\'t be the same
14822 D
=`dirname "$relpath"`
14823 B
=`basename "$relpath"`
14824 abspath
="`cd \"$D\" 2>/dev/null && pwd || echo \"$D\"`/$B"
14826 SRC_DIR
=`( cd $1 ; pwd )`
14827 DST_DIR
=`( cd $2 ; pwd )`
14830 check_args
$1 $2 $3
14832 if [ $MISSING_FILES = yes ] ; then