Make sure that lib/Xmu/README is symlinked
[xorg-util-modular.git] / symlink.sh
blobf47d309b83515fc4716962e3246997da351d3774
1 #!/bin/sh
4 # A script that symlinks source files from monolithic to modular
6 # Author: Soren Sandmann (sandmann@redhat.com)
7 #
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
24 # effect of dst_dir
25 true
28 check_exist() {
29 # Check whether $1 exists
31 if [ ! -e $1 ] ; then
32 error "$1 not found"
35 if [ -d $1 ] ; then
36 error "$1 is a directory"
41 delete_existing() {
42 # Delete $2
44 rm -f $2
47 link_files() {
48 # Link $1 to $2
50 if [ ! -e $2 ] ; then
51 ln -s $1 $2
55 run_symlink() {
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"
63 #########
65 # The proto module
67 #########
69 # Core protocol
71 symlink_proto_core() {
72 src_dir include
73 dst_dir proto/X11
75 action ap_keysym.h # not used anywhere
76 action DECkeysym.h
77 action HPkeysym.h # not used anywhere
78 action keysymdef.h
79 action keysym.h
80 action Sunkeysym.h
81 action Xalloca.h
82 action Xarch.h
83 action Xatom.h
84 action Xdefs.h
85 action XF86keysym.h # only used in server
86 action Xfuncproto.h
87 action Xfuncs.h
88 action X.h
89 action Xmd.h
90 action Xosdefs.h
91 action Xos.h
92 action Xos_r.h
93 action Xpoll.h.in
94 action Xproto.h
95 action Xprotostr.h
96 action Xthreads.h # not used in server
97 action Xw32defs.h
98 action XWDFile.h
99 action Xwindows.h
100 action Xwinsock.h
103 # Extension protocols
105 symlink_proto_applewm() {
106 src_dir lib/apple
107 dst_dir proto/AppleWM
109 action applewm.h
110 action applewmstr.h
113 symlink_proto_bigreq() {
114 src_dir include/extensions
115 dst_dir proto/BigReqs
117 action bigreqstr.h
120 symlink_proto_composite() {
121 src_dir include/extensions
122 dst_dir proto/Composite
124 action composite.h
125 action compositeproto.h
128 symlink_proto_damage() {
129 src_dir include/extensions
130 dst_dir proto/Damage
132 action damageproto.h
133 action damagewire.h
136 symlink_proto_dmx() {
137 src_dir include/extensions
138 dst_dir proto/DMX
140 action dmxext.h
141 action dmxproto.h
144 symlink_proto_evie() {
145 src_dir include/extensions
146 dst_dir proto/EvIE
148 action Xeviestr.h
151 symlink_proto_fixes() {
152 src_dir include/extensions
153 dst_dir proto/Fixes
155 action xfixesproto.h
156 action xfixeswire.h
159 symlink_proto_fontcache() {
160 src_dir include/extensions
161 dst_dir proto/Fontcache
163 action fontcache.h
164 action fontcacheP.h
165 action fontcachstr.h
168 symlink_proto_input() {
169 src_dir include/extensions
170 dst_dir proto/Input
172 action XI.h
173 action XInput.h
174 action XIproto.h
177 symlink_proto_kb() {
178 src_dir include/extensions
179 dst_dir proto/KB
181 action XKBgeom.h
182 action XKB.h
183 action XKBproto.h
184 action XKBsrv.h
185 action XKBstr.h
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
197 symlink_proto_pm() {
198 src_dir programs/proxymngr
199 dst_dir proto/PM
201 action PM.h
202 action PMproto.h
205 symlink_proto_print() {
206 src_dir include/extensions
207 dst_dir proto/Print
209 action Print.h
210 action Printstr.h
213 symlink_proto_randr() {
214 src_dir include/extensions
215 dst_dir proto/Randr
217 action randr.h
218 action randrproto.h
221 symlink_proto_record() {
222 src_dir include/extensions
223 dst_dir proto/Record
225 action record.h
226 action recordstr.h
229 symlink_proto_render() {
230 src_dir include/extensions
231 dst_dir proto/Render
233 action render.h
234 action renderproto.h
237 symlink_proto_resource() {
238 src_dir include/extensions
239 dst_dir proto/Resource
241 action XResproto.h
244 symlink_proto_saver() {
245 src_dir include/extensions
246 dst_dir proto/ScrnSaver
248 action saver.h
249 action saverproto.h
250 action scrnsaver.h # not used in server
253 symlink_proto_trap() {
254 src_dir include/extensions
255 dst_dir proto/Trap
257 action xtrapbits.h
258 action xtrapddmi.h # only used in server
259 action xtrapdi.h
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
268 dst_dir proto/Video
270 action vldXvMC.h # not used in server
271 action Xv.h
272 action Xvproto.h
273 action XvMC.h
274 action XvMCproto.h
277 symlink_proto_windowswm() {
278 src_dir lib/windows
279 dst_dir proto/WindowsWM
281 action windowswm.h
282 action windowswmstr.h
285 symlink_proto_xcmisc() {
286 src_dir include/extensions
287 dst_dir proto/XCMisc
289 action xcmiscstr.h
292 # should these be exploded into individual extension components?
293 symlink_proto_xext() {
294 src_dir include/extensions
295 dst_dir proto/XExt
297 action dpms.h
298 action dpmsstr.h
299 action extutil.h
300 action lbxbuf.h # not used in server
301 action lbxbufstr.h # not used in server
302 action lbxdeltastr.h
303 action lbximage.h
304 action lbxopts.h
305 action lbxstr.h
306 action lbxzlib.h
307 action MITMisc.h
308 action mitmiscstr.h
309 action multibuf.h
310 action multibufst.h
311 action security.h
312 action securstr.h
313 action shape.h
314 action shapestr.h
315 action shmstr.h
316 action sync.h
317 action syncstr.h
318 action Xag.h
319 action Xagsrv.h # only used in server
320 action Xagstr.h
321 action Xcup.h
322 action Xcupstr.h
323 action Xdbe.h # not used in server
324 action Xdbeproto.h
325 action XEVI.h
326 action XEVIstr.h
327 action Xext.h
328 action XLbx.h
329 action XShm.h
330 action xtestext1.h
331 action XTest.h
332 action xteststr.h
335 symlink_proto_xf86bigfont() {
336 src_dir include/extensions
337 dst_dir proto/XF86BigFont
339 action xf86bigfont.h
340 action xf86bigfstr.h
343 symlink_proto_xf86dga() {
344 src_dir include/extensions
345 dst_dir proto/XF86DGA
347 action xf86dga1.h
348 action xf86dga1str.h
349 action xf86dga.h
350 action xf86dgastr.h
353 symlink_proto_xf86dri() {
354 src_dir extras/Mesa/src/glx/x11
355 dst_dir proto/XF86DRI
357 action xf86dri.h
358 action xf86dristr.h
361 symlink_proto_xf86misc() {
362 src_dir include/extensions
363 dst_dir proto/XF86Misc
365 action xf86misc.h
366 action xf86mscstr.h
369 symlink_proto_xf86rush() {
370 src_dir include/extensions
371 dst_dir proto/XF86Rush
373 action xf86rush.h
374 action xf86rushstr.h
377 symlink_proto_xf86vidmode() {
378 src_dir include/extensions
379 dst_dir proto/XF86VidMode
381 action xf86vmode.h
382 action xf86vmstr.h
385 symlink_proto_fonts() {
386 src_dir include/fonts
387 dst_dir proto/Fonts
389 action font.h
390 action fontproto.h
391 action fontstruct.h
392 action FS.h # not used in server
393 action fsmasks.h
394 action FSproto.h # not used in server
397 symlink_proto_gl() {
398 src_dir include/GL
399 dst_dir proto/GL
401 action glxint.h
402 action glxmd.h
403 action glxproto.h
404 action glxtokens.h
406 src_dir extras/Mesa/include/GL/internal
408 action glcore.h
411 symlink_proto() {
412 # Core protocol
413 symlink_proto_core
415 # Extension protocols
416 symlink_proto_applewm
417 symlink_proto_bigreq
418 symlink_proto_composite
419 symlink_proto_damage
420 symlink_proto_dmx
421 symlink_proto_evie
422 symlink_proto_fixes
423 symlink_proto_fontcache
424 symlink_proto_input
425 symlink_proto_kb
426 symlink_proto_pm
427 symlink_proto_print
428 symlink_proto_randr
429 symlink_proto_record
430 symlink_proto_render
431 symlink_proto_resource
432 symlink_proto_saver
433 symlink_proto_trap
434 symlink_proto_video
435 symlink_proto_windowswm
436 symlink_proto_xcmisc
437 symlink_proto_xext
438 symlink_proto_xf86bigfont
439 symlink_proto_xf86dga
440 symlink_proto_xf86dri
441 symlink_proto_xf86misc
442 symlink_proto_xf86rush
443 symlink_proto_xf86vidmode
444 symlink_proto_xinerama
446 # Font protocols
447 symlink_proto_fonts
449 # GL protocols
450 symlink_proto_gl
453 #########
455 # The lib module
457 #########
459 symlink_lib_applewm() {
460 src_dir lib/apple
461 dst_dir lib/AppleWM/src
463 action applewm.c
465 dst_dir lib/AppleWM/man
467 action AppleWM.man AppleWM.3
470 symlink_lib_dmx() {
471 src_dir lib/dmx
472 dst_dir lib/dmx/src
474 action dmx.c
476 src_dir doc/man/DMX
477 dst_dir lib/dmx/man
479 action DMXAddInput.man DMXAddInput.3
480 action DMXAddScreen.man DMXAddScreen.3
481 action DMXChangeDesktopAttributes.man DMXChangeDesktopAttributes.3
482 action DMXChangeScreensAttributes.man DMXChangeScreensAttributes.3
483 action DMXForceWindowCreation.man DMXForceWindowCreation.3
484 action DMXGetDesktopAttributes.man DMXGetDesktopAttributes.3
485 action DMXGetInputAttributes.man DMXGetInputAttributes.3
486 action DMXGetInputCount.man DMXGetInputCount.3
487 action DMXGetScreenAttributes.man DMXGetScreenAttributes.3
488 action DMXGetScreenCount.man DMXGetScreenCount.3
489 action DMXGetWindowAttributes.man DMXGetWindowAttributes.3
490 action DMX.man DMX.3
491 action DMXQueryExtension.man DMXQueryExtension.3
492 action DMXQueryVersion.man DMXQueryVersion.3
493 action DMXRemoveInput.man DMXRemoveInput.3
494 action DMXRemoveScreen.man DMXRemoveScreen.3
495 action DMXSync.man DMXSync.3
498 symlink_lib_composite() {
499 src_dir lib/Xcomposite
500 dst_dir lib/Xcomposite
502 dst_dir lib/Xcomposite/include/X11/extensions
504 action Xcomposite.h
506 dst_dir lib/Xcomposite/src
508 action xcompositeint.h
509 action Xcomposite.c
512 symlink_lib_damage() {
513 src_dir lib/Xdamage
514 dst_dir lib/Xdamage
516 dst_dir lib/Xdamage/include/X11/extensions
518 action Xdamage.h
520 dst_dir lib/Xdamage/src
522 action xdamageint.h
523 action Xdamage.c
526 symlink_lib_evie() {
527 src_dir include/extensions
528 dst_dir lib/Xevie/include/X11/extensions
530 action Xevie.h
532 src_dir lib/Xevie
533 dst_dir lib/Xevie
535 action AUTHORS
536 action xevie.pc.in
538 dst_dir lib/Xevie/src
540 action Xevie.c
542 dst_dir lib/Xevie/man
544 action Xevie.man
547 symlink_lib_fixes() {
548 src_dir lib/Xfixes
549 dst_dir lib/Xfixes
551 dst_dir lib/Xfixes/src
553 action Cursor.c
554 action Region.c
555 action SaveSet.c
556 action Selection.c
557 action Xfixes.c
558 action Xfixesint.h
560 dst_dir lib/Xfixes/include/X11/extensions
562 action Xfixes.h
564 dst_dir lib/Xfixes/man
566 action Xfixes.man Xfixes.3
569 symlink_lib_xau() {
570 src_dir lib/Xau
571 dst_dir lib/Xau
573 action README
575 action AuDispose.c
576 action AuFileName.c
577 action AuGetAddr.c
578 action AuGetBest.c
579 action AuLock.c
580 action AuRead.c
581 action Autest.c
582 action AuUnlock.c
583 action AuWrite.c
584 action k5encode.c
586 dst_dir lib/Xau/include/X11
588 action Xauth.h
590 src_dir doc/man/Xau
591 dst_dir lib/Xau
593 action Xau.man Xau.3
596 symlink_lib_xtrans() {
597 src_dir lib/xtrans
598 dst_dir lib/xtrans
600 action transport.c
601 action Xtrans.c
602 action Xtransdnet.c
603 action Xtrans.h
604 action Xtransint.h
605 action Xtranslcl.c
606 action Xtransos2.c
607 action Xtranssock.c
608 action Xtranstli.c
609 action Xtransutil.c
612 symlink_lib_xdmcp() {
613 src_dir lib/Xdmcp
614 dst_dir lib/Xdmcp
616 action Wrap.h
618 action A8Eq.c
619 action AA16.c
620 action AA32.c
621 action AA8.c
622 action Alloc.c
623 action AofA8.c
624 action CA8.c
625 action CmpKey.c
626 action DA16.c
627 action DA32.c
628 action DA8.c
629 action DAofA8.c
630 action DecKey.c
631 action Fill.c
632 action Flush.c
633 action GenKey.c
634 action IncKey.c
635 action RA16.c
636 action RA32.c
637 action RA8.c
638 action RaA16.c
639 action RaA32.c
640 action RaA8.c
641 action RaAoA8.c
642 action RAofA8.c
643 action RC16.c
644 action RC32.c
645 action RC8.c
646 action RHead.c
647 action RR.c
648 action Unwrap.c
649 action WA16.c
650 action WA32.c
651 action WA8.c
652 action WAofA8.c
653 action WC16.c
654 action WC32.c
655 action WC8.c
656 action Whead.c
657 action Wrap.c
658 action Wraphelp.c
660 action Wraphelp.README.crypto
662 dst_dir lib/Xdmcp/include/X11
664 action Xdmcp.h
667 symlink_lib_xext() {
668 src_dir lib/Xext
669 dst_dir lib/Xext/src
671 action DPMS.c
672 action extutil.c
673 action globals.c
674 action MITMisc.c
675 action XAppgroup.c
676 action Xcup.c
677 action Xdbe.c
678 action XEVI.c
679 action XLbx.c
680 action XMultibuf.c
681 action XSecurity.c
682 action XShape.c
683 action XShm.c
684 action XSync.c
685 action XTestExt1.c
687 src_dir doc/man/Xext
688 dst_dir lib/Xext/man
690 action DPMSCapable.man
691 action DPMSDisable.man
692 action DPMSEnable.man
693 action DPMSForceLevel.man
694 action DPMSGetTimeouts.man
695 action DPMSGetVersion.man
696 action DPMSInfo.man
697 action DPMSQueryExtension.man
698 action DPMSSetTimeouts.man
699 action XcupGetReservedColormapEntries.man
700 action XcupQueryVersion.man
701 action XcupStoreColors.man
702 action Xevi.man
703 action Xmbuf.man
704 action XShape.man
706 src_dir doc/man/Xext/dbe
708 action DBE.man
709 action XdbeAllo.man XdbeAllocateBackBufferName.man
710 action XdbeBegi.man XdbeBeginIdiom.man
711 action XdbeEndI.man XdbeEndIdiom.man
712 action XdbeDeal.man XdbeDeallocateBackBufferName.man
713 action XdbeFree.man XdbeFreeVisualInfo.man
714 action XdbeQuer.man XdbeQueryExtension.man
715 action XdbeSwap.man XdbeSwapBuffers.man
716 action XdbeGetB.man XdbeGetBackBufferAttributes.man
717 action XdbeGetV.man XdbeGetVisualInfo.man
720 symlink_lib_x11() {
721 src_dir lib/X11
723 # public .h files
724 dst_dir lib/X11/include/X11
726 action cursorfont.h
727 action Xregion.h
728 action Xcms.h
729 action XKBlib.h
730 action Xlib.h
731 action Xlibint.h
732 action Xlocale.h
733 action Xresource.h
734 action Xutil.h
735 action ImUtil.h
737 dst_dir lib/X11/src
739 # internal .h files
740 action Cmap.h
741 action Cr.h
742 action Key.h
743 action locking.h
744 action poly.h
745 action Xatomtype.h
746 action Xintatom.h
747 action Xintconn.h
748 action XomGeneric.h
749 action Xresinternal.h
750 action XrmI.h
752 # Misc
754 action XKeysymDB
755 action XErrorDB
757 # source .c files
759 action AllCells.c
760 action AllowEv.c
761 action AllPlanes.c
762 action AutoRep.c
763 action Backgnd.c
764 action BdrWidth.c
765 action Bell.c
766 action Border.c
767 action ChAccCon.c
768 action ChActPGb.c
769 action ChClMode.c
770 action ChCmap.c
771 action ChGC.c
772 action ChKeyCon.c
773 action ChkIfEv.c
774 action ChkMaskEv.c
775 action ChkTypEv.c
776 action ChkTypWEv.c
777 action ChkWinEv.c
778 action ChPntCon.c
779 action ChProp.c
780 action ChSaveSet.c
781 action ChWAttrs.c
782 action ChWindow.c
783 action CirWin.c
784 action CirWinDn.c
785 action CirWinUp.c
786 action ClDisplay.c
787 action ClearArea.c
788 action Clear.c
789 action ConfWind.c
790 action ConnDis.c
791 action Context.c
792 action ConvSel.c
793 action CopyArea.c
794 action CopyCmap.c
795 action CopyGC.c
796 action CopyPlane.c
797 action CrBFData.c
798 action CrCmap.c
799 action CrCursor.c
800 action CrGC.c
801 action CrGlCur.c
802 action CrPFBData.c
803 action CrPixmap.c
804 action CrWindow.c
805 action Cursor.c
806 action DefCursor.c
807 action DelProp.c
808 action Depths.c
809 action DestSubs.c
810 action DestWind.c
811 action DisName.c
812 action DrArc.c
813 action DrArcs.c
814 action DrLine.c
815 action DrLines.c
816 action DrPoint.c
817 action DrPoints.c
818 action DrRect.c
819 action DrRects.c
820 action DrSegs.c
821 action ErrDes.c
822 action ErrHndlr.c
823 action evtomask.c
824 action EvToWire.c
825 action FetchName.c
826 action FillArc.c
827 action FillArcs.c
828 action FillPoly.c
829 action FillRct.c
830 action FillRcts.c
831 action FilterEv.c
832 action Flush.c
833 action Font.c
834 action FontInfo.c
835 action FontNames.c
836 action FreeCmap.c
837 action FreeCols.c
838 action FreeCurs.c
839 action FreeEData.c
840 action FreeGC.c
841 action FreePix.c
842 action FSSaver.c
843 action FSWrap.c
844 action GCMisc.c
845 action Geom.c
846 action GetAtomNm.c
847 action GetColor.c
848 action GetDflt.c
849 action GetFPath.c
850 action GetFProp.c
851 action GetGCVals.c
852 action GetGeom.c
853 action GetHColor.c
854 action GetHints.c
855 action GetIFocus.c
856 action GetImage.c
857 action GetKCnt.c
858 action GetMoEv.c
859 action GetNrmHint.c
860 action GetPCnt.c
861 action GetPntMap.c
862 action GetProp.c
863 action GetRGBCMap.c
864 action GetSOwner.c
865 action GetSSaver.c
866 action GetStCmap.c
867 action GetTxtProp.c
868 action GetWAttrs.c
869 action GetWMCMapW.c
870 action GetWMProto.c
871 action globals.c
872 action GrButton.c
873 action GrKeybd.c
874 action GrKey.c
875 action GrPointer.c
876 action GrServer.c
877 action Host.c
878 action Iconify.c
879 action IfEvent.c
880 action imConv.c
881 action ImText16.c
882 action ImText.c
883 action ImUtil.c
884 action InitExt.c
885 action InsCmap.c
886 action IntAtom.c
887 action KeyBind.c
888 action KeysymStr.c
889 action KillCl.c
890 action LiHosts.c
891 action LiICmaps.c
892 action LiProps.c
893 action ListExt.c
894 action LoadFont.c
895 action LockDis.c
896 action locking.c
897 action LookupCol.c
898 action LowerWin.c
899 action Macros.c
900 action MapRaised.c
901 action MapSubs.c
902 action MapWindow.c
903 action MaskEvent.c
904 action Misc.c
905 action ModMap.c
906 action MoveWin.c
907 action NextEvent.c
908 action OCWrap.c
909 action OMWrap.c
910 action OpenDis.c
911 action os2Stubs.c
912 action ParseCmd.c
913 action ParseCol.c
914 action ParseGeom.c
915 action PeekEvent.c
916 action PeekIfEv.c
917 action Pending.c
918 action PixFormats.c
919 action PmapBgnd.c
920 action PmapBord.c
921 action PolyReg.c
922 action PolyTxt16.c
923 action PolyTxt.c
924 action PropAlloc.c
925 action PutBEvent.c
926 action PutImage.c
927 action Quarks.c
928 action QuBest.c
929 action QuColor.c
930 action QuColors.c
931 action QuCurShp.c
932 action QuExt.c
933 action QuKeybd.c
934 action QuPntr.c
935 action QuStipShp.c
936 action QuTextE16.c
937 action QuTextExt.c
938 action QuTileShp.c
939 action QuTree.c
940 action RaiseWin.c
941 action RdBitF.c
942 action RecolorC.c
943 action ReconfWin.c
944 action ReconfWM.c
945 action Region.c
946 action RegstFlt.c
947 action RepWindow.c
948 action RestackWs.c
949 action RotProp.c
950 action ScrResStr.c
951 action SelInput.c
952 action SendEvent.c
953 action SetBack.c
954 action SetClMask.c
955 action SetClOrig.c
956 action SetCRects.c
957 action SetDashes.c
958 action SetFont.c
959 action SetFore.c
960 action SetFPath.c
961 action SetFunc.c
962 action SetHints.c
963 action SetIFocus.c
964 action SetLocale.c
965 action SetLStyle.c
966 action SetNrmHint.c
967 action SetPMask.c
968 action SetPntMap.c
969 action SetRGBCMap.c
970 action SetSOwner.c
971 action SetSSaver.c
972 action SetState.c
973 action SetStCmap.c
974 action SetStip.c
975 action SetTile.c
976 action SetTSOrig.c
977 action SetTxtProp.c
978 action SetWMCMapW.c
979 action SetWMProto.c
980 action StBytes.c
981 action StColor.c
982 action StColors.c
983 action StName.c
984 action StNColor.c
985 action StrKeysym.c
986 action StrToText.c
987 action Sync.c
988 action Synchro.c
989 action Text16.c
990 action Text.c
991 action TextExt16.c
992 action TextExt.c
993 action TextToStr.c
994 action TrCoords.c
995 action udcInf.c
996 action UIThrStubs.c
997 action UndefCurs.c
998 action UngrabBut.c
999 action UngrabKbd.c
1000 action UngrabKey.c
1001 action UngrabPtr.c
1002 action UngrabSvr.c
1003 action UninsCmap.c
1004 action UnldFont.c
1005 action UnmapSubs.c
1006 action UnmapWin.c
1007 action VisUtil.c
1008 action WarpPtr.c
1009 action Window.c
1010 action WinEvent.c
1011 action Withdraw.c
1012 action WMGeom.c
1013 action WMProps.c
1014 action WrBitF.c
1015 action XlibAsync.c
1016 action XlibInt.c
1017 action Xrm.c
1019 # XCMS files
1020 dst_dir lib/X11/src/xcms
1022 action AddDIC.c
1023 action AddSF.c
1024 action CCC.c
1025 action cmsAllCol.c
1026 action cmsAllNCol.c
1027 action cmsCmap.c
1028 action cmsColNm.c
1029 action cmsGlobls.c
1030 action cmsInt.c
1031 action cmsLkCol.c
1032 action cmsMath.c
1033 action cmsProp.c
1034 action cmsTrig.c
1035 action CvCols.c
1036 action CvColW.c
1037 action Cv.h
1038 action HVC.c
1039 action HVCGcC.c
1040 action HVCGcV.c
1041 action HVCGcVC.c
1042 action HVCMnV.c
1043 action HVCMxC.c
1044 action HVCMxV.c
1045 action HVCMxVC.c
1046 action HVCMxVs.c
1047 action HVCWpAj.c
1048 action IdOfPr.c
1049 action Lab.c
1050 action LabGcC.c
1051 action LabGcL.c
1052 action LabGcLC.c
1053 action LabMnL.c
1054 action LabMxC.c
1055 action LabMxL.c
1056 action LabMxLC.c
1057 action LabWpAj.c
1058 action LRGB.c
1059 action Luv.c
1060 action LuvGcC.c
1061 action LuvGcL.c
1062 action LuvGcLC.c
1063 action LuvMnL.c
1064 action LuvMxC.c
1065 action LuvMxL.c
1066 action LuvMxLC.c
1067 action LuvWpAj.c
1068 action OfCCC.c
1069 action PrOfId.c
1070 action QBlack.c
1071 action QBlue.c
1072 action QGreen.c
1073 action QRed.c
1074 action QuCol.c
1075 action QuCols.c
1076 action QWhite.c
1077 action SetCCC.c
1078 action SetGetCols.c
1079 action StCol.c
1080 action StCols.c
1081 action UNDEFINED.c
1082 action uvY.c
1083 action Xcmsint.h
1084 action XRGB.c
1085 action xyY.c
1086 action XYZ.c
1087 action Xcms.txt
1089 # XKB files
1090 dst_dir lib/X11/src/xkb
1092 action XKBAlloc.c
1093 action XKBBell.c
1094 action XKBBind.c
1095 action XKB.c
1096 action XKBCompat.c
1097 action XKBCtrls.c
1098 action XKBCvt.c
1099 action XKBExtDev.c
1100 action XKBGAlloc.c
1101 action XKBGeom.c
1102 action XKBGetByName.c
1103 action XKBGetMap.c
1104 action XKBleds.c
1105 action XKBlibint.h
1106 action XKBList.c
1107 action XKBMAlloc.c
1108 action XKBMisc.c
1109 action XKBNames.c
1110 action XKBRdBuf.c
1111 action XKBSetGeom.c
1112 action XKBSetMap.c
1113 action XKBUse.c
1115 # Xlib I18n files
1117 dst_dir lib/X11/src/xlibi18n
1119 action ICWrap.c
1120 action imKStoUCS.c
1121 action IMWrap.c
1122 action lcCharSet.c
1123 action lcConv.c
1124 action lcCT.c
1125 action lcDB.c
1126 action lcDynamic.c
1127 action lcFile.c
1128 action lcGeneric.c
1129 action lcInit.c
1130 action lcPrTxt.c
1131 action lcPublic.c
1132 action lcPubWrap.c
1133 action lcRM.c
1134 action lcStd.c
1135 action lcTxtPr.c
1136 action lcUTF8.c
1137 action lcUtil.c
1138 action lcWrap.c
1139 action mbWMProps.c
1140 action mbWrap.c
1141 action utf8WMProps.c
1142 action utf8Wrap.c
1143 action wcWrap.c
1144 action Xaixlcint.h
1145 action XDefaultIMIF.c
1146 action XDefaultOMIF.c
1147 action XimImSw.h
1148 action Ximint.h
1149 action XimintL.h
1150 action XimintP.h
1151 action XimProto.h
1152 action XimThai.h
1153 action XimTrans.h
1154 action XimTrInt.h
1155 action XimTrX.h
1156 action XlcDL.c
1157 action XlcGeneric.h
1158 action Xlcint.h
1159 action XlcPubI.h
1160 action XlcPublic.h
1161 action XlcSL.c
1163 # XIMPC input method files
1165 dst_dir lib/X11/modules/im/ximcp
1167 action imCallbk.c
1168 action imDefFlt.c
1169 action imDefIc.c
1170 action imDefIm.c
1171 action imDefLkup.c
1172 action imDispch.c
1173 action imEvToWire.c
1174 action imExten.c
1175 action imImSw.c
1176 action imInsClbk.c
1177 action imInt.c
1178 action imLcFlt.c
1179 action imLcGIc.c
1180 action imLcIc.c
1181 action imLcIm.c
1182 action imLcLkup.c
1183 action imLcPrs.c
1184 action imLcSIc.c
1185 action imRmAttr.c
1186 action imRm.c
1187 action imThaiFlt.c
1188 action imThaiIc.c
1189 action imThaiIm.c
1190 action imTrans.c
1191 action imTransR.c
1192 action imTrX.c
1194 # default lc files
1196 dst_dir lib/X11/modules/lc/def
1198 action lcDefConv.c
1200 # generic lc files
1202 dst_dir lib/X11/modules/lc/gen
1204 action lcGenConv.c
1206 # UTF-8 lc files
1208 dst_dir lib/X11/modules/lc/Utf8
1210 action lcUTF8Load.c
1212 # Xlocale lc files
1214 dst_dir lib/X11/modules/lc/xlocale
1216 action lcEuc.c
1217 action lcJis.c
1218 action lcSjis.c
1220 # Generic output method files
1222 dst_dir lib/X11/modules/om/generic
1224 action omDefault.c
1225 action omGeneric.c
1226 action omImText.c
1227 action omText.c
1228 action omTextEsc.c
1229 action omTextExt.c
1230 action omTextPer.c
1231 action omXChar.c
1233 # man pages
1235 src_dir doc/man/X11
1236 dst_dir lib/X11/man
1238 action AllPlanes.man AllPlanes.man
1239 action BlkPScrn.man BlackPixelOfScreen.man
1240 action Dis3C.man DisplayOfCCC.man
1241 action ImageOrd.man ImageByteOrder.man
1242 action IsCKey.man IsCursorKey.man
1243 action XACHints.man XAllocClassHint.man
1244 action XAIcSize.man XAllocIconSize.man
1245 action XASCmap.man XAllocStandardColormap.man
1246 action XASHints.man XAllocSizeHints.man
1247 action XAWMHints.man XAllocWMHints.man
1248 action XAddHost.man XAddHost.man
1249 action XAllColor.man XAllocColor.man
1250 action XAllEvnt.man XAllowEvents.man
1251 action XAnyEvent.man XAnyEvent.man
1252 action XButEvent.man XButtonEvent.man
1253 action XCKCntrl.man XChangeKeyboardControl.man
1254 action XCKMping.man XChangeKeyboardMapping.man
1255 action XCMEvent.man XClientMessageEvent.man
1256 action XCPCntrl.man XChangePointerControl.man
1257 action XCSSet.man XChangeSaveSet.man
1258 action XCWAttrib.man XChangeWindowAttributes.man
1259 action XCWEvent.man XCreateWindowEvent.man
1260 action XCirEvent.man XCirculateEvent.man
1261 action XCirREven.man XCirculateRequestEvent.man
1262 action XClrArea.man XClearArea.man
1263 action XCmpEvent.man XColormapEvent.man
1264 action XConEvent.man XConfigureEvent.man
1265 action XConREven.man XConfigureRequestEvent.man
1266 action XConfWin.man XConfigureWindow.man
1267 action XCopyArea.man XCopyArea.man
1268 action XCreCmap.man XCreateColormap.man
1269 action XCreFCur.man XCreateFontCursor.man
1270 action XCreFSet.man XCreateFontSet.man
1271 action XCreGC.man XCreateGC.man
1272 action XCreIC.man XCreateIC.man
1273 action XCreImage.man XInitImage.man
1274 action XCreOC.man XCreateOC.man
1275 action XCrePmap.man XCreatePixmap.man
1276 action XCreReg.man XCreateRegion.man
1277 action XCreWin.man XCreateWindow.man
1278 action XCroEvent.man XCrossingEvent.man
1279 action XDWEvent.man XDestroyWindowEvent.man
1280 action XDefCur.man XDefineCursor.man
1281 action XDesWin.man XDestroyWindow.man
1282 action XDrArc.man XDrawArc.man
1283 action XDrIStr.man XDrawImageString.man
1284 action XDrLine.man XDrawLine.man
1285 action XDrPoint.man XDrawPoint.man
1286 action XDrRect.man XDrawRectangle.man
1287 action XDrString.man XDrawString.man
1288 action XDrText.man XDrawText.man
1289 action XERegion.man XEmptyRegion.man
1290 action XEnumDB.man XrmEnumerateDatabase.man
1291 action XEofFSet.man XExtentsOfFontSet.man
1292 action XErrEvent.man XErrorEvent.man
1293 action XExpEvent.man XExposeEvent.man
1294 action XFCEvent.man XFocusChangeEvent.man
1295 action XFEvent.man XFilterEvent.man
1296 action XFSExt.man XFontSetExtents.man
1297 action XFillRect.man XFillRectangle.man
1298 action XFlush.man XFlush.man
1299 action XFofFSet.man XFontsOfFontSet.man
1300 action XFree.man XFree.man
1301 action XGEEvent.man XGraphicsExposeEvent.man
1302 action XGEvent.man XGravityEvent.man
1303 action XGFDBase.man XrmGetFileDatabase.man
1304 action XGetRes.man XrmGetResource.man
1305 action XGetVInfo.man XGetVisualInfo.man
1306 action XGetWAttr.man XGetWindowAttributes.man
1307 action XGetWProp.man XGetWindowProperty.man
1308 action XGrButton.man XGrabButton.man
1309 action XGrKey.man XGrabKey.man
1310 action XGrKeybrd.man XGrabKeyboard.man
1311 action XGrPntr.man XGrabPointer.man
1312 action XGrServer.man XGrabServer.man
1313 action XIcWin.man XIconifyWindow.man
1314 action XIfEvent.man XIfEvent.man
1315 action XInitial.man XrmInitialize.man
1316 action XInstCmap.man XInstallColormap.man
1317 action XIntConn.man XAddConnectionWatch.man
1318 action XInterReg.man XIntersectRegion.man
1319 action XInternA.man XInternAtom.man
1320 action XKMapEven.man XKeymapEvent.man
1321 action XListFont.man XListFonts.man
1322 action XLoadFont.man XLoadFont.man
1323 action XLookKsym.man XLookupKeysym.man
1324 action XMDBases.man XrmMergeDatabases.man
1325 action XMEvent.man XMapEvent.man
1326 action XMREvent.man XMapRequestEvent.man
1327 action XMapWin.man XMapWindow.man
1328 action XNEvent.man XNextEvent.man
1329 action XNoOp.man XNoOp.man
1330 action XOpDsply.man XOpenDisplay.man
1331 action XOpenIM.man XOpenIM.man
1332 action XOpenOM.man XOpenOM.man
1333 action XPEvent.man XPropertyEvent.man
1334 action XParGeom.man XParseGeometry.man
1335 action XPolyReg.man XPolygonRegion.man
1336 action XPutBEvnt.man XPutBackEvent.man
1337 action XPutImage.man XPutImage.man
1338 action XPutRes.man XrmPutResource.man
1339 action XQBSize.man XQueryBestSize.man
1340 action XQColor.man XQueryColor.man
1341 action XQExtension.man XQueryExtension.man
1342 action XQPointer.man XQueryPointer.man
1343 action XQTree.man XQueryTree.man
1344 action XREvent.man XReparentEvent.man
1345 action XRMStr.man XResourceManagerString.man
1346 action XRREvent.man XResizeRequestEvent.man
1347 action XRaiseWin.man XRaiseWindow.man
1348 action XReadBF.man XReadBitmapFile.man
1349 action XRecCur.man XRecolorCursor.man
1350 action XReparWin.man XReparentWindow.man
1351 action XSCEvent.man XSelectionClearEvent.man
1352 action XSContext.man XSaveContext.man
1353 action XSEvent.man XSelectionEvent.man
1354 action XSICFoc.man XSetICFocus.man
1355 action XSICVals.man XSetICValues.man
1356 action XSInput.man XSelectInput.man
1357 action XSLTTProp.man XStringListToTextProperty.man
1358 action XSREvent.man XSelectionRequestEvent.man
1359 action XSeArcMod.man XSetArcMode.man
1360 action XSeClipO.man XSetClipOrigin.man
1361 action XSeClosDM.man XSetCloseDownMode.man
1362 action XSeCmd.man XSetCommand.man
1363 action XSeErrHan.man XSetErrorHandler.man
1364 action XSeEvent.man XSendEvent.man
1365 action XSeFillS.man XSetFillStyle.man
1366 action XSeFont.man XSetFont.man
1367 action XSeFontP.man XSetFontPath.man
1368 action XSeInFoc.man XSetInputFocus.man
1369 action XSeLAttr.man XSetLineAttributes.man
1370 action XSePMap.man XSetPointerMapping.man
1371 action XSeScSav.man XSetScreenSaver.man
1372 action XSeSelOwn.man XSetSelectionOwner.man
1373 action XSeState.man XSetState.man
1374 action XSeTFHint.man XSetTransientForHint.man
1375 action XSeTProp.man XSetTextProperty.man
1376 action XSeTile.man XSetTile.man
1377 action XSeWMCMac.man XSetWMClientMachine.man
1378 action XSeWMCWin.man XSetWMColormapWindows.man
1379 action XSeWMINam.man XSetWMIconName.man
1380 action XSeWMName.man XSetWMName.man
1381 action XSeWMProp.man XSetWMProperties.man
1382 action XSeWMProt.man XSetWMProtocols.man
1383 action XStBytes.man XStoreBytes.man
1384 action XStColors.man XStoreColors.man
1385 action XStTKsym.man XStringToKeysym.man
1386 action XSupLoc.man XSupportsLocale.man
1387 action XSync.man XSynchronize.man
1388 action XTLTTProp.man XmbTextListToTextProperty.man
1389 action XTextExt.man XTextExtents.man
1390 action XTextWid.man XTextWidth.man
1391 action XThreads.man XInitThreads.man
1392 action XTranWCo.man XTranslateCoordinates.man
1393 action XUQuark.man XrmUniqueQuark.man
1394 action XUmapEven.man XUnmapEvent.man
1395 action XUnmapWin.man XUnmapWindow.man
1396 action XVCNList.man XVaCreateNestedList.man
1397 action XVEvent.man XVisibilityEvent.man
1398 action XWarpPntr.man XWarpPointer.man
1399 action Xcms3CoC.man XcmsCCCOfColormap.man
1400 action XcmsAClr.man XcmsAllocColor.man
1401 action XcmsCClrs.man XcmsConvertColors.man
1402 action XcmsClr.man XcmsColor.man
1403 action XcmsCre3C.man XcmsCreateCCC.man
1404 action XcmsD3C.man XcmsDefaultCCC.man
1405 action XcmsLaQMC.man XcmsCIELabQueryMaxC.man
1406 action XcmsLuQMC.man XcmsCIELuvQueryMaxC.man
1407 action XcmsQBlk.man XcmsQueryBlack.man
1408 action XcmsQClr.man XcmsQueryColor.man
1409 action XcmsSClr.man XcmsStoreColor.man
1410 action XcmsSWP.man XcmsSetWhitePoint.man
1411 action XcmsTQMC.man XcmsTekHVCQueryMaxC.man
1412 action XmbDIStr.man XmbDrawImageString.man
1413 action XmbDStr.man XmbDrawString.man
1414 action XmbDTxt.man XmbDrawText.man
1415 action XmbLStr.man XmbLookupString.man
1416 action XmbRIC.man XmbResetIC.man
1417 action XmbTEsc.man XmbTextEscapement.man
1418 action XmbTExt.man XmbTextExtents.man
1419 action XmbTPCEx.man XmbTextPerCharExtents.man
1421 # src/util
1423 src_dir lib/X11/util
1424 dst_dir lib/X11/src/util
1426 action makekeys.c
1427 action mkks.sh
1429 #---------------------
1431 # NLS
1433 #---------------------
1435 src_dir nls
1436 dst_dir lib/X11/nls
1438 action compose.dir compose.dir.pre
1439 action locale.dir locale.dir.pre
1440 action locale.alias locale.alias.pre
1442 # armscii-8
1443 dst_dir lib/X11/nls/armscii-8
1444 src_dir nls/XLC_LOCALE
1445 action armscii-8 XLC_LOCALE.pre
1446 src_dir nls/XI18N_OBJS
1447 action armscii-8 XI18N_OBJS
1448 src_dir nls/Compose
1449 action armscii-8 Compose.pre
1452 dst_dir lib/X11/nls/C
1453 src_dir nls/XLC_LOCALE
1454 action C XLC_LOCALE.pre
1455 src_dir nls/XI18N_OBJS
1456 action C XI18N_OBJS
1457 #src_dir nls/Compose
1458 #action C Compose.pre
1460 # en_US.UTF-8
1461 dst_dir lib/X11/nls/en_US.UTF-8
1462 src_dir nls/XLC_LOCALE
1463 action en_US.UTF-8 XLC_LOCALE.pre
1464 src_dir nls/XI18N_OBJS
1465 action en_US.UTF-8 XI18N_OBJS
1466 src_dir nls/Compose
1467 action en_US.UTF-8 Compose.pre
1469 # georgian-academy
1470 dst_dir lib/X11/nls/georgian-academy
1471 src_dir nls/XLC_LOCALE
1472 action georgian-academy XLC_LOCALE.pre
1473 src_dir nls/XI18N_OBJS
1474 action georgian-academy XI18N_OBJS
1475 src_dir nls/Compose
1476 action georgian-academy Compose.pre
1478 # georgian-ps
1479 dst_dir lib/X11/nls/georgian-ps
1480 src_dir nls/XLC_LOCALE
1481 action georgian-ps XLC_LOCALE.pre
1482 src_dir nls/XI18N_OBJS
1483 action georgian-ps XI18N_OBJS
1484 src_dir nls/Compose
1485 action georgian-ps Compose.pre
1487 # ibm-cp1133
1488 dst_dir lib/X11/nls/ibm-cp1133
1489 src_dir nls/XLC_LOCALE
1490 action ibm-cp1133 XLC_LOCALE.pre
1491 src_dir nls/XI18N_OBJS
1492 action ibm-cp1133 XI18N_OBJS
1493 src_dir nls/Compose
1494 action ibm-cp1133 Compose.pre
1496 # iscii-dev
1497 dst_dir lib/X11/nls/iscii-dev
1498 src_dir nls/XLC_LOCALE
1499 action iscii-dev XLC_LOCALE.pre
1500 src_dir nls/XI18N_OBJS
1501 action iscii-dev XI18N_OBJS
1502 #src_dir nls/Compose
1503 #action iscii-dev Compose.pre
1505 # isiri-3342
1506 dst_dir lib/X11/nls/isiri-3342
1507 src_dir nls/XLC_LOCALE
1508 action isiri-3342 XLC_LOCALE.pre
1509 src_dir nls/XI18N_OBJS
1510 action isiri-3342 XI18N_OBJS
1511 #src_dir nls/Compose
1512 #action isiri-3342 Compose.pre
1514 # iso8859-1
1515 dst_dir lib/X11/nls/iso8859-1
1516 src_dir nls/XLC_LOCALE
1517 action iso8859-1 XLC_LOCALE.pre
1518 src_dir nls/XI18N_OBJS
1519 action iso8859-1 XI18N_OBJS
1520 src_dir nls/Compose
1521 action iso8859-1 Compose.pre
1523 # iso8859-10
1524 dst_dir lib/X11/nls/iso8859-10
1525 src_dir nls/XLC_LOCALE
1526 action iso8859-10 XLC_LOCALE.pre
1527 src_dir nls/XI18N_OBJS
1528 action iso8859-10 XI18N_OBJS
1529 src_dir nls/Compose
1530 action iso8859-10 Compose.pre
1532 # iso8859-11
1533 dst_dir lib/X11/nls/iso8859-11
1534 src_dir nls/XLC_LOCALE
1535 action iso8859-11 XLC_LOCALE.pre
1536 src_dir nls/XI18N_OBJS
1537 action iso8859-11 XI18N_OBJS
1538 #src_dir nls/Compose
1539 #action iso8859-11 Compose.pre
1541 # iso8859-13
1542 dst_dir lib/X11/nls/iso8859-13
1543 src_dir nls/XLC_LOCALE
1544 action iso8859-13 XLC_LOCALE.pre
1545 src_dir nls/XI18N_OBJS
1546 action iso8859-13 XI18N_OBJS
1547 src_dir nls/Compose
1548 action iso8859-13 Compose.pre
1550 # iso8859-14
1551 dst_dir lib/X11/nls/iso8859-14
1552 src_dir nls/XLC_LOCALE
1553 action iso8859-14 XLC_LOCALE.pre
1554 src_dir nls/XI18N_OBJS
1555 action iso8859-14 XI18N_OBJS
1556 src_dir nls/Compose
1557 action iso8859-14 Compose.pre
1559 # iso8859-15
1560 dst_dir lib/X11/nls/iso8859-15
1561 src_dir nls/XLC_LOCALE
1562 action iso8859-15 XLC_LOCALE.pre
1563 src_dir nls/XI18N_OBJS
1564 action iso8859-15 XI18N_OBJS
1565 src_dir nls/Compose
1566 action iso8859-15 Compose.pre
1568 # iso8859-2
1569 dst_dir lib/X11/nls/iso8859-2
1570 src_dir nls/XLC_LOCALE
1571 action iso8859-2 XLC_LOCALE.pre
1572 src_dir nls/XI18N_OBJS
1573 action iso8859-2 XI18N_OBJS
1574 src_dir nls/Compose
1575 action iso8859-2 Compose.pre
1577 # iso8859-3
1578 dst_dir lib/X11/nls/iso8859-3
1579 src_dir nls/XLC_LOCALE
1580 action iso8859-3 XLC_LOCALE.pre
1581 src_dir nls/XI18N_OBJS
1582 action iso8859-3 XI18N_OBJS
1583 src_dir nls/Compose
1584 action iso8859-3 Compose.pre
1586 # iso8859-4
1587 dst_dir lib/X11/nls/iso8859-4
1588 src_dir nls/XLC_LOCALE
1589 action iso8859-4 XLC_LOCALE.pre
1590 src_dir nls/XI18N_OBJS
1591 action iso8859-4 XI18N_OBJS
1592 src_dir nls/Compose
1593 action iso8859-4 Compose.pre
1595 # iso8859-5
1596 dst_dir lib/X11/nls/iso8859-5
1597 src_dir nls/XLC_LOCALE
1598 action iso8859-5 XLC_LOCALE.pre
1599 src_dir nls/XI18N_OBJS
1600 action iso8859-5 XI18N_OBJS
1601 src_dir nls/Compose
1602 action iso8859-5 Compose.pre
1604 # iso8859-6
1605 dst_dir lib/X11/nls/iso8859-6
1606 src_dir nls/XLC_LOCALE
1607 action iso8859-6 XLC_LOCALE.pre
1608 src_dir nls/XI18N_OBJS
1609 action iso8859-6 XI18N_OBJS
1610 src_dir nls/Compose
1611 action iso8859-6 Compose.pre
1613 # iso8859-7
1614 dst_dir lib/X11/nls/iso8859-7
1615 src_dir nls/XLC_LOCALE
1616 action iso8859-7 XLC_LOCALE.pre
1617 src_dir nls/XI18N_OBJS
1618 action iso8859-7 XI18N_OBJS
1619 src_dir nls/Compose
1620 action iso8859-7 Compose.pre
1622 # iso8859-8
1623 dst_dir lib/X11/nls/iso8859-8
1624 src_dir nls/XLC_LOCALE
1625 action iso8859-8 XLC_LOCALE.pre
1626 src_dir nls/XI18N_OBJS
1627 action iso8859-8 XI18N_OBJS
1628 src_dir nls/Compose
1629 action iso8859-8 Compose.pre
1631 # iso8859-9
1632 dst_dir lib/X11/nls/iso8859-9
1633 src_dir nls/XLC_LOCALE
1634 action iso8859-9 XLC_LOCALE.pre
1635 src_dir nls/XI18N_OBJS
1636 action iso8859-9 XI18N_OBJS
1637 src_dir nls/Compose
1638 action iso8859-9 Compose.pre
1640 # iso8859-9e
1641 dst_dir lib/X11/nls/iso8859-9e
1642 src_dir nls/XLC_LOCALE
1643 action iso8859-9e XLC_LOCALE.pre
1644 src_dir nls/XI18N_OBJS
1645 action iso8859-9e XI18N_OBJS
1646 src_dir nls/Compose
1647 action iso8859-9e Compose.pre
1649 # ja
1650 dst_dir lib/X11/nls/ja
1651 src_dir nls/XLC_LOCALE
1652 action ja XLC_LOCALE.pre
1653 src_dir nls/XI18N_OBJS
1654 action ja XI18N_OBJS
1655 src_dir nls/Compose
1656 action ja Compose.pre
1658 # ja.JIS
1659 dst_dir lib/X11/nls/ja.JIS
1660 src_dir nls/XLC_LOCALE
1661 action ja.JIS XLC_LOCALE.pre
1662 src_dir nls/XI18N_OBJS
1663 action ja.JIS XI18N_OBJS
1664 src_dir nls/Compose
1665 action ja.JIS Compose.pre
1667 # ja_JP.UTF-8
1668 dst_dir lib/X11/nls/ja_JP.UTF-8
1669 src_dir nls/XLC_LOCALE
1670 action ja_JP.UTF-8 XLC_LOCALE.pre
1671 src_dir nls/XI18N_OBJS
1672 action ja_JP.UTF-8 XI18N_OBJS
1673 #src_dir nls/Compose
1674 #action ja_JP.UTF-8 Compose.pre
1676 # ja.S90
1677 dst_dir lib/X11/nls/ja.S90
1678 src_dir nls/XLC_LOCALE
1679 action ja.S90 XLC_LOCALE.pre
1680 src_dir nls/XI18N_OBJS
1681 action ja.S90 XI18N_OBJS
1682 #src_dir nls/Compose
1683 #action ja.S90 Compose.pre
1685 # ja.SJIS
1686 dst_dir lib/X11/nls/ja.SJIS
1687 src_dir nls/XLC_LOCALE
1688 action ja.SJIS XLC_LOCALE.pre
1689 src_dir nls/XI18N_OBJS
1690 action ja.SJIS XI18N_OBJS
1691 src_dir nls/Compose
1692 action ja.SJIS Compose.pre
1694 # ja.U90
1695 dst_dir lib/X11/nls/ja.U90
1696 src_dir nls/XLC_LOCALE
1697 action ja.U90 XLC_LOCALE.pre
1698 src_dir nls/XI18N_OBJS
1699 action ja.U90 XI18N_OBJS
1700 #src_dir nls/Compose
1701 #action ja.U90 Compose.pre
1703 # ko
1704 dst_dir lib/X11/nls/ko
1705 src_dir nls/XLC_LOCALE
1706 action ko XLC_LOCALE.pre
1707 src_dir nls/XI18N_OBJS
1708 action ko XI18N_OBJS
1709 src_dir nls/Compose
1710 action ko Compose.pre
1712 # koi8-c
1713 dst_dir lib/X11/nls/koi8-c
1714 src_dir nls/XLC_LOCALE
1715 action koi8-c XLC_LOCALE.pre
1716 src_dir nls/XI18N_OBJS
1717 action koi8-c XI18N_OBJS
1718 src_dir nls/Compose
1719 action koi8-c Compose.pre
1721 # koi8-r
1722 dst_dir lib/X11/nls/koi8-r
1723 src_dir nls/XLC_LOCALE
1724 action koi8-r XLC_LOCALE.pre
1725 src_dir nls/XI18N_OBJS
1726 action koi8-r XI18N_OBJS
1727 src_dir nls/Compose
1728 action koi8-r Compose.pre
1730 # koi8-u
1731 dst_dir lib/X11/nls/koi8-u
1732 src_dir nls/XLC_LOCALE
1733 action koi8-u XLC_LOCALE.pre
1734 src_dir nls/XI18N_OBJS
1735 action koi8-u XI18N_OBJS
1736 src_dir nls/Compose
1737 action koi8-u Compose.pre
1739 # ko_KR.UTF-8
1740 dst_dir lib/X11/nls/ko_KR.UTF-8
1741 src_dir nls/XLC_LOCALE
1742 action ko_KR.UTF-8 XLC_LOCALE.pre
1743 src_dir nls/XI18N_OBJS
1744 action ko_KR.UTF-8 XI18N_OBJS
1745 #src_dir nls/Compose
1746 #action ko_KR.UTF-8 Compose.pre
1748 # microsoft-cp1251
1749 dst_dir lib/X11/nls/microsoft-cp1251
1750 src_dir nls/XLC_LOCALE
1751 action microsoft-cp1251 XLC_LOCALE.pre
1752 src_dir nls/XI18N_OBJS
1753 action microsoft-cp1251 XI18N_OBJS
1754 #src_dir nls/Compose
1755 #action microsoft-cp1251 Compose.pre
1757 # microsoft-cp1255
1758 dst_dir lib/X11/nls/microsoft-cp1255
1759 src_dir nls/XLC_LOCALE
1760 action microsoft-cp1255 XLC_LOCALE.pre
1761 src_dir nls/XI18N_OBJS
1762 action microsoft-cp1255 XI18N_OBJS
1763 #src_dir nls/Compose
1764 #action microsoft-cp1255 Compose.pre
1766 # microsoft-cp1256
1767 dst_dir lib/X11/nls/microsoft-cp1256
1768 src_dir nls/XLC_LOCALE
1769 action microsoft-cp1256 XLC_LOCALE.pre
1770 src_dir nls/XI18N_OBJS
1771 action microsoft-cp1256 XI18N_OBJS
1772 #src_dir nls/Compose
1773 #action microsoft-cp1256 Compose.pre
1775 # mulelao-1
1776 dst_dir lib/X11/nls/mulelao-1
1777 src_dir nls/XLC_LOCALE
1778 action mulelao-1 XLC_LOCALE.pre
1779 src_dir nls/XI18N_OBJS
1780 action mulelao-1 XI18N_OBJS
1781 src_dir nls/Compose
1782 action mulelao-1 Compose.pre
1784 # nokhchi-1
1785 dst_dir lib/X11/nls/nokhchi-1
1786 src_dir nls/XLC_LOCALE
1787 action nokhchi-1 XLC_LOCALE.pre
1788 src_dir nls/XI18N_OBJS
1789 action nokhchi-1 XI18N_OBJS
1790 #src_dir nls/Compose
1791 #action nokhchi-1 Compose.pre
1793 # pt_BR.UTF-8
1794 dst_dir lib/X11/nls/pt_BR.UTF-8
1795 src_dir nls/XLC_LOCALE
1796 action pt_BR.UTF-8 XLC_LOCALE.pre
1797 src_dir nls/XI18N_OBJS
1798 action pt_BR.UTF-8 XI18N_OBJS
1799 src_dir nls/Compose
1800 action pt_BR.UTF-8 Compose.pre
1802 # tatar-cyr
1803 dst_dir lib/X11/nls/tatar-cyr
1804 src_dir nls/XLC_LOCALE
1805 action tatar-cyr XLC_LOCALE.pre
1806 src_dir nls/XI18N_OBJS
1807 action tatar-cyr XI18N_OBJS
1808 #src_dir nls/Compose
1809 #action tatar-cyr Compose.pre
1811 # th_TH
1812 dst_dir lib/X11/nls/th_TH
1813 src_dir nls/XLC_LOCALE
1814 action th_TH XLC_LOCALE.pre
1815 src_dir nls/XI18N_OBJS
1816 action th_TH XI18N_OBJS
1817 #src_dir nls/Compose
1818 #action th_TH Compose.pre
1820 # th_TH.UTF-8
1821 dst_dir lib/X11/nls/th_TH.UTF-8
1822 src_dir nls/XLC_LOCALE
1823 action th_TH.UTF-8 XLC_LOCALE.pre
1824 src_dir nls/XI18N_OBJS
1825 action th_TH.UTF-8 XI18N_OBJS
1826 #src_dir nls/Compose
1827 #action th_TH.UTF-8 Compose.pre
1829 # tscii-0
1830 dst_dir lib/X11/nls/tscii-0
1831 src_dir nls/XLC_LOCALE
1832 action tscii-0 XLC_LOCALE.pre
1833 src_dir nls/XI18N_OBJS
1834 action tscii-0 XI18N_OBJS
1835 #src_dir nls/Compose
1836 #action tscii-0 Compose.pre
1838 # vi_VN.tcvn
1839 dst_dir lib/X11/nls/vi_VN.tcvn
1840 src_dir nls/XLC_LOCALE
1841 action vi_VN.tcvn XLC_LOCALE.pre
1842 src_dir nls/XI18N_OBJS
1843 action vi_VN.tcvn XI18N_OBJS
1844 src_dir nls/Compose
1845 action vi_VN.tcvn Compose.pre
1847 # vi_VN.viscii
1848 dst_dir lib/X11/nls/vi_VN.viscii
1849 src_dir nls/XLC_LOCALE
1850 action vi_VN.viscii XLC_LOCALE.pre
1851 src_dir nls/XI18N_OBJS
1852 action vi_VN.viscii XI18N_OBJS
1853 src_dir nls/Compose
1854 action vi_VN.viscii Compose.pre
1856 # zh_CN
1857 dst_dir lib/X11/nls/zh_CN
1858 src_dir nls/XLC_LOCALE
1859 action zh_CN XLC_LOCALE.pre
1860 src_dir nls/XI18N_OBJS
1861 action zh_CN XI18N_OBJS
1862 #src_dir nls/Compose
1863 #action zh_CN Compose.pre
1865 # zh_CN.gb18030
1866 dst_dir lib/X11/nls/zh_CN.gb18030
1867 src_dir nls/XLC_LOCALE
1868 action zh_CN.gb18030 XLC_LOCALE.pre
1869 src_dir nls/XI18N_OBJS
1870 action zh_CN.gb18030 XI18N_OBJS
1871 src_dir nls/Compose
1872 action zh_CN.gb18030 Compose.pre
1874 # zh_CN.gbk
1875 dst_dir lib/X11/nls/zh_CN.gbk
1876 src_dir nls/XLC_LOCALE
1877 action zh_CN.gbk XLC_LOCALE.pre
1878 src_dir nls/XI18N_OBJS
1879 action zh_CN.gbk XI18N_OBJS
1880 src_dir nls/Compose
1881 action zh_CN.gbk Compose.pre
1883 # zh_CN.UTF-8
1884 dst_dir lib/X11/nls/zh_CN.UTF-8
1885 src_dir nls/XLC_LOCALE
1886 action zh_CN.UTF-8 XLC_LOCALE.pre
1887 src_dir nls/XI18N_OBJS
1888 action zh_CN.UTF-8 XI18N_OBJS
1889 #src_dir nls/Compose
1890 #action zh_CN.UTF-8 Compose.pre
1892 # zh_HK.big5
1893 dst_dir lib/X11/nls/zh_HK.big5
1894 src_dir nls/XLC_LOCALE
1895 action zh_HK.big5 XLC_LOCALE.pre
1896 src_dir nls/XI18N_OBJS
1897 action zh_HK.big5 XI18N_OBJS
1898 src_dir nls/Compose
1899 action zh_HK.big5 Compose.pre
1901 # zh_HK.big5hkscs
1902 dst_dir lib/X11/nls/zh_HK.big5hkscs
1903 src_dir nls/XLC_LOCALE
1904 action zh_HK.big5hkscs XLC_LOCALE.pre
1905 src_dir nls/XI18N_OBJS
1906 action zh_HK.big5hkscs XI18N_OBJS
1907 src_dir nls/Compose
1908 action zh_HK.big5hkscs Compose.pre
1910 # zh_HK.UTF-8
1911 dst_dir lib/X11/nls/zh_HK.UTF-8
1912 src_dir nls/XLC_LOCALE
1913 action zh_HK.UTF-8 XLC_LOCALE.pre
1914 src_dir nls/XI18N_OBJS
1915 action zh_HK.UTF-8 XI18N_OBJS
1916 #src_dir nls/Compose
1917 #action zh_HK.UTF-8 Compose.pre
1919 # zh_TW
1920 dst_dir lib/X11/nls/zh_TW
1921 src_dir nls/XLC_LOCALE
1922 action zh_TW XLC_LOCALE.pre
1923 src_dir nls/XI18N_OBJS
1924 action zh_TW XI18N_OBJS
1925 src_dir nls/Compose
1926 action zh_TW Compose.pre
1928 # zh_TW.big5
1929 dst_dir lib/X11/nls/zh_TW.big5
1930 src_dir nls/XLC_LOCALE
1931 action zh_TW.big5 XLC_LOCALE.pre
1932 src_dir nls/XI18N_OBJS
1933 action zh_TW.big5 XI18N_OBJS
1934 src_dir nls/Compose
1935 action zh_TW.big5 Compose.pre
1937 # zh_TW.UTF-8
1938 dst_dir lib/X11/nls/zh_TW.UTF-8
1939 src_dir nls/XLC_LOCALE
1940 action zh_TW.UTF-8 XLC_LOCALE.pre
1941 src_dir nls/XI18N_OBJS
1942 action zh_TW.UTF-8 XI18N_OBJS
1943 #src_dir nls/Compose
1944 #action zh_TW.UTF-8 Compose.pre
1947 # lcuniconv
1949 src_dir lib/X11/lcUniConv
1950 dst_dir lib/X11/src/xlibi18n/lcUniConv
1952 action README
1954 action 8bit_tab_to_h.c
1955 action armscii_8.h
1956 action ascii.h
1957 action big5_emacs.h
1958 action big5.h
1959 action cjk_tab_to_h.c
1960 action COPYRIGHT
1961 action cp1133.h
1962 action cp1251.h
1963 action cp1255.h
1964 action cp1256.h
1965 action gb2312.h
1966 action georgian_academy.h
1967 action georgian_ps.h
1968 action iso8859_10.h
1969 action iso8859_11.h
1970 action iso8859_13.h
1971 action iso8859_14.h
1972 action iso8859_15.h
1973 action iso8859_16.h
1974 action iso8859_1.h
1975 action iso8859_2.h
1976 action iso8859_3.h
1977 action iso8859_4.h
1978 action iso8859_5.h
1979 action iso8859_6.h
1980 action iso8859_7.h
1981 action iso8859_8.h
1982 action iso8859_9e.h
1983 action iso8859_9.h
1984 action jisx0201.h
1985 action jisx0208.h
1986 action jisx0212.h
1987 action koi8_c.h
1988 action koi8_r.h
1989 action koi8_u.h
1990 action ksc5601.h
1991 action mulelao.h
1992 action tatar_cyr.h
1993 action tcvn.h
1994 action tis620.h
1995 action ucs2be.h
1996 action utf8.h
1997 action viscii.h
2000 symlink_lib_ice() {
2001 src_dir lib/ICE
2002 dst_dir lib/ICE/src
2004 action accept.c
2005 action authutil.c
2006 action connect.c
2007 action error.c
2008 action getauth.c
2009 action iceauth.c
2010 action listen.c
2011 action listenwk.c
2012 action locking.c
2013 action misc.c
2014 action ping.c
2015 action process.c
2016 action protosetup.c
2017 action register.c
2018 action replywait.c
2019 action setauth.c
2020 action shutdown.c
2021 action watch.c
2023 action globals.h
2024 action ICElibint.h
2026 dst_dir lib/ICE/include/X11/ICE
2028 action ICEconn.h
2029 action ICE.h
2030 action ICElib.h
2031 action ICEmsg.h
2032 action ICEproto.h
2033 action ICEutil.h
2036 symlink_lib_sm() {
2037 src_dir lib/SM
2038 dst_dir lib/SM/src
2040 action sm_auth.c
2041 action sm_client.c
2042 action sm_error.c
2043 action sm_genid.c
2044 action sm_manager.c
2045 action sm_misc.c
2046 action sm_process.c
2048 action globals.h
2049 action SMlibint.h
2051 dst_dir lib/SM/include/X11/SM
2053 action SM.h
2054 action SMlib.h
2055 action SMproto.h
2058 symlink_lib_xt() {
2059 src_dir lib/Xt
2061 # Public headers
2063 dst_dir lib/Xt/include/X11
2065 action Composite.h
2066 action CompositeP.h
2067 action Constraint.h
2068 action ConstrainP.h
2069 action Core.h
2070 action CoreP.h
2071 action Intrinsic.h
2072 action IntrinsicP.h
2073 action Object.h
2074 action ObjectP.h
2075 action RectObj.h
2076 action RectObjP.h
2077 action ShellP.h
2078 action Vendor.h
2079 action VendorP.h
2081 # Private headers - they are used by XTrap
2083 dst_dir lib/Xt/include/X11
2085 action CallbackI.h
2086 action ConvertI.h
2087 action CreateI.h
2088 action EventI.h
2089 action HookObjI.h
2090 action InitialI.h
2091 action IntrinsicI.h
2092 action PassivGraI.h
2093 action ResConfigP.h
2094 action ResourceI.h
2095 action SelectionI.h
2096 action ShellI.h
2097 action ThreadsI.h
2098 action TranslateI.h
2099 action VarargsI.h
2100 action Xtos.h
2102 # Source
2104 dst_dir lib/Xt/src
2106 action ActionHook.c
2107 action Alloc.c
2108 action ArgList.c
2109 action Callback.c
2110 action ClickTime.c
2111 action Composite.c
2112 action Constraint.c
2113 action Convert.c
2114 action Converters.c
2115 action Core.c
2116 action Create.c
2117 action Destroy.c
2118 action Display.c
2119 action Error.c
2120 action Event.c
2121 action EventUtil.c
2122 action Functions.c
2123 action GCManager.c
2124 action Geometry.c
2125 action GetActKey.c
2126 action GetResList.c
2127 action GetValues.c
2128 action HookObj.c
2129 action Hooks.c
2130 action Initialize.c
2131 action Intrinsic.c
2132 action Keyboard.c
2133 action Manage.c
2134 action NextEvent.c
2135 action Object.c
2136 action PassivGrab.c
2137 action Pointer.c
2138 action Popup.c
2139 action PopupCB.c
2140 action RectObj.c
2141 action ResConfig.c
2142 action Resources.c
2143 action Selection.c
2144 action SetSens.c
2145 action SetValues.c
2146 action SetWMCW.c
2147 action sharedlib.c
2148 action Shell.c
2149 action Threads.c
2150 action TMaction.c
2151 action TMgrab.c
2152 action TMkey.c
2153 action TMparse.c
2154 action TMprint.c
2155 action TMstate.c
2156 action Varargs.c
2157 action VarCreate.c
2158 action VarGet.c
2159 action Vendor.c
2161 # utils
2163 src_dir lib/Xt/util
2164 dst_dir lib/Xt/util
2166 action Shell.ht
2167 action StrDefs.ct
2168 action StrDefs.ht
2169 action string.list
2171 src_dir config/util
2173 action makestrs.c
2175 # man pages
2177 src_dir doc/man/Xt
2178 dst_dir lib/Xt/man
2180 action XtAddCbk.man XtAddCallback.man
2181 action XtAddEHand.man XtAddEventHandler.man
2182 action XtAddETReg.man XtAddExposureToRegion.man
2183 action XtAddGrab.man XtAddGrab.man
2184 action XtAppAAct.man XtAppAddActions.man
2185 action XtAddAct.man XtAddActions.man
2186 action XtAppAC.man XtAppAddConverter.man
2187 action XtAppAI.man XtAppAddInput.man
2188 action XtAppATO.man XtAppAddTimeOut.man
2189 action XtAppAWP.man XtAppAddWorkProc.man
2190 action XtAppCSh.man XtAppCreateShell.man
2191 action XtAppE.man XtAppError.man
2192 action XtAppEM.man XtAppErrorMsg.man
2193 action XtAppGEDB.man XtAppGetErrorDatabase.man
2194 action XtAppGSTO.man XtAppGetSelectionTimeout.man
2195 action XtAppNEv.man XtAppNextEvent.man
2196 action XtNextEv.man XtNextEvent.man
2197 action XtBEMask.man XtBuildEventMask.man
2198 action XtCallAFoc.man XtCallAcceptFocus.man
2199 action XtCallCbks.man XtCallCallbacks.man
2200 action XtClass.man XtClass.man
2201 action XtConfWid.man XtConfigureWidget.man
2202 action XtConvert.man XtConvert.man
2203 action XtConvSt.man XtConvertAndStore.man
2204 action XtCreACon.man XtCreateApplicationContext.man
2205 action XtCrePSh.man XtCreatePopupShell.man
2206 action XtCreWid.man XtCreateWidget.man
2207 action XtCreWin.man XtCreateWindow.man
2208 action XtDisplay.man XtDisplay.man
2209 action XtDisplayI.man XtDisplayInitialize.man
2210 action XtGetGC.man XtGetGC.man
2211 action XtGetRList.man XtGetResourceList.man
2212 action XtGetSVal.man XtGetSelectionValue.man
2213 action XtGetSres.man XtGetSubresources.man
2214 action XtGetAres.man XtGetApplicationResources.man
2215 action XtMakGReq.man XtMakeGeometryRequest.man
2216 action XtMalloc.man XtMalloc.man
2217 action XtManChild.man XtManageChildren.man
2218 action XtMapWid.man XtMapWidget.man
2219 action XtNameTWid.man XtNameToWidget.man
2220 action XtOffset.man XtOffset.man
2221 action XtOwnSel.man XtOwnSelection.man
2222 action XtParATab.man XtParseAcceleratorTable.man
2223 action XtParTTab.man XtParseTranslationTable.man
2224 action XtPopdown.man XtPopdown.man
2225 action XtPopup.man XtPopup.man
2226 action XtQueryGeo.man XtQueryGeometry.man
2227 action XtRealize.man XtRealizeWidget.man
2228 action XtSetArg.man XtSetArg.man
2229 action XtSetKFoc.man XtSetKeyboardFocus.man
2230 action XtSetKTr.man XtSetKeyTranslator.man
2231 action XtSetSens.man XtSetSensitive.man
2232 action XtSetVal.man XtSetValues.man
2233 action XtStrCW.man XtStringConversionWarning.man
2234 action XtDStrCW.man XtDisplayStringConversionWarning.man
2235 action XtTransC.man XtTranslateCoords.man
2236 action XtKeysym.man XtGetKeysymTable.man
2237 action XtAppSTC.man XtAppSetTypeConverter.man
2238 action XtActHook.man XtAppAddActionHook.man
2239 action XtGetActL.man XtGetActionList.man
2240 action XtCallActP.man XtCallActionProc.man
2241 action XtRegGA.man XtRegisterGrabAction.man
2242 action XtClickT.man XtSetMultiClickTime.man
2243 action XtGetActK.man XtGetActionKeysym.man
2244 action XtExtEvDis.man XtInsertEventTypeHandler.man
2245 action XtGetKFoc.man XtGetKeyboardFocusWidget.man
2246 action XtLastProc.man XtLastEventProcessed.man
2247 action XtAppASig.man XtAppAddSignal.man
2248 action XtAddIn.man XtAddInput.man
2249 action XtBlockH.man XtAppAddBlockHook.man
2250 action XtGetClExt.man XtGetClassExtension.man
2251 action XtVaCrArgL.man XtVaCreateArgsList.man
2252 action XtParent.man XtParent.man
2253 action XtName.man XtName.man
2254 action XtCreASh.man XtCreateApplicationShell.man
2255 action XtSetLangP.man XtSetLanguageProc.man
2256 action XtAppInit.man XtAppInitialize.man
2257 action XtInit.man XtInitialize.man
2258 action XtAppSetFR.man XtAppSetFallbackResources.man
2259 action XtInitWC.man XtInitializeWidgetClass.man
2260 action XtDisACon.man XtDisplayToApplicationContext.man
2261 action XtSession.man XtSessionGetToken.man
2262 action XtErrM.man XtErrorMsg.man
2263 action XtErr.man XtError.man
2264 action XtGEDB.man XtGetErrorDatabase.man
2265 action XtAllocGC.man XtAllocateGC.man
2266 action XtAppRCR.man XtAppReleaseCacheRefs.man
2267 action XtSetWMC.man XtSetWMColormapWindows.man
2268 action XtFindF.man XtFindFile.man
2269 action XtResPath.man XtResolvePathname.man
2270 action XtGetSValI.man XtGetSelectionValueIncremental.man
2271 action XtGetSTO.man XtGetSelectionTimeout.man
2272 action XtGetSR.man XtGetSelectionRequest.man
2273 action XtSetSP.man XtSetSelectionParameters.man
2274 action XtGetSP.man XtGetSelectionParameters.man
2275 action XtCreateSR.man XtCreateSelectionRequest.man
2276 action XtResPA.man XtReservePropertyAtom.man
2277 action XtGrabKey.man XtGrabKey.man
2278 action XtGetANC.man XtGetApplicationNameAndClass.man
2279 action XtRegDraw.man XtRegisterDrawable.man
2280 action XtHookOD.man XtHooksOfDisplay.man
2281 action XtGetDisp.man XtGetDisplays.man
2282 action XtThreadI.man XtToolkitThreadInitialize.man
2283 action XtAppSEF.man XtAppSetExitFlag.man
2284 action XtAppLock.man XtAppLock.man
2285 action XtProcLock.man XtProcessLock.man
2286 action XtOpenApp.man XtOpenApplication.man
2289 symlink_lib_xmu() {
2290 src_dir lib/Xmu
2291 dst_dir lib/Xmu/include/X11/Xmu
2293 action Atoms.h
2294 action CharSet.h
2295 action CloseHook.h
2296 action Converters.h
2297 action CurUtil.h
2298 action CvtCache.h
2299 action DisplayQue.h
2300 action Drawing.h
2301 action Editres.h
2302 action EditresP.h
2303 action Error.h
2304 action ExtAgent.h
2305 action Initer.h
2306 action Lookup.h
2307 action Misc.h
2308 action StdCmap.h
2309 action StdSel.h
2310 action SysUtil.h
2311 action WhitePoint.h
2312 action WidgetNode.h
2313 action WinUtil.h
2314 action Xct.h
2315 action Xmu.h
2317 action README
2319 dst_dir lib/Xmu/src
2321 action AllCmap.c
2322 action Atoms.c
2323 action ClientWin.c
2324 action Clip.c
2325 action CloseHook.c
2326 action CmapAlloc.c
2327 action CrCmap.c
2328 action CrPixFBit.c
2329 action CursorName.c
2330 action CvtCache.c
2331 action CvtStdSel.c
2332 action DefErrMsg.c
2333 action DelCmap.c
2334 action DisplayQue.c
2335 action Distinct.c
2336 action DrawLogo.c
2337 action DrRndRect.c
2338 action EditresCom.c
2339 action ExtAgent.c
2340 action FToCback.c
2341 action GetHost.c
2342 action GrayPixmap.c
2343 action Initer.c
2344 action LocBitmap.c
2345 action Lookup.c
2346 action LookupCmap.c
2347 action Lower.c
2348 action RdBitF.c
2349 action ScrOfWin.c
2350 action ShapeWidg.c
2351 action sharedlib.c
2352 action StdCmap.c
2353 action StrToBmap.c
2354 action StrToBS.c
2355 action StrToCurs.c
2356 action StrToGrav.c
2357 action StrToJust.c
2358 action StrToLong.c
2359 action StrToOrnt.c
2360 action StrToShap.c
2361 action StrToWidg.c
2362 action UpdMapHint.c
2363 action VisCmap.c
2364 action WidgetNode.c
2365 action Xct.c
2368 symlink_lib_xp() {
2369 src_dir lib/Xp
2370 dst_dir lib/Xp/src
2372 action XpAttr.c
2373 action XpContext.c
2374 action XpDoc.c
2375 action XpExtUtil.c
2376 action XpExtVer.c
2377 action XpGetData.c
2378 action XpImageRes.c
2379 action XpInput.c
2380 action XpJob.c
2381 action XpLocale.c
2382 action XpNotifyPdm.c
2383 action XpPage.c
2384 action XpPageDim.c
2385 action XpPrinter.c
2386 action XpPutData.c
2387 action XpScreens.c
2389 action XpExtUtil.h
2391 # man pages
2392 src_dir doc/man/Xp
2393 dst_dir lib/Xp/man
2395 action libXp.man libXp.3
2396 action XpCancelDoc.man XpCancelDoc.3
2397 action XpCancelJob.man XpCancelJob.3
2398 action XpCancelPage.man XpCancelPage.3
2399 action XpCreateContext.man XpCreateContext.3
2400 action XpDestroyContext.man XpDestroyContext.3
2401 action XpEndDoc.man XpEndDoc.3
2402 action XpEndJob.man XpEndJob.3
2403 action XpEndPage.man XpEndPage.3
2404 action XpFreePrinterList.man XpFreePrinterList.3
2405 action XpGetAttributes.man XpGetAttributes.3
2406 action XpGetContext.man XpGetContext.3
2407 action XpGetDocumentData.man XpGetDocumentData.3
2408 action XpGetImageResolution.man XpGetImageResolution.3
2409 action XpGetLocaleHinter.man XpGetLocaleHinter.3
2410 action XpGetOneAttribute.man XpGetOneAttribute.3
2411 action XpGetPageDimensions.man XpGetPageDimensions.3
2412 action XpGetPdmStartParams.man XpGetPdmStartParams.3
2413 action XpGetPrinterList.man XpGetPrinterList.3
2414 action XpGetScreenOfContext.man XpGetScreenOfContext.3
2415 action XpInputSelected.man XpInputSelected.3
2416 action XpPutDocumentData.man XpPutDocumentData.3
2417 action XpQueryExtension.man XpQueryExtension.3
2418 action XpQueryScreens.man XpQueryScreens.3
2419 action XpQueryVersion.man XpQueryVersion.3
2420 action XpRehashPrinterList.man XpRehashPrinterList.3
2421 action XpSelectInput.man XpSelectInput.3
2422 action XpSetAttributes.man XpSetAttributes.3
2423 action XpSetContext.man XpSetContext.3
2424 action XpSetImageResolution.man XpSetImageResolution.3
2425 action XpSetLocaleHinter.man XpSetLocaleHinter.3
2426 action XpStartDoc.man XpStartDoc.3
2427 action XpStartJob.man XpStartJob.3
2428 action XpStartPage.man XpStartPage.3
2431 symlink_lib_xpm() {
2432 src_dir extras/Xpm
2433 dst_dir lib/Xpm
2435 action CHANGES
2436 action COPYRIGHT
2437 action FAQ.html
2438 action FILES
2439 action README.AMIGA
2440 action README.html
2441 action README.MSW
2443 src_dir extras/Xpm/doc
2445 action xpm.PS.gz
2447 src_dir extras/Xpm/lib
2450 # Library
2453 # Public header
2454 dst_dir lib/Xpm/include/X11
2456 action xpm.h
2458 # Source
2460 dst_dir lib/Xpm/src
2462 # headers
2463 action amigax.h
2464 action rgbtab.h
2465 action simx.h
2466 action XpmI.h
2468 action amigax.c
2469 action Attrib.c
2470 action CrBufFrI.c
2471 action CrBufFrP.c
2472 action CrDatFrI.c
2473 action CrDatFrP.c
2474 action create.c
2475 action CrIFrBuf.c
2476 action CrIFrDat.c
2477 action CrIFrP.c
2478 action CrPFrBuf.c
2479 action CrPFrDat.c
2480 action CrPFrI.c
2481 action data.c
2482 action hashtab.c
2483 action Image.c
2484 action Info.c
2485 action misc.c
2486 action parse.c
2487 action RdFToBuf.c
2488 action RdFToDat.c
2489 action RdFToI.c
2490 action RdFToP.c
2491 action rgb.c
2492 action scan.c
2493 action simx.c
2494 action WrFFrBuf.c
2495 action WrFFrDat.c
2496 action WrFFrI.c
2497 action WrFFrP.c
2500 # Apps
2502 src_dir extras/Xpm/cxpm
2503 dst_dir lib/Xpm/cxpm
2505 action cxpm.c
2506 action cxpm.man cxpm.1
2508 src_dir extras/Xpm/sxpm
2509 dst_dir lib/Xpm/sxpm
2511 action sxpm.c
2512 action sxpm.man sxpm.1
2513 action plaid_ext.xpm
2514 action plaid_mask.xpm
2515 action plaid.xpm
2518 symlink_lib_xrender() {
2519 src_dir lib/Xrender
2520 dst_dir lib/Xrender/src
2522 action AddTrap.c
2523 action Color.c
2524 action Composite.c
2525 action Cursor.c
2526 action FillRect.c
2527 action FillRects.c
2528 action Filter.c
2529 action Glyph.c
2530 action Picture.c
2531 action Poly.c
2532 action Trap.c
2533 action Tri.c
2534 action Xrender.c
2536 action Xrenderint.h
2538 dst_dir lib/Xrender/include/X11/extensions
2540 action Xrender.h
2543 symlink_lib_xi() {
2544 src_dir lib/Xi
2545 dst_dir lib/Xi/src
2547 action XIint.h
2548 action XAllowDv.c
2549 action XChgDCtl.c
2550 action XChgFCtl.c
2551 action XChgKMap.c
2552 action XChgKbd.c
2553 action XChgPnt.c
2554 action XChgProp.c
2555 action XCloseDev.c
2556 action XDevBell.c
2557 action XExtInt.c
2558 action XExtToWire.c
2559 action XFreeLst.c
2560 action XGMotion.c
2561 action XGetBMap.c
2562 action XGetDCtl.c
2563 action XGetFCtl.c
2564 action XGetKMap.c
2565 action XGetMMap.c
2566 action XGetProp.c
2567 action XGetVers.c
2568 action XGrDvBut.c
2569 action XGrDvKey.c
2570 action XGrabDev.c
2571 action XGtFocus.c
2572 action XGtSelect.c
2573 action XListDev.c
2574 action XOpenDev.c
2575 action XQueryDv.c
2576 action XSelect.c
2577 action XSetBMap.c
2578 action XSetDVal.c
2579 action XSetMMap.c
2580 action XSetMode.c
2581 action XSndExEv.c
2582 action XStFocus.c
2583 action XUngrDev.c
2584 action XUngrDvB.c
2585 action XUngrDvK.c
2587 src_dir doc/man/Xi
2588 dst_dir lib/Xi/man
2590 action XAllDvEv.man XAllowDeviceEvents.man
2591 action XChDCtl.man XGetDeviceControl.man
2592 action XChFCtl.man XGetFeedbackControl.man
2593 action XChKMap.man XGetDeviceKeyMapping.man
2594 action XChMMap.man XGetDeviceModifierMapping.man
2595 action XChProp.man XChangeDeviceDontPropagateList.man
2596 action XChgKbd.man XChangeKeyboardDevice.man
2597 action XChgPtr.man XChangePointerDevice.man
2598 action XDevBell.man XDeviceBell.man
2599 action XGetDvMo.man XGetDeviceMotionEvents.man
2600 action XGetExtV.man XGetExtensionVersion.man
2601 action XGrDvBut.man XGrabDeviceButton.man
2602 action XGrDvKey.man XGrabDeviceKey.man
2603 action XGrabDev.man XGrabDevice.man
2604 action XListDev.man XListInputDevices.man
2605 action XOpenDev.man XOpenDevice.man
2606 action XQueryDv.man XQueryDeviceState.man
2607 action XSExEvnt.man XSendExtensionEvent.man
2608 action XSeBMap.man XSetDeviceButtonMapping.man
2609 action XSeDvFoc.man XSetDeviceFocus.man
2610 action XSelExtEv.man XSelectExtensionEvent.man
2611 action XSetDVal.man XSetDeviceValuators.man
2612 action XSetMode.man XSetDeviceMode.man
2616 symlink_lib_xfont() {
2617 src_dir lib/font/FreeType
2618 dst_dir lib/Xfont/src/FreeType
2620 action ft.h
2621 action ftenc.c
2622 action ftfuncs.c
2623 action ftfuncs.h
2624 action ftsystem.c
2625 action fttools.c
2626 action xttcap.c
2627 action xttcap.h
2629 src_dir lib/font/bitmap
2630 dst_dir lib/Xfont/src/bitmap
2632 action bdfread.c
2633 action bdfutils.c
2634 action bitmap.c
2635 action bitmapfunc.c
2636 action bitmaputil.c
2637 action bitscale.c
2638 action fontink.c
2639 action pcfread.c
2640 action pcfwrite.c
2641 action snfread.c
2642 action snfstr.h
2644 src_dir lib/font/bitmap
2645 dst_dir lib/Xfont/include/X11/fonts
2647 action bdfint.h
2648 action pcf.h
2650 src_dir lib/font/builtins
2651 dst_dir lib/Xfont/src/builtins
2653 action buildfont
2654 action builtin.h
2655 action dir.c
2656 action file.c
2657 action fonts.c
2658 action fpe.c
2659 action render.c
2661 src_dir lib/font/fc
2662 dst_dir lib/Xfont/src/fc
2664 action fsconvert.c
2665 action fserve.c
2666 action fserve.h
2667 action fservestr.h
2668 action fsio.c
2669 action fsio.h
2670 action fslibos.h
2672 src_dir lib/font/fontcache
2673 dst_dir lib/Xfont/src/fontcache
2675 action fcqueue.h
2676 action fontcache.c
2677 action fontcache.h
2679 src_dir lib/font/fontfile
2680 dst_dir lib/Xfont/src/fontfile
2682 action bitsource.c
2683 action bufio.c
2684 action decompress.c
2685 action defaults.c
2686 action dirfile.c
2687 action ffcheck.c
2688 action fileio.c
2689 action filewr.c
2690 action fontdir.c
2691 action fontencc.c
2692 action fontfile.c
2693 action fontscale.c
2694 action gunzip.c
2695 action printerfont.c
2696 action register.c
2697 action renderers.c
2699 src_dir lib/font/include
2700 dst_dir lib/Xfont/include/X11/fonts
2702 action bitmap.h
2703 action bufio.h
2704 action fntfil.h
2705 action fntfilio.h
2706 action fntfilst.h
2707 action fontencc.h
2708 action fontmisc.h
2709 action fontmod.h
2710 action fontshow.h
2711 action fontutil.h
2712 action fontxlfd.h
2714 src_dir lib/font/stubs
2715 dst_dir lib/Xfont/src/stubs
2717 action cauthgen.c
2718 action csignal.c
2719 action delfntcid.c
2720 action errorf.c
2721 action fatalerror.c
2722 action findoldfnt.c
2723 action getcres.c
2724 action getdefptsize.c
2725 action getnewfntcid.c
2726 action gettime.c
2727 action initfshdl.c
2728 action regfpefunc.c
2729 action rmfshdl.c
2730 action servclient.c
2731 action setfntauth.c
2732 action stfntcfnt.c
2733 action stubs.h
2734 action xpstubs.c
2736 src_dir lib/font/util
2737 dst_dir lib/Xfont/src/util
2739 action atom.c
2740 action fontaccel.c
2741 action fontnames.c
2742 action fontutil.c
2743 action fontxlfd.c
2744 action format.c
2745 action miscutil.c
2746 action patcache.c
2747 action private.c
2748 action utilbitmap.c
2750 src_dir lib/font/Speedo
2751 dst_dir lib/Xfont/src/Speedo
2753 action adobe-iso.h
2754 action bics-iso.h
2755 action bics-unicode.c
2756 action bics-unicode.h
2757 action do_char.c
2758 action do_trns.c
2759 action keys.h
2760 action out_bl2d.c
2761 action out_blk.c
2762 action out_outl.c
2763 action out_scrn.c
2764 action out_util.c
2765 action reset.c
2766 action set_spcs.c
2767 action set_trns.c
2768 action spdo_prv.h
2769 action speedo.h
2770 action spencode.c
2771 action sperr.c
2772 action spfile.c
2773 action spfont.c
2774 action spfuncs.c
2775 action spglyph.c
2776 action spinfo.c
2777 action spint.h
2778 action useropt.h
2780 src_dir lib/font/Type1
2781 dst_dir lib/Xfont/src/Type1
2783 action afm.c
2784 action AFM.h
2785 action arith.c
2786 action arith.h
2787 action blues.h
2788 action cidchar.c
2789 action cluts.h
2790 action curves.c
2791 action curves.h
2792 action digit.h
2793 action fontfcn.c
2794 action fontfcn.h
2795 action fonts.h
2796 action hdigit.h
2797 action hints.c
2798 action hints.h
2799 action lines.c
2800 action lines.h
2801 action objects.c
2802 action objects.h
2803 action paths.c
2804 action paths.h
2805 action pictures.h
2806 action range.h
2807 action regions.c
2808 action regions.h
2809 action scanfont.c
2810 action spaces.c
2811 action spaces.h
2812 action strokes.h
2813 action t1funcs.c
2814 action t1hdigit.h
2815 action t1imager.h
2816 action t1info.c
2817 action t1intf.h
2818 action t1io.c
2819 action t1malloc.c
2820 action t1snap.c
2821 action t1stdio.h
2822 action t1stub.c
2823 action t1unicode.c
2824 action t1unicode.h
2825 action token.c
2826 action token.h
2827 action tokst.h
2828 action trig.h
2829 action type1.c
2830 action util.c
2831 action util.h
2834 symlink_lib_fontenc() {
2835 src_dir lib/font/fontfile
2836 dst_dir lib/fontenc/src
2838 action fontenc.c
2839 action encparse.c
2840 action fontencI.h
2842 src_dir lib/font/include
2843 dst_dir lib/fontenc/include/X11/fonts
2845 action fontenc.h
2848 symlink_lib_xaw() {
2849 src_dir lib/Xaw
2851 dst_dir lib/Xaw/old-doc
2853 action CHANGES
2854 action Changelog
2856 dst_dir lib/Xaw/src
2858 action Actions.c
2859 action AllWidgets.c
2860 action AsciiSink.c
2861 action AsciiSrc.c
2862 action AsciiText.c
2863 action Box.c
2864 action Command.c
2865 action Converters.c
2866 action Dialog.c
2867 action DisplayList.c
2868 action Form.c
2869 action Grip.c
2870 action Label.c
2871 action List.c
2872 action MenuButton.c
2873 action MultiSink.c
2874 action MultiSrc.c
2875 action OS.c
2876 action Paned.c
2877 action Panner.c
2878 action Pixmap.c
2879 action Porthole.c
2880 action PrintShell.c
2881 action Repeater.c
2882 action Scrollbar.c
2883 action sharedlib.c
2884 action Simple.c
2885 action SimpleMenu.c
2886 action SmeBSB.c
2887 action Sme.c
2888 action SmeLine.c
2889 action StripChart.c
2890 action Template.c
2891 action TextAction.c
2892 action Text.c
2893 action TextPop.c
2894 action TextSink.c
2895 action TextSrc.c
2896 action TextTr.c
2897 action Tip.c
2898 action Toggle.c
2899 action Tree.c
2900 action Vendor.c
2901 action Viewport.c
2902 action XawI18n.c
2903 action XawIm.c
2904 action XawInit.c
2906 action Private.h
2907 action XawI18n.h
2909 dst_dir lib/Xaw/include/X11/Xaw
2911 action AllWidgets.h
2912 action AsciiSink.h
2913 action AsciiSinkP.h
2914 action AsciiSrc.h
2915 action AsciiSrcP.h
2916 action AsciiText.h
2917 action AsciiTextP.h
2918 action Box.h
2919 action BoxP.h
2920 action Cardinals.h
2921 action Command.h
2922 action CommandP.h
2923 action Dialog.h
2924 action DialogP.h
2925 action Form.h
2926 action FormP.h
2927 action Grip.h
2928 action GripP.h
2929 action Label.h
2930 action LabelP.h
2931 action List.h
2932 action ListP.h
2933 action MenuButton.h
2934 action MenuButtoP.h
2935 action MultiSink.h
2936 action MultiSinkP.h
2937 action MultiSrc.h
2938 action MultiSrcP.h
2939 action Paned.h
2940 action PanedP.h
2941 action Panner.h
2942 action PannerP.h
2943 action Porthole.h
2944 action PortholeP.h
2945 action Print.h
2946 action PrintSP.h
2947 action Repeater.h
2948 action RepeaterP.h
2949 action Reports.h
2950 action Scrollbar.h
2951 action ScrollbarP.h
2952 action Simple.h
2953 action SimpleMenP.h
2954 action SimpleMenu.h
2955 action SimpleP.h
2956 action SmeBSB.h
2957 action SmeBSBP.h
2958 action Sme.h
2959 action SmeLine.h
2960 action SmeLineP.h
2961 action SmeP.h
2962 action StripCharP.h
2963 action StripChart.h
2964 action Template.h
2965 action TemplateP.h
2966 action Text.h
2967 action TextP.h
2968 action TextSink.h
2969 action TextSinkP.h
2970 action TextSrc.h
2971 action TextSrcP.h
2972 action Tip.h
2973 action TipP.h
2974 action Toggle.h
2975 action ToggleP.h
2976 action Tree.h
2977 action TreeP.h
2978 action VendorEP.h
2979 action Viewport.h
2980 action ViewportP.h
2981 action XawImP.h
2982 action XawInit.h
2984 dst_dir lib/Xaw/man
2986 action Xaw.man
2989 symlink_lib_fs() {
2990 src_dir lib/FS
2991 dst_dir lib/FS/src
2993 action FSCloseFt.c
2994 action FSClServ.c
2995 action FSConnServ.c
2996 action FSErrDis.c
2997 action FSErrHndlr.c
2998 action FSFlush.c
2999 action FSFontInfo.c
3000 action FSFtNames.c
3001 action FSGetCats.c
3002 action FSlibInt.c
3003 action FSListCats.c
3004 action FSListExt.c
3005 action FSMisc.c
3006 action FSNextEv.c
3007 action FSOpenFont.c
3008 action FSOpenServ.c
3009 action FSQGlyphs.c
3010 action FSQuExt.c
3011 action FSQXExt.c
3012 action FSQXInfo.c
3013 action FSServName.c
3014 action FSSetCats.c
3015 action FSSync.c
3016 action FSSynchro.c
3018 action FSlibint.h
3019 action FSlibos.h
3021 dst_dir lib/FS/include/X11/fonts
3023 action FSlib.h
3026 symlink_lib_xres() {
3027 src_dir lib/XRes
3028 dst_dir lib/XRes/src
3030 action XRes.c
3032 src_dir include/extensions
3033 dst_dir lib/XRes/include/X11/extensions
3035 action XRes.h
3037 src_dir lib/XRes
3038 dst_dir lib/XRes/man
3040 action XRes.man
3043 symlink_lib_randr()
3045 src_dir lib/Xrandr
3046 dst_dir lib/Xrandr/src
3048 action Xrandrint.h
3049 action Xrandr.c
3051 dst_dir lib/Xrandr/include/X11/extensions
3053 action Xrandr.h
3055 dst_dir lib/Xrandr/man
3057 action Xrandr.man Xrandr.3
3060 symlink_lib_windowswm() {
3061 src_dir lib/windows
3062 dst_dir lib/WindowsWM/src
3064 action windowswm.c
3066 dst_dir lib/WindowsWM/man
3068 action WindowsWM.man WindowsWM.3
3071 symlink_lib_xcursor()
3073 src_dir lib/Xcursor
3075 dst_dir lib/Xcursor/include/X11/Xcursor
3077 action Xcursor.h
3079 dst_dir lib/Xcursor/src
3081 action xcursorint.h
3082 action cursor.c
3083 action display.c
3084 action file.c
3085 action library.c
3086 action xlib.c
3088 dst_dir lib/Xcursor/man
3090 action Xcursor.man Xcursor.3
3093 symlink_lib_xtrap()
3095 src_dir lib/XTrap
3096 dst_dir lib/XTrap/src
3098 action XECallBcks.c
3099 action XEConTxt.c
3100 action XEDsptch.c
3101 action XEPrInfo.c
3102 action XERqsts.c
3103 action XEStrMap.c
3104 action XETrapInit.c
3105 action XEWrappers.c
3108 symlink_lib_xfontcache()
3110 src_dir lib/Xfontcache
3111 dst_dir lib/Xfontcache/src
3113 action FontCache.c
3115 dst_dir lib/Xfontcache/man
3117 action Xfontcache.man Xfontcache.3
3120 symlink_lib_xinerama()
3122 src_dir lib/Xinerama
3123 dst_dir lib/Xinerama/src
3125 action Xinerama.c
3128 symlink_lib_xprint_util()
3130 src_dir lib/XprintUtil
3131 dst_dir lib/XprintUtil/src
3133 action xprintutil.c
3134 action xprintutil_printtofile.c
3136 dst_dir lib/XprintUtil/include/X11/XprintUtil
3138 action xprintutil.h
3141 symlink_lib_xprint_app_util()
3143 src_dir lib/XprintAppUtil
3144 dst_dir lib/XprintAppUtil/src
3146 action xpapputil.c
3148 dst_dir lib/XprintAppUtil/include/X11/XprintAppUtil
3150 action xpapputil.h
3153 symlink_lib_xss()
3155 src_dir lib/Xss
3156 dst_dir lib/XScrnSaver/src
3158 action XScrnSaver.c
3160 dst_dir lib/XScrnSaver/man
3162 action Xss.man Xss.3
3165 symlink_lib_xxf86dga() {
3166 src_dir lib/Xxf86dga
3167 dst_dir lib/Xxf86dga/src
3169 action XF86DGA.c
3170 action XF86DGA2.c
3172 dst_dir lib/Xxf86dga/man
3174 action XDGA.man XDGA.3
3177 symlink_lib_xxf86misc() {
3178 src_dir lib/Xxf86misc
3179 dst_dir lib/Xxf86misc/src
3181 action XF86Misc.c
3183 dst_dir lib/Xxf86misc/man
3185 action XF86Misc.man XF86Misc.3
3188 symlink_lib_xxf86vm() {
3189 src_dir lib/Xxf86vm
3190 dst_dir lib/Xxf86vm/src
3192 action XF86VMode.c
3194 dst_dir lib/Xxf86vm/man
3196 action XF86VM.man XF86VM.3
3199 symlink_lib_xtst() {
3200 src_dir lib/Xtst
3201 dst_dir lib/Xtst/src
3203 action XRecord.c
3204 action XTest.c
3207 symlink_lib_xv() {
3208 src_dir lib/Xv
3209 dst_dir lib/Xv/src
3211 action Xv.c
3212 action Xvlibint.h
3214 src_dir include/extensions
3215 dst_dir lib/Xv/include/X11/extensions
3217 action Xvlib.h
3219 src_dir doc/man/Xv
3220 dst_dir lib/Xv/man
3222 action XvFreeAdaptorInfo.man XvFreeAdaptorInfo.3
3223 action XvFreeEncodingInfo.man XvFreeEncodingInfo.3
3224 action XvGetPortAttribute.man XvGetPortAttribute.3
3225 action XvGetStill.man XvGetStill.3
3226 action XvGetVideo.man XvGetVideo.3
3227 action XvGrabPort.man XvGrabPort.3
3228 action Xv.man Xv.3
3229 action XvPortNotify.man XvPortNotify.3
3230 action XvPutStill.man XvPutStill.3
3231 action XvPutVideo.man XvPutVideo.3
3232 action XvQueryAdaptors.man XvQueryAdaptors.3
3233 action XvQueryBestSize.man XvQueryBestSize.3
3234 action XvQueryEncodings.man XvQueryEncodings.3
3235 action XvQueryExtension.man XvQueryExtension.3
3236 action XvSelectPortNotify.man XvSelectPortNotify.3
3237 action XvSelectVideoNotify.man XvSelectVideoNotify.3
3238 action XvSetPortAttribute.man XvSetPortAttribute.3
3239 action XvStopVideo.man XvStopVideo.3
3240 action XvUngrabPort.man XvUngrabPort.3
3241 action XvVideoNotify.man XvVideoNotify.3
3244 symlink_lib_xvmc() {
3245 src_dir lib/XvMC
3246 dst_dir lib/XvMC/src
3248 action XvMC.c
3249 action XvMClibint.h
3251 src_dir lib/XvMC/wrapper
3253 action XvMCWrapper.c
3255 src_dir include/extensions
3256 dst_dir lib/XvMC/include/X11/extensions
3258 action XvMClib.h
3261 symlink_lib_xxf86rush() {
3262 src_dir lib/Xxf86rush
3263 dst_dir lib/Xxf86rush/src
3265 action XF86Rush.c
3268 symlink_lib_xkbfile() {
3269 src_dir lib/xkbfile
3270 dst_dir lib/xkbfile/src
3272 action cout.c
3273 action maprules.c
3274 action srvmisc.c
3275 action xkbatom.c
3276 action xkbbells.c
3277 action xkbconfig.c
3278 action xkbdraw.c
3279 action xkberrs.c
3280 action xkbmisc.c
3281 action xkbout.c
3282 action xkbtext.c
3283 action xkmout.c
3284 action xkmread.c
3285 action XKBfileInt.h
3286 action magic
3288 dst_dir lib/xkbfile/include/X11/extensions
3290 action XKBbells.h
3291 action XKBconfig.h
3292 action XKBfile.h
3293 action XKBrules.h
3294 action XKMformat.h
3295 action XKM.h
3298 symlink_lib_xkbui() {
3299 src_dir lib/xkbui
3300 dst_dir lib/xkbui/src
3302 action XKBui.c
3303 action XKBuiPriv.h
3305 dst_dir lib/xkbui/include/X11/extensions
3307 action XKBui.h
3310 symlink_lib_oldx() {
3311 src_dir lib/oldX
3312 dst_dir lib/oldX/src
3314 action XCrAssoc.c
3315 action XDelAssoc.c
3316 action XDestAssoc.c
3317 action XDraw.c
3318 action XLookAssoc.c
3319 action XMakeAssoc.c
3321 dst_dir lib/oldX/include/X11
3323 action X10.h
3327 symlink_lib_lbxutil() {
3328 src_dir lib/lbxutil/image
3329 dst_dir lib/lbxutil/src/image
3331 action dfaxg42d.c
3332 action dpackbits.c
3333 action efaxg42d.c
3334 action epackbits.c
3335 action lbxbwcodes.h
3336 action lbxfax.h
3337 action misc.c
3338 action mkg3states.c
3340 src_dir lib/lbxutil/delta
3341 dst_dir lib/lbxutil/src/delta
3343 action lbxdelta.c
3345 src_dir lib/lbxutil/lbx_zlib
3346 dst_dir lib/lbxutil/src/lbx_zlib
3348 action lbx_zlib.c
3349 action lbx_zlib.h
3350 action lbx_zlib_io.c
3351 action reqstats.c
3352 action reqstats.h
3355 symlink_lib_xft() {
3356 src_dir lib/Xft
3357 dst_dir lib/Xft
3359 action NEWS
3360 action README
3361 action AUTHORS
3362 action ChangeLog
3363 action COPYING
3364 action INSTALL
3366 action xft.pc.in
3367 action xft-config.in
3369 dst_dir lib/Xft/man
3371 action Xft.3.in
3372 action xft-config.1.in
3373 action xft-config.in
3375 dst_dir lib/Xft/include/X11/Xft
3377 action Xft.h
3378 action XftCompat.h
3380 dst_dir lib/Xft/src
3382 action xftcolor.c
3383 action xftcore.c
3384 action xftdbg.c
3385 action xftdpy.c
3386 action xftdraw.c
3387 action xftextent.c
3388 action xftfont.c
3389 action xftfreetype.c
3390 action xftglyphs.c
3391 action xftinit.c
3392 action xftint.h
3393 action xftlist.c
3394 action xftname.c
3395 action xftrender.c
3396 action xftstr.c
3397 action xftswap.c
3398 action xftxlfd.c
3401 symlink_lib() {
3402 symlink_lib_xft
3403 symlink_lib_applewm
3404 symlink_lib_windowswm
3405 symlink_lib_dmx
3406 symlink_lib_composite
3407 symlink_lib_damage
3408 symlink_lib_evie
3409 symlink_lib_fixes
3410 symlink_lib_xau
3411 symlink_lib_xtrans
3412 symlink_lib_xdmcp
3413 symlink_lib_x11
3414 symlink_lib_ice
3415 symlink_lib_sm
3416 symlink_lib_xt
3417 symlink_lib_xext
3418 symlink_lib_xmu
3419 symlink_lib_xp
3420 symlink_lib_xpm
3421 symlink_lib_fontenc
3422 symlink_lib_xfont
3423 symlink_lib_xrender
3424 symlink_lib_xi
3425 symlink_lib_xaw
3426 symlink_lib_fs
3427 symlink_lib_xres
3428 symlink_lib_randr
3429 symlink_lib_xcursor
3430 symlink_lib_xtrap
3431 symlink_lib_xfontcache
3432 symlink_lib_xinerama
3433 symlink_lib_xprint_util
3434 symlink_lib_xprint_app_util
3435 symlink_lib_xss
3436 symlink_lib_xxf86dga
3437 symlink_lib_xxf86misc
3438 symlink_lib_xxf86vm
3439 symlink_lib_xtst
3440 symlink_lib_xv
3441 symlink_lib_xxf86rush
3442 symlink_lib_xkbfile
3443 symlink_lib_xkbui
3444 symlink_lib_oldx
3445 symlink_lib_xvmc
3446 symlink_lib_lbxutil
3449 #########
3451 # The app module
3453 #########
3455 symlink_app_twm() {
3456 src_dir programs/twm
3457 dst_dir app/twm/src
3459 action add_window.c
3460 action add_window.h
3461 action cursor.c
3462 action deftwmrc.sed
3463 action events.c
3464 action events.h
3465 action gc.c
3466 action gc.h
3467 action gram.y
3468 action iconmgr.c
3469 action iconmgr.h
3470 action icons.c
3471 action icons.h
3472 action lex.l
3473 action list.c
3474 action list.h
3475 action menus.c
3476 action menus.h
3477 action parse.c
3478 action parse.h
3479 action resize.c
3480 action resize.h
3481 action screen.h
3482 action session.c
3483 action session.h
3484 action siconify.bm
3485 action system.twmrc
3486 action twm.c
3487 action twm.h
3488 action util.c
3489 action util.h
3490 action version.c
3491 action version.h
3493 dst_dir app/twm/man
3495 action twm.man
3497 src_dir programs/twm/sample-twmrc
3498 dst_dir app/twm/sample-twmrc
3500 action jim.twmrc
3501 action keith.twmrc
3502 action lemke.twmrc
3505 symlink_app_xdpyinfo() {
3506 src_dir programs/xdpyinfo
3507 dst_dir app/xdpyinfo
3509 action xdpyinfo.c
3510 action xdpyinfo.man
3513 symlink_app_xhost() {
3514 src_dir programs/xhost
3515 dst_dir app/xhost
3517 action xhost.c
3518 action xhost.man
3521 symlink_app_appres() {
3522 src_dir programs/appres
3523 dst_dir app/appres
3525 action appres.c
3527 action appres.man
3531 symlink_app_bdftopcf() {
3532 src_dir programs/bdftopcf
3533 dst_dir app/bdftopcf
3535 action bdftopcf.c
3537 action bdftopcf.man
3541 symlink_app_beforelight() {
3542 src_dir programs/beforelight
3543 dst_dir app/beforelight
3545 action B4light.ad
3547 action b4light.c
3549 action b4light.man
3553 symlink_app_bitmap() {
3554 src_dir programs/bitmap
3555 dst_dir app/bitmap
3557 action Bitmap.ad
3558 action Bitmap-co.ad Bitmap-color.ad
3559 action Bitmap-nocase.ad
3561 action atobm.c
3562 action BitEdit.c
3563 action Bitmap.c
3564 action bmtoa.c
3565 action CutPaste.c
3566 action Dialog.c
3567 action Graphics.c
3568 action Handlers.c
3569 action ReqMach.c
3571 action Bitmap.h
3572 action BitmapP.h
3573 action Dialog.h
3574 action Requests.h
3576 action bitmap.man
3578 action Dashes
3579 action Down
3580 action Excl
3581 action FlipHoriz
3582 action FlipVert
3583 action Fold
3584 action Left
3585 action Right
3586 action RotateLeft
3587 action RotateRight
3588 action Stipple
3589 action Term
3590 action Up
3592 action bitmap.icon
3595 symlink_app_editres() {
3596 src_dir programs/editres
3597 dst_dir app/editres
3599 action Edit-col.ad
3600 action Editres.ad
3602 action actions.c
3603 action comm.c
3604 action editres.c
3605 action geometry.c
3606 action handler.c
3607 action setvalues.c
3608 action svpopup.c
3609 action utils.c
3610 action widgets.c
3611 action wtree.c
3613 action README
3615 action editresP.h
3617 action editres.man
3621 symlink_app_fonttosfnt() {
3622 src_dir programs/fonttosfnt
3623 dst_dir app/fonttosfnt
3625 action env.c
3626 action fonttosfnt.c
3627 action read.c
3628 action struct.c
3629 action util.c
3630 action write.c
3632 action fonttosfnt.h
3634 action fonttosfnt.man
3638 symlink_app_fslsfonts() {
3639 src_dir programs/fslsfonts
3640 dst_dir app/fslsfonts
3642 action fslsfonts.c
3644 action fslsfonts.man
3648 symlink_app_fstobdf() {
3649 src_dir programs/fstobdf
3650 dst_dir app/fstobdf
3652 action chars.c
3653 action fstobdf.c
3654 action header.c
3655 action props.c
3657 action fstobdf.h
3659 action fstobdf.man
3663 symlink_app_iceauth() {
3664 src_dir programs/iceauth
3665 dst_dir app/iceauth
3667 action iceauth.c
3668 action process.c
3670 action iceauth.h
3672 action iceauth.man
3676 symlink_app_ico() {
3677 src_dir programs/ico
3678 dst_dir app/ico
3680 action ico.c
3682 action allobjs.h
3683 action objcube.h
3684 action objico.h
3685 action objocta.h
3686 action objplane.h
3687 action objpyr.h
3688 action polyinfo.h
3690 action ico.man
3694 symlink_app_listres() {
3695 src_dir programs/listres
3696 dst_dir app/listres
3698 action listres.c
3700 action listres.man
3704 symlink_app_luit() {
3705 src_dir programs/luit
3706 dst_dir app/luit
3708 action charset.c
3709 action iso2022.c
3710 action locale.c
3711 action luit.c
3712 action other.c
3713 action parser.c
3714 action sys.c
3716 action charset.h
3717 action iso2022.h
3718 action luit.h
3719 action other.h
3720 action parser.h
3721 action sys.h
3723 action luit.man
3727 symlink_app_makepsres() {
3728 src_dir programs/makepsres
3729 dst_dir app/makepsres
3731 action makepsres.c
3733 action makepsres.man
3737 symlink_app_mkfontdir() {
3738 src_dir programs/mkfontdir
3739 dst_dir app/mkfontdir
3741 action mkfontdir.cpp
3743 action mkfontdir.man
3747 symlink_app_mkfontscale() {
3748 src_dir programs/mkfontscale
3749 dst_dir app/mkfontscale
3751 action hash.c
3752 action ident.c
3753 action list.c
3754 action mkfontscale.c
3756 action data.h
3757 action hash.h
3758 action ident.h
3759 action list.h
3761 action mkfontscale.man
3765 symlink_app_oclock() {
3766 src_dir programs/oclock
3767 dst_dir app/oclock
3769 action Clock-col.ad
3771 action Clock.c
3772 action oclock.c
3773 action transform.c
3775 action Clock.h
3776 action ClockP.h
3777 action transform.h
3779 action oclock.man
3781 action oclock.bit
3782 action oclmask.bit
3785 symlink_app_pclcomp() {
3786 src_dir programs/pclcomp
3787 dst_dir app/pclcomp
3789 action pclcomp.c
3791 action README
3792 action printer.note
3794 action pclcomp.man
3798 symlink_app_proxymngr() {
3799 src_dir programs/proxymngr
3800 dst_dir app/proxymngr
3802 action config.c
3803 action main.c
3804 action pmdb.c
3806 action config.h
3807 action pmdb.h
3808 action pmint.h
3810 action proxymngr.man
3812 action pmconfig.cpp
3815 symlink_app_rgb() {
3816 src_dir programs/rgb
3817 dst_dir app/rgb
3819 action rgb.c
3820 action showrgb.c
3821 action showrgb.man
3822 action rgb.txt
3824 src_dir programs/rgb/others
3825 dst_dir app/rgb/others
3827 action old-rgb.txt
3828 action raveling.txt
3829 action README
3830 action thomas.txt
3834 symlink_app_setxkbmap() {
3835 src_dir programs/setxkbmap
3836 dst_dir app/setxkbmap
3838 action setxkbmap.c
3840 action setxkbmap.man
3843 symlink_app_showfont() {
3844 src_dir programs/showfont
3845 dst_dir app/showfont
3847 action showfont.c
3849 action showfont.man
3852 symlink_app_smproxy() {
3853 src_dir programs/smproxy
3854 dst_dir app/smproxy
3856 action save.c
3857 action smproxy.c
3859 action smproxy.h
3861 action smproxy.man
3864 symlink_app_viewres() {
3865 src_dir programs/viewres
3866 dst_dir app/viewres
3868 action Viewres.ad
3870 action viewres.c
3872 action viewres.man
3875 symlink_app_x11perf() {
3876 src_dir programs/x11perf
3877 dst_dir app/x11perf
3879 action bitmaps.c
3880 action do_arcs.c
3881 action do_blt.c
3882 action do_complex.c
3883 action do_dots.c
3884 action do_lines.c
3885 action do_movewin.c
3886 action do_rects.c
3887 action do_segs.c
3888 action do_simple.c
3889 action do_tests.c
3890 action do_text.c
3891 action do_traps.c
3892 action do_tris.c
3893 action do_valgc.c
3894 action do_windows.c
3895 action x11perf.c
3897 action bitmaps.h
3898 action x11perf.h
3900 action x11pcomp.man
3901 action x11perf.man
3902 action Xmark.man
3904 action fillblnk.sh
3905 action perfboth.sh
3906 action perfratio.sh
3907 action Xmark.sh
3909 action x11pcomp.cpp
3912 symlink_app_xauth() {
3913 src_dir programs/xauth
3914 dst_dir app/xauth
3916 action gethost.c
3917 action parsedpy.c
3918 action process.c
3919 action xauth.c
3921 action xauth.h
3923 action xauth.man
3926 symlink_app_xbiff() {
3927 src_dir programs/xbiff
3928 dst_dir app/xbiff
3930 action Mailbox.c
3931 action xbiff.c
3933 action Mailbox.h
3934 action MailboxP.h
3936 action xbiff.man
3938 src_dir programs/xbiff/bitmaps
3939 dst_dir app/xbiff/bitmaps
3941 action mail-down
3942 action mail-down-mask
3943 action mail-up
3944 action mail-up-mask
3947 symlink_app_xcalc() {
3948 src_dir programs/xcalc
3949 dst_dir app/xcalc
3951 action XCalc.ad
3952 action XCalc-col.ad
3954 action actions.c
3955 action math.c
3956 action xcalc.c
3958 action actions.h
3959 action xcalc.h
3961 action xcalc.man
3965 symlink_app_xclipboard() {
3966 src_dir programs/xclipboard
3967 dst_dir app/xclipboard
3969 action XClipboard.ad
3971 action xclipboard.c
3972 action xcutsel.c
3974 action xclipboard.man
3975 action xcutsel.man
3979 symlink_app_xclock() {
3980 src_dir programs/xclock
3981 dst_dir app/xclock
3983 action XClk-col.ad
3984 action XClock.ad
3986 action Clock.c
3987 action xclock.c
3989 action Clock.h
3990 action ClockP.h
3992 action xclock.man
3994 action clmask.bit
3995 action clock.bit
3999 symlink_app_xcmsdb() {
4000 src_dir programs/xcmsdb
4001 dst_dir app/xcmsdb
4003 action loadData.c
4004 action xcmsdb.c
4006 action SCCDFile.h
4008 action xcmsdb.man
4010 src_dir programs/xcmsdb/datafiles
4011 dst_dir app/xcmsdb/datafiles
4013 action sample1.dcc
4014 action sample2.dcc
4017 symlink_app_xconsole() {
4018 src_dir programs/xconsole
4019 dst_dir app/xconsole
4021 action XConsole.ad
4023 action xconsole.c
4025 action xconsole.man
4029 symlink_app_xcursorgen() {
4030 src_dir programs/xcursorgen
4031 dst_dir app/xcursorgen
4033 action xcursorgen.c
4034 action xcursorgen.man
4037 symlink_app_xdbedizzy() {
4038 src_dir programs/xdbedizzy
4039 dst_dir app/xdbedizzy
4041 action xdbedizzy.c
4043 action xdbedizzy.man
4045 action xdbedizzy.sgml
4048 symlink_app_xditview() {
4049 src_dir programs/xditview
4050 dst_dir app/xditview
4052 action Xdit-chrtr.ad Xditview-chrtr.ad
4053 action Xditview.ad
4055 action draw.c
4056 action Dvi.c
4057 action DviChar.c
4058 action font.c
4059 action lex.c
4060 action page.c
4061 action parse.c
4062 action xditview.c
4063 action XFontName.c
4065 action DviChar.h
4066 action Dvi.h
4067 action DviP.h
4068 action Menu.h
4069 action XFontName.h
4071 action xditview.man
4073 action xdit.bm
4074 action xdit_mask.bm
4076 action ldblarrow
4077 action rdblarrow
4080 symlink_app_xdriinfo() {
4081 src_dir programs/xdriinfo
4082 dst_dir app/xdriinfo
4084 action xdriinfo.c
4086 action xdriinfo.man
4090 symlink_app_xev() {
4091 src_dir programs/xev
4092 dst_dir app/xev
4094 action xev.c
4096 action xev.man
4100 symlink_app_xeyes() {
4101 src_dir programs/xeyes
4102 dst_dir app/xeyes
4104 action Eyes.c
4105 action transform.c
4106 action xeyes.c
4108 action Eyes.h
4109 action EyesP.h
4110 action transform.h
4112 action xeyes.man
4114 action eyes.bit
4115 action eyesmask.bit
4118 symlink_app_xf86dga() {
4119 src_dir programs/xf86dga
4120 dst_dir app/xf86dga
4122 action dga.c
4124 action dga.man
4128 symlink_app_xfd() {
4129 src_dir programs/xfd
4130 dst_dir app/xfd
4132 action Xfd.ad
4134 action grid.c
4135 action xfd.c
4137 action grid.h
4138 action gridP.h
4140 action xfd.man
4144 symlink_app_xfindproxy() {
4145 src_dir programs/xfindproxy
4146 dst_dir app/xfindproxy
4148 action xfindproxy.c
4150 action xfindproxy.h
4152 action xfindproxy.man
4156 symlink_app_xfontsel() {
4157 src_dir programs/xfontsel
4158 dst_dir app/xfontsel
4160 action XFontSel.ad
4162 action ULabel.c
4163 action xfontsel.c
4165 action ULabel.h
4166 action ULabelP.h
4168 action xfontsel.man
4172 symlink_app_xfsinfo() {
4173 src_dir programs/xfsinfo
4174 dst_dir app/xfsinfo
4176 action xfsinfo.c
4178 action xfsinfo.man
4182 symlink_app_xfwp() {
4183 src_dir programs/xfwp
4184 dst_dir app/xfwp
4186 action io.c
4187 action misc.c
4188 action pm.c
4189 action transport.c
4190 action xfwp.c
4192 action io.h
4193 action misc.h
4194 action pm.h
4195 action transport.h
4196 action xfwp.h
4198 action xfwp.man
4202 symlink_app_xgamma() {
4203 src_dir programs/xgamma
4204 dst_dir app/xgamma
4206 action xgamma.c
4208 action xgamma.man
4212 symlink_app_xgc() {
4213 src_dir programs/xgc
4214 dst_dir app/xgc
4216 action Xgc.ad
4218 action choice.c
4219 action dashlist.c
4220 action getfile.c
4221 action gram.y
4222 action interpret.c
4223 action lex.l
4224 action main.c
4225 action planemask.c
4226 action record.c
4227 action testfrac.c
4228 action tests.c
4229 action text.c
4231 action constants.h
4232 action main.h
4233 action xgc.h
4235 action xgc.man
4237 action Bugs
4238 action tile
4240 src_dir programs/xgc/Written
4241 dst_dir app/xgc/Written
4243 action FilledRects
4244 action Interface
4245 action Jim
4246 action Notes
4247 action Notes2
4248 action Outline
4249 action Widget
4252 symlink_app_xinit() {
4253 src_dir programs/xinit
4254 dst_dir app/xinit
4256 action xinit.c
4258 action README
4260 action startx.man
4261 action xinit.man
4263 action startx.cmd
4264 action xinitrc.cmd
4265 action xinit.def
4266 action startx.cpp
4267 action xinitrc.cpp
4270 symlink_app_xkbcomp() {
4271 src_dir programs/xkbcomp
4272 dst_dir app/xkbcomp
4274 action action.c
4275 action alias.c
4276 action compat.c
4277 action expr.c
4278 action geometry.c
4279 action indicators.c
4280 action keycodes.c
4281 action keymap.c
4282 action keytypes.c
4283 action listing.c
4284 action misc.c
4285 action parseutils.c
4286 action symbols.c
4287 action utils.c
4288 action vmod.c
4289 action xkbcomp.c
4290 action xkbparse.y
4291 action xkbpath.c
4292 action xkbscan.c
4294 action README
4295 action README.config
4296 action README.enhancing
4298 action action.h
4299 action alias.h
4300 action compat.h
4301 action expr.h
4302 action indicators.h
4303 action keycodes.h
4304 action misc.h
4305 action parseutils.h
4306 action tokens.h
4307 action utils.h
4308 action vmod.h
4309 action xkbcomp.h
4310 action xkbpath.h
4312 action xkbcomp.man
4316 symlink_app_xkbevd() {
4317 src_dir programs/xkbevd
4318 dst_dir app/xkbevd
4320 action cfgparse.y
4321 action cfgscan.c
4322 action evargs.c
4323 action printev.c
4324 action utils.c
4325 action xkbevd.c
4327 action tokens.h
4328 action utils.h
4329 action xkbevd.h
4331 action xkbevd.man
4333 action example.cf
4336 symlink_app_xkbprint() {
4337 src_dir programs/xkbprint
4338 dst_dir app/xkbprint
4340 action psgeom.c
4341 action utils.c
4342 action xkbprint.c
4344 action isokeys.h
4345 action utils.h
4346 action xkbprint.h
4348 action xkbprint.man
4352 symlink_app_xkbutils() {
4353 src_dir programs/xkbutils
4354 dst_dir app/xkbutils
4356 action LED.c
4357 action utils.c
4358 action xkbbell.c
4359 action xkbvleds.c
4360 action xkbwatch.c
4362 action LED.h
4363 action LEDP.h
4364 action utils.h
4368 symlink_app_xkill() {
4369 src_dir programs/xkill
4370 dst_dir app/xkill
4372 action xkill.c
4374 action xkill.man
4378 symlink_app_xload() {
4379 src_dir programs/xload
4380 dst_dir app/xload
4382 action XLoad.ad
4384 action get_load.c
4385 action get_rload.c
4386 action xload.c
4388 action xload.h
4390 action xload.man
4392 action xload.bit
4395 symlink_app_xlogo() {
4396 src_dir programs/xlogo
4397 dst_dir app/xlogo
4399 action XLogo.ad
4400 action XLogo-co.ad
4402 action Logo.c
4403 action print.c
4404 action RenderLogo.c
4405 action xlogo.c
4407 action Logo.h
4408 action LogoP.h
4409 action print.h
4410 action RenderLogo.h
4411 action xlogo.h
4413 action xlogo.man
4417 symlink_app_xlsatoms() {
4418 src_dir programs/xlsatoms
4419 dst_dir app/xlsatoms
4421 action xlsatoms.c
4423 action xlsatoms.man
4427 symlink_app_xlsclients() {
4428 src_dir programs/xlsclients
4429 dst_dir app/xlsclients
4431 action xlsclients.c
4433 action xlscli.man
4437 symlink_app_xlsfonts() {
4438 src_dir programs/xlsfonts
4439 dst_dir app/xlsfonts
4441 action dsimple.c
4442 action xlsfonts.c
4444 action dsimple.h
4446 action xlsfonts.man
4447 action xlsfonts.sgml
4450 symlink_app_xmag() {
4451 src_dir programs/xmag
4452 dst_dir app/xmag
4454 action Xmag.ad
4456 action CutPaste.c
4457 action RootWin.c
4458 action Scale.c
4459 action xmag.c
4461 action CutPaste.h
4462 action RootWin.h
4463 action RootWinP.h
4464 action Scale.h
4465 action ScaleP.h
4467 action Scale.doc Scale.txt
4469 action xmag.man
4471 action xmag.icon
4474 symlink_app_xman() {
4475 src_dir programs/xman
4476 dst_dir app/xman
4478 action Xman-noxprint.ad
4479 action Xman-xprint.ad
4481 action buttons.c
4482 action globals.c
4483 action handler.c
4484 action help.c
4485 action main.c
4486 action man.c
4487 action misc.c
4488 action print.c
4489 action ScrollByL.c
4490 action search.c
4491 action tkfuncs.c
4492 action vendor.c
4494 action defs.h
4495 action globals.h
4496 action iconclosed.h
4497 action icon_help.h
4498 action icon_open.h
4499 action man.h
4500 action print.h
4501 action ScrollByL.h
4502 action ScrollByLP.h
4503 action vendor.h
4504 action version.h
4506 action xman.help
4507 action xman.man
4511 symlink_app_xmessage() {
4512 src_dir programs/xmessage
4513 dst_dir app/xmessage
4515 action Xmessage.ad
4516 action Xmessage-color.ad
4518 action makeform.c
4519 action readfile.c
4520 action xmessage.c
4522 action README
4524 action readfile.h
4525 action xmessage.h
4527 action xmessage.man
4529 action Tests
4532 symlink_app_xmh() {
4533 src_dir programs/xmh
4534 dst_dir app/xmh
4536 action Xmh.ad
4538 action bbox.c
4539 action command.c
4540 action compfuncs.c
4541 action folder.c
4542 action init.c
4543 action main.c
4544 action menu.c
4545 action miscfuncs.c
4546 action mlist.c
4547 action msg.c
4548 action pick.c
4549 action popup.c
4550 action screen.c
4551 action toc.c
4552 action tocfuncs.c
4553 action tocutil.c
4554 action tsource.c
4555 action util.c
4556 action viewfuncs.c
4558 action actions.h
4559 action bbox.h
4560 action bboxint.h
4561 action externs.h
4562 action globals.h
4563 action mlist.h
4564 action msg.h
4565 action toc.h
4566 action tocintrnl.h
4567 action tocutil.h
4568 action tsource.h
4569 action tsourceP.h
4570 action version.h
4571 action xmh.h
4573 action xmh.man
4575 action black6
4576 action box6
4577 action Xmh.sample
4580 symlink_app_xmodmap() {
4581 src_dir programs/xmodmap
4582 dst_dir app/xmodmap
4584 action exec.c
4585 action handle.c
4586 action pf.c
4587 action xmodmap.c
4589 action wq.h
4590 action xmodmap.h
4592 action xmodmap.man
4594 action swap.km
4597 symlink_app_xmore() {
4598 src_dir programs/xmore
4599 dst_dir app/xmore
4601 action XMore.ad
4603 action print.c
4604 action printdialog.c
4605 action xmore.c
4607 action printdialog.h
4608 action printdialogprivates.h
4609 action print.h
4610 action xmore.h
4612 action xmore.man
4613 action xmore.sgml
4616 symlink_app_xplsprinters() {
4617 src_dir programs/xplsprinters
4618 dst_dir app/xplsprinters
4620 action xplsprinters.c
4622 action xplsprinters.man
4624 action xplsprinters.sgml
4627 symlink_app_xpr() {
4628 src_dir programs/xpr
4629 dst_dir app/xpr
4631 action x2jet.c
4632 action x2pmp.c
4633 action xpr.c
4635 action lncmd.h
4636 action pmp.h
4637 action xpr.h
4639 action xdpr.man
4640 action xpr.man
4642 action xdpr.script
4645 symlink_app_xprehashprinterlist() {
4646 src_dir programs/xprehashprinterlist
4647 dst_dir app/xprehashprinterlist
4649 action xprehashprinterlist.c
4651 action xprehashprinterlist.man
4653 action xprehashprinterlist.sgml
4656 symlink_app_xrandr() {
4657 src_dir programs/xrandr
4658 dst_dir app/xrandr
4660 action xrandr.c
4662 action xrandr.man
4666 symlink_app_xrdb() {
4667 src_dir programs/xrdb
4668 dst_dir app/xrdb
4670 action xrdb.c
4672 action xrdb.man
4676 symlink_app_xrefresh() {
4677 src_dir programs/xrefresh
4678 dst_dir app/xrefresh
4680 action xrefresh.c
4682 action xrefresh.man
4686 symlink_app_xset() {
4687 src_dir programs/xset
4688 dst_dir app/xset
4690 action xset.c
4692 action xset.man
4696 symlink_app_xsetmode() {
4697 src_dir programs/xsetmode
4698 dst_dir app/xsetmode
4700 action xsetmode.c
4702 action xsetmode.man
4706 symlink_app_xsetpointer() {
4707 src_dir programs/xsetpointer
4708 dst_dir app/xsetpointer
4710 action xsetpointer.c
4712 action xsetpnt.man xsetpointer.man
4716 symlink_app_xsetroot() {
4717 src_dir programs/xsetroot
4718 dst_dir app/xsetroot
4720 action xsetroot.c
4722 action xsetroot.man
4726 symlink_app_xsm() {
4727 src_dir programs/xsm
4728 dst_dir app/xsm
4730 action XSm.ad
4732 action auth.c
4733 action choose.c
4734 action globals.c
4735 action info.c
4736 action list.c
4737 action lock.c
4738 action log.c
4739 action mainwin.c
4740 action misc.c
4741 action popup.c
4742 action printhex.c
4743 action prop.c
4744 action remote.c
4745 action restart.c
4746 action save.c
4747 action saveutil.c
4748 action signals.c
4749 action xsm.c
4750 action xtwatch.c
4752 action README
4754 action system.xsm
4756 action auth.h
4757 action choose.h
4758 action info.h
4759 action list.h
4760 action lock.h
4761 action log.h
4762 action mainwin.h
4763 action popup.h
4764 action prop.h
4765 action restart.h
4766 action save.h
4767 action saveutil.h
4768 action xsm.h
4769 action xtwatch.h
4771 action xsm.man
4775 symlink_app_xstdcmap() {
4776 src_dir programs/xstdcmap
4777 dst_dir app/xstdcmap
4779 action xstdcmap.c
4781 action xstdcmap.man
4785 symlink_app_xtrap() {
4786 src_dir programs/xtrap
4787 dst_dir app/xtrap
4789 action chparse.c
4790 action XEKeybCtrl.c
4791 action xtrapchar.c
4792 action xtrapin.c
4793 action xtrapinfo.c
4794 action xtrapout.c
4795 action xtrapproto.c
4796 action xtrapreset.c
4797 action xtrapstats.c
4799 action chparse.h
4800 action XEKeybCtrl.h
4802 action xtrap.man
4806 symlink_app_xvidtune() {
4807 src_dir programs/xvidtune
4808 dst_dir app/xvidtune
4810 action Xvidtune.cpp
4812 action xvidtune.c
4814 action xvidtune.man
4818 symlink_app_xvinfo() {
4819 src_dir programs/xvinfo
4820 dst_dir app/xvinfo
4822 action xvinfo.c
4824 action xvinfo.man
4827 symlink_app_xwud() {
4828 src_dir programs/xwud
4829 dst_dir app/xwud
4831 action xwud.c
4833 action xwud.man
4836 symlink_app_scripts() {
4837 src_dir programs/scripts
4838 dst_dir app/scripts
4840 action fontname.sh
4841 action fontprop.sh
4842 action xauth_switch_to_sun-des-1.cpp
4843 action xon.sh
4845 action xon.man
4848 symlink_app_rstart() {
4849 src_dir programs/rstart
4850 dst_dir app/rstart
4852 action auth.c
4853 action server.c
4855 action rstartd.man
4856 action rstart.man
4858 action client.cpp
4859 action server.cpp
4860 action config.cpp
4862 action server.os2
4864 # commands
4866 src_dir programs/rstart/commands
4867 dst_dir app/rstart/commands
4869 action ListContexts
4870 action ListGenericCommands
4871 action @List
4873 # x11r6
4875 src_dir programs/rstart/commands/x11r6
4876 dst_dir app/rstart/commands/x11r6
4878 action @List
4879 action LoadMonitor
4880 action Terminal
4882 # contexts
4884 src_dir programs/rstart/contexts
4885 dst_dir app/rstart/contexts
4887 action @List
4888 action @Aliases
4889 action default
4890 action x11r6
4892 # samples
4894 # commands
4896 src_dir programs/rstart/samples/commands
4897 dst_dir app/rstart/samples/commands
4899 action @List
4900 action ListContexts
4901 action ListGenericCommands
4903 # odt1
4905 src_dir programs/rstart/samples/commands/odt1
4906 dst_dir app/rstart/samples/commands/odt1
4908 action @List
4909 action LoadMonitor
4910 action Terminal
4912 # openwindows2
4914 src_dir programs/rstart/samples/commands/openwindows2
4915 dst_dir app/rstart/samples/commands/openwindows2
4917 action @List
4918 action LoadMonitor
4919 action Terminal
4921 # openwindow3
4923 src_dir programs/rstart/samples/commands/openwindows3
4924 dst_dir app/rstart/samples/commands/openwindows3
4926 action @List
4927 action LoadMonitor
4928 action Terminal
4930 # x11r5
4932 src_dir programs/rstart/samples/commands/x11r5
4933 dst_dir app/rstart/samples/commands/x11r5
4935 action @List
4936 action LoadMonitor
4937 action Terminal
4939 # contexts.odt1
4941 src_dir programs/rstart/samples/contexts.odt1
4942 dst_dir app/rstart/samples/contexts.odt1
4944 action @Aliases
4945 action @List
4946 action default
4947 action odt1
4949 # contexts.sun
4951 src_dir programs/rstart/samples/contexts.sun
4952 dst_dir app/rstart/samples/contexts.odt1
4954 action @Aliases
4955 action @List
4956 action default
4957 action openwindows2
4958 action openwindows3
4959 action x11r5
4960 action x11r6
4963 symlink_app_sessreg() {
4964 src_dir programs/xdm
4965 dst_dir app/sessreg
4967 action sessreg.c
4968 action sessreg.man
4971 symlink_app_xdm() {
4972 src_dir programs/xdm
4973 dst_dir app/xdm
4975 action access.c
4976 action auth.c
4977 action choose.c
4978 action chooser.c
4979 action daemon.c
4980 action dm.c
4981 action dpylist.c
4982 action error.c
4983 action file.c
4984 action genauth.c
4985 action krb5auth.c
4986 action mitauth.c
4987 action netaddr.c
4988 action policy.c
4989 action prngc.c
4990 action protodpy.c
4991 action reset.c
4992 action resource.c
4993 action rpcauth.c
4994 action server.c
4995 action session.c
4996 action socket.c
4997 action streams.c
4998 action util.c
4999 action xdmauth.c
5000 action xdmcp.c
5001 action xdmshell.c
5003 action dm_auth.h
5004 action dm_error.h
5005 action dm.h
5006 action dm_socket.h
5007 action greet.h
5009 action Chooser.ad
5011 action xdm.man xdm.man.cpp
5013 src_dir programs/xdm/greeter
5014 dst_dir app/xdm/greeter
5016 action greet.c
5017 action Login.c
5018 action Login.h
5019 action LoginP.h
5020 action verify.c
5022 src_dir programs/xdm/config
5023 dst_dir app/xdm/config
5025 action README
5027 action GiveConsole
5028 action TakeConsole
5030 action xorg-bw.xpm
5031 action xorg.xpm
5033 action Xreset
5034 action Xaccess
5035 action Xservers.fs
5036 action Xsession
5037 action Xsetup_0
5038 action Xstartup
5039 action Xwilling
5041 action Xres.cpp Xresources.cpp
5042 action Xserv.ws.cpp Xservers.ws.cpp
5043 action xdm-conf.cpp xdm-config.cpp
5046 symlink_app_xprop() {
5047 src_dir programs/xprop
5048 dst_dir app/xprop
5050 action xprop.c
5052 action xprop.man
5054 src_dir programs/xlsfonts
5056 action dsimple.c
5057 action dsimple.h
5060 symlink_app_xwd() {
5061 src_dir programs/xwd
5062 dst_dir app/xwd
5064 action list.c
5065 action multiVis.c
5066 action xwd.c
5068 action list.h
5069 action multiVis.h
5070 action wsutils.h
5072 action xwd.man
5074 src_dir programs/xlsfonts
5076 action dsimple.c
5077 action dsimple.h
5080 symlink_app_xwininfo() {
5081 src_dir programs/xwininfo
5082 dst_dir app/xwininfo
5084 action xwininfo.c
5086 action xwininfo.man
5088 src_dir programs/xlsfonts
5090 action dsimple.c
5091 action dsimple.h
5094 symlink_app_xphelloworld() {
5095 src_dir programs/xphelloworld/xpxmhelloworld
5096 dst_dir app/xphelloworld/xpxmhelloworld
5098 action xpxmhelloworld.man
5099 action xpxmhelloworld.c
5100 action xpxmhelloworld.sgml
5102 src_dir programs/xphelloworld/xpsimplehelloworld
5103 dst_dir app/xphelloworld/xpsimplehelloworld
5105 action xpsimplehelloworld.sgml
5106 action xpsimplehelloworld.c
5107 action xpsimplehelloworld.man
5109 src_dir programs/xphelloworld/xpxthelloworld
5110 dst_dir app/xphelloworld/xpxthelloworld
5112 action xpxthelloworld.man
5113 action xpxthelloworld.sgml
5114 action xpxthelloworld.c
5116 src_dir programs/xphelloworld/xpawhelloworld
5117 dst_dir app/xphelloworld/xpawhelloworld
5119 action xpawhelloworld.c
5120 action xpawhelloworld.man
5122 src_dir programs/xphelloworld/xphelloworld
5123 dst_dir app/xphelloworld/xphelloworld
5125 action xphelloworld.sgml
5126 action xphelloworld.c
5127 action xphelloworld.man
5130 symlink_app_lbxproxy() {
5131 src_dir programs/lbxproxy
5132 dst_dir app/lbxproxy
5134 action design
5135 action lbxproxy.def
5136 action lbxproxy.man
5138 src_dir programs/lbxproxy/config
5139 dst_dir app/lbxproxy/config
5141 action AtomControl
5143 src_dir programs/lbxproxy/di
5144 dst_dir app/lbxproxy/di
5146 action atomcache.c
5147 action cache.c
5148 action cmap.c
5149 action cmaputil.c
5150 action dispatch.c
5151 action extensions.c
5152 action gfx.c
5153 action globals.c
5154 action init.c
5155 action lbxfuncs.c
5156 action lbxutil.c
5157 action main.c
5158 action options.c
5159 action pm.c
5160 action props.c
5161 action reqtype.c
5162 action resource.c
5163 action swaprep.c
5164 action swapreq.c
5165 action tables.c
5166 action tags.c
5167 action unsquish.c
5168 action utils.c
5169 action wire.c
5170 action zeropad.c
5172 src_dir programs/lbxproxy/include
5173 dst_dir app/lbxproxy/include
5175 action assert.h
5176 action atomcache.h
5177 action cache.h
5178 action colormap.h
5179 action init.h
5180 action lbxext.h
5181 action lbx.h
5182 action misc.h
5183 action os.h
5184 action pm.h
5185 action pmP.h
5186 action proxyopts.h
5187 action reqtype.h
5188 action resource.h
5189 action swap.h
5190 action tags.h
5191 action util.h
5192 action wire.h
5194 src_dir programs/lbxproxy/os
5195 dst_dir app/lbxproxy/os
5197 action connection.c
5198 action io.c
5199 action osdep.h
5200 action osinit.c
5201 action WaitFor.c
5204 symlink_app_xedit() {
5205 src_dir programs/xedit
5206 dst_dir app/xedit
5208 action xedit.h
5209 action commands.c
5210 action hook.c
5211 action ispell.c
5212 action lisp.c
5213 action options.c
5214 action realpath.c
5215 action strcasecmp.c
5216 action util.c
5217 action xedit.c
5219 action Xedit-color.ad
5220 action Xedit-noxprint.ad
5221 action Xedit-xprint.ad
5223 action Xedit-sample
5225 dst_dir app/xedit/man
5226 action xedit.man xedit.1
5228 src_dir programs/xedit/lisp
5229 dst_dir app/xedit/lisp
5231 action bytecode.c
5232 action bytecode.h
5233 action compile.c
5234 action core.c
5235 action core.h
5236 action debugger.c
5237 action debugger.h
5238 action env.c
5239 action format.c
5240 action format.h
5241 action hash.c
5242 action hash.h
5243 action helper.c
5244 action helper.h
5245 action internal.h
5246 action io.c
5247 action io.h
5248 action lisp.c
5249 action lisp.h
5250 action lsp.c
5251 action math.c
5252 action math.h
5253 action mathimp.c
5254 action package.c
5255 action package.h
5256 action pathname.c
5257 action pathname.h
5258 action private.h
5259 action read.c
5260 action read.h
5261 action regex.c
5262 action regex.h
5263 action require.c
5264 action require.h
5265 action stream.c
5266 action stream.h
5267 action string.c
5268 action string.h
5269 action struct.c
5270 action struct.h
5271 action time.c
5272 action time.h
5273 action write.c
5274 action write.h
5275 action xedit.c
5276 action xedit.h
5277 action TODO
5278 action README
5279 action lisp.rules
5281 src_dir programs/xedit/lisp/modules
5282 dst_dir app/xedit/lisp/modules
5284 action indent.lsp
5285 action lisp.lsp
5286 action syntax.lsp
5287 action xedit.lsp
5288 action psql.c
5289 action x11.c
5290 action xaw.c
5291 action xt.c
5293 src_dir programs/xedit/lisp/modules/progmodes
5294 dst_dir app/xedit/lisp/modules/progmodes
5296 action c.lsp
5297 action html.lsp
5298 action imake.lsp
5299 action lisp.lsp
5300 action make.lsp
5301 action man.lsp
5302 action patch.lsp
5303 action rpm.lsp
5304 action sgml.lsp
5305 action sh.lsp
5306 action xconf.lsp
5307 action xlog.lsp
5308 action xrdb.lsp
5310 src_dir programs/xedit/lisp/re
5311 dst_dir app/xedit/lisp/re
5313 action README
5314 action re.c
5315 action rec.c
5316 action re.h
5317 action reo.c
5318 action rep.h
5319 action tests.c
5320 action tests.txt
5322 src_dir programs/xedit/lisp/test
5323 dst_dir app/xedit/lisp/test
5325 action hello.lsp
5326 action list.lsp
5327 action math.lsp
5328 action psql-1.lsp
5329 action psql-2.lsp
5330 action psql-3.lsp
5331 action regex.lsp
5332 action stream.lsp
5333 action widgets.lsp
5335 src_dir programs/xedit/lisp/mp
5336 dst_dir app/xedit/lisp/mp
5338 action mp.c
5339 action mp.h
5340 action mpi.c
5341 action mpr.c
5343 src_dir programs/xmore
5344 dst_dir app/xedit
5346 action print.h
5347 action print.c
5348 action printdialog.h
5349 action printdialog.c
5350 action printdialogprivates.h
5353 symlink_app_xfs() {
5354 src_dir programs/xfs
5355 dst_dir app/xfs
5357 action xfs.def
5358 action xfs.man
5359 action README
5360 action config.cpp
5362 src_dir programs/xfs/difs
5363 dst_dir app/xfs/difs
5365 action atom.c
5366 action cache.c
5367 action charinfo.c
5368 action difsutils.c
5369 action dispatch.c
5370 action events.c
5371 action extensions.c
5372 action fontinfo.c
5373 action fonts.c
5374 action globals.c
5375 action initfonts.c
5376 action main.c
5377 action resource.c
5378 action swaprep.c
5379 action swapreq.c
5380 action tables.c
5382 src_dir programs/xfs/include
5383 dst_dir app/xfs/include
5385 action access.h
5386 action accstr.h
5387 action assert.h
5388 action auth.h
5389 action authstr.h
5390 action cache.h
5391 action cachestr.h
5392 action client.h
5393 action clientstr.h
5394 action closestr.h
5395 action closure.h
5396 action difsfn.h
5397 action difsfnst.h
5398 action difs.h
5399 action difsutils.h
5400 action dispatch.h
5401 action extentst.h
5402 action fsevents.h
5403 action fsresource.h
5404 action globals.h
5405 action misc.h
5406 action os.h
5407 action osstruct.h
5408 action servermd.h
5409 action site.h
5410 action swaprep.h
5411 action swapreq.h
5413 src_dir programs/xfs/os
5414 dst_dir app/xfs/os
5416 action access.c
5417 action config.c
5418 action config.h
5419 action configstr.h
5420 action connection.c
5421 action daemon.c
5422 action error.c
5423 action io.c
5424 action osdep.h
5425 action osglue.c
5426 action osinit.c
5427 action utils.c
5428 action waitfor.c
5431 symlink_app_xrx()
5433 src_dir programs/xrx/helper
5434 dst_dir app/xrx/helper
5436 action GetUrl.c
5437 action GetUrl.h
5438 action helper.c
5439 action xrx.man
5441 src_dir programs/xrx/libxplugin
5442 dst_dir app/xrx/libxplugin
5444 action README
5446 src_dir programs/xrx/rx
5447 dst_dir app/xrx/rx
5449 action XDpyName.h
5450 action XUrls.h
5451 action RxI.h
5452 action BuildReq.c
5453 action XDpyName.c
5454 action Rx.h
5455 action Prefs.c
5456 action Prefs.h
5457 action XAuth.c
5458 action PParse.c
5459 action XAuth.h
5460 action PRead.c
5461 action XUrls.c
5463 src_dir programs/xrx/xnest-plugin
5464 dst_dir app/xrx/xnest-plugin
5466 action PProcess.c
5467 action XnestDis.c
5468 action SetWin.c
5469 action RxPlugin.h
5470 action NewNDest.c
5472 src_dir programs/xrx/htdocs
5473 dst_dir app/xrx/htdocs
5475 action xclock
5476 action dtcm.html
5477 action excel.html
5478 action bitmap
5479 action bitmap.html
5480 action xclock.html
5481 action xload
5482 action dtcm
5483 action xload.html
5484 action excel
5486 src_dir programs/xrx/testplugin
5487 dst_dir app/xrx/testplugin
5489 action testplugin.man
5490 action testplugin.c
5492 src_dir programs/xrx/plugin
5493 dst_dir app/xrx/plugin
5495 action PProcess.c
5496 action stubs.c
5497 action libxrx.man
5498 action SetWin.c
5499 action Global.c
5500 action Main.c
5501 action RxPlugin.h
5502 action NewNDest.c
5504 src_dir programs/xrx/plugin/common
5505 dst_dir app/xrx/plugin/common
5507 action npunix.c
5509 src_dir programs/xrx/plugin/include
5510 dst_dir app/xrx/plugin/include
5512 action npapi.h
5513 action npupp.h
5514 action jri.h
5515 action jri_md.h
5516 action jritypes.h
5518 src_dir programs/xrx/cgi-bin
5519 dst_dir app/xrx/cgi-bin
5521 action xclock
5522 action dtcm.sh
5523 action bitmap
5524 action xload
5525 action dtcm
5526 action excel
5529 symlink_app() {
5530 symlink_app_xfs
5531 symlink_app_xedit
5532 symlink_app_lbxproxy
5533 symlink_app_xphelloworld
5534 symlink_app_xwininfo
5535 symlink_app_xwd
5536 symlink_app_xprop
5537 symlink_app_xwud
5538 symlink_app_xvinfo
5539 symlink_app_xvidtune
5540 symlink_app_xtrap
5541 symlink_app_xstdcmap
5542 symlink_app_xsm
5543 symlink_app_xsetroot
5544 symlink_app_xsetpointer
5545 symlink_app_xsetmode
5546 symlink_app_xset
5547 symlink_app_xrefresh
5548 symlink_app_xrdb
5549 symlink_app_xrandr
5550 symlink_app_xprehashprinterlist
5551 symlink_app_xpr
5552 symlink_app_xplsprinters
5553 symlink_app_xmore
5554 symlink_app_xmodmap
5555 symlink_app_xmh
5556 symlink_app_xmessage
5557 symlink_app_xman
5558 symlink_app_xmag
5559 symlink_app_xlsfonts
5560 symlink_app_xlsclients
5561 symlink_app_xlsatoms
5562 symlink_app_xlogo
5563 symlink_app_xload
5564 symlink_app_xkill
5565 symlink_app_xkbutils
5566 symlink_app_xkbprint
5567 symlink_app_xkbevd
5568 symlink_app_xkbcomp
5569 symlink_app_xinit
5570 symlink_app_xgc
5571 symlink_app_xgamma
5572 symlink_app_xfwp
5573 symlink_app_xfsinfo
5574 symlink_app_xfontsel
5575 symlink_app_xfindproxy
5576 symlink_app_xfd
5577 symlink_app_xf86dga
5578 symlink_app_xeyes
5579 symlink_app_xev
5580 symlink_app_xdriinfo
5581 symlink_app_xditview
5582 symlink_app_xdbedizzy
5583 symlink_app_xconsole
5584 symlink_app_xcmsdb
5585 symlink_app_xclock
5586 symlink_app_xclipboard
5587 symlink_app_xcalc
5588 symlink_app_xbiff
5589 symlink_app_xauth
5590 symlink_app_x11perf
5591 symlink_app_viewres
5592 symlink_app_smproxy
5593 symlink_app_showfont
5594 symlink_app_setxkbmap
5595 symlink_app_rstart
5596 symlink_app_rgb
5597 symlink_app_proxymngr
5598 symlink_app_pclcomp
5599 symlink_app_oclock
5600 symlink_app_mkfontdir
5601 symlink_app_mkfontscale
5602 symlink_app_makepsres
5603 symlink_app_luit
5604 symlink_app_listres
5605 symlink_app_ico
5606 symlink_app_iceauth
5607 symlink_app_fstobdf
5608 symlink_app_fslsfonts
5609 symlink_app_fonttosfnt
5610 symlink_app_editres
5611 symlink_app_bitmap
5612 symlink_app_beforelight
5613 symlink_app_bdftopcf
5614 symlink_app_appres
5615 symlink_app_twm
5616 symlink_app_xdpyinfo
5617 symlink_app_xhost
5618 symlink_app_xcursorgen
5619 symlink_app_scripts
5620 symlink_app_xdm
5621 symlink_app_sessreg
5622 symlink_app_xrx
5623 # ...
5627 #########
5629 # The xserver module
5631 #########
5634 symlink_xserver_GL_apple() {
5635 src_dir programs/Xserver/GL/apple
5636 dst_dir xserver/xorg/GL/apple
5638 action aglGlx.c
5639 action indirect.c
5642 symlink_xserver_GL_dri() {
5643 src_dir programs/Xserver/GL/dri
5644 dst_dir xserver/xorg/hw/xfree86/dri
5646 action dri.c
5647 action dri.h
5648 action drimodule.c
5649 action dristruct.h
5650 action sarea.h
5651 action xf86dri.c
5653 # don't hate me
5654 # src_dir extras/drm/shared-core
5655 # action drm.h
5658 symlink_xserver_GL_glx() {
5659 src_dir programs/Xserver/GL/glx
5660 dst_dir xserver/xorg/GL/glx
5662 action g_disptab.c
5663 action g_disptab.h
5664 action g_disptab_EXT.c
5665 action g_disptab_EXT.h
5666 action g_render.c
5667 action g_renderswap.c
5668 action g_single.c
5669 action g_singleswap.c
5670 action global.c
5671 action glxbuf.c
5672 action glxbuf.h
5673 action glxcmds.c
5674 action glxcmdsswap.c
5675 action glxcontext.h
5676 action glxdrawable.h
5677 action glxerror.h
5678 action glxext.c
5679 action glxext.h
5680 action glxfb.c
5681 action glxfb.h
5682 action glximports.c
5683 action glximports.h
5684 action glxmem.c
5685 action glxmem.h
5686 action glxpix.c
5687 action glxpix.h
5688 action glxscreens.c
5689 action glxscreens.h
5690 action glxserver.h
5691 action glxutil.c
5692 action glxutil.h
5693 action impsize.h
5694 action render2.c
5695 action render2swap.c
5696 action renderpix.c
5697 action renderpixswap.c
5698 action rensize.c
5699 action rensizetab.c
5700 action single2.c
5701 action single2swap.c
5702 action singlepix.c
5703 action singlepixswap.c
5704 action singlesize.c
5705 action singlesize.h
5706 action unpack.h
5707 action xfont.c
5710 symlink_xserver_GL_include_GL() {
5711 src_dir programs/Xserver/GL/include/GL
5712 dst_dir xserver/xorg/GL/include/GL
5714 action glx_ansic.h
5715 action xf86glx.h
5718 symlink_xserver_GL_mesa_X() {
5719 src_dir programs/Xserver/GL/mesa/X
5720 dst_dir xserver/xorg/GL/mesa/X
5722 action xf86glx.c
5723 action xf86glx_util.c
5724 action xf86glx_util.h
5725 action xf86glxint.h
5728 symlink_xserver_GL_windows() {
5729 src_dir programs/Xserver/GL/windows
5730 dst_dir xserver/xorg/GL/windows
5732 action glwindows.h
5733 action glwrap.c
5734 action indirect.c
5736 action ChangeLog
5739 symlink_xserver_XTrap() {
5740 src_dir programs/Xserver/XTrap
5741 dst_dir xserver/xorg/XTrap
5743 action xf86XTrapModule.c
5744 action xtrapddmi.c
5745 action xtrapdi.c
5746 action xtrapdiswp.c
5747 action xtrapditbl.c
5750 symlink_xserver_Xext() {
5751 src_dir programs/Xserver/Xext
5752 dst_dir xserver/xorg/Xext
5754 action EVI.c
5755 action EVIstruct.h
5756 action appgroup.c
5757 action appgroup.h
5758 action bigreq.c
5759 action cup.c
5760 action dpms.c
5761 action dpmsproc.h
5762 action dpmsstubs.c
5763 action fontcache.c
5764 action mbuf.c
5765 action mbufbf.c
5766 action mbufpx.c
5767 action mitmisc.c
5768 action panoramiX.c
5769 action panoramiX.h
5770 action panoramiXSwap.c
5771 action panoramiXh.h
5772 action panoramiXprocs.c
5773 action panoramiXsrv.h
5774 action sampleEVI.c
5775 action saver.c
5776 action security.c
5777 action shape.c
5778 action shm.c
5779 action sleepuntil.c
5780 action sleepuntil.h
5781 action sync.c
5782 action xcmisc.c
5783 action xevie.c
5784 action xf86bigfont.c
5785 action xprint.c
5786 action xres.c
5787 action xtest.c
5788 action xtest1dd.c
5789 action xtest1dd.h
5790 action xtest1di.c
5791 action xvdisp.c
5792 action xvdisp.h
5793 action xvdix.h
5794 action xvmain.c
5795 action xvmc.c
5796 action xvmcext.h
5797 action SecurityPolicy
5798 action xtest1.frags README.xtest1-ddx
5800 # some of these are really DDX-specific despite being in Xext
5802 dst_dir xserver/xorg/hw/xfree86/dixmods/extmod
5803 action dgaproc.h
5804 action vidmodeproc.h
5805 action xf86dga.c
5806 action xf86dga2.c
5807 action xf86dgaext.h
5808 action xf86misc.c
5809 action xf86miscproc.h
5810 action xf86vmode.c
5811 action xvmod.c
5812 action xvmodproc.h
5814 dst_dir xserver/xorg/hw/dmx
5815 action dmx.c
5818 symlink_xserver_Xext_extmod() {
5819 src_dir programs/Xserver/Xext/extmod
5820 dst_dir xserver/xorg/hw/xfree86/dixmods/extmod
5822 action modinit.c
5823 action modinit.h
5826 symlink_xserver_Xi() {
5827 src_dir programs/Xserver/Xi
5828 dst_dir xserver/xorg/Xi
5830 action allowev.c
5831 action allowev.h
5832 action chgdctl.c
5833 action chgdctl.h
5834 action chgfctl.c
5835 action chgfctl.h
5836 action chgkbd.c
5837 action chgkbd.h
5838 action chgkmap.c
5839 action chgkmap.h
5840 action chgprop.c
5841 action chgprop.h
5842 action chgptr.c
5843 action chgptr.h
5844 action closedev.c
5845 action closedev.h
5846 action devbell.c
5847 action devbell.h
5848 action exevents.c
5849 action exglobals.h
5850 action extinit.c
5851 action getbmap.c
5852 action getbmap.h
5853 action getdctl.c
5854 action getdctl.h
5855 action getfctl.c
5856 action getfctl.h
5857 action getfocus.c
5858 action getfocus.h
5859 action getkmap.c
5860 action getkmap.h
5861 action getmmap.c
5862 action getmmap.h
5863 action getprop.c
5864 action getprop.h
5865 action getselev.c
5866 action getselev.h
5867 action getvers.c
5868 action getvers.h
5869 action grabdev.c
5870 action grabdev.h
5871 action grabdevb.c
5872 action grabdevb.h
5873 action grabdevk.c
5874 action grabdevk.h
5875 action gtmotion.c
5876 action gtmotion.h
5877 action listdev.c
5878 action listdev.h
5879 action opendev.c
5880 action opendev.h
5881 action queryst.c
5882 action queryst.h
5883 action selectev.c
5884 action selectev.h
5885 action sendexev.c
5886 action sendexev.h
5887 action setbmap.c
5888 action setbmap.h
5889 action setdval.c
5890 action setdval.h
5891 action setfocus.c
5892 action setfocus.h
5893 action setmmap.c
5894 action setmmap.h
5895 action setmode.c
5896 action setmode.h
5897 action stubs.c
5898 action ungrdev.c
5899 action ungrdev.h
5900 action ungrdevb.c
5901 action ungrdevb.h
5902 action ungrdevk.c
5903 action ungrdevk.h
5906 symlink_xserver_Xprint() {
5907 src_dir programs/Xserver/Xprint
5908 dst_dir xserver/xorg/Xprint
5910 action AttrValid.c
5911 action AttrValid.h
5912 action DiPrint.h
5913 action Init.c
5914 action Oid.c
5915 action Oid.h
5916 action OidDefs.h
5917 action OidStrs.h
5918 action Util.c
5919 action ValTree.c
5920 action attributes.c
5921 action attributes.h
5922 action ddxInit.c
5923 action mediaSizes.c
5924 action spooler.c
5925 action spooler.h
5927 dst_dir xserver/xorg/Xprint/doc
5928 action Xprt.html
5929 action Xprt.man Xprt.man.pre
5930 action Xprt.sgml
5933 symlink_xserver_Xprint_etc() {
5934 src_dir programs/Xserver/Xprint/etc/init.d
5935 dst_dir xserver/xorg/Xprint/etc/init.d
5937 action xprint.cpp
5939 src_dir programs/Xserver/Xprint/etc/profile.d
5940 dst_dir xserver/xorg/Xprint/etc/profile.d
5942 action xprint.csh
5943 action xprint.sh
5945 src_dir programs/Xserver/Xprint/etc/Xsession.d
5946 dst_dir xserver/xorg/Xprint/etc/Xsession.d
5948 action cde_xsessiond_xprint.sh
5951 symlink_xserver_Xprint_ps() {
5952 src_dir programs/Xserver/Xprint/ps
5953 dst_dir xserver/xorg/Xprint/ps
5955 action Ps.h
5956 action PsArc.c
5957 action PsArea.c
5958 action PsAttVal.c
5959 action PsAttr.c
5960 action PsCache.c
5961 action PsColor.c
5962 action PsDef.h
5963 action PsFTFonts.c
5964 action PsFonts.c
5965 action PsGC.c
5966 action PsImageUtil.c
5967 action PsInit.c
5968 action PsLine.c
5969 action PsMisc.c
5970 action PsPixel.c
5971 action PsPixmap.c
5972 action PsPolygon.c
5973 action PsPrint.c
5974 action PsSpans.c
5975 action PsText.c
5976 action PsWindow.c
5977 action psout.c
5978 action psout.h
5979 action psout_ft.c
5980 action psout_ftpstype1.c
5981 action psout_ftpstype3.c
5982 action ttf2pt1wrap.c
5985 symlink_xserver_Xprint_pcl() {
5986 src_dir programs/Xserver/Xprint/pcl
5987 dst_dir xserver/xorg/Xprint/pcl
5989 action Pcl.h
5990 action PclArc.c
5991 action PclArea.c
5992 action PclAttVal.c
5993 action PclAttr.c
5994 action PclColor.c
5995 action PclCursor.c
5996 action PclDef.h
5997 action PclFonts.c
5998 action PclGC.c
5999 action PclInit.c
6000 action PclLine.c
6001 action PclMisc.c
6002 action PclPixel.c
6003 action PclPixmap.c
6004 action PclPolygon.c
6005 action PclPrint.c
6006 action PclSFonts.c
6007 action PclSFonts.h
6008 action PclSpans.c
6009 action PclText.c
6010 action PclWindow.c
6011 action Pclmap.h
6014 symlink_xserver_Xprint_raster() {
6015 src_dir programs/Xserver/Xprint/raster
6016 dst_dir xserver/xorg/Xprint/raster
6018 action Raster.c
6019 action Raster.h
6020 action RasterAttVal.c
6023 symlink_xserver_afb() {
6024 src_dir programs/Xserver/afb
6025 dst_dir xserver/xorg/afb
6027 action afb.h
6028 action afbbitblt.c
6029 action afbblt.c
6030 action afbbres.c
6031 action afbbresd.c
6032 action afbbstore.c
6033 action afbclip.c
6034 action afbcmap.c
6035 action afbfillarc.c
6036 action afbfillrct.c
6037 action afbfillsp.c
6038 action afbfont.c
6039 action afbgc.c
6040 action afbgetsp.c
6041 action afbhrzvert.c
6042 action afbimage.c
6043 action afbimggblt.c
6044 action afbline.c
6045 action afbmisc.c
6046 action afbpixmap.c
6047 action afbply1rct.c
6048 action afbplygblt.c
6049 action afbpntarea.c
6050 action afbpntwin.c
6051 action afbpolypnt.c
6052 action afbpushpxl.c
6053 action afbscrinit.c
6054 action afbsetsp.c
6055 action afbtegblt.c
6056 action afbtile.c
6057 action afbwindow.c
6058 action afbzerarc.c
6060 action README
6061 action Xdaniver.doc
6064 symlink_xserver_cfb() {
6065 src_dir programs/Xserver/cfb
6066 dst_dir xserver/xorg/cfb
6068 action cfb.h
6069 action cfb16.h
6070 action cfb24.h
6071 action cfb32.h
6072 action cfb8bit.c
6073 action cfb8bit.h
6074 action cfb8line.c
6075 action cfballpriv.c
6076 action cfbbitblt.c
6077 action cfbblt.c
6078 action cfbbres.c
6079 action cfbbresd.c
6080 action cfbbstore.c
6081 action cfbcmap.c
6082 action cfbcppl.c
6083 action cfbfillarc.c
6084 action cfbfillrct.c
6085 action cfbfillsp.c
6086 action cfbgc.c
6087 action cfbgetsp.c
6088 action cfbglblt8.c
6089 action cfbhrzvert.c
6090 action cfbigblt8.c
6091 action cfbimage.c
6092 action cfbline.c
6093 action cfbmap.h
6094 action cfbmskbits.c
6095 action cfbmskbits.h
6096 action cfbpixmap.c
6097 action cfbply1rct.c
6098 action cfbpntwin.c
6099 action cfbpolypnt.c
6100 action cfbpush8.c
6101 action cfbrctstp8.c
6102 action cfbrrop.c
6103 action cfbrrop.h
6104 action cfbscrinit.c
6105 action cfbsetsp.c
6106 action cfbsolid.c
6107 action cfbtab.h
6108 action cfbteblt8.c
6109 action cfbtegblt.c
6110 action cfbtile32.c
6111 action cfbtileodd.c
6112 action cfbunmap.h
6113 action cfbwindow.c
6114 action cfbzerarc.c
6115 action stip68kgnu.h
6116 action stipmips.s
6117 action stipsparc.s
6118 action stipsprc32.s
6121 symlink_xserver_cfb24() {
6122 src_dir programs/Xserver/cfb24
6123 dst_dir xserver/xorg/cfb24
6125 action cfbrrop24.h
6128 symlink_xserver_composite() {
6129 src_dir programs/Xserver/composite
6130 dst_dir xserver/xorg/composite
6132 action compalloc.c
6133 action compext.c
6134 action compinit.c
6135 action compint.h
6136 action compwindow.c
6139 symlink_xserver_damageext() {
6140 src_dir programs/Xserver/damageext
6141 dst_dir xserver/xorg/damageext
6143 action damageext.c
6144 action damageext.h
6145 action damageextint.h
6148 symlink_xserver_dbe() {
6149 src_dir programs/Xserver/dbe
6150 dst_dir xserver/xorg/dbe
6152 action dbe.c
6153 action dbestruct.h
6154 action midbe.c
6155 action midbe.h
6156 action midbestr.h
6159 symlink_xserver_dix() {
6160 src_dir programs/Xserver/dix
6161 dst_dir xserver/xorg/dix
6163 action atom.c
6164 action colormap.c
6165 action cursor.c
6166 action devices.c
6167 action dispatch.c
6168 action dispatch.h
6169 action dixfonts.c
6170 action dixutils.c
6171 action events.c
6172 action extension.c
6173 action ffs.c
6174 action gc.c
6175 action globals.c
6176 action glyphcurs.c
6177 action grabs.c
6178 action initatoms.c
6179 action main.c
6180 action pixmap.c
6181 action privates.c
6182 action property.c
6183 action resource.c
6184 action swaprep.c
6185 action swapreq.c
6186 action tables.c
6187 action window.c
6188 action xpstubs.c
6190 action buildatoms
6191 action BuiltInAtoms
6192 action CHANGES
6195 symlink_xserver_fb() {
6196 src_dir programs/Xserver/fb
6197 dst_dir xserver/xorg/fb
6199 action fb.h
6200 action fb24_32.c
6201 action fb24_32.h
6202 action fballpriv.c
6203 action fbarc.c
6204 action fbbits.c
6205 action fbbits.h
6206 action fbblt.c
6207 action fbbltone.c
6208 action fbbstore.c
6209 action fbcmap.c
6210 action fbcompose.c
6211 action fbcopy.c
6212 action fbedge.c
6213 action fbedgeimp.h
6214 action fbfill.c
6215 action fbfillrect.c
6216 action fbfillsp.c
6217 action fbgc.c
6218 action fbgetsp.c
6219 action fbglyph.c
6220 action fbimage.c
6221 action fbline.c
6222 action fbmmx.c
6223 action fbmmx.h
6224 action fboverlay.c
6225 action fboverlay.h
6226 action fbpict.c
6227 action fbpict.h
6228 action fbpixmap.c
6229 action fbpoint.c
6230 action fbpseudocolor.c
6231 action fbpseudocolor.h
6232 action fbpush.c
6233 action fbrop.h
6234 action fbscreen.c
6235 action fbseg.c
6236 action fbsetsp.c
6237 action fbsolid.c
6238 action fbstipple.c
6239 action fbtile.c
6240 action fbtrap.c
6241 action fbutil.c
6242 action fbwindow.c
6245 symlink_xserver_hw_darwin() {
6246 src_dir programs/Xserver/hw/darwin
6247 dst_dir xserver/xorg/hw/darwin
6249 action darwin.c
6250 action darwin.h
6251 action darwinClut8.h
6252 action darwinEvents.c
6253 action darwinKeyboard.c
6254 action darwinKeyboard.h
6255 action darwinXinput.c
6257 action XDarwin.man
6260 symlink_xserver_hw_darwin_bundle() {
6261 src_dir programs/Xserver/hw/darwin/bundle
6262 dst_dir xserver/xorg/hw/darwin/bundle
6264 action startXClients.cpp
6265 action XDarwin.icns
6267 src_dir programs/Xserver/hw/darwin/bundle/Dutch.lproj
6268 dst_dir xserver/xorg/hw/darwin/bundle/Dutch.lproj
6270 action Credits.rtf
6271 action Localizable.strings
6272 action XDarwinHelp.html.cpp
6274 src_dir programs/Xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib
6275 dst_dir xserver/xorg/hw/darwin/bundle/Dutch.lproj/MainMenu.nib
6277 action classes.nib
6278 action objects.nib
6280 src_dir programs/Xserver/hw/darwin/bundle/English.lproj
6281 dst_dir xserver/xorg/hw/darwin/bundle/English.lproj
6283 action Credits.rtf
6284 action InfoPlist.strings.cpp
6285 action Localizable.strings
6286 action XDarwinHelp.html.cpp
6288 src_dir programs/Xserver/hw/darwin/bundle/English.lproj/MainMenu.nib
6289 dst_dir xserver/xorg/hw/darwin/bundle/English.lproj/MainMenu.nib
6291 action classes.nib
6292 action objects.nib
6294 src_dir programs/Xserver/hw/darwin/bundle/French.lproj
6295 dst_dir xserver/xorg/hw/darwin/bundle/French.lproj
6297 action Credits.rtf
6298 action Localizable.strings
6299 action XDarwinHelp.html.cpp
6301 src_dir programs/Xserver/hw/darwin/bundle/French.lproj/MainMenu.nib
6302 dst_dir xserver/xorg/hw/darwin/bundle/French.lproj/MainMenu.nib
6304 action classes.nib
6305 action objects.nib
6307 src_dir programs/Xserver/hw/darwin/bundle/German.lproj
6308 dst_dir xserver/xorg/hw/darwin/bundle/German.lproj
6310 action Credits.rtf
6311 action Localizable.strings
6312 action XDarwinHelp.html.cpp
6314 src_dir programs/Xserver/hw/darwin/bundle/German.lproj/MainMenu.nib
6315 dst_dir xserver/xorg/hw/darwin/bundle/German.lproj/MainMenu.nib
6317 action classes.nib
6318 action objects.nib
6320 src_dir programs/Xserver/hw/darwin/bundle/Japanese.lproj
6321 dst_dir xserver/xorg/hw/darwin/bundle/Japanese.lproj
6323 action Credits.rtf
6324 action Localizable.strings
6325 action XDarwinHelp.html.cpp
6327 src_dir programs/Xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib
6328 dst_dir xserver/xorg/hw/darwin/bundle/Japanese.lproj/MainMenu.nib
6330 action classes.nib
6331 action objects.nib
6333 src_dir programs/Xserver/hw/darwin/bundle/ko.lproj
6334 dst_dir xserver/xorg/hw/darwin/bundle/ko.lproj
6336 action Credits.rtf
6337 action Localizable.strings
6338 action XDarwinHelp.html.cpp
6340 src_dir programs/Xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib
6341 dst_dir xserver/xorg/hw/darwin/bundle/ko.lproj/MainMenu.nib
6343 action classes.nib
6344 action objects.nib
6346 src_dir programs/Xserver/hw/darwin/bundle/Portuguese.lproj
6347 dst_dir xserver/xorg/hw/darwin/bundle/Portuguese.lproj
6349 action Credits.rtf
6350 action Localizable.strings
6351 action XDarwinHelp.html.cpp
6353 src_dir programs/Xserver/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib
6354 dst_dir xserver/xorg/hw/darwin/bundle/Portuguese.lproj/MainMenu.nib
6356 action classes.nib
6357 action objects.nib
6359 src_dir programs/Xserver/hw/darwin/bundle/Spanish.lproj
6360 dst_dir xserver/xorg/hw/darwin/bundle/Spanish.lproj
6362 action Credits.rtf
6363 action Localizable.strings
6364 action XDarwinHelp.html.cpp
6366 src_dir programs/Xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib
6367 dst_dir xserver/xorg/hw/darwin/bundle/Spanish.lproj/MainMenu.nib
6369 action classes.nib
6370 action objects.nib
6372 src_dir programs/Xserver/hw/darwin/bundle/Swedish.lproj
6373 dst_dir xserver/xorg/hw/darwin/bundle/Swedish.lproj
6375 action Credits.rtf
6376 action Localizable.strings
6377 action XDarwinHelp.html.cpp
6379 src_dir programs/Xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib
6380 dst_dir xserver/xorg/hw/darwin/bundle/Swedish.lproj/MainMenu.nib
6382 action classes.nib
6383 action objects.nib
6386 symlink_xserver_hw_darwin_iokit() {
6387 src_dir programs/Xserver/hw/darwin/iokit
6388 dst_dir xserver/xorg/hw/darwin/iokit
6390 action xfIOKit.c
6391 action xfIOKit.h
6392 action xfIOKitCursor.c
6393 action xfIOKitStartup.c
6396 symlink_xserver_hw_darwin_quartz() {
6397 src_dir programs/Xserver/hw/darwin/quartz
6398 dst_dir xserver/xorg/hw/darwin/quartz
6400 action Preferences.h
6401 action XApplication.h
6402 action XDarwinStartup.c
6403 action XServer.h
6404 action applewm.c
6405 action applewmExt.h
6406 action keysym2ucs.c
6407 action keysym2ucs.h
6408 action pseudoramiX.c
6409 action pseudoramiX.h
6410 action quartz.c
6411 action quartz.h
6412 action quartzAudio.c
6413 action quartzAudio.h
6414 action quartzCommon.h
6415 action quartzCursor.c
6416 action quartzCursor.h
6417 action quartzKeyboard.c
6418 action quartzPasteboard.c
6419 action quartzPasteboard.h
6420 action quartzStartup.c
6422 action Preferences.m
6423 action quartzCocoa.m
6424 action XApplication.m
6425 action XServer.m
6427 action XDarwinStartup.man
6429 src_dir programs/Xserver/hw/darwin/quartz/XDarwin.pbproj
6430 dst_dir xserver/xorg/hw/darwin/quartz/XDarwin.pbproj
6431 action project.pbxproj
6434 symlink_xserver_hw_darwin_quartz_cr() {
6435 src_dir programs/Xserver/hw/darwin/quartz/cr
6436 dst_dir xserver/xorg/hw/darwin/quartz/cr
6438 action XView.h
6439 action cr.h
6441 action crAppleWM.m
6442 action crFrame.m
6443 action crScreen.m
6444 action XView.m
6447 symlink_xserver_hw_darwin_quartz_fullscreen() {
6448 src_dir programs/Xserver/hw/darwin/quartz/fullscreen
6449 dst_dir xserver/xorg/hw/darwin/quartz/fullscreen
6451 action fullscreen.c
6452 action quartzCursor.c
6453 action quartzCursor.h
6456 symlink_xserver_hw_darwin_quartz_xpr() {
6457 src_dir programs/Xserver/hw/darwin/quartz/xpr
6458 dst_dir xserver/xorg/hw/darwin/quartz/xpr
6460 action Xplugin.h
6461 action appledri.c
6462 action dri.c
6463 action dri.h
6464 action dristruct.h
6465 action x-hash.c
6466 action x-hash.h
6467 action x-hook.c
6468 action x-hook.h
6469 action x-list.c
6470 action x-list.h
6471 action xpr.h
6472 action xprAppleWM.c
6473 action xprCursor.c
6474 action xprFrame.c
6475 action xprScreen.c
6478 symlink_xserver_hw_darwin_utils() {
6479 src_dir programs/Xserver/hw/darwin/utils
6480 dst_dir xserver/xorg/hw/darwin/utils
6482 action dumpkeymap.c
6483 action dumpkeymap.man
6484 action README.txt
6487 symlink_xserver_hw_dmx() {
6488 src_dir programs/Xserver/hw/dmx
6489 dst_dir xserver/xorg/hw/dmx
6491 action dmx.h
6492 action dmx_glxvisuals.c
6493 action dmx_glxvisuals.h
6494 action dmxcb.c
6495 action dmxcb.h
6496 action dmxclient.h
6497 action dmxcmap.c
6498 action dmxcmap.h
6499 action dmxcursor.c
6500 action dmxcursor.h
6501 action dmxdpms.c
6502 action dmxdpms.h
6503 action dmxextension.c
6504 action dmxextension.h
6505 action dmxfont.c
6506 action dmxfont.h
6507 action dmxgc.c
6508 action dmxgc.h
6509 action dmxgcops.c
6510 action dmxgcops.h
6511 action dmxinit.c
6512 action dmxinit.h
6513 action dmxinput.c
6514 action dmxinput.h
6515 action dmxlog.c
6516 action dmxlog.h
6517 action dmxpict.c
6518 action dmxpict.h
6519 action dmxpixmap.c
6520 action dmxpixmap.h
6521 action dmxprop.c
6522 action dmxprop.h
6523 action dmxscrinit.c
6524 action dmxscrinit.h
6525 action dmxshadow.c
6526 action dmxshadow.h
6527 action dmxstat.c
6528 action dmxstat.h
6529 action dmxsync.c
6530 action dmxsync.h
6531 action dmxvisual.c
6532 action dmxvisual.h
6533 action dmxwindow.c
6534 action dmxwindow.h
6536 action Xdmx.man Xdmx.1
6539 symlink_xserver_hw_dmx_config() {
6540 src_dir programs/Xserver/hw/dmx/config
6541 dst_dir xserver/xorg/hw/dmx/config
6543 action Canvas.c
6544 action Canvas.h
6545 action CanvasP.h
6546 action dmxcompat.c
6547 action dmxcompat.h
6548 action dmxconfig.c
6549 action dmxconfig.h
6550 action dmxparse.c
6551 action dmxparse.h
6552 action dmxprint.c
6553 action dmxprint.h
6554 action dmxtodmx.c
6555 action dmxtodmx.man
6556 action parser.y
6557 action scanner.l
6558 action test-a.in
6559 action test-a.out
6560 action test-b.in
6561 action test-b.out
6562 action test-c.in
6563 action test-c.out
6564 action test-d.in
6565 action test-d.out
6566 action test-e.in
6567 action test-e.out
6568 action test-f.in
6569 action test-f.out
6570 action test-g.in
6571 action test-g.out
6572 action test-h.in
6573 action test-h.out
6574 action test-i.in
6575 action test-i.out
6576 action test-j.in
6577 action test-j.out
6578 action test-k.in
6579 action test-k.out
6580 action test-l.in
6581 action test-l.out
6582 action TODO
6583 action vdltodmx.c
6584 action vdltodmx.man
6585 action xdmxconfig.c
6586 action xdmxconfig.man
6589 symlink_xserver_hw_dmx_doc() {
6590 src_dir programs/Xserver/hw/dmx/doc
6591 dst_dir xserver/xorg/hw/dmx/doc
6593 action dmx.sgml
6594 action DMXSpec.txt
6595 action DMXSpec-v1.txt
6596 action dmx.txt
6597 action doxygen.conf
6598 action doxygen.css
6599 action doxygen.foot
6600 action doxygen.head
6601 action scaled.sgml
6602 action scaled.txt
6604 src_dir programs/Xserver/hw/dmx/doc/html
6605 dst_dir xserver/xorg/hw/dmx/doc/html
6607 action annotated.html
6608 action ChkNotMaskEv_8c.html
6609 action ChkNotMaskEv_8h.html
6610 action ChkNotMaskEv_8h-source.html
6611 action classes.html
6612 action dmx_8h.html
6613 action dmx_8h-source.html
6614 action dmxarg_8c.html
6615 action dmxarg_8h.html
6616 action dmxarg_8h-source.html
6617 action dmxbackend_8c.html
6618 action dmxbackend_8h.html
6619 action dmxbackend_8h-source.html
6620 action dmxcb_8c.html
6621 action dmxcb_8h.html
6622 action dmxcb_8h-source.html
6623 action dmxclient_8h.html
6624 action dmxclient_8h-source.html
6625 action dmxcmap_8c.html
6626 action dmxcmap_8h.html
6627 action dmxcmap_8h-source.html
6628 action dmxcommon_8c.html
6629 action dmxcommon_8h.html
6630 action dmxcommon_8h-source.html
6631 action dmxcompat_8c.html
6632 action dmxcompat_8h.html
6633 action dmxcompat_8h-source.html
6634 action dmxconfig_8c.html
6635 action dmxconfig_8h.html
6636 action dmxconfig_8h-source.html
6637 action dmxconsole_8c.html
6638 action dmxconsole_8h.html
6639 action dmxconsole_8h-source.html
6640 action dmxcursor_8c.html
6641 action dmxcursor_8h.html
6642 action dmxcursor_8h-source.html
6643 action dmxdetach_8c.html
6644 action dmxdpms_8c.html
6645 action dmxdpms_8h.html
6646 action dmxdpms_8h-source.html
6647 action dmxdummy_8c.html
6648 action dmxdummy_8h.html
6649 action dmxdummy_8h-source.html
6650 action dmxeq_8c.html
6651 action dmxeq_8h.html
6652 action dmxeq_8h-source.html
6653 action dmxevents_8c.html
6654 action dmxevents_8h.html
6655 action dmxevents_8h-source.html
6656 action dmxext_8h.html
6657 action dmxext_8h-source.html
6658 action dmxextension_8c.html
6659 action dmxextension_8h.html
6660 action dmxextension_8h-source.html
6661 action dmxfont_8c.html
6662 action dmxfont_8h.html
6663 action dmxfont_8h-source.html
6664 action dmxgc_8c.html
6665 action dmxgc_8h.html
6666 action dmxgc_8h-source.html
6667 action dmxgcops_8c.html
6668 action dmxgcops_8h.html
6669 action dmxgcops_8h-source.html
6670 action dmx__glxvisuals_8h-source.html
6671 action dmxinit_8c.html
6672 action dmxinit_8h.html
6673 action dmxinit_8h-source.html
6674 action dmxinput_8c.html
6675 action dmxinput_8h.html
6676 action dmxinput_8h-source.html
6677 action dmxinputinit_8c.html
6678 action dmxinputinit_8h.html
6679 action dmxinputinit_8h-source.html
6680 action dmxlog_8c.html
6681 action dmxlog_8h.html
6682 action dmxlog_8h-source.html
6683 action dmxmap_8c.html
6684 action dmxmap_8h.html
6685 action dmxmap_8h-source.html
6686 action dmxmotion_8c.html
6687 action dmxmotion_8h.html
6688 action dmxmotion_8h-source.html
6689 action dmxparse_8c.html
6690 action dmxparse_8h.html
6691 action dmxparse_8h-source.html
6692 action dmxpict_8c.html
6693 action dmxpict_8h.html
6694 action dmxpict_8h-source.html
6695 action dmxpixmap_8c.html
6696 action dmxpixmap_8h.html
6697 action dmxpixmap_8h-source.html
6698 action dmxprint_8c.html
6699 action dmxprint_8h.html
6700 action dmxprint_8h-source.html
6701 action dmxprop_8c.html
6702 action dmxprop_8h.html
6703 action dmxprop_8h-source.html
6704 action dmxproto_8h.html
6705 action dmxproto_8h-source.html
6706 action dmxscrinit_8c.html
6707 action dmxscrinit_8h.html
6708 action dmxscrinit_8h-source.html
6709 action dmxshadow_8c.html
6710 action dmxshadow_8h.html
6711 action dmxshadow_8h-source.html
6712 action dmxsigio_8c.html
6713 action dmxsigio_8h.html
6714 action dmxsigio_8h-source.html
6715 action dmxstat_8c.html
6716 action dmxstat_8h.html
6717 action dmxstat_8h-source.html
6718 action dmxsync_8c.html
6719 action dmxsync_8h.html
6720 action dmxsync_8h-source.html
6721 action dmxvisual_8c.html
6722 action dmxvisual_8h.html
6723 action dmxvisual_8h-source.html
6724 action dmxwindow_8c.html
6725 action dmxwindow_8h.html
6726 action dmxwindow_8h-source.html
6727 action dmxxinput_8c.html
6728 action doxygen.css
6729 action doxygen.png
6730 action files.html
6731 action ftv2blank.png
6732 action ftv2doc.png
6733 action ftv2folderclosed.png
6734 action ftv2folderopen.png
6735 action ftv2lastnode.png
6736 action ftv2link.png
6737 action ftv2mlastnode.png
6738 action ftv2mnode.png
6739 action ftv2node.png
6740 action ftv2plastnode.png
6741 action ftv2pnode.png
6742 action ftv2vertline.png
6743 action functions.html
6744 action functions_vars.html
6745 action globals_defs.html
6746 action globals_enum.html
6747 action globals_eval.html
6748 action globals_func.html
6749 action globals.html
6750 action globals_type.html
6751 action globals_vars.html
6752 action index.html
6753 action lib_2dmx_2dmx_8c.html
6754 action lnx-keyboard_8c.html
6755 action lnx-keyboard_8h.html
6756 action lnx-keyboard_8h-source.html
6757 action lnx-ms_8c.html
6758 action lnx-ms_8h.html
6759 action lnx-ms_8h-source.html
6760 action lnx-ps2_8c.html
6761 action lnx-ps2_8h.html
6762 action lnx-ps2_8h-source.html
6763 action main.html
6764 action programs_2Xserver_2Xext_2dmx_8c.html
6765 action struct__dmxArg.html
6766 action struct__dmxColormapPriv.html
6767 action structDMXConfigCmdStruct.html
6768 action struct__DMXConfigComment.html
6769 action struct__DMXConfigDisplay.html
6770 action struct__DMXConfigEntry.html
6771 action struct__DMXConfigFullDim.html
6772 action structDMXConfigListStruct.html
6773 action struct__DMXConfigNumber.html
6774 action struct__DMXConfigOption.html
6775 action struct__DMXConfigPair.html
6776 action struct__DMXConfigParam.html
6777 action struct__DMXConfigPartDim.html
6778 action struct__DMXConfigString.html
6779 action struct__DMXConfigSub.html
6780 action struct__DMXConfigToken.html
6781 action struct__DMXConfigVirtual.html
6782 action struct__DMXConfigWall.html
6783 action struct__dmxCursorPriv.html
6784 action structDMXDesktopAttributes.html
6785 action structDMXDesktopAttributesRec.html
6786 action struct__DMXEventMap.html
6787 action struct__dmxFontPriv.html
6788 action struct__dmxGCPriv.html
6789 action structdmxGlxVisualPrivate.html
6790 action struct__dmxGlyphPriv.html
6791 action structDMXInputAttributes.html
6792 action structDMXInputAttributesRec.html
6793 action struct__DMXInputInfo.html
6794 action struct__DMXLocalInitInfo.html
6795 action struct__DMXLocalInputInfo.html
6796 action struct__dmxPictPriv.html
6797 action struct__dmxPixPriv.html
6798 action structDMXScreenAttributes.html
6799 action structDMXScreenAttributesRec.html
6800 action struct__DMXScreenInfo.html
6801 action struct__DMXStatAvg.html
6802 action struct__DMXStatInfo.html
6803 action structDMXWindowAttributes.html
6804 action structDMXWindowAttributesRec.html
6805 action struct__dmxWinPriv.html
6806 action struct__Event.html
6807 action struct__EventQueue.html
6808 action struct__myPrivate.html
6809 action structxDMXAddInputReply.html
6810 action structxDMXAddInputReq.html
6811 action structxDMXAddScreenReply.html
6812 action structxDMXAddScreenReq.html
6813 action structxDMXChangeDesktopAttributesReply.html
6814 action structxDMXChangeDesktopAttributesReq.html
6815 action structxDMXChangeScreensAttributesReply.html
6816 action structxDMXChangeScreensAttributesReq.html
6817 action structxDMXForceWindowCreationReply.html
6818 action structxDMXForceWindowCreationReq.html
6819 action structxDMXGetDesktopAttributesReply.html
6820 action structxDMXGetDesktopAttributesReq.html
6821 action structxDMXGetInputAttributesReply.html
6822 action structxDMXGetInputAttributesReq.html
6823 action structxDMXGetInputCountReply.html
6824 action structxDMXGetInputCountReq.html
6825 action structxDMXGetScreenAttributesReply.html
6826 action structxDMXGetScreenAttributesReq.html
6827 action structxDMXGetScreenCountReply.html
6828 action structxDMXGetScreenCountReq.html
6829 action structxDMXGetWindowAttributesReply.html
6830 action structxDMXGetWindowAttributesReq.html
6831 action structxDMXQueryVersionReply.html
6832 action structxDMXQueryVersionReq.html
6833 action structxDMXRemoveInputReply.html
6834 action structxDMXRemoveInputReq.html
6835 action structxDMXRemoveScreenReply.html
6836 action structxDMXRemoveScreenReq.html
6837 action structxDMXSyncReply.html
6838 action structxDMXSyncReq.html
6839 action tree.html
6840 action usb-common_8c.html
6841 action usb-common_8h.html
6842 action usb-common_8h-source.html
6843 action usb-keyboard_8c.html
6844 action usb-keyboard_8h.html
6845 action usb-keyboard_8h-source.html
6846 action usb-mouse_8c.html
6847 action usb-mouse_8h.html
6848 action usb-mouse_8h-source.html
6849 action usb-other_8c.html
6850 action usb-other_8h.html
6851 action usb-other_8h-source.html
6852 action usb-private_8h.html
6853 action usb-private_8h-source.html
6856 symlink_xserver_hw_dmx_examples() {
6857 src_dir programs/Xserver/hw/dmx/examples
6858 dst_dir xserver/xorg/hw/dmx/examples
6860 action dmxaddinput.c
6861 action dmxaddscreen.c
6862 action dmxreconfig.c
6863 action dmxresize.c
6864 action dmxrminput.c
6865 action dmxrmscreen.c
6866 action dmxwininfo.c
6867 action ev.c
6868 action evi.c
6869 action res.c
6870 action xbell.c
6871 action xdmx.c
6872 action xinput.c
6873 action xled.c
6874 action xtest.c
6877 symlink_xserver_hw_dmx_glxProxy() {
6878 src_dir programs/Xserver/hw/dmx/glxProxy
6879 dst_dir xserver/xorg/hw/dmx/glxProxy
6881 action compsize.c
6882 action g_disptab.c
6883 action g_disptab.h
6884 action g_renderswap.c
6885 action global.c
6886 action glxcmds.c
6887 action glxcmdsswap.c
6888 action glxcontext.h
6889 action glxdrawable.h
6890 action glxerror.h
6891 action glxext.c
6892 action glxext.h
6893 action glxfbconfig.c
6894 action glxfbconfig.h
6895 action glxscreens.c
6896 action glxscreens.h
6897 action glxserver.h
6898 action glxsingle.c
6899 action glxsingle.h
6900 action glxswap.c
6901 action glxswap.h
6902 action glxutil.c
6903 action glxutil.h
6904 action glxvendor.c
6905 action glxvendor.h
6906 action glxvisuals.c
6907 action glxvisuals.h
6908 action render2swap.c
6909 action renderpixswap.c
6910 action unpack.h
6913 symlink_xserver_hw_dmx_input() {
6914 src_dir programs/Xserver/hw/dmx/input
6915 dst_dir xserver/xorg/hw/dmx/input
6917 action ChkNotMaskEv.c
6918 action ChkNotMaskEv.h
6919 action dmxarg.c
6920 action dmxarg.h
6921 action dmxbackend.c
6922 action dmxbackend.h
6923 action dmxcommon.c
6924 action dmxcommon.h
6925 action dmxconsole.c
6926 action dmxconsole.h
6927 action dmxdetach.c
6928 action dmxdummy.c
6929 action dmxdummy.h
6930 action dmxeq.c
6931 action dmxeq.h
6932 action dmxevents.c
6933 action dmxevents.h
6934 action dmxinputinit.c
6935 action dmxinputinit.h
6936 action dmxmap.c
6937 action dmxmap.h
6938 action dmxmotion.c
6939 action dmxmotion.h
6940 action dmxsigio.c
6941 action dmxsigio.h
6942 action dmxxinput.c
6943 action lnx-keyboard.c
6944 action lnx-keyboard.h
6945 action lnx-ms.c
6946 action lnx-ms.h
6947 action lnx-ps2.c
6948 action lnx-ps2.h
6949 action usb-common.c
6950 action usb-common.h
6951 action usb-keyboard.c
6952 action usb-keyboard.h
6953 action usb-mouse.c
6954 action usb-mouse.h
6955 action usb-other.c
6956 action usb-other.h
6957 action usb-private.h
6960 # We skip most of Xserver/hw/sun since it's no longer maintained, but a
6961 # couple of files are useful still
6962 symlink_xserver_hw_sun() {
6963 src_dir programs/Xserver/hw/sun
6965 dst_dir xserver/xorg/hw/xfree86/utils/kbd_mode
6966 action kbd_mode.c sun-kbd_mode.c
6967 action kbd_mode.man sun-kbd_mode.man.pre
6969 dst_dir app/constype
6970 action constype.c
6971 action constype.man
6974 symlink_xserver_hw_vfb() {
6975 src_dir programs/Xserver/hw/vfb
6976 dst_dir xserver/xorg/hw/vfb
6978 action InitInput.c
6979 action InitOutput.c
6980 action lk201kbd.h
6982 action Xvfb.man Xvfb.1
6985 symlink_xserver_hw_xfree86_common() {
6986 src_dir programs/Xserver/hw/xfree86/common
6987 dst_dir xserver/xorg/hw/xfree86/common
6989 action atKeynames.h
6990 action compiler.h
6991 action fourcc.h
6992 action scoasm.h
6993 action xf86.h
6994 action xf86AutoConfig.c
6995 action xf86Bus.c
6996 action xf86Bus.h
6997 action xf86Config.c
6998 action xf86Config.h
6999 action xf86Configure.c
7000 action xf86Cursor.c
7001 action xf86DGA.c
7002 action xf86DPMS.c
7003 action xf86Debug.c
7004 action xf86DefModes.c
7005 action xf86DoProbe.c
7006 action xf86DoScanPci.c
7007 action xf86Events.c
7008 action xf86Globals.c
7009 action xf86Helper.c
7010 action xf86InPriv.h
7011 action xf86Init.c
7012 action xf86Io.c
7013 action xf86Kbd.c
7014 action xf86KbdBSD.c
7015 action xf86KbdLnx.c
7016 action xf86KbdMach.c
7017 action xf86Keymap.h
7018 action xf86MiscExt.c
7019 action xf86Mode.c
7020 action xf86Module.h
7021 action xf86Opt.h
7022 action xf86Option.c
7023 action xf86PM.c
7024 action xf86PciInfo.h
7025 action xf86Priv.h
7026 action xf86Privstr.h
7027 action xf86RandR.c
7028 action xf86Resources.h
7029 action xf86Versions.c
7030 action xf86VidMode.c
7031 action xf86XKB.c
7032 action xf86Xinput.c
7033 action xf86Xinput.h
7034 action xf86cmap.c
7035 action xf86cmap.h
7036 action xf86fbBus.c
7037 action xf86fbman.c
7038 action xf86fbman.h
7039 action xf86isaBus.c
7040 action xf86noBus.c
7041 action xf86pciBus.c
7042 action xf86pciBus.h
7043 action xf86sbusBus.c
7044 action xf86sbusBus.h
7045 action xf86str.h
7046 action xf86xv.c
7047 action xf86xv.h
7048 action xf86xvmc.c
7049 action xf86xvmc.h
7050 action xf86xvpriv.h
7051 action xisb.c
7052 action xisb.h
7053 action xorgHelper.c
7055 action modeline2c.pl
7057 src_dir programs/Xserver/hw/xfree86
7058 action xf86Date.h
7059 action xf86Version.h
7060 action xorgVersion.h
7063 symlink_xserver_hw_xfree86_ddc() {
7064 src_dir programs/Xserver/hw/xfree86/ddc
7065 dst_dir xserver/xorg/hw/xfree86/ddc
7067 action ddcPriv.h
7068 action ddcProperty.c
7069 action edid.c
7070 action edid.h
7071 action interpret_edid.c
7072 action interpret_vdif.c
7073 action print_edid.c
7074 action print_vdif.c
7075 action vdif.h
7076 action xf86DDC.c
7077 action xf86DDC.h
7079 action DDC.HOWTO
7082 symlink_xserver_hw_xfree86_doc() {
7084 # Docs generic to all Xservers in xserver-xorg module:
7085 src_dir programs/Xserver
7086 dst_dir xserver/xorg/doc
7087 action Xserver.man Xserver.man.pre
7089 src_dir programs/Xserver/hw/xfree86/doc
7090 dst_dir xserver/xorg/doc
7091 action smartsched
7093 # Docs specific to XFree86 DDX/Xorg server:
7095 src_dir programs/Xserver/hw/xfree86
7096 dst_dir xserver/xorg/hw/xfree86/doc/man
7098 action Xorg.man Xorg.man.pre
7099 action xorg.conf.man xorg.conf.man.pre
7101 dst_dir xserver/xorg/hw/xfree86/doc/devel
7102 action DebuggingHints
7103 action Domain.note
7104 action RAC.Notes
7105 action Registry
7107 dst_dir xserver/xorg/hw/xfree86/doc/changlogs
7108 action CHANGELOG
7109 action CHANGELOG.ND
7110 action CHANGELOG.R5
7112 src_dir programs/Xserver/hw/xfree86/doc
7113 dst_dir xserver/xorg/hw/xfree86/doc/devel
7114 action exa-driver.txt
7116 src_dir programs/Xserver/hw/xfree86/doc/sgml
7117 dst_dir xserver/xorg/hw/xfree86/doc/sgml
7118 action DESIGN.sgml
7120 # Docs about the entire Xorg distribution:
7122 dst_dir doc/old/sgml
7123 action Darwin.sgml
7124 action Install.sgml
7125 action LICENSE.sgml
7126 action LynxOS.sgml
7127 action NetBSD.sgml
7128 action OS2Notes.sgml
7129 action OpenBSD.sgml
7130 action README.sgml
7131 action RELNOTES.sgml
7132 action SCO.sgml
7133 action Solaris.sgml
7134 action Versions.sgml
7135 action XKB-Config.sgml
7136 action XKB-Enhancing.sgml
7137 action dps.sgml
7138 action fonts.sgml
7139 action index.post
7140 action index.pre
7142 # Entity files and scripts needed for all sgml docs:
7144 dst_dir doc/xorg-sgml-doctools
7145 action add.sh
7146 action defs.ent
7147 action mdefs.cpp mdefs.pre
7149 # Driver-specific docs:
7151 dst_dir driver/xf86-video-tga
7152 action DECtga.sgml README.sgml
7154 dst_dir driver/xf86-video-i128
7155 action I128.sgml README.sgml
7157 dst_dir driver/xf86-video-sis
7158 action SiS.sgml README.sgml
7160 dst_dir driver/xf86-video-apm
7161 action apm.sgml README.sgml
7163 dst_dir driver/xf86-video-ati
7164 action ati.sgml README.ati.sgml
7165 action r128.sgml README.r128.sgml
7167 dst_dir driver/xf86-video-chips
7168 action chips.sgml README.sgml
7170 dst_dir driver/xf86-video-cyrix
7171 action cyrix.sgml README.sgml
7173 dst_dir driver/xf86-video-i740
7174 action i740.sgml README.sgml
7176 dst_dir driver/xf86-video-i810
7177 action i810.sgml README.sgml
7179 dst_dir driver/xf86-input-mouse
7180 action mouse.sgml README.sgml
7182 dst_dir driver/xf86-video-newport
7183 action newport.sgml README.sgml
7185 dst_dir driver/xf86-video-rendition
7186 action rendition.sgml README.sgml
7188 dst_dir driver/xf86-video-s3virge
7189 action s3virge.sgml README.sgml
7192 symlink_xserver_hw_xfree86_etc() {
7193 src_dir programs/Xserver/hw/xfree86/etc
7195 dst_dir xserver/xorg/hw/xfree86/common
7196 action vesamodes
7197 action extramodes
7199 dst_dir xserver/xorg/hw/xfree86/utils/ioport
7200 action ioport.c
7202 dst_dir xserver/xorg/hw/xfree86/utils/kbd_mode
7203 action kbd_mode.c bsd-kbd_mode.c
7204 action kbd_mode.man bsd-kbd_mode.man.pre
7206 dst_dir xserver/xorg/hw/xfree86/utils/pcitweak
7207 action pcitweak.c
7208 action pcitweak.man pcitweak.man.pre
7210 dst_dir xserver/xorg/hw/xfree86/os-support/solaris
7211 action apSolaris.shar
7215 symlink_xserver_hw_xfree86_x86emu() {
7216 src_dir extras/x86emu/include
7217 dst_dir xserver/xorg/hw/xfree86/x86emu
7219 action x86emu.h
7221 src_dir extras/x86emu/src/x86emu
7223 action debug.c
7224 action decode.c
7225 action fpu.c
7226 action ops2.c
7227 action ops.c
7228 action prim_ops.c
7229 action sys.c
7230 action validate.c
7232 dst_dir xserver/xorg/hw/xfree86/x86emu/x86emu
7233 src_dir extras/x86emu/include/x86emu
7235 action fpu_regs.h
7236 action regs.h
7237 action types.h
7239 src_dir extras/x86emu/src/x86emu/x86emu
7241 action debug.h
7242 action decode.h
7243 action fpu.h
7244 action ops.h
7245 action prim_asm.h
7246 action prim_ops.h
7247 action x86emui.h
7251 symlink_xserver_hw_xfree86_dixmods() {
7252 dst_dir xserver/xorg/hw/xfree86/dixmods
7254 src_dir programs/Xserver/GL
7255 action glxmodule.c
7257 src_dir programs/Xserver/GL/mesa/GLcore
7258 action GLcoremodule.c
7260 src_dir programs/Xserver/afb
7261 action afbmodule.c
7263 src_dir lib/font/bitmap/module
7264 action bitmapmod.c
7266 src_dir lib/font/FreeType/module
7267 action ftmodule.c
7269 src_dir lib/font/Type1/module
7270 action type1mod.c
7272 src_dir programs/Xserver/cfb
7273 action cfbmodule.c
7275 src_dir programs/Xserver/cfb16
7276 action cfbmodule.c cfb16module.c
7278 src_dir programs/Xserver/cfb24
7279 action cfbmodule.c cfb24module.c
7281 src_dir programs/Xserver/cfb32
7282 action cfbmodule.c cfb32module.c
7284 src_dir programs/Xserver/dbe
7285 action dbemodule.c
7287 src_dir programs/Xserver/fb
7288 action fbmodule.c
7290 src_dir programs/Xserver/miext/layer
7291 action laymodule.c
7293 src_dir programs/Xserver/miext/shadow
7294 action shmodule.c
7296 src_dir programs/Xserver/mfb
7297 action mfbmodule.c
7299 src_dir programs/Xserver/record
7300 action recordmod.c
7303 symlink_xserver_hw_xfree86_dummylib() {
7304 src_dir programs/Xserver/hw/xfree86/dummylib
7305 dst_dir xserver/xorg/hw/xfree86/dummylib
7307 action README
7308 action dummylib.h
7309 action fatalerror.c
7310 action getvalidbios.c
7311 action logvwrite.c
7312 action pcitestmulti.c
7313 action verrorf.c
7314 action xalloc.c
7315 action xf86addrestolist.c
7316 action xf86allocscripi.c
7317 action xf86drvmsg.c
7318 action xf86drvmsgverb.c
7319 action xf86errorf.c
7320 action xf86errorfverb.c
7321 action xf86getpagesize.c
7322 action xf86getverb.c
7323 action xf86info.c
7324 action xf86msg.c
7325 action xf86msgverb.c
7326 action xf86opt.c
7327 action xf86screens.c
7328 action xf86servisinit.c
7329 action xf86verbose.c
7331 src_dir lib/misc
7332 action strlcat.c
7333 action strlcpy.c
7336 symlink_xserver_hw_xfree86_exa() {
7337 src_dir programs/Xserver/hw/xfree86/exa
7338 dst_dir xserver/xorg/hw/xfree86/exa
7340 action exaasync.c
7341 action exa.c
7342 action exa.h
7343 action exaoffscreen.c
7344 action exapict.c
7345 action exaPriv.h
7348 symlink_xserver_hw_xfree86_fbdevhw() {
7349 src_dir programs/Xserver/hw/xfree86/fbdevhw
7350 dst_dir xserver/xorg/hw/xfree86/fbdevhw
7352 action fbdevhw.c
7353 action fbdevhw.h
7354 action fbdevhwstub.c
7355 action fbpriv.h
7356 action README
7357 action fbdevhw.man fbdevhw.man.pre
7360 symlink_xserver_hw_xfree86_getconfig() {
7361 src_dir programs/Xserver/hw/xfree86/getconfig
7362 dst_dir xserver/xorg/hw/xfree86/getconfig
7364 action cfg.man cfg.man.pre
7365 action cfg.sample
7366 action getconfig.man getconfig.man.pre
7367 action getconfig.pl
7368 action getconfig.sh getconfig
7369 action xorg.cfg
7372 symlink_xserver_hw_xfree86_i2c() {
7373 src_dir programs/Xserver/hw/xfree86/i2c
7374 dst_dir xserver/xorg/hw/xfree86/i2c
7376 action xf86i2c.c
7377 action xf86i2c.h
7378 action xf86i2cmodule.c
7380 src_dir programs/Xserver/hw/xfree86/drivers/i2c
7381 dst_dir xserver/xorg/hw/xfree86/i2c
7383 action i2c_def.h
7385 action bt829.c
7386 action bt829.h
7387 action bt829_module.c
7389 action fi1236.c
7390 action fi1236.h
7391 action fi1236_module.c
7393 action msp3430.c
7394 action msp3430.h
7395 action msp3430_module.c
7397 action tda8425.c
7398 action tda8425.h
7399 action tda8425_module.c
7401 action tda9850.c
7402 action tda9850.h
7403 action tda9850_module.c
7405 action tda9885.c
7406 action tda9885.h
7407 action tda9885_module.c
7409 action uda1380.c
7410 action uda1380.h
7411 action uda1380_module.c
7414 symlink_xserver_hw_xfree86_int10() {
7415 src_dir programs/Xserver/hw/xfree86/int10
7416 dst_dir xserver/xorg/hw/xfree86/int10
7418 action generic.c
7419 action helper_exec.c
7420 action helper_mem.c
7421 action pci.c
7422 action stub.c
7423 action x86emu.c
7424 action xf86int10.c
7425 action xf86int10.h
7426 action xf86int10module.c
7427 action xf86x86emu.c
7428 action xf86x86emu.h
7429 action INT10.HOWTO
7432 symlink_xserver_hw_xfree86_loader() {
7433 src_dir programs/Xserver/hw/xfree86/loader
7434 dst_dir xserver/xorg/hw/xfree86/loader
7436 action SparcMulDiv.S
7437 action aout.h
7438 action aoutloader.c
7439 action aoutloader.h
7440 action ar.h
7441 action coff.h
7442 action coffloader.c
7443 action coffloader.h
7444 action dixsym.c
7445 action dlloader.c
7446 action dlloader.h
7447 action elf.h
7448 action elfloader.c
7449 action elfloader.h
7450 action extsym.c
7451 action fontsym.c
7452 action hash.c
7453 action hash.h
7454 action loader.c
7455 action loader.h
7456 action loaderProcs.h
7457 action loadext.c
7458 action loadfont.c
7459 action loadmod.c
7460 action misym.c
7461 action os.c
7462 action os2funcs.c
7463 action sym.h
7464 action xf86sym.c
7467 symlink_xserver_hw_xfree86_ossupport() {
7468 src_dir programs/Xserver/hw/xfree86/os-support
7469 dst_dir xserver/xorg/hw/xfree86/os-support
7471 action assyntax.h
7472 action int10Defines.h
7473 action xf86OSKbd.h
7474 action xf86OSmouse.h
7475 action xf86OSpriv.h
7476 action xf86_OSlib.h
7477 action xf86_OSproc.h
7478 action xf86_ansic.h
7479 action xf86_libc.h
7480 action xf86drm.h
7481 action xf86drmCompat.h
7483 action README.OS-lib
7486 symlink_xserver_hw_xfree86_ossupport_bsd() {
7487 src_dir programs/Xserver/hw/xfree86/os-support/bsd
7488 dst_dir xserver/xorg/hw/xfree86/os-support/bsd
7490 action alpha_video.c
7491 action arm_video.c
7492 action bsdResource.c
7493 action bsd_KbdMap.c
7494 action bsd_VTsw.c
7495 action bsd_apm.c
7496 action bsd_axp.c
7497 action bsd_ev56.c
7498 action bsd_init.c
7499 action bsd_io.c
7500 action bsd_jstk.c
7501 action bsd_kbd.c
7502 action bsd_kbd.h
7503 action bsd_kmod.c
7504 action bsd_kqueue_apm.c
7505 action bsd_mouse.c
7506 action i386_video.c
7507 action memrange.h
7508 action ppc_video.c
7509 action sparc64_video.c
7512 symlink_xserver_hw_xfree86_ossupport_bsd_libusb() {
7513 src_dir programs/Xserver/hw/xfree86/os-support/bsd/libusb
7514 dst_dir xserver/xorg/hw/xfree86/os-support/bsd/libusb
7516 action data.c
7517 action descr.c
7518 action parse.c
7519 action usage.c
7520 action usb.h
7521 action usbvar.h
7524 symlink_xserver_hw_xfree86_ossupport_bsdi() {
7525 src_dir programs/Xserver/hw/xfree86/os-support/bsdi
7526 dst_dir xserver/xorg/hw/xfree86/os-support/bsdi
7528 action bsdi_init.c
7529 action bsdi_io.c
7530 action bsdi_mouse.c
7531 action bsdi_video.c
7534 symlink_xserver_hw_xfree86_ossupport_bus() {
7535 src_dir programs/Xserver/hw/xfree86/os-support/bus
7536 dst_dir xserver/xorg/hw/xfree86/os-support/bus
7538 action 460gxPCI.c
7539 action 460gxPCI.h
7540 action Pci.c
7541 action Pci.h
7542 action Sbus.c
7543 action altixPCI.c
7544 action altixPCI.h
7545 action axpPci.c
7546 action e8870PCI.c
7547 action e8870PCI.h
7548 action freebsdPci.c
7549 action ix86Pci.c
7550 action linuxPci.c
7551 action netbsdPci.c
7552 action ppcPci.c
7553 action sparcPci.c
7554 action xf86Pci.h
7555 action xf86Sbus.h
7556 action zx1PCI.c
7557 action zx1PCI.h
7560 symlink_xserver_hw_xfree86_ossupport_dgux() {
7561 src_dir programs/Xserver/hw/xfree86/os-support/dgux
7562 dst_dir xserver/xorg/hw/xfree86/os-support/dgux
7564 action bios_DGmmap.c
7565 action dgux_init.c
7566 action dgux_io.c
7567 action dgux_kbd.c
7568 action dgux_kbdEv.c
7569 action dgux_tty.c
7570 action dgux_video.c
7573 symlink_xserver_hw_xfree86_ossupport_drm() {
7574 src_dir programs/Xserver/hw/xfree86/os-support/linux/drm
7575 dst_dir xserver/xorg/hw/xfree86/os-support/drm
7577 action drmmodule.c
7578 action xf86drm.c
7579 action xf86drmHash.c
7580 action xf86drmRandom.c
7581 action xf86drmSL.c
7584 symlink_xserver_hw_xfree86_ossupport_hurd() {
7585 src_dir programs/Xserver/hw/xfree86/os-support/hurd
7586 dst_dir xserver/xorg/hw/xfree86/os-support/hurd
7588 action bios_mmap.c
7589 action hurd_init.c
7590 action hurd_io.c
7591 action hurd_mouse.c
7592 action hurd_video.c
7595 symlink_xserver_hw_xfree86_ossupport_linux() {
7596 src_dir programs/Xserver/hw/xfree86/os-support/linux
7597 dst_dir xserver/xorg/hw/xfree86/os-support/linux
7599 action agpgart.h
7600 action lnx.h
7601 action lnxResource.c
7602 action lnx_KbdMap.c
7603 action lnx_acpi.c
7604 action lnx_agp.c
7605 action lnx_apm.c
7606 action lnx_axp.c
7607 action lnx_ev56.c
7608 action lnx_font.c
7609 action lnx_ia64.c
7610 action lnx_init.c
7611 action lnx_io.c
7612 action lnx_jstk.c
7613 action lnx_kbd.c
7614 action lnx_kbd.h
7615 action lnx_kmod.c
7616 action lnx_mouse.c
7617 action lnx_pci.c
7618 action lnx_video.c
7621 symlink_xserver_hw_xfree86_ossupport_linux_int10() {
7622 src_dir programs/Xserver/hw/xfree86/os-support/linux/int10
7623 dst_dir xserver/xorg/hw/xfree86/os-support/linux/int10
7625 action linux.c
7628 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86() {
7629 src_dir programs/Xserver/hw/xfree86/os-support/linux/int10/vm86
7630 dst_dir xserver/xorg/hw/xfree86/os-support/linux/int10/vm86
7632 action linux_vm86.c
7635 symlink_xserver_hw_xfree86_ossupport_lynxos() {
7636 src_dir programs/Xserver/hw/xfree86/os-support/lynxos
7637 dst_dir xserver/xorg/hw/xfree86/os-support/lynxos
7639 action lynx_init.c
7640 action lynx_io.c
7641 action lynx_mmap.c
7642 action lynx_mouse.c
7643 action lynx_noinline.c
7644 action lynx_ppc.c
7645 action lynx_video.c
7648 symlink_xserver_hw_xfree86_ossupport_misc() {
7649 src_dir programs/Xserver/hw/xfree86/os-support/misc
7650 dst_dir xserver/xorg/hw/xfree86/os-support/misc
7652 action BUSmemcpy.c
7653 action Delay.c
7654 action IODelay.c
7655 action SlowBcopy.c
7656 action xf86_IlHack.c
7657 action xf86_Util.c
7660 symlink_xserver_hw_xfree86_ossupport_nto() {
7661 src_dir programs/Xserver/hw/xfree86/os-support/nto
7662 dst_dir xserver/xorg/hw/xfree86/os-support/nto
7664 action nto_init.c
7665 action nto_io.c
7666 action nto_ioperm.c
7667 action nto_kbdEv.c
7668 action nto_mouse.c
7669 action nto_video.c
7672 symlink_xserver_hw_xfree86_ossupport_os2() {
7673 src_dir programs/Xserver/hw/xfree86/os-support/os2
7674 dst_dir xserver/xorg/hw/xfree86/os-support/os2
7676 action os2_VTsw.c
7677 action os2_bios.c
7678 action os2_diag.c
7679 action os2_init.c
7680 action os2_io.c
7681 action os2_ioperm.c
7682 action os2_kbd.c
7683 action os2_kbdEv.c
7684 action os2_mouse.c
7685 action os2_select.c
7686 action os2_select.h
7687 action os2_serial.c
7688 action os2_stubs.c
7689 action os2_video.c
7690 action README
7693 symlink_xserver_hw_xfree86_ossupport_os2_int10() {
7694 src_dir programs/Xserver/hw/xfree86/os-support/os2/int10
7695 dst_dir xserver/xorg/hw/xfree86/os-support/os2/int10
7697 action os2.c
7700 symlink_xserver_hw_xfree86_ossupport_pmax() {
7701 src_dir programs/Xserver/hw/xfree86/os-support/pmax
7702 dst_dir xserver/xorg/hw/xfree86/os-support/pmax
7704 action pmax_devs.c
7705 action pmax_init.c
7706 action pmax_map.c
7707 action pmax_mouse.c
7708 action pmax_pci.c
7709 action pmax_ppc.c
7712 symlink_xserver_hw_xfree86_ossupport_qnx4() {
7713 src_dir programs/Xserver/hw/xfree86/os-support/qnx4
7714 dst_dir xserver/xorg/hw/xfree86/os-support/qnx4
7716 action qnx_VTsw.c
7717 action qnx_init.c
7718 action qnx_io.c
7719 action qnx_kbd.c
7720 action qnx_mouse.c
7721 action qnx_select.c
7722 action qnx_utils.c
7723 action qnx_video.c
7726 symlink_xserver_hw_xfree86_ossupport_sco() {
7727 src_dir programs/Xserver/hw/xfree86/os-support/sco
7728 dst_dir xserver/xorg/hw/xfree86/os-support/sco
7730 action VTsw_sco.c
7731 action sco_init.c
7732 action sco_io.c
7733 action sco_iop.c
7734 action sco_mouse.c
7735 action sco_video.c
7738 symlink_xserver_hw_xfree86_ossupport_shared() {
7739 src_dir programs/Xserver/hw/xfree86/os-support/shared
7740 dst_dir xserver/xorg/hw/xfree86/os-support/shared
7742 action VTsw_noop.c
7743 action VTsw_usl.c
7744 action agp_noop.c
7745 action at_scancode.c
7746 action bios_devmem.c
7747 action bios_mmap.c
7748 action ia64Pci.c
7749 action ia64Pci.h
7750 action ioperm_noop.c
7751 action kbd.c
7752 action kmod_noop.c
7753 action libc_wrapper.c
7754 action pm_noop.c
7755 action posix_tty.c
7756 action sigio.c
7757 action sigiostubs.c
7758 action stdPci.c
7759 action stdResource.c
7760 action std_kbdEv.c
7761 action sysv_kbd.c
7762 action vidmem.c
7763 action xf86Axp.c
7764 action xf86Axp.h
7767 symlink_xserver_hw_xfree86_ossupport_sunos() {
7768 src_dir programs/Xserver/hw/xfree86/os-support/sunos
7769 dst_dir xserver/xorg/hw/xfree86/os-support/solaris
7771 action sun_agp.c
7772 action agpgart.h
7773 action sun_bios.c
7774 action sun_init.c
7775 action sun_io.c
7776 action sun_kbd.h
7777 action sun_kbd.c
7778 action sun_kbdEv.c
7779 action sun_mouse.c
7780 action sun_vid.c
7781 action solaris-amd64.S
7782 action solaris-ia32.S
7783 action solaris-sparcv8plus.S
7786 symlink_xserver_hw_xfree86_ossupport_sysv() {
7787 src_dir programs/Xserver/hw/xfree86/os-support/sysv
7788 dst_dir xserver/xorg/hw/xfree86/os-support/sysv
7790 action sysv_init.c
7791 action sysv_io.c
7792 action sysv_mouse.c
7793 action sysv_video.c
7794 action xqueue.c
7795 action xqueue.h
7798 symlink_xserver_hw_xfree86_parser() {
7799 src_dir programs/Xserver/hw/xfree86/parser
7800 dst_dir xserver/xorg/hw/xfree86/parser
7802 action Configint.h
7803 action DRI.c
7804 action Device.c
7805 action Extensions.c
7806 action Files.c
7807 action Flags.c
7808 action Input.c
7809 action Keyboard.c
7810 action Layout.c
7811 action Module.c
7812 action Monitor.c
7813 action Pointer.c
7814 action Screen.c
7815 action Vendor.c
7816 action Video.c
7817 action configProcs.h
7818 action cpconfig.c
7819 action read.c
7820 action scan.c
7821 action write.c
7822 action xf86Optrec.h
7823 action xf86Parser.h
7824 action xf86tokens.h
7827 symlink_xserver_hw_xfree86_rac() {
7828 src_dir programs/Xserver/hw/xfree86/rac
7829 dst_dir xserver/xorg/hw/xfree86/rac
7831 action xf86RAC.c
7832 action xf86RAC.h
7833 action xf86RACmodule.c
7836 symlink_xserver_hw_xfree86_ramdac() {
7837 src_dir programs/Xserver/hw/xfree86/ramdac
7838 dst_dir xserver/xorg/hw/xfree86/ramdac
7840 action BT.c
7841 action BT.h
7842 action BTPriv.h
7843 action IBM.c
7844 action IBM.h
7845 action IBMPriv.h
7846 action TI.c
7847 action TI.h
7848 action TIPriv.h
7849 action xf86Cursor.c
7850 action xf86Cursor.h
7851 action xf86CursorPriv.h
7852 action xf86HWCurs.c
7853 action xf86RamDac.c
7854 action xf86RamDac.h
7855 action xf86RamDacCmap.c
7856 action xf86RamDacMod.c
7857 action xf86RamDacPriv.h
7859 action CURSOR.NOTES
7862 symlink_xserver_hw_xfree86_scanpci() {
7863 src_dir programs/Xserver/hw/xfree86/scanpci
7864 dst_dir xserver/xorg/hw/xfree86/scanpci
7866 action xf86PciData.h
7867 action xf86PciStdIds.h
7868 action xf86PciStr.h
7869 action xf86ScanPci.c
7870 action xf86ScanPci.h
7872 action pciid2c.pl
7874 src_dir programs/Xserver/hw/xfree86/etc
7875 action pci.ids
7876 action extrapci.ids
7878 dst_dir xserver/xorg/hw/xfree86/utils/scanpci
7879 action scanpci.c
7880 action scanpci.man scanpci.man.pre
7883 symlink_xserver_hw_xfree86_shadowfb() {
7884 src_dir programs/Xserver/hw/xfree86/shadowfb
7885 dst_dir xserver/xorg/hw/xfree86/shadowfb
7887 action sfbmodule.c
7888 action shadow.c
7889 action shadowfb.h
7892 symlink_xserver_hw_xfree86_vbe() {
7893 src_dir programs/Xserver/hw/xfree86/vbe
7894 dst_dir xserver/xorg/hw/xfree86/vbe
7896 action vbe.c
7897 action vbe.h
7898 action vbeModes.c
7899 action vbeModes.h
7900 action vbe_module.c
7903 symlink_xserver_hw_xfree86_vgahw() {
7904 src_dir programs/Xserver/hw/xfree86/vgahw
7905 dst_dir xserver/xorg/hw/xfree86/vgahw
7907 action vgaCmap.c
7908 action vgaHW.c
7909 action vgaHW.h
7910 action vgaHWmodule.c
7913 symlink_xserver_hw_xfree86_xaa() {
7914 src_dir programs/Xserver/hw/xfree86/xaa
7915 dst_dir xserver/xorg/hw/xfree86/xaa
7917 action xaa.h
7918 action xaaBitBlt.c
7919 action xaaBitOrder.c
7920 action xaaBitmap.c
7921 action xaaCpyArea.c
7922 action xaaCpyPlane.c
7923 action xaaCpyWin.c
7924 action xaaDashLine.c
7925 action xaaFallback.c
7926 action xaaFillArc.c
7927 action xaaFillPoly.c
7928 action xaaFillRect.c
7929 action xaaGC.c
7930 action xaaGCmisc.c
7931 action xaaImage.c
7932 action xaaInit.c
7933 action xaaInitAccel.c
7934 action xaaLine.c
7935 action xaaLineMisc.c
7936 action xaaNonTEGlyph.c
7937 action xaaNonTEText.c
7938 action xaaOffscreen.c
7939 action xaaOverlay.c
7940 action xaaOverlayDF.c
7941 action xaaPCache.c
7942 action xaaPaintWin.c
7943 action xaaPict.c
7944 action xaaROP.c
7945 action xaaRect.c
7946 action xaaSpans.c
7947 action xaaStateChange.c
7948 action xaaStipple.c
7949 action xaaTEGlyph.c
7950 action xaaTEText.c
7951 action xaaTables.c
7952 action xaaWideLine.c
7953 action xaaWrapper.c
7954 action xaaWrapper.h
7955 action xaacexp.h
7956 action xaalocal.h
7957 action xaarop.h
7958 action xaawrap.h
7960 action XAA.HOWTO
7963 symlink_xserver_hw_xfree86_xf1bpp() {
7964 src_dir programs/Xserver/hw/xfree86/xf1bpp
7965 dst_dir xserver/xorg/hw/xfree86/xf1bpp
7967 action mfbmap.h
7968 action mfbmodule.c
7969 action mfbunmap.h
7970 action xf1bpp.h
7971 action mfbmap.sh
7972 action mfbunmap.sh
7975 symlink_xserver_hw_xfree86_xf4bpp() {
7976 src_dir programs/Xserver/hw/xfree86/xf4bpp
7977 dst_dir xserver/xorg/hw/xfree86/xf4bpp
7979 action OScompiler.h
7980 action emulOpStip.c
7981 action emulRepAre.c
7982 action emulTile.c
7983 action ibmTrace.h
7984 action mfbbres.c
7985 action mfbbresd.c
7986 action mfbfillarc.c
7987 action mfbhrzvert.c
7988 action mfbimggblt.c
7989 action mfbline.c
7990 action mfbzerarc.c
7991 action offscreen.c
7992 action ppcArea.c
7993 action ppcBStore.c
7994 action ppcCReduce.c
7995 action ppcClip.c
7996 action ppcCpArea.c
7997 action ppcDepth.c
7998 action ppcFillRct.c
7999 action ppcGC.c
8000 action ppcGCstr.h
8001 action ppcGetSp.c
8002 action ppcIO.c
8003 action ppcImg.c
8004 action ppcPixFS.c
8005 action ppcPixmap.c
8006 action ppcPntWin.c
8007 action ppcPolyPnt.c
8008 action ppcPolyRec.c
8009 action ppcQuery.c
8010 action ppcRslvC.c
8011 action ppcSetSp.c
8012 action ppcSpMcro.h
8013 action ppcWinFS.c
8014 action ppcWindow.c
8015 action vgaBitBlt.c
8016 action vgaGC.c
8017 action vgaImages.c
8018 action vgaReg.h
8019 action vgaSolid.c
8020 action vgaStipple.c
8021 action vgaVideo.h
8022 action vgamodule.c
8023 action wm3.c
8024 action wm3.h
8025 action xf4bpp.h
8027 action NOTES
8030 symlink_xserver_hw_xfree86_xf8_16bpp() {
8031 src_dir programs/Xserver/hw/xfree86/xf8_16bpp
8032 dst_dir xserver/xorg/hw/xfree86/xf8_16bpp
8034 action cfb8_16.h
8035 action cfb8_16module.c
8036 action cfbscrinit.c
8037 action cfbwindow.c
8040 symlink_xserver_hw_xfree86_xf8_32bpp() {
8041 src_dir programs/Xserver/hw/xfree86/xf8_32bpp
8042 dst_dir xserver/xorg/hw/xfree86/xf8_32bpp
8044 action cfb8_32.h
8045 action cfb8_32module.c
8046 action cfbbstore.c
8047 action cfbcpyarea.c
8048 action cfbcpyplane.c
8049 action cfbgc.c
8050 action cfbgcmisc.c
8051 action cfbgcunder.c
8052 action cfbimage.c
8053 action cfbpntwin.c
8054 action cfbscrinit.c
8055 action cfbwindow.c
8056 action xf86overlay.c
8059 symlink_xserver_hw_xfree86_xf8_32wid() {
8060 src_dir programs/Xserver/hw/xfree86/xf8_32wid
8061 dst_dir xserver/xorg/hw/xfree86/xf8_32wid
8063 action cfb8_32wid.h
8064 action cfb8_32widmodule.c
8065 action cfbscrinit.c
8066 action cfbwid.c
8067 action cfbwindow.c
8070 symlink_xserver_hw_xfree86_xf86cfg() {
8071 src_dir programs/Xserver/hw/xfree86/xf86cfg
8072 dst_dir xserver/xorg/hw/xfree86/utils/xorgcfg
8074 action TODO
8075 action XOrgCfg.cpp XOrgCfg.pre
8076 action accessx.c
8077 action card-cfg.c
8078 action card-cfg.h
8079 action card.xbm
8080 action card.xpm
8081 action cards.c
8082 action cards.h
8083 action computer.xpm
8084 action config.c
8085 action config.h
8086 action down.xbm
8087 action expert.c
8088 action help.c
8089 action help.h
8090 action interface.c
8091 action keyboard-cfg.c
8092 action keyboard-cfg.h
8093 action keyboard.xbm
8094 action keyboard.xpm
8095 action left.xbm
8096 action loader.c
8097 action loader.h
8098 action loadmod.c
8099 action monitor-cfg.c
8100 action monitor-cfg.h
8101 action monitor.xbm
8102 action monitor.xpm
8103 action mouse-cfg.c
8104 action mouse-cfg.h
8105 action mouse.xbm
8106 action mouse.xpm
8107 action narrower.xbm
8108 action options.c
8109 action options.h
8110 action right.xbm
8111 action screen-cfg.c
8112 action screen-cfg.h
8113 action screen.c
8114 action screen.h
8115 action shorter.xbm
8116 action startx.c
8117 action stubs.c
8118 action stubs.h
8119 action taller.xbm
8120 action text-mode.c
8121 action up.xbm
8122 action vidmode.c
8123 action vidmode.h
8124 action wider.xbm
8125 action xf86config.c
8126 action xf86config.h
8127 action xorgcfg.man xorgcfg.man.pre
8131 symlink_xserver_hw_xfree86_xf86config() {
8132 src_dir programs/Xserver/hw/xfree86/xf86config
8133 dst_dir xserver/xorg/hw/xfree86/utils/xorgconfig
8135 action Cards
8136 action Cards98
8137 action cards.c
8138 action cards.h
8139 action xorgconfig.c
8140 action xorgconfig.man xorgconfig.man.pre
8143 symlink_xserver_hw_xnest() {
8144 src_dir programs/Xserver/hw/xnest
8145 dst_dir xserver/xorg/hw/xnest
8147 action Args.c
8148 action Args.h
8149 action Color.c
8150 action Color.h
8151 action Cursor.c
8152 action Display.c
8153 action Display.h
8154 action Drawable.h
8155 action Events.c
8156 action Events.h
8157 action Font.c
8158 action GC.c
8159 action GCOps.c
8160 action GCOps.h
8161 action GetTime.c
8162 action Handlers.c
8163 action Handlers.h
8164 action Init.c
8165 action Init.h
8166 action Keyboard.c
8167 action Keyboard.h
8168 action Pixmap.c
8169 action Pointer.c
8170 action Pointer.h
8171 action Screen.c
8172 action Screen.h
8173 action TestExt.c
8174 action Visual.c
8175 action Visual.h
8176 action Window.c
8177 action XNCursor.h
8178 action XNFont.h
8179 action XNGC.h
8180 action XNPixmap.h
8181 action XNWindow.h
8182 action Xnest.h
8183 action icon
8184 action os2Stub.c
8185 action screensaver
8187 action Xnest.man Xnest.man.pre
8190 symlink_xserver_hw_xwin() {
8191 src_dir programs/Xserver/hw/xwin
8192 dst_dir xserver/xorg/hw/xwin
8194 action InitInput.c
8195 action InitOutput.c
8196 action ddraw.h
8197 action win.h
8198 action winallpriv.c
8199 action winauth.c
8200 action winblock.c
8201 action winclip.c
8202 action winclipboard.h
8203 action winclipboardinit.c
8204 action winclipboardtextconv.c
8205 action winclipboardthread.c
8206 action winclipboardunicode.c
8207 action winclipboardwndproc.c
8208 action winclipboardwrappers.c
8209 action winclipboardxevents.c
8210 action wincmap.c
8211 action winconfig.c
8212 action winconfig.h
8213 action wincreatewnd.c
8214 action wincursor.c
8215 action windialogs.c
8216 action winengine.c
8217 action winerror.c
8218 action winfillsp.c
8219 action winfont.c
8220 action wingc.c
8221 action wingetsp.c
8222 action winglobals.c
8223 action winkeybd.c
8224 action winkeybd.h
8225 action winkeyhook.c
8226 action winkeymap.h
8227 action winkeynames.h
8228 action winlayouts.h
8229 action winmessages.h
8230 action winmisc.c
8231 action winmouse.c
8232 action winms.h
8233 action winmsg.c
8234 action winmsg.h
8235 action winmultiwindowclass.c
8236 action winmultiwindowclass.h
8237 action winmultiwindowicons.c
8238 action winmultiwindowshape.c
8239 action winmultiwindowwindow.c
8240 action winmultiwindowwm.c
8241 action winmultiwindowwndproc.c
8242 action winnativegdi.c
8243 action winpfbdd.c
8244 action winpixmap.c
8245 action winpntwin.c
8246 action winpolyline.c
8247 action winprefs.c
8248 action winprefs.h
8249 action winprefsyacc.y
8250 action winprefslex.l
8251 action winpriv.c
8252 action winpriv.h
8253 action winprocarg.c
8254 action winpushpxl.c
8255 action winrandr.c
8256 action winregistry.c
8257 action winresource.h
8258 action winrop.c
8259 action winscrinit.c
8260 action winsetsp.c
8261 action winshaddd.c
8262 action winshadddnl.c
8263 action winshadgdi.c
8264 action wintrayicon.c
8265 action winvalargs.c
8266 action winvideo.c
8267 action winwakeup.c
8268 action winwin32rootless.c
8269 action winwin32rootlesswindow.c
8270 action winwin32rootlesswndproc.c
8271 action winwindow.c
8272 action winwindow.h
8273 action winwindowswm.c
8274 action winwndproc.c
8276 action XWin.rc
8277 action X.ico
8278 action X-boxed.ico
8280 action XWin.man XWin.1
8281 action XWinrc.man XWinrc.1
8283 action _usr_X11R6_lib_X11_system.XWinrc
8285 action ChangeLog
8286 action README
8289 symlink_xserver_hw_xwin_xlaunch() {
8290 src_dir programs/Xserver/hw/xwin/xlaunch
8291 dst_dir xserver/xorg/hw/xwin/xlaunch
8293 action config.cc
8294 action config.h
8295 action COPYING
8296 action main.cc
8297 action Makefile
8299 src_dir programs/Xserver/hw/xwin/xlaunch/resources
8300 dst_dir xserver/xorg/hw/xwin/xlaunch/resources
8302 action dialog.rc
8303 action fullscreen.bmp
8304 action images.rc
8305 action multiwindow.bmp
8306 action nodecoration.bmp
8307 action resources.h
8308 action resources.rc
8309 action strings.rc
8310 action windowed.bmp
8312 src_dir programs/Xserver/hw/xwin/xlaunch/window
8313 dst_dir xserver/xorg/hw/xwin/xlaunch/window
8315 action dialog.cc
8316 action dialog.h
8317 action util.cc
8318 action util.h
8319 action window.cc
8320 action window.h
8321 action wizard.cc
8322 action wizard.h
8325 symlink_xserver_ilbm() {
8326 src_dir programs/Xserver/ilbm
8327 dst_dir xserver/xorg/ilbm
8329 action ilbm.h
8330 action ilbmbitblt.c
8331 action ilbmblt.c
8332 action ilbmbres.c
8333 action ilbmbresd.c
8334 action ilbmbstore.c
8335 action ilbmclip.c
8336 action ilbmcmap.c
8337 action ilbmfillarc.c
8338 action ilbmfillrct.c
8339 action ilbmfillsp.c
8340 action ilbmfont.c
8341 action ilbmgc.c
8342 action ilbmgetsp.c
8343 action ilbmhrzvert.c
8344 action ilbmimage.c
8345 action ilbmimggblt.c
8346 action ilbmline.c
8347 action ilbmmisc.c
8348 action ilbmpixmap.c
8349 action ilbmply1rct.c
8350 action ilbmplygblt.c
8351 action ilbmpntarea.c
8352 action ilbmpntwin.c
8353 action ilbmpolypnt.c
8354 action ilbmpushpxl.c
8355 action ilbmscrinit.c
8356 action ilbmsetsp.c
8357 action ilbmtegblt.c
8358 action ilbmtile.c
8359 action ilbmwindow.c
8360 action ilbmzerarc.c
8362 action README
8365 symlink_xserver_include() {
8366 src_dir programs/Xserver/include
8367 dst_dir xserver/xorg/include
8369 action bstore.h
8370 action bstorestr.h
8371 action closestr.h
8372 action closure.h
8373 action colormap.h
8374 action colormapst.h
8375 action cursor.h
8376 action cursorstr.h
8377 action dixevents.h
8378 action dixfont.h
8379 action dixfontstr.h
8380 action dixgrabs.h
8381 action dix.h
8382 action dixstruct.h
8383 action exevents.h
8384 action extension.h
8385 action extinit.h
8386 action extnsionst.h
8387 action gc.h
8388 action gcstruct.h
8389 action globals.h
8390 action input.h
8391 action inputstr.h
8392 action misc.h
8393 action miscstruct.h
8394 action opaque.h
8395 action os.h
8396 action pixmap.h
8397 action pixmapstr.h
8398 action property.h
8399 action propertyst.h
8400 action region.h
8401 action regionstr.h
8402 action resource.h
8403 action rgb.h
8404 action screenint.h
8405 action scrnintstr.h
8406 action selection.h
8407 action servermd.h
8408 action site.h
8409 action swaprep.h
8410 action swapreq.h
8411 action validate.h
8412 action window.h
8413 action windowstr.h
8414 action XIstubs.h
8417 symlink_xserver_iplan2p2() {
8418 src_dir programs/Xserver/iplan2p2
8419 dst_dir xserver/xorg/iplan2p2
8422 symlink_xserver_iplan2p4() {
8423 src_dir programs/Xserver/iplan2p4
8424 dst_dir xserver/xorg/iplan2p4
8426 action ipl.h
8427 action iplallpriv.c
8428 action iplbitblt.c
8429 action iplblt.c
8430 action iplbres.c
8431 action iplbresd.c
8432 action iplbstore.c
8433 action iplcmap.c
8434 action iplfillarc.c
8435 action iplfillrct.c
8436 action iplfillsp.c
8437 action iplgc.c
8438 action iplgetsp.c
8439 action iplhrzvert.c
8440 action iplimage.c
8441 action iplline.c
8442 action iplmap.h
8443 action iplmergerop.h
8444 action iplmskbits.c
8445 action iplmskbits.h
8446 action iplpack.c
8447 action iplpack.h
8448 action iplpixmap.c
8449 action iplply1rct.c
8450 action iplpntwin.c
8451 action iplpolypnt.c
8452 action iplrrop.c
8453 action iplrrop.h
8454 action iplscrinit.c
8455 action iplsetsp.c
8456 action iplsolid.c
8457 action ipltegblt.c
8458 action ipltile32.c
8459 action ipltileodd.c
8460 action iplwindow.c
8463 symlink_xserver_iplan2p8() {
8464 src_dir programs/Xserver/iplan2p8
8465 dst_dir xserver/xorg/iplan2p8
8469 symlink_xserver_lbx() {
8470 src_dir programs/Xserver/lbx
8471 dst_dir xserver/xorg/lbx
8473 action lbxcmap.c
8474 action lbxdata.h
8475 action lbxdix.c
8476 action lbxexts.c
8477 action lbxgfx.c
8478 action lbxmain.c
8479 action lbxopts.c
8480 action lbxprop.c
8481 action lbxserve.h
8482 action lbxsquish.c
8483 action lbxsrvopts.h
8484 action lbxswap.c
8485 action lbxtables.c
8486 action lbxtags.c
8487 action lbxtags.h
8488 action lbxzerorep.c
8491 symlink_xserver_mfb() {
8492 src_dir programs/Xserver/mfb
8493 dst_dir xserver/xorg/mfb
8495 action fastblt.h
8496 action maskbits.c
8497 action maskbits.h
8498 action mergerop.h
8499 action mfb.h
8500 action mfbbitblt.c
8501 action mfbblt.c
8502 action mfbbres.c
8503 action mfbbresd.c
8504 action mfbbstore.c
8505 action mfbclip.c
8506 action mfbcmap.c
8507 action mfbfillarc.c
8508 action mfbfillrct.c
8509 action mfbfillsp.c
8510 action mfbfont.c
8511 action mfbgc.c
8512 action mfbgetsp.c
8513 action mfbhrzvert.c
8514 action mfbimage.c
8515 action mfbimggblt.c
8516 action mfbline.c
8517 action mfbmisc.c
8518 action mfbpixmap.c
8519 action mfbply1rct.c
8520 action mfbplygblt.c
8521 action mfbpntarea.c
8522 action mfbpntwin.c
8523 action mfbpolypnt.c
8524 action mfbpushpxl.c
8525 action mfbscrclse.c
8526 action mfbscrinit.c
8527 action mfbsetsp.c
8528 action mfbtegblt.c
8529 action mfbtile.c
8530 action mfbwindow.c
8531 action mfbzerarc.c
8534 symlink_xserver_mi() {
8535 src_dir programs/Xserver/mi
8536 dst_dir xserver/xorg/mi
8538 action cbrt.c
8539 action mi.h
8540 action miarc.c
8541 action mibank.c
8542 action mibank.h
8543 action mibitblt.c
8544 action mibstore.c
8545 action mibstore.h
8546 action mibstorest.h
8547 action miclipn.c
8548 action micmap.c
8549 action micmap.h
8550 action micoord.h
8551 action micursor.c
8552 action midash.c
8553 action midispcur.c
8554 action mieq.c
8555 action miexpose.c
8556 action mifillarc.c
8557 action mifillarc.h
8558 action mifillrct.c
8559 action mifpoly.h
8560 action mifpolycon.c
8561 action migc.c
8562 action migc.h
8563 action miglblt.c
8564 action miinitext.c
8565 action miline.h
8566 action mioverlay.c
8567 action mioverlay.h
8568 action mipointer.c
8569 action mipointer.h
8570 action mipointrst.h
8571 action mipoly.c
8572 action mipoly.h
8573 action mipolycon.c
8574 action mipolygen.c
8575 action mipolypnt.c
8576 action mipolyrect.c
8577 action mipolyseg.c
8578 action mipolytext.c
8579 action mipolyutil.c
8580 action mipushpxl.c
8581 action miregion.c
8582 action miscanfill.h
8583 action miscrinit.c
8584 action mispans.c
8585 action mispans.h
8586 action misprite.c
8587 action misprite.h
8588 action mispritest.h
8589 action mistruct.h
8590 action mivalidate.h
8591 action mivaltree.c
8592 action miwideline.c
8593 action miwideline.h
8594 action miwindow.c
8595 action mizerarc.c
8596 action mizerarc.h
8597 action mizerclip.c
8598 action mizerline.c
8601 symlink_xserver_miext_cw() {
8602 src_dir programs/Xserver/miext/cw
8603 dst_dir xserver/xorg/miext/cw
8605 action cw.c
8606 action cw.h
8607 action cw_ops.c
8608 action cw_render.c
8611 symlink_xserver_miext_damage() {
8612 src_dir programs/Xserver/miext/damage
8613 dst_dir xserver/xorg/miext/damage
8615 action damage.c
8616 action damage.h
8617 action damagestr.h
8620 symlink_xserver_miext_layer() {
8621 src_dir programs/Xserver/miext/layer
8622 dst_dir xserver/xorg/miext/layer
8624 action layer.h
8625 action layergc.c
8626 action layerinit.c
8627 action layerpict.c
8628 action layerstr.h
8629 action layerwin.c
8632 symlink_xserver_miext_rootless() {
8633 src_dir programs/Xserver/miext/rootless
8634 dst_dir xserver/xorg/miext/rootless
8636 action rootless.h
8637 action rootlessCommon.c
8638 action rootlessCommon.h
8639 action rootlessConfig.h
8640 action rootlessGC.c
8641 action rootlessScreen.c
8642 action rootlessValTree.c
8643 action rootlessWindow.c
8644 action rootlessWindow.h
8646 action README.txt
8649 symlink_xserver_miext_rootless_accel() {
8650 src_dir programs/Xserver/miext/rootless/accel
8651 dst_dir xserver/xorg/miext/rootless/accel
8653 action rlAccel.c
8654 action rlAccel.h
8655 action rlBlt.c
8656 action rlCopy.c
8657 action rlFill.c
8658 action rlFillRect.c
8659 action rlFillSpans.c
8660 action rlGlyph.c
8661 action rlSolid.c
8664 symlink_xserver_miext_rootless_safealpha() {
8665 src_dir programs/Xserver/miext/rootless/safeAlpha
8666 dst_dir xserver/xorg/miext/rootless/safeAlpha
8668 action safeAlpha.h
8669 action safeAlphaPicture.c
8670 action safeAlphaWindow.c
8673 symlink_xserver_miext_shadow() {
8674 src_dir programs/Xserver/miext/shadow
8675 dst_dir xserver/xorg/miext/shadow
8677 action shadow.c
8678 action shadow.h
8679 action shalloc.c
8680 action shpacked.c
8681 action shplanar.c
8682 action shplanar8.c
8683 action shrot16pack.c
8684 action shrot16pack_180.c
8685 action shrot16pack_270.c
8686 action shrot16pack_90.c
8687 action shrot32pack.c
8688 action shrot32pack_180.c
8689 action shrot32pack_270.c
8690 action shrot32pack_90.c
8691 action shrot8pack.c
8692 action shrot8pack_180.c
8693 action shrot8pack_270.c
8694 action shrot8pack_90.c
8695 action shrotate.c
8696 action shrotpack.h
8699 symlink_xserver_os() {
8700 src_dir programs/Xserver/os
8701 dst_dir xserver/xorg/os
8703 action WaitFor.c
8704 action access.c
8705 action auth.c
8706 action connection.c
8707 action io.c
8708 action k5auth.c
8709 action lbxio.c
8710 action log.c
8711 action mitauth.c
8712 action oscolor.c
8713 action osdep.h
8714 action osinit.c
8715 action rpcauth.c
8716 action secauth.c
8717 action utils.c
8718 action xalloc.c
8719 action xdmauth.c
8720 action xdmcp.c
8721 action xprintf.c
8724 symlink_xserver_randr() {
8725 src_dir programs/Xserver/randr
8726 dst_dir xserver/xorg/randr
8728 action mirandr.c
8729 action randr.c
8730 action randrstr.h
8733 symlink_xserver_record() {
8734 src_dir programs/Xserver/record
8735 dst_dir xserver/xorg/record
8737 action record.c
8738 action set.c
8739 action set.h
8742 symlink_xserver_render() {
8743 src_dir programs/Xserver/render
8744 dst_dir xserver/xorg/render
8746 action animcur.c
8747 action filter.c
8748 action glyph.c
8749 action glyphstr.h
8750 action miglyph.c
8751 action miindex.c
8752 action mipict.c
8753 action mipict.h
8754 action mirect.c
8755 action mitrap.c
8756 action mitri.c
8757 action picture.c
8758 action picture.h
8759 action picturestr.h
8760 action render.c
8761 action renderedge.c
8762 action renderedge.h
8765 symlink_xserver_xfixes() {
8766 src_dir programs/Xserver/xfixes
8767 dst_dir xserver/xorg/xfixes
8769 action cursor.c
8770 action region.c
8771 action saveset.c
8772 action select.c
8773 action xfixes.c
8774 action xfixes.h
8775 action xfixesint.h
8778 symlink_xserver_xkb() {
8779 src_dir programs/Xserver/xkb
8780 dst_dir xserver/xorg/xkb
8782 action ddxBeep.c
8783 action ddxConfig.c
8784 action ddxCtrls.c
8785 action ddxDevBtn.c
8786 action ddxFakeBtn.c
8787 action ddxFakeMtn.c
8788 action ddxInit.c
8789 action ddxKeyClick.c
8790 action ddxKillSrv.c
8791 action ddxLEDs.c
8792 action ddxList.c
8793 action ddxLoad.c
8794 action ddxPrivate.c
8795 action ddxVT.c
8796 action xkb.c
8797 action xkb.h
8798 action xkbAccessX.c
8799 action xkbActions.c
8800 action xkbDflts.h
8801 action xkbEvents.c
8802 action xkbInit.c
8803 action xkbLEDs.c
8804 action xkbPrKeyEv.c
8805 action xkbPrOtherEv.c
8806 action xkbSwap.c
8807 action xkbUtils.c
8809 src_dir lib/X11
8810 action XKBAlloc.c
8811 action XKBGAlloc.c
8812 action XKBMAlloc.c
8813 action XKBMisc.c
8815 src_dir lib/xkbfile
8816 action maprules.c
8817 action xkbconfig.c
8818 action xkberrs.c
8819 action xkbmisc.c xkbfmisc.c
8820 action xkbout.c
8821 action xkbtext.c
8822 action xkmread.c
8825 symlink_xserver_xprint_config_models() {
8826 # CANONBJ10E-GS
8827 src_dir programs/Xserver/XpConfig/C/print/models/CANONBJ10E-GS
8828 dst_dir xserver/xorg/XpConfig/C/print/models/CANONBJ10E-GS
8830 action model-config
8832 # CANONC3200-PS
8833 src_dir programs/Xserver/XpConfig/C/print/models/CANONC3200-PS
8834 dst_dir xserver/xorg/XpConfig/C/print/models/CANONC3200-PS
8836 action model-config
8838 # GSdefault
8839 src_dir programs/Xserver/XpConfig/C/print/models/GSdefault
8840 dst_dir xserver/xorg/XpConfig/C/print/models/GSdefault
8842 action model-config
8844 # HPDJ1600C
8845 src_dir programs/Xserver/XpConfig/C/print/models/HPDJ1600C
8846 dst_dir xserver/xorg/XpConfig/C/print/models/HPDJ1600C
8848 action model-config
8850 src_dir programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts
8851 dst_dir xserver/xorg/XpConfig/C/print/models/HPDJ1600C/fonts
8853 action 9nb00051.pmf
8854 action 9nb00052.pmf
8855 action 9nb00053.pmf
8856 action 9nb00054.pmf
8857 action 9nb00055.pmf
8858 action 9nb00056.pmf
8859 action 9nb00057.pmf
8860 action 9nb00058.pmf
8861 action 9nb00059.pmf
8862 action 9nb00060.pmf
8863 action 9nb00061.pmf
8864 action 9nb00062.pmf
8865 action 9nb00063.pmf
8866 action 9nb00064.pmf
8867 action 9nb00065.pmf
8868 action 9nb00066.pmf
8869 action 9nb00067.pmf
8870 action 9nb00068.pmf
8871 action 9nb00069.pmf
8872 action 9nb00070.pmf
8873 action 9nb00071.pmf
8874 action 9nb00072.pmf
8875 action 9nb00073.pmf
8876 action 9nb00074.pmf
8877 action 9nb00075.pmf
8878 action 9nb00076.pmf
8879 action 9nb00077.pmf
8880 action 9nb00079.pmf
8881 action 9nb00080.pmf
8882 action 9nb00081.pmf
8883 action 9nb00082.pmf
8884 action 9nb00083.pmf
8885 action 9nb00084.pmf
8886 action 9nb00085.pmf
8887 action 9nb00086.pmf
8888 action 9nb00087.pmf
8889 action 9nb00088.pmf
8890 action 9nb00089.pmf
8891 action 9nb00090.pmf
8892 action 9nb00091.pmf
8893 action 9nb00092.pmf
8894 action 9nb00093.pmf
8895 action 9nb00094.pmf
8896 action fonts.alias
8897 action fonts.dir
8898 action lpr0ye1a.pmf
8899 action README
8901 # HPLJ4050-PS
8902 src_dir programs/Xserver/XpConfig/C/print/models/HPLJ4050-PS
8903 dst_dir xserver/xorg/XpConfig/C/print/models/HPLJ4050-PS
8905 action model-config
8907 # HPLJ4family
8908 src_dir programs/Xserver/XpConfig/C/print/models/HPLJ4family
8909 dst_dir xserver/xorg/XpConfig/C/print/models/HPLJ4family
8911 action model-config
8913 src_dir programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts
8914 dst_dir xserver/xorg/XpConfig/C/print/models/HPLJ4family/fonts
8916 action 9nb00051.pmf
8917 action 9nb00052.pmf
8918 action 9nb00053.pmf
8919 action 9nb00054.pmf
8920 action 9nb00055.pmf
8921 action 9nb00056.pmf
8922 action 9nb00057.pmf
8923 action 9nb00058.pmf
8924 action 9nb00059.pmf
8925 action 9nb00060.pmf
8926 action 9nb00061.pmf
8927 action 9nb00062.pmf
8928 action 9nb00063.pmf
8929 action 9nb00064.pmf
8930 action 9nb00065.pmf
8931 action 9nb00066.pmf
8932 action 9nb00067.pmf
8933 action 9nb00068.pmf
8934 action 9nb00069.pmf
8935 action 9nb00070.pmf
8936 action 9nb00071.pmf
8937 action 9nb00072.pmf
8938 action 9nb00073.pmf
8939 action 9nb00074.pmf
8940 action 9nb00075.pmf
8941 action 9nb00076.pmf
8942 action 9nb00077.pmf
8943 action 9nb00079.pmf
8944 action 9nb00080.pmf
8945 action 9nb00081.pmf
8946 action 9nb00082.pmf
8947 action 9nb00083.pmf
8948 action 9nb00084.pmf
8949 action 9nb00085.pmf
8950 action 9nb00086.pmf
8951 action 9nb00087.pmf
8952 action 9nb00088.pmf
8953 action 9nb00089.pmf
8954 action 9nb00090.pmf
8955 action 9nb00091.pmf
8956 action 9nb00092.pmf
8957 action 9nb00093.pmf
8958 action 9nb00094.pmf
8959 action fonts.alias
8960 action fonts.dir
8961 action lpr0ye1a.pmf
8962 action README
8964 # PS2PDFspooldir-GS
8965 src_dir programs/Xserver/XpConfig/C/print/models/PS2PDFspooldir-GS
8966 dst_dir xserver/xorg/XpConfig/C/print/models/PS2PDFspooldir-GS
8968 action model-config
8969 action ps2pdf_spooltodir.sh
8971 # PSdefault
8972 src_dir programs/Xserver/XpConfig/C/print/models/PSdefault
8973 dst_dir xserver/xorg/XpConfig/C/print/models/PSdefault
8975 action model-config
8977 src_dir programs/Xserver/XpConfig/C/print/models/PSdefault/fonts
8978 dst_dir xserver/xorg/XpConfig/C/print/models/PSdefault/fonts
8980 action AvantGarde-BookOblique.pmf
8981 action AvantGarde-Book.pmf
8982 action AvantGarde-DemiOblique.pmf
8983 action AvantGarde-Demi.pmf
8984 action Courier-BoldOblique.pmf
8985 action Courier-Bold.pmf
8986 action Courier-Oblique.pmf
8987 action Courier.pmf
8988 action Helvetica-BoldOblique.pmf
8989 action Helvetica-Bold.pmf
8990 action Helvetica-Oblique.pmf
8991 action Helvetica.pmf
8992 action LubalinGraph-BookOblique.pmf
8993 action LubalinGraph-Book.pmf
8994 action LubalinGraph-DemiOblique.pmf
8995 action LubalinGraph-Demi.pmf
8996 action NewCenturySchlbk-BoldItalic.pmf
8997 action NewCenturySchlbk-Bold.pmf
8998 action NewCenturySchlbk-Italic.pmf
8999 action NewCenturySchlbk-Roman.pmf
9000 action Souvenir-DemiItalic.pmf
9001 action Souvenir-Demi.pmf
9002 action Souvenir-LightItalic.pmf
9003 action Souvenir-Light.pmf
9004 action Symbol.pmf
9005 action Times-BoldItalic.pmf
9006 action Times-Bold.pmf
9007 action Times-Italic.pmf
9008 action Times-Roman.pmf
9009 action ZapfDingbats.pmf
9011 # PSspooldir
9012 src_dir programs/Xserver/XpConfig/C/print/models/PSspooldir
9013 dst_dir xserver/xorg/XpConfig/C/print/models/PSspooldir
9015 action model-config
9016 action spooltodir.sh
9018 # SPSPARC2
9019 src_dir programs/Xserver/XpConfig/C/print/models/SPSPARC2
9020 dst_dir xserver/xorg/XpConfig/C/print/models/SPSPARC2
9022 action model-config
9027 symlink_xserver_xprint_config() {
9028 src_dir programs/Xserver/XpConfig
9029 dst_dir xserver/xorg/XpConfig
9031 action README
9033 src_dir programs/Xserver/XpConfig/C/print
9034 dst_dir xserver/xorg/XpConfig/C/print
9036 action Xprinters
9038 src_dir programs/Xserver/XpConfig/C/print/attributes
9039 dst_dir xserver/xorg/XpConfig/C/print/attributes
9041 action document
9042 action job
9043 action printer
9045 src_dir programs/Xserver/XpConfig/C/print/ddx-config/raster
9046 dst_dir xserver/xorg/XpConfig/C/print/ddx-config/raster
9048 action pcl
9049 action postscript
9051 src_dir programs/Xserver/XpConfig/en_US/print/attributes
9052 dst_dir xserver/xorg/XpConfig/en_US/print/attributes
9054 action document
9056 symlink_xserver_xprint_config_models
9059 symlink_xserver() {
9060 symlink_xserver_GL_apple
9061 symlink_xserver_GL_dri
9062 symlink_xserver_GL_glx
9063 symlink_xserver_GL_include_GL
9064 symlink_xserver_GL_mesa_X
9065 symlink_xserver_GL_windows
9066 symlink_xserver_XTrap
9067 symlink_xserver_Xext
9068 symlink_xserver_Xext_extmod
9069 symlink_xserver_Xi
9070 symlink_xserver_Xprint
9071 symlink_xserver_Xprint_etc
9072 symlink_xserver_Xprint_ps
9073 symlink_xserver_Xprint_pcl
9074 symlink_xserver_Xprint_raster
9075 symlink_xserver_afb
9076 symlink_xserver_cfb
9077 symlink_xserver_cfb24
9078 symlink_xserver_composite
9079 symlink_xserver_damageext
9080 symlink_xserver_dbe
9081 symlink_xserver_dix
9082 symlink_xserver_fb
9083 symlink_xserver_hw_darwin
9084 symlink_xserver_hw_darwin_bundle
9085 symlink_xserver_hw_darwin_iokit
9086 symlink_xserver_hw_darwin_quartz
9087 symlink_xserver_hw_darwin_quartz_cr
9088 symlink_xserver_hw_darwin_quartz_fullscreen
9089 symlink_xserver_hw_darwin_quartz_xpr
9090 symlink_xserver_hw_darwin_utils
9091 symlink_xserver_hw_dmx
9092 symlink_xserver_hw_dmx_config
9093 symlink_xserver_hw_dmx_doc
9094 symlink_xserver_hw_dmx_examples
9095 symlink_xserver_hw_dmx_glxProxy
9096 symlink_xserver_hw_dmx_input
9097 symlink_xserver_hw_sun
9098 symlink_xserver_hw_vfb
9099 symlink_xserver_hw_xfree86_common
9100 symlink_xserver_hw_xfree86_ddc
9101 symlink_xserver_hw_xfree86_x86emu
9102 symlink_xserver_hw_xfree86_dixmods
9103 symlink_xserver_hw_xfree86_doc
9104 symlink_xserver_hw_xfree86_dummylib
9105 symlink_xserver_hw_xfree86_etc
9106 symlink_xserver_hw_xfree86_exa
9107 symlink_xserver_hw_xfree86_fbdevhw
9108 symlink_xserver_hw_xfree86_getconfig
9109 symlink_xserver_hw_xfree86_i2c
9110 symlink_xserver_hw_xfree86_int10
9111 symlink_xserver_hw_xfree86_loader
9112 symlink_xserver_hw_xfree86_ossupport
9113 symlink_xserver_hw_xfree86_ossupport_bsd
9114 symlink_xserver_hw_xfree86_ossupport_bsd_libusb
9115 symlink_xserver_hw_xfree86_ossupport_bsdi
9116 symlink_xserver_hw_xfree86_ossupport_bus
9117 symlink_xserver_hw_xfree86_ossupport_dgux
9118 symlink_xserver_hw_xfree86_ossupport_drm
9119 symlink_xserver_hw_xfree86_ossupport_hurd
9120 symlink_xserver_hw_xfree86_ossupport_linux
9121 symlink_xserver_hw_xfree86_ossupport_linux_int10
9122 symlink_xserver_hw_xfree86_ossupport_linux_int10_vm86
9123 symlink_xserver_hw_xfree86_ossupport_lynxos
9124 symlink_xserver_hw_xfree86_ossupport_misc
9125 symlink_xserver_hw_xfree86_ossupport_nto
9126 symlink_xserver_hw_xfree86_ossupport_os2
9127 symlink_xserver_hw_xfree86_ossupport_os2_int10
9128 symlink_xserver_hw_xfree86_ossupport_pmax
9129 symlink_xserver_hw_xfree86_ossupport_qnx4
9130 symlink_xserver_hw_xfree86_ossupport_sco
9131 symlink_xserver_hw_xfree86_ossupport_shared
9132 symlink_xserver_hw_xfree86_ossupport_sunos
9133 symlink_xserver_hw_xfree86_ossupport_sysv
9134 symlink_xserver_hw_xfree86_parser
9135 symlink_xserver_hw_xfree86_rac
9136 symlink_xserver_hw_xfree86_ramdac
9137 symlink_xserver_hw_xfree86_scanpci
9138 symlink_xserver_hw_xfree86_shadowfb
9139 symlink_xserver_hw_xfree86_vbe
9140 symlink_xserver_hw_xfree86_vgahw
9141 symlink_xserver_hw_xfree86_xaa
9142 symlink_xserver_hw_xfree86_xf1bpp
9143 symlink_xserver_hw_xfree86_xf4bpp
9144 symlink_xserver_hw_xfree86_xf8_16bpp
9145 symlink_xserver_hw_xfree86_xf8_32bpp
9146 symlink_xserver_hw_xfree86_xf8_32wid
9147 symlink_xserver_hw_xfree86_xf86cfg
9148 symlink_xserver_hw_xfree86_xf86config
9149 symlink_xserver_hw_xnest
9150 symlink_xserver_hw_xwin
9151 symlink_xserver_hw_xwin_xlaunch
9152 symlink_xserver_ilbm
9153 symlink_xserver_include
9154 symlink_xserver_iplan2p2
9155 symlink_xserver_iplan2p4
9156 symlink_xserver_iplan2p8
9157 symlink_xserver_lbx
9158 symlink_xserver_mfb
9159 symlink_xserver_mi
9160 symlink_xserver_miext_cw
9161 symlink_xserver_miext_damage
9162 symlink_xserver_miext_layer
9163 symlink_xserver_miext_rootless
9164 symlink_xserver_miext_rootless_accel
9165 symlink_xserver_miext_rootless_safealpha
9166 symlink_xserver_miext_shadow
9167 symlink_xserver_os
9168 symlink_xserver_randr
9169 symlink_xserver_record
9170 symlink_xserver_render
9171 symlink_xserver_xfixes
9172 symlink_xserver_xkb
9173 symlink_xserver_xprint_config
9174 # ...
9177 #########
9179 # The driver module
9181 #########
9184 symlink_driver_apm() {
9185 src_dir programs/Xserver/hw/xfree86/drivers/apm
9186 dst_dir driver/xf86-video-apm
9188 action README
9190 src_dir programs/Xserver/hw/xfree86/drivers/apm
9191 dst_dir driver/xf86-video-apm/src
9193 action apm.h
9194 action apm_accel.c
9195 action apm_cursor.c
9196 action apm_dga.c
9197 action apm_driver.c
9198 action apm_funcs.c
9199 action apm_i2c.c
9200 action apm_regs.h
9201 action apm_rush.c
9202 action apm_video.c
9204 dst_dir driver/xf86-video-apm/man
9206 action apm.man apm.4
9209 symlink_driver_ark() {
9210 src_dir programs/Xserver/hw/xfree86/drivers/ark
9211 dst_dir driver/xf86-video-ark/src
9213 action ark.h
9214 action ark_accel.c
9215 action ark_driver.c
9216 action ark_reg.h
9218 dst_dir driver/xf86-video-ark/man
9222 symlink_driver_ati() {
9223 src_dir programs/Xserver/hw/xfree86/drivers/ati
9224 dst_dir driver/xf86-video-ati/src
9226 action ati.c
9227 action ati.h
9228 action atiaccel.c
9229 action atiaccel.h
9230 action atiadapter.c
9231 action atiadapter.h
9232 action atiadjust.c
9233 action atiadjust.h
9234 action atiaudio.c
9235 action atiaudio.h
9236 action atibank.c
9237 action atibank.h
9238 action atibus.c
9239 action atibus.h
9240 action atichip.c
9241 action atichip.h
9242 action aticlock.c
9243 action aticlock.h
9244 action aticonfig.c
9245 action aticonfig.h
9246 action aticonsole.c
9247 action aticonsole.h
9248 action aticrtc.h
9249 action aticursor.c
9250 action aticursor.h
9251 action atidac.c
9252 action atidac.h
9253 action atidecoder.c
9254 action atidecoder.h
9255 action atidga.c
9256 action atidga.h
9257 action atidri.c
9258 action atidri.h
9259 action atidripriv.h
9260 action atidsp.c
9261 action atidsp.h
9262 action atifillin.c
9263 action atifillin.h
9264 action atii2c.c
9265 action atii2c.h
9266 action atiident.c
9267 action atiident.h
9268 action atiio.h
9269 action atiload.c
9270 action atiload.h
9271 action atilock.c
9272 action atilock.h
9273 action atimach64.c
9274 action atimach64.h
9275 action atimach64accel.c
9276 action atimach64accel.h
9277 action atimach64cursor.c
9278 action atimach64cursor.h
9279 action atimach64i2c.c
9280 action atimach64i2c.h
9281 action atimach64io.c
9282 action atimach64io.h
9283 action atimach64xv.c
9284 action atimach64xv.h
9285 action atimisc.c
9286 action atimode.c
9287 action atimode.h
9288 action atimodule.c
9289 action atimodule.h
9290 action atimono.h
9291 action atioption.c
9292 action atioption.h
9293 action atipreinit.c
9294 action atipreinit.h
9295 action atiprint.c
9296 action atiprint.h
9297 action atipriv.h
9298 action atiprobe.c
9299 action atiprobe.h
9300 action atiregs.h
9301 action atirgb514.c
9302 action atirgb514.h
9303 action atiscreen.c
9304 action atiscreen.h
9305 action atistruct.h
9306 action atituner.c
9307 action atituner.h
9308 action atiutil.c
9309 action atiutil.h
9310 action ativalid.c
9311 action ativalid.h
9312 action ativersion.h
9313 action ativga.c
9314 action ativga.h
9315 action ativgaio.c
9316 action ativgaio.h
9317 action atividmem.c
9318 action atividmem.h
9319 action atiwonder.c
9320 action atiwonder.h
9321 action atiwonderio.c
9322 action atiwonderio.h
9323 action atixv.c
9324 action atixv.h
9325 action generic_bus.h
9326 action mach64_common.h
9327 action mach64_dri.h
9328 action mach64_sarea.h
9329 action r128.h
9330 action r128_accel.c
9331 action r128_chipset.h
9332 action r128_common.h
9333 action r128_cursor.c
9334 action r128_dga.c
9335 action r128_dri.c
9336 action r128_dri.h
9337 action r128_dripriv.h
9338 action r128_driver.c
9339 action r128_misc.c
9340 action r128_probe.c
9341 action r128_probe.h
9342 action r128_reg.h
9343 action r128_sarea.h
9344 action r128_version.h
9345 action r128_video.c
9346 action radeon.h
9347 action radeon_accel.c
9348 action radeon_accelfuncs.c
9349 action radeon_bios.c
9350 action radeon_chipset.h
9351 action radeon_common.h
9352 action radeon_commonfuncs.c
9353 action radeon_cursor.c
9354 action radeon_dga.c
9355 action radeon_dri.c
9356 action radeon_dri.h
9357 action radeon_dripriv.h
9358 action radeon_driver.c
9359 action radeon_exa.c
9360 action radeon_exa_funcs.c
9361 action radeon_exa_render.c
9362 action radeon_macros.h
9363 action radeon_mergedfb.c
9364 action radeon_mergedfb.h
9365 action radeon_misc.c
9366 action radeon_mm_i2c.c
9367 action radeon_probe.c
9368 action radeon_probe.h
9369 action radeon_reg.h
9370 action radeon_render.c
9371 action radeon_sarea.h
9372 action radeon_version.h
9373 action radeon_video.c
9374 action radeon_video.h
9375 action radeon_vip.c
9376 action theatre.c
9377 action theatre.h
9378 action theatre200.c
9379 action theatre200.h
9380 action theatre200_module.c
9381 action theatre_detect.c
9382 action theatre_detect.h
9383 action theatre_detect_module.c
9384 action theatre_module.c
9385 action theatre_reg.h
9387 dst_dir driver/xf86-video-ati/man
9389 action ati.man ati.4
9390 action r128.man r128.4
9391 action radeon.man radeon.4
9394 symlink_driver_chips() {
9395 src_dir programs/Xserver/hw/xfree86/drivers/chips
9396 dst_dir driver/xf86-video-chips/src
9398 action ct_BlitMM.h
9399 action ct_Blitter.h
9400 action ct_BltHiQV.h
9401 action ct_accel.c
9402 action ct_bank.c
9403 action ct_cursor.c
9404 action ct_ddc.c
9405 action ct_dga.c
9406 action ct_driver.c
9407 action ct_driver.h
9408 action ct_regs.c
9409 action ct_shadow.c
9410 action ct_video.c
9412 dst_dir driver/xf86-video-chips/man
9414 action chips.man chips.4
9416 src_dir programs/Xserver/hw/xfree86/drivers/chips/util
9417 dst_dir driver/xf86-video-chips/util
9419 action AsmMacros.h
9420 action dRegs.c
9421 action modClock.c
9422 action mRegs.c
9425 symlink_driver_cirrus() {
9426 src_dir programs/Xserver/hw/xfree86/drivers/cirrus
9427 dst_dir driver/xf86-video-cirrus
9429 action README.multihead
9431 src_dir programs/Xserver/hw/xfree86/drivers/cirrus
9432 dst_dir driver/xf86-video-cirrus/src
9434 action CirrusClk.c
9435 action alp.h
9436 action alp_driver.c
9437 action alp_hwcurs.c
9438 action alp_i2c.c
9439 action alp_xaa.c
9440 action alp_xaam.c
9441 action cir.h
9442 action cir_dga.c
9443 action cir_driver.c
9444 action cir_shadow.c
9445 action lg.h
9446 action lg_driver.c
9447 action lg_hwcurs.c
9448 action lg_i2c.c
9449 action lg_xaa.c
9450 action lg_xaa.h
9452 dst_dir driver/xf86-video-cirrus/man
9454 action cirrus.man cirrus.4
9457 symlink_driver_cyrix() {
9458 src_dir programs/Xserver/hw/xfree86/drivers/cyrix
9459 dst_dir driver/xf86-video-cyrix
9461 action README
9462 action ChangeLog
9464 src_dir programs/Xserver/hw/xfree86/drivers/cyrix
9465 dst_dir driver/xf86-video-cyrix/src
9467 action cyrix.h
9468 action cyrix_accel.c
9469 action cyrix_bank.c
9470 action cyrix_driver.c
9471 action cyrix_helper.c
9472 action cyrix_shadow.c
9474 dst_dir driver/xf86-video-cyrix/man
9476 action cyrix.man cyrix.4
9479 symlink_driver_dummy() {
9480 src_dir programs/Xserver/hw/xfree86/drivers/dummy
9481 dst_dir driver/xf86-video-dummy/src
9483 action dummy.h
9484 action dummy_cursor.c
9485 action dummy_dga.c
9486 action dummy_driver.c
9488 dst_dir driver/xf86-video-dummy/man
9492 symlink_driver_fbdev() {
9493 src_dir programs/Xserver/hw/xfree86/drivers/fbdev
9494 dst_dir driver/xf86-video-fbdev/src
9496 action fbdev.c
9498 dst_dir driver/xf86-video-fbdev/man
9500 action fbdev.man fbdev.4
9503 symlink_driver_glide() {
9504 src_dir programs/Xserver/hw/xfree86/drivers/glide
9505 dst_dir driver/xf86-video-glide/src
9507 action glide_driver.c
9509 dst_dir driver/xf86-video-glide/man
9511 action glide.man glide.4
9514 symlink_driver_glint() {
9515 src_dir programs/Xserver/hw/xfree86/drivers/glint
9516 dst_dir driver/xf86-video-glint
9518 action DRI.txt
9519 action README.pm3
9521 src_dir programs/Xserver/hw/xfree86/drivers/glint
9522 dst_dir driver/xf86-video-glint/src
9524 action IBMramdac.c
9525 action TIramdac.c
9526 action glint.h
9527 action glint_common.h
9528 action glint_dga.c
9529 action glint_dri.c
9530 action glint_dri.h
9531 action glint_dripriv.h
9532 action glint_driver.c
9533 action glint_regs.h
9534 action glint_shadow.c
9535 action pm2_accel.c
9536 action pm2_dac.c
9537 action pm2_video.c
9538 action pm2ramdac.c
9539 action pm2v_dac.c
9540 action pm2vramdac.c
9541 action pm3_accel.c
9542 action pm3_dac.c
9543 action pm3_regs.h
9544 action pm3_video.c
9545 action pm_accel.c
9546 action pm_dac.c
9547 action sx_accel.c
9548 action tx_accel.c
9549 action tx_dac.c
9551 dst_dir driver/xf86-video-glint/man
9553 action glint.man glint.4
9556 symlink_driver_i128() {
9557 src_dir programs/Xserver/hw/xfree86/drivers/i128
9558 dst_dir driver/xf86-video-i128/src
9560 action IBMRGB.h
9561 action Ti302X.h
9562 action i128.h
9563 action i128IBMDAC.c
9564 action i128_driver.c
9565 action i128accel.c
9566 action i128dga.c
9567 action i128exa.c
9568 action i128init.c
9569 action i128reg.h
9571 dst_dir driver/xf86-video-i128/man
9573 action i128.man i128.4
9576 symlink_driver_i740() {
9577 src_dir programs/Xserver/hw/xfree86/drivers/i740
9578 dst_dir driver/xf86-video-i740/src
9580 action i740.h
9581 action i740_accel.c
9582 action i740_cursor.c
9583 action i740_dga.c
9584 action i740_dga.h
9585 action i740_driver.c
9586 action i740_i2c.c
9587 action i740_io.c
9588 action i740_macros.h
9589 action i740_reg.h
9590 action i740_video.c
9592 dst_dir driver/xf86-video-i740/man
9594 action i740.man i740.4
9597 symlink_driver_i810() {
9598 src_dir programs/Xserver/hw/xfree86/drivers/i810
9599 dst_dir driver/xf86-video-i810/src
9601 action common.h
9602 action i810.h
9603 action i810_accel.c
9604 action i810_common.h
9605 action i810_cursor.c
9606 action i810_dga.c
9607 action i810_dri.c
9608 action i810_dri.h
9609 action i810_driver.c
9610 action i810_hwmc.c
9611 action i810_io.c
9612 action i810_memory.c
9613 action i810_reg.h
9614 action i810_video.c
9615 action i810_wmark.c
9616 action i830.h
9617 action i830_accel.c
9618 action i830_common.h
9619 action i830_cursor.c
9620 action i830_dga.c
9621 action i830_dri.c
9622 action i830_dri.h
9623 action i830_driver.c
9624 action i830_memory.c
9625 action i830_modes.c
9626 action i830_shadow.c
9627 action i830_video.c
9629 dst_dir driver/xf86-video-i810/man
9631 action i810.man i810.4
9633 src_dir lib/XvMC/hw/i810
9634 dst_dir driver/xf86-video-i810/src/xvmc
9636 action I810XvMC.c
9637 action I810XvMC.h
9640 symlink_driver_imstt() {
9641 src_dir programs/Xserver/hw/xfree86/drivers/imstt
9642 dst_dir driver/xf86-video-imstt/src
9644 action imstt.h
9645 action imstt_accel.c
9646 action imstt_driver.c
9647 action imstt_reg.h
9649 dst_dir driver/xf86-video-imstt/man
9651 action imstt.man imstt.4
9654 symlink_driver_mga() {
9655 src_dir programs/Xserver/hw/xfree86/drivers/mga
9656 dst_dir driver/xf86-video-mga
9658 action mga_PInS.txt
9659 action README_HALLIB
9661 src_dir programs/Xserver/hw/xfree86/drivers/mga/util
9662 dst_dir driver/xf86-video-mga/util
9664 action README
9665 action stormdwg.c
9667 src_dir programs/Xserver/hw/xfree86/drivers/mga
9668 dst_dir driver/xf86-video-mga/src
9670 action client.h
9671 action clientlx.c
9672 action mga.h
9673 action mga_arc.c
9674 action mga_bios.c
9675 action mga_common.h
9676 action mga_dac3026.c
9677 action mga_dacG.c
9678 action mga_dga.c
9679 action mga_dh.c
9680 action mga_dri.c
9681 action mga_dri.h
9682 action mga_dripriv.h
9683 action mga_driver.c
9684 action mga_esc.c
9685 action mga_g450pll.c
9686 action mga_halmod.c
9687 action mga_hwcurs.c
9688 action mga_macros.h
9689 action mga_map.h
9690 action mga_maven.h
9691 action mga_merge.c
9692 action mga_merge.h
9693 action mga_reg.h
9694 action mga_sarea.h
9695 action mga_shadow.c
9696 action mga_storm.c
9697 action mga_ucode.h
9698 action mga_video.c
9699 action mgareg_flags.h
9701 src_dir programs/Xserver/hw/xfree86/drivers/mga/HALlib
9703 action binding.h
9705 src_dir programs/Xserver/hw/xfree86/drivers/mga
9706 dst_dir driver/xf86-video-mga/man
9708 action mga.man mga.4
9711 symlink_driver_neomagic() {
9712 src_dir programs/Xserver/hw/xfree86/drivers/neomagic
9713 dst_dir driver/xf86-video-neomagic
9715 action NM-reg.txt
9716 action README
9717 action TODO
9719 src_dir programs/Xserver/hw/xfree86/drivers/neomagic
9720 dst_dir driver/xf86-video-neomagic/src
9722 action neo.h
9723 action neo_2070.c
9724 action neo_2090.c
9725 action neo_2097.c
9726 action neo_2200.c
9727 action neo_bank.c
9728 action neo_cursor.c
9729 action neo_dga.c
9730 action neo_driver.c
9731 action neo_i2c.c
9732 action neo_macros.h
9733 action neo_reg.h
9734 action neo_shadow.c
9735 action neo_video.c
9736 action neo_video.h
9738 dst_dir driver/xf86-video-neomagic/man
9740 action neomagic.man neomagic.4
9743 symlink_driver_newport() {
9744 src_dir programs/Xserver/hw/xfree86/drivers/newport
9745 dst_dir driver/xf86-video-newport
9747 action XF86Config.indy
9749 src_dir programs/Xserver/hw/xfree86/drivers/newport
9750 dst_dir driver/xf86-video-newport/src
9752 action newport.h
9753 action newport_accel.c
9754 action newport_cmap.c
9755 action newport_cursor.c
9756 action newport_driver.c
9757 action newport_regs.c
9758 action newport_regs.h
9759 action newport_shadow.c
9761 dst_dir driver/xf86-video-newport/man
9763 action newport.man newport.4
9766 symlink_driver_nsc() {
9767 src_dir programs/Xserver/hw/xfree86/drivers/nsc
9768 dst_dir driver/xf86-video-nsc/src
9770 action durango.c
9771 action nsc.h
9772 action nsc_driver.c
9773 action nsc_fourcc.h
9774 action nsc_galfns.c
9775 action nsc_galstub.c
9776 action nsc_gx1_accel.c
9777 action nsc_gx1_cursor.c
9778 action nsc_gx1_dga.c
9779 action nsc_gx1_driver.c
9780 action nsc_gx1_shadow.c
9781 action nsc_gx1_video.c
9782 action nsc_gx2_accel.c
9783 action nsc_gx2_cursor.c
9784 action nsc_gx2_dga.c
9785 action nsc_gx2_driver.c
9786 action nsc_gx2_shadow.c
9787 action nsc_gx2_vga.c
9788 action nsc_gx2_video.c
9789 action nsc_regacc.c
9790 action nsc_msr_asm.S
9791 action panel.c
9793 dst_dir driver/xf86-video-nsc/man
9795 action nsc.man nsc.4
9797 src_dir programs/Xserver/hw/xfree86/drivers/nsc/gfx
9798 dst_dir driver/xf86-video-nsc/src/gfx
9800 action disp_gu1.c
9801 action disp_gu2.c
9802 action gfx_dcdr.c
9803 action gfx_defs.h
9804 action gfx_disp.c
9805 action gfx_i2c.c
9806 action gfx_init.c
9807 action gfx_mode.h
9808 action gfx_msr.c
9809 action gfx_regs.h
9810 action gfx_rndr.c
9811 action gfx_rtns.h
9812 action gfx_tv.c
9813 action gfx_type.h
9814 action gfx_vga.c
9815 action gfx_vid.c
9816 action gfx_vip.c
9817 action i2c_acc.c
9818 action i2c_gpio.c
9819 action init_gu1.c
9820 action init_gu2.c
9821 action msr_rdcl.c
9822 action rndr_gu1.c
9823 action rndr_gu2.c
9824 action saa7114.c
9825 action tv_1200.c
9826 action vga_gu1.c
9827 action vid_1200.c
9828 action vid_5530.c
9829 action vid_rdcl.c
9830 action vip_1200.c
9832 # These files are not actually used, but it probably makes sense to
9833 # distribute them along with the rest of gfx
9835 action durango.c
9836 action gfx_tv.h
9837 action history.h
9838 action release.txt
9839 action tv_fs450.c
9840 action tv_fs450.h
9841 action tv_fs451.c
9842 action tv_geode.c
9843 action vid_1400.c
9844 action vip_1400.c
9846 src_dir programs/Xserver/hw/xfree86/drivers/nsc/panel
9847 dst_dir driver/xf86-video-nsc/src/panel
9849 action 92xx.h
9850 action cen9211.c
9851 action cen9211.h
9852 action dora9211.c
9853 action dora9211.h
9854 action drac9210.c
9855 action drac9210.h
9856 action gx2_9211.c
9857 action gx2_9211.h
9858 action panel.c
9859 action panel.h
9860 action platform.c
9861 action pnl_bios.c
9862 action pnl_defs.h
9863 action pnl_init.c
9865 action readme.txt
9868 symlink_driver_nv() {
9869 src_dir programs/Xserver/hw/xfree86/drivers/nv
9870 dst_dir driver/xf86-video-nv/src
9872 action nv_const.h
9873 action nv_cursor.c
9874 action nv_dac.c
9875 action nv_dga.c
9876 action nv_dma.h
9877 action nv_driver.c
9878 action nv_hw.c
9879 action nv_include.h
9880 action nv_local.h
9881 action nv_proto.h
9882 action nv_setup.c
9883 action nv_shadow.c
9884 action nv_type.h
9885 action nv_video.c
9886 action nv_xaa.c
9887 action nvreg.h
9888 action nvvga.h
9889 action riva_const.h
9890 action riva_cursor.c
9891 action riva_dac.c
9892 action riva_dga.c
9893 action riva_driver.c
9894 action riva_hw.c
9895 action riva_hw.h
9896 action riva_include.h
9897 action riva_local.h
9898 action riva_proto.h
9899 action riva_setup.c
9900 action riva_shadow.c
9901 action riva_tbl.h
9902 action riva_type.h
9903 action riva_xaa.c
9905 dst_dir driver/xf86-video-nv/man
9907 action nv.man nv.4
9910 symlink_driver_rendition() {
9911 src_dir programs/Xserver/hw/xfree86/drivers/rendition
9912 dst_dir driver/xf86-video-rendition/src
9914 action README.uc
9915 action accel.h
9916 action accelX.c
9917 action cmd2d.h
9918 action commonregs.h
9919 action cscode.h
9920 action hwcursor.c
9921 action hwcursor.h
9922 action rendition.c
9923 action rendition.h
9924 action rendition_options.h
9925 action rendition_shadow.c
9926 action rendition_shadow.h
9927 action v10002d.uc
9928 action v20002d.uc
9929 action v1kregs.h
9930 action v1krisc.c
9931 action v1krisc.h
9932 action v2kregs.h
9933 action vboard.c
9934 action vboard.h
9935 action vloaduc.c
9936 action vloaduc.h
9937 action vmisc.c
9938 action vmisc.h
9939 action vmodes.c
9940 action vmodes.h
9941 action vos.h
9942 action vramdac.c
9943 action vramdac.h
9944 action vtypes.h
9946 action vgafont-std.data
9947 action vgafont-vrx.data
9948 action vgapalette.data
9950 dst_dir driver/xf86-video-rendition/man
9952 action rendition.man rendition.4
9955 symlink_driver_s3() {
9956 src_dir programs/Xserver/hw/xfree86/drivers/s3
9957 dst_dir driver/xf86-video-s3/src
9959 action newmmio.h
9960 action s3.h
9961 action s3_IBMRGB.c
9962 action s3_Ti.c
9963 action s3_Trio64DAC.c
9964 action s3_accel.c
9965 action s3_bios.c
9966 action s3_cursor.c
9967 action s3_dga.c
9968 action s3_driver.c
9969 action s3_reg.h
9970 action s3_video.c
9972 dst_dir driver/xf86-video-s3/man
9976 symlink_driver_s3virge() {
9977 src_dir programs/Xserver/hw/xfree86/drivers/s3virge
9978 dst_dir driver/xf86-video-s3virge
9980 action CALLMAP
9981 action README
9982 action TODO_NOTES
9984 src_dir programs/Xserver/hw/xfree86/drivers/s3virge
9985 dst_dir driver/xf86-video-s3virge/src
9987 action newmmio.h
9988 action regs3v.h
9989 action s3v.h
9990 action s3v_accel.c
9991 action s3v_dac.c
9992 action s3v_dga.c
9993 action s3v_driver.c
9994 action s3v_hwcurs.c
9995 action s3v_i2c.c
9996 action s3v_macros.h
9997 action s3v_rop.h
9998 action s3v_shadow.c
9999 action s3v_xv.c
10001 dst_dir driver/xf86-video-s3virge/man
10003 action s3virge.man s3virge.4
10006 symlink_driver_savage() {
10007 src_dir programs/Xserver/hw/xfree86/drivers/savage
10008 dst_dir driver/xf86-video-savage/src
10010 action savage_accel.c
10011 action savage_bci.h
10012 action savage_common.h
10013 action savage_cursor.c
10014 action savage_dga.c
10015 action savage_dri.c
10016 action savage_dri.h
10017 action savage_dripriv.h
10018 action savage_driver.c
10019 action savage_driver.h
10020 action savage_drm.h
10021 action savage_hwmc.c
10022 action savage_i2c.c
10023 action savage_image.c
10024 action savage_regs.h
10025 action savage_sarea.h
10026 action savage_shadow.c
10027 action savage_streams.c
10028 action savage_streams.h
10029 action savage_vbe.c
10030 action savage_vbe.h
10031 action savage_video.c
10033 dst_dir driver/xf86-video-savage/man
10035 action savage.man savage.4
10038 symlink_driver_siliconmotion() {
10039 src_dir programs/Xserver/hw/xfree86/drivers/siliconmotion
10040 dst_dir driver/xf86-video-siliconmotion
10042 action README
10043 action CALLMAP
10044 action Release.txt
10046 src_dir programs/Xserver/hw/xfree86/drivers/siliconmotion
10047 dst_dir driver/xf86-video-siliconmotion/src
10049 action regsmi.h
10050 action smi.h
10051 action smi_accel.c
10052 action smi_dac.c
10053 action smi_dga.c
10054 action smi_driver.c
10055 action smi_hwcurs.c
10056 action smi_i2c.c
10057 action smi_shadow.c
10058 action smi_video.c
10059 action smi_video.h
10061 dst_dir driver/xf86-video-siliconmotion/man
10063 action siliconmotion.man siliconmotion.4
10066 symlink_driver_sis() {
10067 src_dir programs/Xserver/hw/xfree86/drivers/sis
10068 dst_dir driver/xf86-video-sis/src
10070 action 300vtbl.h
10071 action 310vtbl.h
10072 action init.c
10073 action init.h
10074 action init301.c
10075 action init301.h
10076 action initdef.h
10077 action initextx.c
10078 action initextx.h
10079 action oem300.h
10080 action oem310.h
10081 action osdef.h
10082 action sis.h
10083 action sis300_accel.c
10084 action sis300_accel.h
10085 action sis310_accel.c
10086 action sis310_accel.h
10087 action sis6326_video.c
10088 action sis_accel.c
10089 action sis_accel.h
10090 action sis_common.h
10091 action sis_cursor.c
10092 action sis_cursor.h
10093 action sis_dac.c
10094 action sis_dac.h
10095 action sis_dga.c
10096 action sis_dri.c
10097 action sis_dri.h
10098 action sis_driver.c
10099 action sis_driver.h
10100 action sis_memcpy.c
10101 action sis_opt.c
10102 action sis_regs.h
10103 action sis_setup.c
10104 action sis_shadow.c
10105 action sis_utility.c
10106 action sis_vb.c
10107 action sis_vga.c
10108 action sis_video.c
10109 action sis_video.h
10110 action sis_videostr.h
10111 action vgatypes.h
10112 action vstruct.h
10114 dst_dir driver/xf86-video-sis/man
10116 action sis.man sis.4
10119 symlink_driver_sisusb() {
10120 src_dir programs/Xserver/hw/xfree86/drivers/sisusb
10121 dst_dir driver/xf86-video-sisusb/src
10123 action sisusb.h
10124 action sisusb_accel.c
10125 action sisusb_accel.h
10126 action sisusb_cursor.c
10127 action sisusb_cursor.h
10128 action sisusb_dac.c
10129 action sisusb_dac.h
10130 action sisusb_driver.c
10131 action sisusb_driver.h
10132 action sisusb_init.c
10133 action sisusb_init.h
10134 action sisusb_opt.c
10135 action sisusb_osdef.h
10136 action sisusb_regs.h
10137 action sisusb_setup.c
10138 action sisusb_shadow.c
10139 action sisusb_struct.h
10140 action sisusb_types.h
10141 action sisusb_utility.c
10142 action sisusb_vga.c
10143 action sisusb_video.c
10144 action sisusb_video.h
10145 action sisusb_videostr.h
10147 dst_dir driver/xf86-video-sisusb/man
10149 action sisusb.man sisusb.4
10152 symlink_driver_sunbw2() {
10153 src_dir programs/Xserver/hw/xfree86/drivers/sunbw2
10154 dst_dir driver/xf86-video-sunbw2/src
10156 action bw2.h
10157 action bw2_driver.c
10159 dst_dir driver/xf86-video-sunbw2/man
10161 action sunbw2.man sunbw2.4
10164 symlink_driver_suncg14() {
10165 src_dir programs/Xserver/hw/xfree86/drivers/suncg14
10166 dst_dir driver/xf86-video-suncg14/src
10168 action cg14.h
10169 action cg14_driver.c
10171 dst_dir driver/xf86-video-suncg14/man
10173 action suncg14.man subcg14.4
10176 symlink_driver_suncg3() {
10177 src_dir programs/Xserver/hw/xfree86/drivers/suncg3
10178 dst_dir driver/xf86-video-suncg3/src
10180 action cg3.h
10181 action cg3_driver.c
10183 dst_dir driver/xf86-video-suncg3/man
10185 action suncg3.man subcg3.4
10188 symlink_driver_suncg6() {
10189 src_dir programs/Xserver/hw/xfree86/drivers/suncg6
10190 dst_dir driver/xf86-video-suncg6/src
10192 action cg6.h
10193 action cg6_cursor.c
10194 action cg6_driver.c
10195 action cg6_regs.h
10197 dst_dir driver/xf86-video-suncg6/man
10199 action suncg6.man subcg6.4
10202 symlink_driver_sunffb() {
10203 src_dir programs/Xserver/hw/xfree86/drivers/sunffb
10204 dst_dir driver/xf86-video-sunffb/src
10206 action ffb.h
10207 action ffb_accel.c
10208 action ffb_attr.c
10209 action ffb_bcopy.c
10210 action ffb_checks.c
10211 action ffb_circle.c
10212 action ffb_clip.c
10213 action ffb_clip.h
10214 action ffb_cplane.c
10215 action ffb_cursor.c
10216 action ffb_dac.c
10217 action ffb_dac.h
10218 action ffb_dbe.c
10219 action ffb_ddc.c
10220 action ffb_dga.c
10221 action ffb_dri.c
10222 action ffb_drishare.h
10223 action ffb_driver.c
10224 action ffb_fifo.h
10225 action ffb_frect.c
10226 action ffb_fspans.c
10227 action ffb_gc.c
10228 action ffb_gc.h
10229 action ffb_glyph.c
10230 action ffb_gspans.c
10231 action ffb_line.c
10232 action ffb_loops.h
10233 action ffb_plygon.c
10234 action ffb_point.c
10235 action ffb_rcache.h
10236 action ffb_rect.c
10237 action ffb_regs.h
10238 action ffb_seg.c
10239 action ffb_sspans.c
10240 action ffb_stip.c
10241 action ffb_stip.h
10242 action ffb_stubs.c
10243 action ffb_wid.c
10244 action ffb_wline.c
10245 action ffb_zeroarc.c
10246 action ffb_asm.s
10247 action VISmoveImage.s
10249 dst_dir driver/xf86-video-sunffb/man
10251 action sunffb.man sunffb.4
10254 symlink_driver_sunleo() {
10255 src_dir programs/Xserver/hw/xfree86/drivers/sunleo
10256 dst_dir driver/xf86-video-sunleo/src
10258 action leo.h
10259 action leo_accel.c
10260 action leo_checks.c
10261 action leo_cursor.c
10262 action leo_driver.c
10263 action leo_frect.c
10264 action leo_frectsp.c
10265 action leo_fspans.c
10266 action leo_fspanssp.c
10267 action leo_glyph.c
10268 action leo_regs.h
10270 dst_dir driver/xf86-video-sunleo/man
10272 action sunleo.man sunleo.4
10275 symlink_driver_suntcx() {
10276 src_dir programs/Xserver/hw/xfree86/drivers/suntcx
10277 dst_dir driver/xf86-video-suntcx/src
10279 action tcx.h
10280 action tcx_cursor.c
10281 action tcx_driver.c
10282 action tcx_regs.h
10284 dst_dir driver/xf86-video-suntcx/man
10286 action suntcx.man suntcx.4
10289 symlink_driver_tdfx() {
10290 src_dir programs/Xserver/hw/xfree86/drivers/tdfx
10291 dst_dir driver/xf86-video-tdfx/src
10293 action tdfx.h
10294 action tdfx_accel.c
10295 action tdfx_dga.c
10296 action tdfx_dri.c
10297 action tdfx_dri.h
10298 action tdfx_dripriv.h
10299 action tdfx_driver.c
10300 action tdfx_hwcurs.c
10301 action tdfx_io.c
10302 action tdfx_priv.c
10303 action tdfx_priv.h
10304 action tdfx_sli.c
10305 action tdfx_video.c
10306 action tdfxdefs.h
10308 dst_dir driver/xf86-video-tdfx/man
10310 action tdfx.man tdfx.4
10313 symlink_driver_tga() {
10314 src_dir programs/Xserver/hw/xfree86/drivers/tga
10315 dst_dir driver/xf86-video-tga/src
10317 action BT463ramdac.c
10318 action BTramdac.c
10319 action IBM561ramdac.c
10320 action ICS1562.c
10321 action tga.h
10322 action tga_accel.c
10323 action tga_cursor.c
10324 action tga_dac.c
10325 action tga_driver.c
10326 action tga_line.c
10327 action tga_regs.h
10329 dst_dir driver/xf86-video-tga/man
10333 symlink_driver_trident() {
10334 src_dir programs/Xserver/hw/xfree86/drivers/trident
10335 dst_dir driver/xf86-video-trident/src
10337 action blade_accel.c
10338 action image_accel.c
10339 action trident.h
10340 action trident_accel.c
10341 action trident_bank.c
10342 action trident_dac.c
10343 action trident_dga.c
10344 action trident_driver.c
10345 action trident_i2c.c
10346 action trident_regs.h
10347 action trident_shadow.c
10348 action trident_tv.c
10349 action trident_video.c
10350 action tridenthelper.c
10351 action tridentramdac.c
10352 action tvga_dac.c
10353 action xp_accel.c
10355 dst_dir driver/xf86-video-trident/man
10357 action trident.man trident.4
10360 symlink_driver_tseng() {
10361 src_dir programs/Xserver/hw/xfree86/drivers/tseng
10362 dst_dir driver/xf86-video-tseng/src
10364 action README
10366 src_dir programs/Xserver/hw/xfree86/drivers/tseng
10367 dst_dir driver/xf86-video-tseng/src
10369 action tseng.h
10370 action tseng_accel.c
10371 action tseng_acl.c
10372 action tseng_acl.h
10373 action tseng_bank.c
10374 action tseng_clock.c
10375 action tseng_colexp.c
10376 action tseng_cursor.c
10377 action tseng_dga.c
10378 action tseng_dpms.c
10379 action tseng_driver.c
10380 action tseng_inline.h
10381 action tseng_ramdac.c
10383 dst_dir driver/xf86-video-tseng/man
10385 action tseng.man tseng.4
10388 symlink_driver_v4l() {
10389 src_dir programs/Xserver/hw/xfree86/drivers/v4l
10390 dst_dir driver/xf86-video-v4l
10392 action README
10394 dst_dir driver/xf86-video-v4l/src
10396 action v4l.c
10397 action videodev.h
10399 dst_dir driver/xf86-video-v4l/man
10401 action v4l.man v4l.4
10404 symlink_driver_vesa() {
10405 src_dir programs/Xserver/hw/xfree86/drivers/vesa
10406 dst_dir driver/xf86-video-vesa/src
10408 action vesa.c
10409 action vesa.h
10411 dst_dir driver/xf86-video-vesa/man
10413 action vesa.man vesa.4
10416 symlink_driver_vga() {
10417 src_dir programs/Xserver/hw/xfree86/drivers/vga
10418 dst_dir driver/xf86-video-vga/src
10420 action generic.c
10422 dst_dir driver/xf86-video-vga/man
10424 action vga.man vga.4
10427 symlink_driver_via() {
10428 src_dir programs/Xserver/hw/xfree86/drivers/via
10429 dst_dir driver/xf86-video-via/src
10431 action via.h
10432 action via_accel.c
10433 action via_bios.h
10434 action via_bandwidth.c
10435 action via_cursor.c
10436 action via_dga.c
10437 action via_dri.c
10438 action via_dri.h
10439 action via_driver.c
10440 action via_driver.h
10441 action via_i2c.c
10442 action via_id.c
10443 action via_id.h
10444 action via_memcpy.c
10445 action via_memcpy.h
10446 action via_memory.c
10447 action via_mode.c
10448 action via_mode.h
10449 action via_priv.h
10450 action via_regs.h
10451 action via_shadow.c
10452 action via_swov.c
10453 action via_swov.h
10454 action via_vgahw.c
10455 action via_vgahw.h
10456 action via_video.c
10457 action via_video.h
10458 action via_vt162x.c
10459 action via_vt162x.h
10460 action via_xvmc.c
10461 action via_xvmc.h
10462 action via_xvpriv.h
10463 action via_drmclient.h
10464 action via_vbe.c
10466 dst_dir driver/xf86-video-via/man
10468 action via.man via.4
10470 src_dir lib/XvMC/hw/via
10471 dst_dir driver/xf86-video-via/src/xvmc
10473 action driDrawable.c
10474 action driDrawable.h
10475 action viaLowLevel.h
10476 action viaXvMC.c
10477 action viaXvMCPriv.h
10478 action xf86dri.c
10479 action xf86dri.h
10480 action xf86dristr.h
10482 src_dir lib/XvMC/hw/via/unichrome
10483 dst_dir driver/xf86-video-via/src/xvmc/unichrome
10485 action viaLowLevel.c
10487 src_dir lib/XvMC/hw/via/unichromeProA
10488 dst_dir driver/xf86-video-via/src/xvmc/unichromeProA
10490 action viaLowLevelPro.c
10493 symlink_driver_vmware() {
10494 src_dir programs/Xserver/hw/xfree86/drivers/vmware
10495 dst_dir driver/xf86-video-vmware
10497 action README
10499 src_dir programs/Xserver/hw/xfree86/drivers/vmware
10500 dst_dir driver/xf86-video-vmware/src
10502 action bits2pixels.c
10503 action bits2pixels.h
10504 action guest_os.h
10505 action includeCheck.h
10506 action offscreen_manager.c
10507 action offscreen_manager.h
10508 action svga_limits.h
10509 action svga_reg.h
10510 action svga_struct.h
10511 action vm_basic_types.h
10512 action vm_device_version.h
10513 action vmware.c
10514 action vmware.h
10515 action vmwarecurs.c
10516 action vmwarexaa.c
10518 dst_dir driver/xf86-video-vmware/man
10520 action vmware.man vmware.4
10523 symlink_driver_voodoo() {
10524 src_dir programs/Xserver/hw/xfree86/drivers/voodoo
10525 dst_dir driver/xf86-video-voodoo
10527 action README
10528 action TODO
10530 src_dir programs/Xserver/hw/xfree86/drivers/voodoo
10531 dst_dir driver/xf86-video-voodoo/src
10533 action voodoo.h
10534 action voodoo_dga.c
10535 action voodoo_driver.c
10536 action voodoo_hardware.c
10538 dst_dir driver/xf86-video-voodoo/man
10540 action voodoo.man voodoo.4
10543 symlink_driver_wsfb() {
10544 src_dir programs/Xserver/hw/xfree86/drivers/wsfb
10545 dst_dir driver/xf86-video-wsfb/src
10547 action wsfb_driver.c
10549 dst_dir driver/xf86-video-wsfb/man
10551 action wsfb.man wsfb.4
10554 symlink_driver_acecad() {
10555 src_dir programs/Xserver/hw/xfree86/input/acecad
10556 dst_dir driver/xf86-input-acecad/src
10558 action acecad.c
10559 action acecad.h
10561 dst_dir driver/xf86-input-acecad/man
10563 action acecad.man acecad.4
10566 symlink_driver_aiptek() {
10567 src_dir programs/Xserver/hw/xfree86/input/aiptek
10568 dst_dir driver/xf86-input-aiptek/src
10570 action xf86Aiptek.c
10571 action xf86Aiptek.h
10573 dst_dir driver/xf86-input-aiptek/man
10575 action aiptek.man aiptek.4
10578 symlink_driver_calcomp() {
10579 src_dir programs/Xserver/hw/xfree86/input/calcomp
10580 dst_dir driver/xf86-input-calcomp/src
10582 action xf86Calcomp.c
10583 action xf86Calcomp.h
10585 dst_dir driver/xf86-input-calcomp/man
10587 action calcomp.man calcomp.4
10590 symlink_driver_citron() {
10591 src_dir programs/Xserver/hw/xfree86/input/citron
10592 dst_dir driver/xf86-input-citron/src
10594 action citron.c
10595 action citron.h
10597 dst_dir driver/xf86-input-citron/man
10599 action citron.man citron.4
10602 symlink_driver_digitaledge() {
10603 src_dir programs/Xserver/hw/xfree86/input/digitaledge
10604 dst_dir driver/xf86-input-digitaledge/src
10606 action DigitalEdge.c
10608 dst_dir driver/xf86-input-digitaledge/man
10612 symlink_driver_dmc() {
10613 src_dir programs/Xserver/hw/xfree86/input/dmc
10614 dst_dir driver/xf86-input-dmc/src
10616 action xf86DMC.c
10617 action xf86DMC.h
10619 dst_dir driver/xf86-input-dmc/man
10621 action dmc.man dmc.4
10624 symlink_driver_dynapro() {
10625 src_dir programs/Xserver/hw/xfree86/input/dynapro
10626 dst_dir driver/xf86-input-dynapro/src
10628 action xf86Dyna.c
10629 action xf86Dyna.h
10631 dst_dir driver/xf86-input-dynapro/man
10633 action dynapro.man dynapro.4
10636 symlink_driver_elo2300() {
10637 src_dir programs/Xserver/hw/xfree86/input/elo2300
10638 dst_dir driver/xf86-input-elo2300/src
10640 action elo.c
10641 action elo.h
10643 dst_dir driver/xf86-input-elo2300/man
10647 symlink_driver_elographics() {
10648 src_dir programs/Xserver/hw/xfree86/input/elographics
10649 dst_dir driver/xf86-input-elographics/src
10651 action xf86Elo.c
10653 dst_dir driver/xf86-input-elographics/man
10655 action elographics.man elographics.4
10658 symlink_driver_evdev() {
10659 src_dir programs/Xserver/hw/xfree86/input/evdev
10660 dst_dir driver/xf86-input-evdev/src
10662 action evdev.c
10664 dst_dir driver/xf86-input-evdev/man
10668 symlink_driver_fpit() {
10669 src_dir programs/Xserver/hw/xfree86/input/fpit
10671 dst_dir driver/xf86-input/fpit
10672 action readme.txt
10674 dst_dir driver/xf86-input-fpit/src
10675 action xf86Fpit.c
10677 dst_dir driver/xf86-input-fpit/man
10678 action fpit.man fpit.4
10681 symlink_driver_hyperpen() {
10682 src_dir programs/Xserver/hw/xfree86/input/hyperpen
10683 dst_dir driver/xf86-input-hyperpen/src
10685 action xf86HyperPen.c
10687 dst_dir driver/xf86-input-hyperpen/man
10691 symlink_driver_jamstudio() {
10692 src_dir programs/Xserver/hw/xfree86/input/jamstudio
10693 dst_dir driver/xf86-input-jamstudio/src
10695 action js_x.c
10697 dst_dir driver/xf86-input-jamstudio/man
10699 action js_x.man js_x.4
10702 symlink_driver_joystick() {
10703 src_dir programs/Xserver/hw/xfree86/input/joystick
10704 dst_dir driver/xf86-input-joystick/src
10706 action xf86Jstk.c
10708 dst_dir driver/xf86-input-joystick/man
10712 symlink_driver_keyboard() {
10713 src_dir programs/Xserver/hw/xfree86/input/keyboard
10714 dst_dir driver/xf86-input-keyboard/src
10716 action kbd.c
10718 dst_dir driver/xf86-input-keyboard/man
10720 action kbd.man kbd.4
10721 action keyboard.man keyboard.4
10724 symlink_driver_magellan() {
10725 src_dir programs/Xserver/hw/xfree86/input/magellan
10726 dst_dir driver/xf86-input-magellan/src
10728 action magellan.c
10729 action magellan.h
10731 dst_dir driver/xf86-input-magellan/man
10735 symlink_driver_magictouch() {
10736 src_dir programs/Xserver/hw/xfree86/input/magictouch
10737 dst_dir driver/xf86-input-magictouch/src
10739 action xf86MagicTouch.c
10741 dst_dir driver/xf86-input-magictouch/man
10743 action magictouch.man magictouch.4
10746 symlink_driver_microtouch() {
10747 src_dir programs/Xserver/hw/xfree86/input/microtouch
10748 dst_dir driver/xf86-input-microtouch/src
10750 action microtouch.c
10751 action microtouch.h
10753 dst_dir driver/xf86-input-microtouch/man
10755 action microtouch.man microtouch.4
10758 symlink_driver_mouse() {
10759 src_dir programs/Xserver/hw/xfree86/input/mouse
10760 dst_dir driver/xf86-input-mouse/src
10762 action mouse.c
10763 action mouse.h
10764 action mousePriv.h
10765 action pnp.c
10767 dst_dir driver/xf86-input-mouse/man
10769 action mouse.man mouse.4
10772 symlink_driver_mutouch() {
10773 src_dir programs/Xserver/hw/xfree86/input/mutouch
10774 dst_dir driver/xf86-input-mutouch/src
10776 action xf86MuTouch.c
10778 dst_dir driver/xf86-input-mutouch/man
10780 action mutouch.man mutouch.4
10783 symlink_driver_palmax() {
10784 src_dir programs/Xserver/hw/xfree86/input/palmax
10785 dst_dir driver/xf86-input-palmax/src
10787 action xf86Palmax.c
10789 dst_dir driver/xf86-input-palmax/man
10791 action palmax.man palmax.4
10794 symlink_driver_penmount() {
10795 src_dir programs/Xserver/hw/xfree86/input/penmount
10796 dst_dir driver/xf86-input-penmount/src
10798 action xf86PM.c
10799 action xf86PM.h
10801 dst_dir driver/xf86-input-penmount/man
10803 action penmount.man penmount.4
10806 symlink_driver_sample() {
10807 src_dir programs/Xserver/hw/xfree86/input/sample
10808 dst_dir driver/xf86-input-sample/src
10810 action sample.c
10811 action sample.h
10813 dst_dir driver/xf86-input-sample
10814 action README
10817 symlink_driver_spaceorb() {
10818 src_dir programs/Xserver/hw/xfree86/input/spaceorb
10819 dst_dir driver/xf86-input-spaceorb/src
10821 action spaceorb.c
10822 action spaceorb.h
10824 dst_dir driver/xf86-input-spaceorb/man
10828 symlink_driver_summa() {
10829 src_dir programs/Xserver/hw/xfree86/input/summa
10830 dst_dir driver/xf86-input-summa/src
10832 action xf86Summa.c
10834 dst_dir driver/xf86-input-summa/man
10838 symlink_driver_tek4957() {
10839 src_dir programs/Xserver/hw/xfree86/input/tek4957
10840 dst_dir driver/xf86-input-tek4957/src
10842 action xf86Tek4957.c
10844 dst_dir driver/xf86-input-tek4957/man
10846 action tek4957.man tek4957.man
10849 symlink_driver_ur98() {
10850 src_dir programs/Xserver/hw/xfree86/input/ur98
10851 dst_dir driver/xf86-input-ur98/src
10853 action xf86Ur-98.c
10855 dst_dir driver/xf86-input-ur98/man
10857 action ur98.man ur98.4
10860 symlink_driver_void() {
10861 src_dir programs/Xserver/hw/xfree86/input/void
10862 dst_dir driver/xf86-input-void/src
10864 action void.c
10866 dst_dir driver/xf86-input-void/man
10868 action void.man void.4
10871 symlink_driver() {
10872 symlink_driver_apm
10873 symlink_driver_ark
10874 symlink_driver_ati
10875 symlink_driver_chips
10876 symlink_driver_cirrus
10877 symlink_driver_cyrix
10878 symlink_driver_dummy
10879 symlink_driver_fbdev
10880 symlink_driver_glide
10881 symlink_driver_glint
10882 symlink_driver_i128
10883 symlink_driver_i740
10884 symlink_driver_i810
10885 symlink_driver_imstt
10886 symlink_driver_mga
10887 symlink_driver_neomagic
10888 symlink_driver_newport
10889 symlink_driver_nsc
10890 symlink_driver_nv
10891 symlink_driver_rendition
10892 symlink_driver_s3
10893 symlink_driver_s3virge
10894 symlink_driver_savage
10895 symlink_driver_siliconmotion
10896 symlink_driver_sis
10897 symlink_driver_sisusb
10898 symlink_driver_sunbw2
10899 symlink_driver_suncg14
10900 symlink_driver_suncg3
10901 symlink_driver_suncg6
10902 symlink_driver_sunffb
10903 symlink_driver_sunleo
10904 symlink_driver_suntcx
10905 symlink_driver_tdfx
10906 symlink_driver_tga
10907 symlink_driver_trident
10908 symlink_driver_tseng
10909 symlink_driver_v4l
10910 symlink_driver_vesa
10911 symlink_driver_vga
10912 symlink_driver_via
10913 symlink_driver_vmware
10914 symlink_driver_voodoo
10915 symlink_driver_wsfb
10917 symlink_driver_acecad
10918 symlink_driver_aiptek
10919 symlink_driver_calcomp
10920 symlink_driver_citron
10921 symlink_driver_digitaledge
10922 symlink_driver_dmc
10923 symlink_driver_dynapro
10924 symlink_driver_elo2300
10925 symlink_driver_elographics
10926 symlink_driver_evdev
10927 symlink_driver_fpit
10928 symlink_driver_hyperpen
10929 symlink_driver_jamstudio
10930 symlink_driver_joystick
10931 symlink_driver_keyboard
10932 symlink_driver_magellan
10933 symlink_driver_magictouch
10934 symlink_driver_microtouch
10935 symlink_driver_mouse
10936 symlink_driver_mutouch
10937 symlink_driver_palmax
10938 symlink_driver_penmount
10939 symlink_driver_sample
10940 symlink_driver_spaceorb
10941 symlink_driver_summa
10942 symlink_driver_tek4957
10943 symlink_driver_ur98
10944 symlink_driver_void
10945 # ...
10949 #########
10951 # The font module
10953 #########
10955 symlink_font_adobe_100dpi() {
10956 src_dir fonts/bdf/100dpi
10957 dst_dir font/adobe-100dpi
10959 action courB08.bdf
10960 action courB10.bdf
10961 action courB12.bdf
10962 action courB14.bdf
10963 action courB18.bdf
10964 action courB24.bdf
10965 action courBO08.bdf
10966 action courBO10.bdf
10967 action courBO12.bdf
10968 action courBO14.bdf
10969 action courBO18.bdf
10970 action courBO24.bdf
10971 action courO08.bdf
10972 action courO10.bdf
10973 action courO12.bdf
10974 action courO14.bdf
10975 action courO18.bdf
10976 action courO24.bdf
10977 action courR08.bdf
10978 action courR10.bdf
10979 action courR12.bdf
10980 action courR14.bdf
10981 action courR18.bdf
10982 action courR24.bdf
10983 action helvB08.bdf
10984 action helvB10.bdf
10985 action helvB12.bdf
10986 action helvB14.bdf
10987 action helvB18.bdf
10988 action helvB24.bdf
10989 action helvBO08.bdf
10990 action helvBO10.bdf
10991 action helvBO12.bdf
10992 action helvBO14.bdf
10993 action helvBO18.bdf
10994 action helvBO24.bdf
10995 action helvO08.bdf
10996 action helvO10.bdf
10997 action helvO12.bdf
10998 action helvO14.bdf
10999 action helvO18.bdf
11000 action helvO24.bdf
11001 action helvR08.bdf
11002 action helvR10.bdf
11003 action helvR12.bdf
11004 action helvR14.bdf
11005 action helvR18.bdf
11006 action helvR24.bdf
11007 action ncenB08.bdf
11008 action ncenB10.bdf
11009 action ncenB12.bdf
11010 action ncenB14.bdf
11011 action ncenB18.bdf
11012 action ncenB24.bdf
11013 action ncenBI08.bdf
11014 action ncenBI10.bdf
11015 action ncenBI12.bdf
11016 action ncenBI14.bdf
11017 action ncenBI18.bdf
11018 action ncenBI24.bdf
11019 action ncenI08.bdf
11020 action ncenI10.bdf
11021 action ncenI12.bdf
11022 action ncenI14.bdf
11023 action ncenI18.bdf
11024 action ncenI24.bdf
11025 action ncenR08.bdf
11026 action ncenR10.bdf
11027 action ncenR12.bdf
11028 action ncenR14.bdf
11029 action ncenR18.bdf
11030 action ncenR24.bdf
11031 action symb08.bdf
11032 action symb10.bdf
11033 action symb12.bdf
11034 action symb14.bdf
11035 action symb18.bdf
11036 action symb24.bdf
11037 action timB08.bdf
11038 action timB10.bdf
11039 action timB12.bdf
11040 action timB14.bdf
11041 action timB18.bdf
11042 action timB24.bdf
11043 action timBI08.bdf
11044 action timBI10.bdf
11045 action timBI12.bdf
11046 action timBI14.bdf
11047 action timBI18.bdf
11048 action timBI24.bdf
11049 action timI08.bdf
11050 action timI10.bdf
11051 action timI12.bdf
11052 action timI14.bdf
11053 action timI18.bdf
11054 action timI24.bdf
11055 action timR08.bdf
11056 action timR10.bdf
11057 action timR12.bdf
11058 action timR14.bdf
11059 action timR18.bdf
11060 action timR24.bdf
11063 symlink_font_adobe_utopia_100dpi() {
11064 src_dir fonts/bdf/100dpi
11065 dst_dir font/adobe-utopia-100dpi
11067 # XXX These fonts are copyright Adobe, but all rights reserved
11068 action UTB___10.bdf
11069 action UTB___12.bdf
11070 action UTB___14.bdf
11071 action UTB___18.bdf
11072 action UTB___24.bdf
11073 action UTBI__10.bdf
11074 action UTBI__12.bdf
11075 action UTBI__14.bdf
11076 action UTBI__18.bdf
11077 action UTBI__24.bdf
11078 action UTI___10.bdf
11079 action UTI___12.bdf
11080 action UTI___14.bdf
11081 action UTI___18.bdf
11082 action UTI___24.bdf
11083 action UTRG__10.bdf
11084 action UTRG__12.bdf
11085 action UTRG__14.bdf
11086 action UTRG__18.bdf
11087 action UTRG__24.bdf
11090 symlink_font_bh_100dpi() {
11091 src_dir fonts/bdf/100dpi
11092 dst_dir font/bh-100dpi
11094 action lubB08.bdf
11095 action lubB10.bdf
11096 action lubB12.bdf
11097 action lubB14.bdf
11098 action lubB18.bdf
11099 action lubB19.bdf
11100 action lubB24.bdf
11101 action lubBI08.bdf
11102 action lubBI10.bdf
11103 action lubBI12.bdf
11104 action lubBI14.bdf
11105 action lubBI18.bdf
11106 action lubBI19.bdf
11107 action lubBI24.bdf
11108 action lubI08.bdf
11109 action lubI10.bdf
11110 action lubI12.bdf
11111 action lubI14.bdf
11112 action lubI18.bdf
11113 action lubI19.bdf
11114 action lubI24.bdf
11115 action luBIS08.bdf
11116 action luBIS10.bdf
11117 action luBIS12.bdf
11118 action luBIS14.bdf
11119 action luBIS18.bdf
11120 action luBIS19.bdf
11121 action luBIS24.bdf
11122 action lubR08.bdf
11123 action lubR10.bdf
11124 action lubR12.bdf
11125 action lubR14.bdf
11126 action lubR18.bdf
11127 action lubR19.bdf
11128 action lubR24.bdf
11129 action luBS08.bdf
11130 action luBS10.bdf
11131 action luBS12.bdf
11132 action luBS14.bdf
11133 action luBS18.bdf
11134 action luBS19.bdf
11135 action luBS24.bdf
11136 action luIS08.bdf
11137 action luIS10.bdf
11138 action luIS12.bdf
11139 action luIS14.bdf
11140 action luIS18.bdf
11141 action luIS19.bdf
11142 action luIS24.bdf
11143 action luRS08.bdf
11144 action luRS10.bdf
11145 action luRS12.bdf
11146 action luRS14.bdf
11147 action luRS18.bdf
11148 action luRS19.bdf
11149 action luRS24.bdf
11151 action LU_LEGALNOTICE
11154 symlink_font_bh_lucidatypewriter_100dpi() {
11155 src_dir fonts/bdf/100dpi
11156 dst_dir font/bh-lucidatypewriter-100dpi
11158 action lutBS08.bdf
11159 action lutBS10.bdf
11160 action lutBS12.bdf
11161 action lutBS14.bdf
11162 action lutBS18.bdf
11163 action lutBS19.bdf
11164 action lutBS24.bdf
11165 action lutRS08.bdf
11166 action lutRS10.bdf
11167 action lutRS12.bdf
11168 action lutRS14.bdf
11169 action lutRS18.bdf
11170 action lutRS19.bdf
11171 action lutRS24.bdf
11174 symlink_font_bitstream_100dpi() {
11175 src_dir fonts/bdf/100dpi
11176 dst_dir font/bitstream-100dpi
11178 action charB08.bdf
11179 action charB10.bdf
11180 action charB12.bdf
11181 action charB14.bdf
11182 action charB18.bdf
11183 action charB24.bdf
11184 action charBI08.bdf
11185 action charBI10.bdf
11186 action charBI12.bdf
11187 action charBI14.bdf
11188 action charBI18.bdf
11189 action charBI24.bdf
11190 action charI08.bdf
11191 action charI10.bdf
11192 action charI12.bdf
11193 action charI14.bdf
11194 action charI18.bdf
11195 action charI24.bdf
11196 action charR08.bdf
11197 action charR10.bdf
11198 action charR12.bdf
11199 action charR14.bdf
11200 action charR18.bdf
11201 action charR24.bdf
11202 action tech14.bdf
11203 action techB14.bdf
11204 action term14.bdf
11205 action termB14.bdf
11208 symlink_font_adobe_75dpi() {
11209 src_dir fonts/bdf/75dpi
11210 dst_dir font/adobe-75dpi
11212 action courB08.bdf
11213 action courB10.bdf
11214 action courB12.bdf
11215 action courB14.bdf
11216 action courB18.bdf
11217 action courB24.bdf
11218 action courBO08.bdf
11219 action courBO10.bdf
11220 action courBO12.bdf
11221 action courBO14.bdf
11222 action courBO18.bdf
11223 action courBO24.bdf
11224 action courO08.bdf
11225 action courO10.bdf
11226 action courO12.bdf
11227 action courO14.bdf
11228 action courO18.bdf
11229 action courO24.bdf
11230 action courR08.bdf
11231 action courR10.bdf
11232 action courR12.bdf
11233 action courR14.bdf
11234 action courR18.bdf
11235 action courR24.bdf
11236 action helvB08.bdf
11237 action helvB10.bdf
11238 action helvB12.bdf
11239 action helvB14.bdf
11240 action helvB18.bdf
11241 action helvB24.bdf
11242 action helvBO08.bdf
11243 action helvBO10.bdf
11244 action helvBO12.bdf
11245 action helvBO14.bdf
11246 action helvBO18.bdf
11247 action helvBO24.bdf
11248 action helvO08.bdf
11249 action helvO10.bdf
11250 action helvO12.bdf
11251 action helvO14.bdf
11252 action helvO18.bdf
11253 action helvO24.bdf
11254 action helvR08.bdf
11255 action helvR10.bdf
11256 action helvR12.bdf
11257 action helvR14.bdf
11258 action helvR18.bdf
11259 action helvR24.bdf
11260 action ncenB08.bdf
11261 action ncenB10.bdf
11262 action ncenB12.bdf
11263 action ncenB14.bdf
11264 action ncenB18.bdf
11265 action ncenB24.bdf
11266 action ncenBI08.bdf
11267 action ncenBI10.bdf
11268 action ncenBI12.bdf
11269 action ncenBI14.bdf
11270 action ncenBI18.bdf
11271 action ncenBI24.bdf
11272 action ncenI08.bdf
11273 action ncenI10.bdf
11274 action ncenI12.bdf
11275 action ncenI14.bdf
11276 action ncenI18.bdf
11277 action ncenI24.bdf
11278 action ncenR08.bdf
11279 action ncenR10.bdf
11280 action ncenR12.bdf
11281 action ncenR14.bdf
11282 action ncenR18.bdf
11283 action ncenR24.bdf
11284 action symb08.bdf
11285 action symb10.bdf
11286 action symb12.bdf
11287 action symb14.bdf
11288 action symb18.bdf
11289 action symb24.bdf
11290 action timB08.bdf
11291 action timB10.bdf
11292 action timB12.bdf
11293 action timB14.bdf
11294 action timB18.bdf
11295 action timB24.bdf
11296 action timBI08.bdf
11297 action timBI10.bdf
11298 action timBI12.bdf
11299 action timBI14.bdf
11300 action timBI18.bdf
11301 action timBI24.bdf
11302 action timI08.bdf
11303 action timI10.bdf
11304 action timI12.bdf
11305 action timI14.bdf
11306 action timI18.bdf
11307 action timI24.bdf
11308 action timR08.bdf
11309 action timR10.bdf
11310 action timR12.bdf
11311 action timR14.bdf
11312 action timR18.bdf
11313 action timR24.bdf
11316 symlink_font_adobe_utopia_75dpi() {
11317 src_dir fonts/bdf/75dpi
11318 dst_dir font/adobe-utopia-75dpi
11320 # XXX These fonts are copyright Adobe, but all rights reserved
11321 action UTB___10.bdf
11322 action UTB___12.bdf
11323 action UTB___14.bdf
11324 action UTB___18.bdf
11325 action UTB___24.bdf
11326 action UTBI__10.bdf
11327 action UTBI__12.bdf
11328 action UTBI__14.bdf
11329 action UTBI__18.bdf
11330 action UTBI__24.bdf
11331 action UTI___10.bdf
11332 action UTI___12.bdf
11333 action UTI___14.bdf
11334 action UTI___18.bdf
11335 action UTI___24.bdf
11336 action UTRG__10.bdf
11337 action UTRG__12.bdf
11338 action UTRG__14.bdf
11339 action UTRG__18.bdf
11340 action UTRG__24.bdf
11343 symlink_font_bh_75dpi() {
11344 src_dir fonts/bdf/75dpi
11345 dst_dir font/bh-75dpi
11347 action lubB08.bdf
11348 action lubB10.bdf
11349 action lubB12.bdf
11350 action lubB14.bdf
11351 action lubB18.bdf
11352 action lubB19.bdf
11353 action lubB24.bdf
11354 action lubBI08.bdf
11355 action lubBI10.bdf
11356 action lubBI12.bdf
11357 action lubBI14.bdf
11358 action lubBI18.bdf
11359 action lubBI19.bdf
11360 action lubBI24.bdf
11361 action lubI08.bdf
11362 action lubI10.bdf
11363 action lubI12.bdf
11364 action lubI14.bdf
11365 action lubI18.bdf
11366 action lubI19.bdf
11367 action lubI24.bdf
11368 action luBIS08.bdf
11369 action luBIS10.bdf
11370 action luBIS12.bdf
11371 action luBIS14.bdf
11372 action luBIS18.bdf
11373 action luBIS19.bdf
11374 action luBIS24.bdf
11375 action lubR08.bdf
11376 action lubR10.bdf
11377 action lubR12.bdf
11378 action lubR14.bdf
11379 action lubR18.bdf
11380 action lubR19.bdf
11381 action lubR24.bdf
11382 action luBS08.bdf
11383 action luBS10.bdf
11384 action luBS12.bdf
11385 action luBS14.bdf
11386 action luBS18.bdf
11387 action luBS19.bdf
11388 action luBS24.bdf
11389 action luIS08.bdf
11390 action luIS10.bdf
11391 action luIS12.bdf
11392 action luIS14.bdf
11393 action luIS18.bdf
11394 action luIS19.bdf
11395 action luIS24.bdf
11396 action luRS08.bdf
11397 action luRS10.bdf
11398 action luRS12.bdf
11399 action luRS14.bdf
11400 action luRS18.bdf
11401 action luRS19.bdf
11402 action luRS24.bdf
11404 action LU_LEGALNOTICE
11407 symlink_font_bh_lucidatypewriter_75dpi() {
11408 src_dir fonts/bdf/75dpi
11409 dst_dir font/bh-lucidatypewriter-75dpi
11411 action lutBS08.bdf
11412 action lutBS10.bdf
11413 action lutBS12.bdf
11414 action lutBS14.bdf
11415 action lutBS18.bdf
11416 action lutBS19.bdf
11417 action lutBS24.bdf
11418 action lutRS08.bdf
11419 action lutRS10.bdf
11420 action lutRS12.bdf
11421 action lutRS14.bdf
11422 action lutRS18.bdf
11423 action lutRS19.bdf
11424 action lutRS24.bdf
11427 symlink_font_bitstream_75dpi() {
11428 src_dir fonts/bdf/75dpi
11429 dst_dir font/bitstream-75dpi
11431 action charB08.bdf
11432 action charB10.bdf
11433 action charB12.bdf
11434 action charB14.bdf
11435 action charB18.bdf
11436 action charB24.bdf
11437 action charBI08.bdf
11438 action charBI10.bdf
11439 action charBI12.bdf
11440 action charBI14.bdf
11441 action charBI18.bdf
11442 action charBI24.bdf
11443 action charI08.bdf
11444 action charI10.bdf
11445 action charI12.bdf
11446 action charI14.bdf
11447 action charI18.bdf
11448 action charI24.bdf
11449 action charR08.bdf
11450 action charR10.bdf
11451 action charR12.bdf
11452 action charR14.bdf
11453 action charR18.bdf
11454 action charR24.bdf
11455 action tech14.bdf
11456 action techB14.bdf
11457 action term14.bdf
11458 action termB14.bdf
11461 symlink_font_cronyx_cyrillic() {
11462 src_dir fonts/bdf/cyrillic
11463 dst_dir font/cronyx-cyrillic
11465 action crox1cb.bdf
11466 action crox1c.bdf
11467 action crox1cbo.bdf
11468 action crox1co.bdf
11469 action crox1hb.bdf
11470 action crox1h.bdf
11471 action crox1hbo.bdf
11472 action crox1ho.bdf
11473 action crox1tb.bdf
11474 action crox1t.bdf
11475 action crox1tbo.bdf
11476 action crox1to.bdf
11477 action crox2cb.bdf
11478 action crox2c.bdf
11479 action crox2cbo.bdf
11480 action crox2co.bdf
11481 action crox2hb.bdf
11482 action crox2h.bdf
11483 action crox2hbo.bdf
11484 action crox2ho.bdf
11485 action crox2tb.bdf
11486 action crox2t.bdf
11487 action crox2tbo.bdf
11488 action crox2to.bdf
11489 action crox3cb.bdf
11490 action crox3c.bdf
11491 action crox3cbo.bdf
11492 action crox3co.bdf
11493 action crox3hb.bdf
11494 action crox3h.bdf
11495 action crox3hbo.bdf
11496 action crox3ho.bdf
11497 action crox3tb.bdf
11498 action crox3t.bdf
11499 action crox3tbo.bdf
11500 action crox3to.bdf
11501 action crox4hb.bdf
11502 action crox4h.bdf
11503 action crox4hbo.bdf
11504 action crox4ho.bdf
11505 action crox4tb.bdf
11506 action crox4t.bdf
11507 action crox4tbo.bdf
11508 action crox4to.bdf
11509 action crox5hb.bdf
11510 action crox5h.bdf
11511 action crox5hbo.bdf
11512 action crox5ho.bdf
11513 action crox5tb.bdf
11514 action crox5t.bdf
11515 action crox5tbo.bdf
11516 action crox5to.bdf
11517 action crox6hb.bdf
11518 action crox6h.bdf
11519 action crox6hbo.bdf
11520 action crox6ho.bdf
11521 action crox6tb.bdf
11522 action crox6t.bdf
11523 action crox6tbo.bdf
11524 action crox6to.bdf
11525 action koi10x16b.bdf
11526 action koi10x20.bdf
11527 action koi6x10.bdf
11528 action koinil2.bdf
11530 action COPYRIGHT
11533 symlink_font_misc_cyrillic() {
11534 src_dir fonts/bdf/cyrillic
11535 dst_dir font/misc-cyrillic
11537 # XXX Should these be broken into three different components?
11539 # XXX "May be distributed and modified without restrictions"
11540 action koi12x24b.bdf
11541 action koi8x16b.bdf
11542 action koi8x16.bdf
11544 # XXX Same license as cronyx-cyrillic
11545 action koi12x24.bdf
11546 action koi6x13.bdf
11548 # XXX public domain
11549 action koi5x8.bdf
11550 action koi6x13b.bdf
11551 action koi6x9.bdf
11552 action koi7x14b.bdf
11553 action koi7x14.bdf
11554 action koi8x13.bdf
11555 action koi9x15b.bdf
11556 action koi9x15.bdf
11557 action koi9x18b.bdf
11558 action koi9x18.bdf
11561 symlink_font_screen_cyrillic() {
11562 src_dir fonts/bdf/cyrillic
11563 dst_dir font/screen-cyrillic
11565 # XXX no copyright/license at all
11566 action screen8x16b.bdf
11567 action screen8x16.bdf
11570 symlink_font_winitzki_cyrillic() {
11571 src_dir fonts/bdf/cyrillic
11572 dst_dir font/winitzki-cyrillic
11574 action proof9x16.bdf
11577 symlink_font_cursor_misc() {
11578 src_dir fonts/bdf/misc
11579 dst_dir font/cursor-misc
11581 # XXX Does "unencumbered" mean the same thing as public domain
11582 # in this context?
11583 action cursor.bdf
11586 symlink_font_daewoo_misc() {
11587 src_dir fonts/bdf/misc
11588 dst_dir font/daewoo-misc
11590 # XXX These fonts are copyright, but no permissions are given
11591 action hanglg16.bdf
11592 action hanglm16.bdf
11593 action hanglm24.bdf
11596 symlink_font_dec_misc() {
11597 src_dir fonts/bdf/misc
11598 dst_dir font/dec-misc
11600 action deccurs.bdf
11601 action decsess.bdf
11604 symlink_font_isas_misc() {
11605 src_dir fonts/bdf/misc
11606 dst_dir font/isas-misc
11608 action gb16fs.bdf
11609 action gb16st.bdf
11610 action gb24st.bdf
11613 symlink_font_jis_misc() {
11614 src_dir fonts/bdf/misc
11615 dst_dir font/jis-misc
11617 # XXX Verify license restrictions
11618 action jiskan16.bdf
11619 action jiskan24.bdf
11622 symlink_font_micro_misc() {
11623 src_dir fonts/bdf/misc
11624 dst_dir font/micro-misc
11626 action micro.bdf
11629 symlink_font_misc_misc() {
11630 src_dir fonts/bdf/misc
11631 dst_dir font/misc-misc
11633 action 10x20.bdf
11634 action 12x13ja.bdf
11635 action 18x18ja.bdf
11636 action 18x18ko.bdf
11637 action 4x6.bdf
11638 action 5x7.bdf
11639 action 5x8.bdf
11640 action 6x10.bdf
11641 action 6x12.bdf
11642 action 6x13B.bdf
11643 action 6x13.bdf
11644 action 6x13O.bdf
11645 action 6x9.bdf
11646 action 7x13B.bdf
11647 action 7x13.bdf
11648 action 7x13O.bdf
11649 action 7x14B.bdf
11650 action 7x14.bdf
11651 action 8x13B.bdf
11652 action 8x13.bdf
11653 action 8x13O.bdf
11654 action 9x15B.bdf
11655 action 9x15.bdf
11656 action 9x18B.bdf
11657 action 9x18.bdf
11658 action k14.bdf
11660 # XXX This font does not have any COPYRIGHT
11661 action nil2.bdf
11664 symlink_font_schumacher_misc() {
11665 src_dir fonts/bdf/misc
11666 dst_dir font/schumacher-misc
11668 action clB6x10.bdf
11669 action clB6x12.bdf
11670 action clB8x10.bdf
11671 action clB8x12.bdf
11672 action clB8x13.bdf
11673 action clB8x14.bdf
11674 action clB8x16.bdf
11675 action clB8x8.bdf
11676 action clB9x15.bdf
11677 action clI6x12.bdf
11678 action clI8x8.bdf
11679 action clR4x6.bdf
11680 action clR5x10.bdf
11681 action clR5x6.bdf
11682 action clR5x8.bdf
11683 action clR6x10.bdf
11684 action clR6x12.bdf
11685 action clR6x13.bdf
11686 action clR6x6.bdf
11687 action clR6x8.bdf
11688 action clR7x10.bdf
11689 action clR7x12.bdf
11690 action clR7x14.bdf
11691 action clR7x8.bdf
11692 action clR8x10.bdf
11693 action clR8x12.bdf
11694 action clR8x13.bdf
11695 action clR8x14.bdf
11696 action clR8x16.bdf
11697 action clR8x8.bdf
11698 action clR9x15.bdf
11701 symlink_font_sony_misc() {
11702 src_dir fonts/bdf/misc
11703 dst_dir font/sony-misc
11705 action 12x24.bdf
11706 action 12x24rk.bdf
11707 action 8x16.bdf
11708 action 8x16rk.bdf
11711 symlink_font_sun_misc() {
11712 src_dir fonts/bdf/misc
11713 dst_dir font/sun-misc
11715 action olcursor.bdf
11716 action olgl10.bdf
11717 action olgl12.bdf
11718 action olgl14.bdf
11719 action olgl19.bdf
11722 symlink_font_bh_ttf() {
11723 src_dir fonts/scaled/TTF
11724 dst_dir font/bh-ttf
11726 action luximbi.ttf
11727 action luximb.ttf
11728 action luximri.ttf
11729 action luximr.ttf
11730 action luxirbi.ttf
11731 action luxirb.ttf
11732 action luxirri.ttf
11733 action luxirr.ttf
11734 action luxisbi.ttf
11735 action luxisb.ttf
11736 action luxisri.ttf
11737 action luxisr.ttf
11739 action COPYRIGHT.BH
11742 symlink_font_adobe_utopia_type1() {
11743 src_dir fonts/scaled/Type1
11744 dst_dir font/adobe-utopia-type1
11746 # XXX These fonts are copyright Adobe, but all rights reserved
11747 action UTB_____.afm
11748 action UTBI____.afm
11749 action UTBI____.pfa
11750 action UTB_____.pfa
11751 action UTI_____.afm
11752 action UTI_____.pfa
11753 action UTRG____.afm
11754 action UTRG____.pfa
11757 symlink_font_bh_type1() {
11758 src_dir fonts/scaled/Type1
11759 dst_dir font/bh-type1
11761 action l047013t.afm
11762 action l047013t.pfa
11763 action l047016t.afm
11764 action l047016t.pfa
11765 action l047033t.afm
11766 action l047033t.pfa
11767 action l047036t.afm
11768 action l047036t.pfa
11769 action l048013t.afm
11770 action l048013t.pfa
11771 action l048016t.afm
11772 action l048016t.pfa
11773 action l048033t.afm
11774 action l048033t.pfa
11775 action l048036t.afm
11776 action l048036t.pfa
11777 action l049013t.afm
11778 action l049013t.pfa
11779 action l049016t.afm
11780 action l049016t.pfa
11781 action l049033t.afm
11782 action l049033t.pfa
11783 action l049036t.afm
11784 action l049036t.pfa
11786 action COPYRIGHT.BH
11789 symlink_font_bitstream_type1() {
11790 src_dir fonts/scaled/Type1
11791 dst_dir font/bitstream-type1
11793 action c0419bt_.afm
11794 action c0419bt_.pfb
11795 action c0582bt_.afm
11796 action c0582bt_.pfb
11797 action c0583bt_.afm
11798 action c0583bt_.pfb
11799 action c0611bt_.afm
11800 action c0611bt_.pfb
11801 action c0632bt_.afm
11802 action c0632bt_.pfb
11803 action c0633bt_.afm
11804 action c0633bt_.pfb
11805 action c0648bt_.afm
11806 action c0648bt_.pfb
11807 action c0649bt_.afm
11808 action c0649bt_.pfb
11810 action Copyright
11813 symlink_font_ibm_type1() {
11814 src_dir fonts/scaled/Type1
11815 dst_dir font/ibm-type1
11817 action cour.afm
11818 action courb.afm
11819 action courbi.afm
11820 action courbi.pfa
11821 action courb.pfa
11822 action couri.afm
11823 action couri.pfa
11824 action cour.pfa
11826 action COPYRIGHT.IBM
11829 symlink_font_xfree86_type1() {
11830 src_dir fonts/scaled/Type1
11831 dst_dir font/xfree86-type1
11833 action cursor.pfa
11836 symlink_font_arabic_misc() {
11837 src_dir extras/fonts/arabic24
11838 dst_dir font/arabic-misc
11840 action arabic24.bdf
11842 action README
11843 action uniarab.txt
11846 symlink_font_mutt_misc() {
11847 src_dir extras/fonts/ClearlyU
11848 dst_dir font/mutt-misc
11850 action cu12.bdf
11851 action cu-alt12.bdf
11852 action cu-arabic12.bdf
11853 action cuarabic12.bdf
11854 action cu-devnag12.bdf
11855 action cudevnag12.bdf
11856 action cu-lig12.bdf
11857 action cu-pua12.bdf
11859 action README
11863 symlink_font_misc_ethiopic() {
11864 src_dir fonts/scaled/Ethiopic
11865 dst_dir font/misc-ethiopic
11867 action GohaTibebZemen.otf
11868 action GohaTibebZemen.ttf
11870 action license.txt
11873 symlink_font_misc_meltho() {
11874 src_dir fonts/scaled/Meltho
11875 dst_dir font/misc-meltho
11877 action SyrCOMAdiabene.otf
11878 action SyrCOMAntioch.otf
11879 action SyrCOMBatnanBold.otf
11880 action SyrCOMBatnan.otf
11881 action SyrCOMCtesiphon.otf
11882 action SyrCOMEdessa.otf
11883 action SyrCOMJerusalemBold.otf
11884 action SyrCOMJerusalemItalic.otf
11885 action SyrCOMJerusalem.otf
11886 action SyrCOMJerusalemOutline.otf
11887 action SyrCOMKharput.otf
11888 action SyrCOMMalankara.otf
11889 action SyrCOMMardinBold.otf
11890 action SyrCOMMardin.otf
11891 action SyrCOMMidyat.otf
11892 action SyrCOMNisibin.otf
11893 action SyrCOMNisibinOutline.otf
11894 action SyrCOMQenNeshrin.otf
11895 action SyrCOMTalada.otf
11896 action SyrCOMTurAbdin.otf
11897 action SyrCOMUrhoyBold.otf
11898 action SyrCOMUrhoy.otf
11900 action license.txt
11901 action README
11904 symlink_font_bistream_speedo() {
11905 src_dir fonts/scaled/Speedo
11906 dst_dir font/bitstream-speedo
11908 action font0419.spd
11909 action font0582.spd
11910 action font0583.spd
11911 action font0611.spd
11912 action font0648.spd
11913 action font0649.spd
11914 action font0709.spd
11915 action font0710.spd
11917 action fonts.scale
11918 action COPYRIGHT
11922 symlink_font_alias() {
11923 src_dir fonts/bdf/100dpi
11924 dst_dir font/alias/100dpi
11926 action fonts.alias
11928 src_dir fonts/bdf/75dpi
11929 dst_dir font/alias/75dpi
11931 action fonts.alias
11933 src_dir fonts/bdf/cyrillic
11934 dst_dir font/alias/cyrillic
11936 action fonts.alias
11938 src_dir fonts/bdf/misc
11939 dst_dir font/alias/misc
11941 action fonts.alias
11944 symlink_font_util() {
11945 src_dir fonts/util
11946 dst_dir font/util
11948 action 8859-1.TXT map-ISO8859-1
11949 action 8859-2.TXT map-ISO8859-2
11950 action 8859-3.TXT map-ISO8859-3
11951 action 8859-4.TXT map-ISO8859-4
11952 action 8859-5.TXT map-ISO8859-5
11953 action 8859-6.TXT map-ISO8859-6
11954 action 8859-7.TXT map-ISO8859-7
11955 action 8859-8.TXT map-ISO8859-8
11956 action 8859-9.TXT map-ISO8859-9
11957 action 8859-10.TXT map-ISO8859-10
11958 action 8859-11.TXT map-ISO8859-11
11959 action 8859-13.TXT map-ISO8859-13
11960 action 8859-14.TXT map-ISO8859-14
11961 action 8859-15.TXT map-ISO8859-15
11962 action 8859-16.TXT map-ISO8859-16
11963 action JIS0201.TXT map-JISX0201.1976-0
11964 action KOI8-R.TXT map-KOI8-R
11966 action bdftruncate.man
11967 action bdftruncate.pl
11969 action ucs2any.c
11970 action ucs2any.man
11973 symlink_font_encodings() {
11974 src_dir fonts/encodings
11975 dst_dir font/encodings
11977 action adobe-dingbats.enc
11978 action adobe-standard.enc
11979 action adobe-symbol.enc
11980 action ansi-1251.enc
11981 action armscii-8.enc
11982 action ascii-0.enc
11983 action dec-special.enc
11984 action ibm-cp437.enc
11985 action ibm-cp850.enc
11986 action ibm-cp852.enc
11987 action ibm-cp866.enc
11988 action iso8859-11.enc
11989 action iso8859-13.enc
11990 action iso8859-16.enc
11991 action iso8859-6.16.enc
11992 action iso8859-6.8x.enc
11993 action microsoft-cp1250.enc
11994 action microsoft-cp1251.enc
11995 action microsoft-cp1252.enc
11996 action microsoft-cp1253.enc
11997 action microsoft-cp1254.enc
11998 action microsoft-cp1255.enc
11999 action microsoft-cp1256.enc
12000 action microsoft-cp1257.enc
12001 action microsoft-cp1258.enc
12002 action microsoft-win3.1.enc
12003 action mulearabic-0.enc
12004 action mulearabic-1.enc
12005 action mulearabic-2.enc
12006 action mulelao-1.enc
12007 action suneu-greek.enc
12008 action tcvn-0.enc
12009 action tis620-2.enc
12010 action viscii1.1-1.enc
12012 src_dir fonts/encodings/large
12013 dst_dir font/encodings/large
12015 action big5.eten-0.enc
12016 action big5hkscs-0.enc
12017 action cns11643-1.enc
12018 action cns11643-2.enc
12019 action cns11643-3.enc
12020 action gb18030-0.enc
12021 action gb18030.2000-0.enc
12022 action gb18030.2000-1.enc
12023 action gb2312.1980-0.enc
12024 action gbk-0.enc
12025 action jisx0201.1976-0.enc
12026 action jisx0208.1990-0.enc
12027 action jisx0212.1990-0.enc
12028 action ksc5601.1987-0.enc
12029 action ksc5601.1992-3.enc
12030 action sun.unicode.india-0.enc
12033 symlink_font() {
12034 symlink_font_adobe_100dpi
12035 symlink_font_adobe_utopia_100dpi
12036 symlink_font_bh_100dpi
12037 symlink_font_bh_lucidatypewriter_100dpi
12038 symlink_font_bitstream_100dpi
12040 symlink_font_adobe_75dpi
12041 symlink_font_adobe_utopia_75dpi
12042 symlink_font_bh_75dpi
12043 symlink_font_bh_lucidatypewriter_75dpi
12044 symlink_font_bitstream_75dpi
12046 symlink_font_cronyx_cyrillic
12047 symlink_font_misc_cyrillic
12048 symlink_font_screen_cyrillic
12049 symlink_font_winitzki_cyrillic
12051 symlink_font_cursor_misc
12052 symlink_font_daewoo_misc
12053 symlink_font_dec_misc
12054 symlink_font_isas_misc
12055 symlink_font_jis_misc
12056 symlink_font_micro_misc
12057 symlink_font_misc_misc
12058 symlink_font_schumacher_misc
12059 symlink_font_sony_misc
12060 symlink_font_sun_misc
12062 symlink_font_bh_ttf
12064 symlink_font_adobe_utopia_type1
12065 symlink_font_bh_type1
12066 symlink_font_bitstream_type1
12067 symlink_font_ibm_type1
12068 symlink_font_xfree86_type1
12070 symlink_font_mutt_misc
12071 symlink_font_arabic_misc
12073 symlink_font_misc_meltho
12074 symlink_font_misc_ethiopic
12076 symlink_font_bistream_speedo
12078 symlink_font_alias
12079 symlink_font_util
12081 symlink_font_encodings
12085 #########
12087 # The doc module
12089 #########
12091 symlink_doc_old() {
12092 src_dir doc/hardcopy
12093 dst_dir doc/old/hardcopy
12095 src_dir doc/hardcopy/BDF
12096 dst_dir doc/old/hardcopy/BDF
12098 action bdf.PS.gz
12100 src_dir doc/hardcopy/CTEXT
12101 dst_dir doc/old/hardcopy/CTEXT
12103 action ctext.PS.gz
12105 src_dir doc/hardcopy/FSProtocol
12106 dst_dir doc/old/hardcopy/FSProtocol
12108 action fsproto.PS.gz
12110 src_dir doc/hardcopy/i18n
12111 dst_dir doc/old/hardcopy/i18n
12113 action Framework.PS.gz
12114 action LocaleDB.PS.gz
12115 action Trans.PS.gz
12117 src_dir doc/hardcopy/ICCCM
12118 dst_dir doc/old/hardcopy/ICCCM
12120 action icccm.PS.gz
12121 action icccm.idx.PS.gz
12123 src_dir doc/hardcopy/ICE
12124 dst_dir doc/old/hardcopy/ICE
12126 action ICElib.PS.gz
12127 action ice.PS.gz
12129 src_dir doc/hardcopy/man
12130 dst_dir doc/old/hardcopy/man
12132 action man.PS.gz
12134 src_dir doc/hardcopy/rstart
12135 dst_dir doc/old/hardcopy/rstart
12137 action rstart.PS.gz
12139 src_dir doc/hardcopy/RX
12140 dst_dir doc/old/hardcopy/RX
12142 action RX.PS.gz
12144 src_dir doc/hardcopy/saver
12145 dst_dir doc/old/hardcopy/saver
12147 action saver.PS.gz
12149 src_dir doc/hardcopy/SM
12150 dst_dir doc/old/hardcopy/SM
12152 action SMlib.PS.gz
12153 action xsmp.PS.gz
12155 src_dir doc/hardcopy/X11
12156 dst_dir doc/old/hardcopy/X11
12158 action xlib.PS.gz
12159 action xlib.idx.PS.gz
12161 src_dir doc/hardcopy/Xaw
12162 dst_dir doc/old/hardcopy/Xaw
12164 action widg.idx.PS.gz
12165 action widgets.PS.gz
12167 src_dir doc/hardcopy/XDMCP
12168 dst_dir doc/old/hardcopy/XDMCP
12170 action xdmcp.PS.gz
12172 src_dir doc/hardcopy/Xext
12173 dst_dir doc/old/hardcopy/Xext
12175 action AppGroup.PS.gz
12176 action DPMS.PS.gz
12177 action DPMSLib.PS.gz
12178 action bigreq.PS.gz
12179 action buffer.PS.gz
12180 action dbe.PS.gz
12181 action dbelib.PS.gz
12182 action evi.PS.gz
12183 action lbx.PS.gz
12184 action lbx.html
12185 action lbxTOC.html
12186 action lbxalg.PS.gz
12187 action mit-shm.PS.gz
12188 action record.PS.gz
12189 action recordlib.PS.gz
12190 action security.PS.gz
12191 action shape.PS.gz
12192 action shapelib.PS.gz
12193 action sync.PS.gz
12194 action synclib.PS.gz
12195 action tog-cup.PS.gz
12196 action xc-misc.PS.gz
12197 action xtest.PS.gz
12198 action xtestlib.PS.gz
12200 src_dir doc/hardcopy/xfs
12201 dst_dir doc/old/hardcopy/xfs
12203 action design.PS.gz
12205 src_dir doc/hardcopy/Xi
12206 dst_dir doc/old/hardcopy/Xi
12208 action lib.PS.gz
12209 action port.PS.gz
12210 action proto.PS.gz
12212 src_dir doc/hardcopy/XIM
12213 dst_dir doc/old/hardcopy/XIM
12215 action xim.PS.gz
12217 src_dir doc/hardcopy/XKB
12218 dst_dir doc/old/hardcopy/XKB
12220 action XKBlib.ps.gz
12221 action XKBproto.ps.gz
12223 src_dir doc/hardcopy/XLFD
12224 dst_dir doc/old/hardcopy/XLFD
12226 action xlfd.PS.gz
12228 src_dir doc/hardcopy/Xmu
12229 dst_dir doc/old/hardcopy/Xmu
12231 action xmu.PS.gz
12233 src_dir doc/hardcopy/XPRINT
12234 dst_dir doc/old/hardcopy/XPRINT
12236 action Xprint_FAQ.html
12237 action Xprint_FAQ.txt
12238 action Xprint_FAQ.xml
12239 action Xprint_old_FAQ.txt
12240 action docbook.css
12241 action dtprint_fspec.PS.gz
12242 action xp_library.PS.gz
12243 action xp_proto.PS.gz
12245 src_dir doc/hardcopy/XProtocol
12246 dst_dir doc/old/hardcopy/XProtocol
12248 action proto.PS.gz
12249 action proto.idx.PS.gz
12251 src_dir doc/hardcopy/Xserver
12252 dst_dir doc/old/hardcopy/Xserver
12254 action Xprt.PS.gz
12255 action analysis.PS.gz
12256 action appgroup.PS.gz
12257 action ddx.PS.gz
12258 action fontlib.PS.gz
12259 action secint.PS.gz
12261 src_dir doc/hardcopy/Xt
12262 dst_dir doc/old/hardcopy/Xt
12264 action intr.idx.PS.gz
12265 action intrinsics.PS.gz
12267 src_dir doc/hardcopy/xterm
12268 dst_dir doc/old/hardcopy/xterm
12270 action ctlseqs.PS.gz
12272 src_dir doc/hardcopy/xtrans
12273 dst_dir doc/old/hardcopy/xtrans
12275 action Xtrans.PS.gz
12277 src_dir doc/hardcopy/Xv
12278 dst_dir doc/old/hardcopy/Xv
12280 action video
12281 action xv-protocol-v2.PS
12283 src_dir doc/man/general
12284 dst_dir doc/old/man/general
12286 action Consortium.man
12287 action security.man
12288 action Standards.man
12289 action X.man
12290 action XOrgFoundation.man
12291 action Xprint.man
12292 action Xprint.sgml
12293 action XProjectTeam.man
12295 # FIXME: other man pages should be moved to the appropriate library
12297 src_dir doc/misc
12298 dst_dir doc/old/misc
12300 action xlogo.epsi
12302 src_dir doc/specs
12303 dst_dir doc/old/specs
12305 action specindex.html
12307 src_dir doc/specs/BDF
12308 dst_dir doc/old/specs/BDF
12310 action bdf.ms
12311 action fig1.ps
12312 action fig2.ps
12314 src_dir doc/specs/CTEXT
12315 dst_dir doc/old/specs/CTEXT
12317 action ctext.tbl.ms
12319 src_dir doc/specs/FSProtocol
12320 dst_dir doc/old/specs/FSProtocol
12322 action protocol.ms
12324 src_dir doc/specs/GL
12325 dst_dir doc/old/specs/GL
12327 action libGL.txt
12329 src_dir doc/specs/i18n
12330 dst_dir doc/old/specs/i18n
12332 action Framework.ms
12333 action LocaleDB.ms
12334 action Trans.ms
12336 src_dir doc/specs/ICCCM
12337 dst_dir doc/old/specs/ICCCM
12339 action icccm.ms
12340 action indexmacros.t
12342 src_dir doc/specs/ICE
12343 dst_dir doc/old/specs/ICE
12345 action ICElib.ms
12346 action ice.ms
12348 src_dir doc/specs/PM
12349 dst_dir doc/old/specs/PM
12351 action PM_spec
12353 src_dir doc/specs/Randr
12354 dst_dir doc/old/specs/Randr
12356 action protocol.txt
12358 src_dir doc/specs/Render
12359 dst_dir doc/old/specs/Render
12361 action library
12362 action protocol
12364 src_dir doc/specs/rstart
12365 dst_dir doc/old/specs/rstart
12367 action fix.awk
12368 action fix.nawk
12369 action fix.sed
12370 action rstart.ms
12371 action rstartd.txt
12372 action tmac.rfc
12374 src_dir doc/specs/RX
12375 dst_dir doc/old/specs/RX
12377 action RX.mif
12379 src_dir doc/specs/saver
12380 dst_dir doc/old/specs/saver
12382 action saver.ms
12384 src_dir doc/specs/SIAddresses
12385 dst_dir doc/old/specs/SIAddresses
12387 action IPv6.txt
12388 action README
12389 action hostname.txt
12390 action localuser.txt
12392 src_dir doc/specs/SM
12393 dst_dir doc/old/specs/SM
12395 action SMlib.ms
12396 action xsmp.ms
12398 src_dir doc/specs/X11
12399 dst_dir doc/old/specs/X11
12401 action AppA
12402 action AppB
12403 action AppC
12404 action AppD
12405 action CH01
12406 action CH02
12407 action CH03
12408 action CH04
12409 action CH05
12410 action CH06
12411 action CH07
12412 action CH08
12413 action CH09
12414 action CH10
12415 action CH11
12416 action CH12
12417 action CH13
12418 action CH14
12419 action CH15
12420 action CH16
12421 action abstract.t
12422 action credits.t
12423 action glossary
12424 action indexmacros.t
12425 action postproc
12427 src_dir doc/specs/Xaw
12428 dst_dir doc/old/specs/Xaw
12430 action AsciiSink
12431 action AsciiSource
12432 action AsciiText
12433 action Box
12434 action CH1
12435 action CH2
12436 action CH3.intro
12437 action CH4.intro
12438 action CH5.intro
12439 action CH6.intro
12440 action CH7.intro
12441 action Command
12442 action Dialog
12443 action Form
12444 action Grip
12445 action Label
12446 action List
12447 action MenuButton
12448 action Paned
12449 action Panner
12450 action Porthole
12451 action Repeater
12452 action Scrollbar
12453 action Simple
12454 action SimpleMenu
12455 action Sme
12456 action SmeBSB
12457 action SmeLine
12458 action StripChart
12459 action TPage_Credits
12460 action Template
12461 action Text
12462 action TextActions
12463 action TextCustom
12464 action TextFuncs
12465 action TextSink
12466 action TextSource
12467 action Toggle
12468 action Tree
12469 action Viewport
12470 action Xtk.widg.front
12471 action Xtk.widgets
12472 action block.awk
12473 action fixindex.awk
12474 action strings.mit
12475 action strings.xaw
12476 action widg.idxmac.t
12478 src_dir doc/specs/XDMCP
12479 dst_dir doc/old/specs/XDMCP
12481 action xdmcp.ms
12483 src_dir doc/specs/Xext
12484 dst_dir doc/old/specs/Xext
12486 action AppGroup.mif
12487 action DPMS.ms
12488 action DPMSLib.ms
12489 action bigreq.ms
12490 action buffer.ms
12491 action dbe.tex
12492 action dbelib.tex
12493 action evi.ms
12494 action lbx.book
12495 action lbx.mif
12496 action lbxalg.mif
12497 action mit-shm.ms
12498 action record.ms
12499 action recordlib.ms
12500 action security.tex
12501 action shape.ms
12502 action shapelib.ms
12503 action sync.tex
12504 action synclib.tex
12505 action tog-cup.ms
12506 action xc-misc.ms
12507 action xtest.ms
12508 action xtest1.info
12509 action xtest1.mm
12510 action xtestlib.ms
12512 src_dir doc/specs/xfs
12513 dst_dir doc/old/specs/xfs
12515 action FSlib.doc
12516 action design.ms
12518 src_dir doc/specs/Xi
12519 dst_dir doc/old/specs/Xi
12521 action encoding.ms
12522 action library.ms
12523 action porting.ms
12524 action protocol.ms
12526 src_dir doc/specs/XIM
12527 dst_dir doc/old/specs/XIM
12529 action xim.ms
12531 src_dir doc/specs/XKB/Proto
12532 dst_dir doc/old/specs/XKB/Proto
12534 action XKBproto.book
12535 action dflttrns.fm5
12536 action encoding.fm5
12537 action keysyms.fm5
12538 action protocol.fm5
12539 action prototoc.doc
12540 action title.fm5
12541 action types.fm5
12543 src_dir doc/specs/XKB/XKBlib
12544 dst_dir doc/old/specs/XKB/XKBlib
12546 action XKBlib.book
12547 action allchaps.fm5
12548 action allchaps.ix
12549 action allchaps.lof
12550 action allchaps.lot
12551 action allchaps.ps
12552 action allchaps.toc
12553 action fonts.fm5
12554 action title.fm5
12556 src_dir doc/specs/XLFD
12557 dst_dir doc/old/specs/XLFD
12559 action xlfd.tbl.ms
12561 src_dir doc/specs/Xmu
12562 dst_dir doc/old/specs/Xmu
12564 action Xmu.ms
12566 src_dir doc/specs/XPRINT
12567 dst_dir doc/old/specs/XPRINT
12569 action xp_library.book
12570 action xp_library.mif
12571 action xp_libraryIX.doc
12572 action xp_libraryTOC.doc
12573 action xp_library_cov.mif
12574 action xp_proto.book
12575 action xp_proto.mif
12576 action xp_protoIX.doc
12577 action xp_protoTOC.doc
12578 action xp_proto_cov.mif
12580 src_dir doc/specs/XProtocol
12581 dst_dir doc/old/specs/XProtocol
12583 action X11.encoding
12584 action X11.keysyms
12585 action X11.protocol
12586 action glossary
12587 action indexmacros.t
12588 action postproc
12590 src_dir doc/specs/Xserver
12591 dst_dir doc/old/specs/Xserver
12593 action Xprt.book
12594 action Xprt.mif
12595 action XprtIX.doc
12596 action XprtTOC.doc
12597 action Xprt_cov.mif
12598 action analysis.tex
12599 action appgroup.ms
12600 action ddx.tbl.ms
12601 action fontlib.ms
12602 action secint.tex
12604 src_dir doc/specs/Xt
12605 dst_dir doc/old/specs/Xt
12607 action CH01
12608 action CH02
12609 action CH03
12610 action CH04
12611 action CH05
12612 action CH06
12613 action CH07
12614 action CH08
12615 action CH09
12616 action CH10
12617 action CH11
12618 action CH12
12619 action CH13
12620 action Xtk.intr.front
12621 action appA
12622 action appB
12623 action appC
12624 action appD
12625 action appE
12626 action appF
12627 action intr.idxmac.t
12628 action postproc
12629 action strings.mit
12631 src_dir doc/specs/xterm
12632 dst_dir doc/old/specs/xterm
12634 action ctlseqs.ms
12636 src_dir doc/specs/xtrans
12637 dst_dir doc/old/specs/xtrans
12639 action Xtrans.mm
12641 src_dir doc/specs/Xv
12642 dst_dir doc/old/specs/Xv
12644 action xv-protocol-v2.txt
12646 src_dir doc/specs/XvMC
12647 dst_dir doc/old/specs/XvMC
12649 action XvMC_API.txt
12651 src_dir doc/util
12652 dst_dir doc/old/util
12654 action block.awk
12655 action fixindex.awk
12656 action indexmacros.t
12657 action macros.t
12659 src_dir
12660 dst_dir doc/old
12661 action registry
12664 symlink_doc() {
12665 symlink_doc_old
12666 # symlink_doc_man
12667 # ...
12671 #########
12673 # The util module
12675 #########
12677 symlink_util_xmkmf() {
12678 src_dir config/util
12679 dst_dir util/xmkmf
12681 action xmkmf.cpp
12682 action xmkmf.man
12685 symlink_util_cf() {
12686 src_dir config/cf
12687 dst_dir util/cf
12689 action Amoeba.cf
12690 action apollo.cf
12691 action bsd.cf
12692 action bsdi.cf
12693 action bsdiLib.rules
12694 action bsdiLib.tmpl
12695 action bsdLib.rules
12696 action bsdLib.tmpl
12697 action cde.rules
12698 action cde.tmpl
12699 action convex.cf
12700 action cray.cf
12701 action cross.def
12702 action cross.rules
12703 action cygwin.cf
12704 action cygwin.rules
12705 action cygwin.tmpl
12706 action darwin.cf
12707 action darwinLib.rules
12708 action darwinLib.tmpl
12709 action DGUX.cf
12710 action dmx.cf
12711 action DragonFly.cf
12712 action FreeBSD.cf
12713 action fujitsu.cf
12714 action generic.cf
12715 action gnu.cf
12716 action gnuLib.rules
12717 action gnuLib.tmpl
12718 action hp.cf
12719 action hpLib.rules
12720 action hpLib.tmpl
12721 action ibm.cf
12722 action ibmLib.rules
12723 action ibmLib.tmpl
12724 action Imake.cf
12725 action Imake.rules
12726 action Imake.tmpl
12727 action isc.cf
12728 action Library.tmpl
12729 action linux.cf
12730 action lnxdoc.rules
12731 action lnxdoc.tmpl
12732 action lnxLib.rules
12733 action lnxLib.tmpl
12734 action luna.cf
12735 action lynx.cf
12736 action mach.cf
12737 action macII.cf
12738 action mingw.cf
12739 action mingw.rules
12740 action mingw.tmpl
12741 action minix.cf
12742 action Mips.cf
12743 action Motif.rules
12744 action Motif.tmpl
12745 action moto.cf
12746 action ncr.cf
12747 action nec.cf
12748 action necLib.rules
12749 action necLib.tmpl
12750 action NetBSD.cf
12751 action noop.rules
12752 action nto.cf
12753 action nto.rules
12754 action Oki.cf
12755 action oldlib.rules
12756 action OpenBSD.cf
12757 action OpenBSDLib.rules
12758 action OpenBSDLib.tmpl
12759 action os2.cf
12760 action os2def.db
12761 action os2Lib.rules
12762 action os2Lib.tmpl
12763 action os2.rules
12764 action osf1.cf
12765 action osfLib.rules
12766 action osfLib.tmpl
12767 action pegasus.cf
12768 action QNX4.cf
12769 action QNX4.rules
12770 action README
12771 action sco5.cf
12772 action sco.cf
12773 action scoLib.rules
12774 action sequent.cf
12775 action sequentLib.rules
12776 action ServerLib.tmpl
12777 action Server.tmpl
12778 action sgi.cf
12779 action sgiLib.rules
12780 action sgiLib.tmpl
12781 action site.def
12782 action site.sample
12783 action sony.cf
12784 action sun.cf
12785 action sunLib.rules
12786 action sunLib.tmpl
12787 action sv3Lib.rules
12788 action sv3Lib.tmpl
12789 action sv4Lib.rules
12790 action sv4Lib.tmpl
12791 action svr3.cf
12792 action svr4.cf
12793 action Threads.tmpl
12794 action ultrix.cf
12795 action usl.cf
12796 action Win32.cf
12797 action Win32.rules
12798 action WinLib.tmpl
12799 action X11.rules
12800 action X11.tmpl
12801 action x386.cf
12802 action xf86.rules
12803 action xf86site.def
12804 action xf86.tmpl
12805 action xfree86.cf
12806 action xorg.cf
12807 action xorgsite.def
12808 action xorg.tmpl
12809 action xorgversion.def
12810 action xprint_host.def
12813 symlink_util_imake() {
12814 src_dir config/imake
12815 dst_dir util/imake
12817 action ccimake.c
12818 action imake.c
12819 action imake.man
12820 action imakemdep.h
12821 action imakesvc.cmd
12822 action Makefile.ini
12825 symlink_util_makedepend() {
12826 src_dir config/makedepend
12827 dst_dir util/makedepend
12829 action cppsetup.c
12830 action def.h
12831 action ifparser.c
12832 action ifparser.h
12833 action include.c
12834 action main.c
12835 action mkdepend.man makedepend.man
12836 action parse.c
12837 action pr.c
12839 src_dir config/imake
12840 dst_dir util/makedepend
12842 action imakemdep.h
12845 symlink_util() {
12846 symlink_util_cf
12847 symlink_util_imake
12848 symlink_util_makedepend
12849 symlink_util_xmkmf
12850 # ...
12853 symlink_data_cursors_handhelds() {
12854 src_dir programs/xcursorgen/handhelds
12855 dst_dir data/cursors/handhelds
12857 action X_cursor.cfg
12858 action based_arrow_down.cfg
12859 action based_arrow_up.cfg
12860 action bottom_left_corner.cfg
12861 action bottom_right_corner.cfg
12862 action bottom_side.cfg
12863 action bottom_tee.cfg
12864 action center_ptr.cfg
12865 action circle.cfg
12866 action cross.cfg
12867 action dot.cfg
12868 action dotbox.cfg
12869 action double_arrow.cfg
12870 action draped_box.cfg
12871 action fleur.cfg
12872 action gumby.cfg
12873 action hand2.cfg
12874 action left_ptr.cfg
12875 action left_ptr_watch.cfg
12876 action left_side.cfg
12877 action left_tee.cfg
12878 action ll_angle.cfg
12879 action pencil.cfg
12880 action right_ptr.cfg
12881 action right_side.cfg
12882 action right_tee.cfg
12883 action sb_h_double_arrow.cfg
12884 action sb_right_arrow.cfg
12885 action sb_up_arrow.cfg
12886 action sb_v_double_arrow.cfg
12887 action shuttle.cfg
12888 action top_left_corner.cfg
12889 action top_right_corner.cfg
12890 action top_side.cfg
12891 action top_tee.cfg
12892 action watch.cfg
12893 action xterm.cfg
12896 symlink_data_cursors_redglass() {
12897 src_dir programs/xcursorgen/redglass
12898 dst_dir data/cursors/redglass
12900 action X_cursor-16.png
12901 action X_cursor-24.png
12902 action X_cursor-32.png
12903 action X_cursor-48.png
12904 action X_cursor-64.png
12905 action based_arrow_down-16.png
12906 action based_arrow_down-24.png
12907 action based_arrow_down-32.png
12908 action based_arrow_down-48.png
12909 action based_arrow_down-64.png
12910 action based_arrow_up-16.png
12911 action based_arrow_up-24.png
12912 action based_arrow_up-32.png
12913 action based_arrow_up-48.png
12914 action based_arrow_up-64.png
12915 action bottom_left_corner-16.png
12916 action bottom_left_corner-24.png
12917 action bottom_left_corner-32.png
12918 action bottom_left_corner-48.png
12919 action bottom_left_corner-64.png
12920 action bottom_right_corner-16.png
12921 action bottom_right_corner-24.png
12922 action bottom_right_corner-32.png
12923 action bottom_right_corner-48.png
12924 action bottom_right_corner-64.png
12925 action bottom_side-16.png
12926 action bottom_side-24.png
12927 action bottom_side-32.png
12928 action bottom_side-48.png
12929 action bottom_side-64.png
12930 action bottom_tee-16.png
12931 action bottom_tee-24.png
12932 action bottom_tee-32.png
12933 action bottom_tee-48.png
12934 action bottom_tee-64.png
12935 action center_ptr-16.png
12936 action center_ptr-24.png
12937 action center_ptr-32.png
12938 action center_ptr-48.png
12939 action center_ptr-64.png
12940 action circle-16.png
12941 action circle-24.png
12942 action circle-32.png
12943 action circle-48.png
12944 action circle-64.png
12945 action cross-16.png
12946 action cross-24.png
12947 action cross-32.png
12948 action cross-48.png
12949 action cross-64.png
12950 action dot-16.png
12951 action dot-24.png
12952 action dot-32.png
12953 action dot-48.png
12954 action dot-64.png
12955 action dotbox-16.png
12956 action dotbox-24.png
12957 action dotbox-32.png
12958 action dotbox-48.png
12959 action dotbox-64.png
12960 action double_arrow-16.png
12961 action double_arrow-24.png
12962 action double_arrow-32.png
12963 action double_arrow-48.png
12964 action double_arrow-64.png
12965 action draped_box-16.png
12966 action draped_box-24.png
12967 action draped_box-32.png
12968 action draped_box-48.png
12969 action draped_box-64.png
12970 action fleur-16.png
12971 action fleur-24.png
12972 action fleur-32.png
12973 action fleur-48.png
12974 action fleur-64.png
12975 action gumby-128.png
12976 action gumby-16.png
12977 action gumby-24.png
12978 action gumby-32.png
12979 action gumby-48.png
12980 action gumby-64.png
12981 action hand2-16.png
12982 action hand2-24.png
12983 action hand2-32.png
12984 action hand2-48.png
12985 action hand2-64.png
12986 action hourglass-135-16.png
12987 action hourglass-135-24.png
12988 action hourglass-135-32.png
12989 action hourglass-135-48.png
12990 action hourglass-135-64.png
12991 action hourglass-25-16.png
12992 action hourglass-25-24.png
12993 action hourglass-25-32.png
12994 action hourglass-25-48.png
12995 action hourglass-25-64.png
12996 action hourglass-45-16.png
12997 action hourglass-45-24.png
12998 action hourglass-45-32.png
12999 action hourglass-45-48.png
13000 action hourglass-45-64.png
13001 action hourglass-50-16.png
13002 action hourglass-50-24.png
13003 action hourglass-50-32.png
13004 action hourglass-50-48.png
13005 action hourglass-50-64.png
13006 action hourglass-75-16.png
13007 action hourglass-75-24.png
13008 action hourglass-75-32.png
13009 action hourglass-75-48.png
13010 action hourglass-75-64.png
13011 action hourglass-90-16.png
13012 action hourglass-90-24.png
13013 action hourglass-90-32.png
13014 action hourglass-90-48.png
13015 action hourglass-90-64.png
13016 action hourglass-empty-16.png
13017 action hourglass-empty-24.png
13018 action hourglass-empty-32.png
13019 action hourglass-empty-48.png
13020 action hourglass-empty-64.png
13021 action hourglass-full-16.png
13022 action hourglass-full-24.png
13023 action hourglass-full-32.png
13024 action hourglass-full-48.png
13025 action hourglass-full-64.png
13026 action left_ptr-16.png
13027 action left_ptr-24.png
13028 action left_ptr-32.png
13029 action left_ptr-48.png
13030 action left_ptr-64.png
13031 action left_ptr_watch-16.png
13032 action left_ptr_watch-24.png
13033 action left_ptr_watch-32.png
13034 action left_ptr_watch-48.png
13035 action left_ptr_watch-64.png
13036 action left_side-16.png
13037 action left_side-24.png
13038 action left_side-32.png
13039 action left_side-48.png
13040 action left_side-64.png
13041 action left_tee-16.png
13042 action left_tee-24.png
13043 action left_tee-32.png
13044 action left_tee-48.png
13045 action left_tee-64.png
13046 action ll_angle-16.png
13047 action ll_angle-24.png
13048 action ll_angle-32.png
13049 action ll_angle-48.png
13050 action ll_angle-64.png
13051 action pencil-16.png
13052 action pencil-24.png
13053 action pencil-32.png
13054 action pencil-48.png
13055 action pencil-64.png
13056 action right_ptr-16.png
13057 action right_ptr-24.png
13058 action right_ptr-32.png
13059 action right_ptr-48.png
13060 action right_ptr-64.png
13061 action right_side-16.png
13062 action right_side-24.png
13063 action right_side-32.png
13064 action right_side-48.png
13065 action right_side-64.png
13066 action right_tee-16.png
13067 action right_tee-24.png
13068 action right_tee-32.png
13069 action right_tee-48.png
13070 action right_tee-64.png
13071 action sb_h_double_arrow-16.png
13072 action sb_h_double_arrow-24.png
13073 action sb_h_double_arrow-32.png
13074 action sb_h_double_arrow-48.png
13075 action sb_h_double_arrow-64.png
13076 action sb_right_arrow-16.png
13077 action sb_right_arrow-24.png
13078 action sb_right_arrow-32.png
13079 action sb_right_arrow-48.png
13080 action sb_right_arrow-64.png
13081 action sb_up_arrow-16.png
13082 action sb_up_arrow-24.png
13083 action sb_up_arrow-32.png
13084 action sb_up_arrow-48.png
13085 action sb_up_arrow-64.png
13086 action sb_v_double_arrow-16.png
13087 action sb_v_double_arrow-24.png
13088 action sb_v_double_arrow-32.png
13089 action sb_v_double_arrow-48.png
13090 action sb_v_double_arrow-64.png
13091 action shuttle-16.png
13092 action shuttle-24.png
13093 action shuttle-32.png
13094 action shuttle-48.png
13095 action shuttle-64.png
13096 action top_left_corner-16.png
13097 action top_left_corner-24.png
13098 action top_left_corner-32.png
13099 action top_left_corner-48.png
13100 action top_left_corner-64.png
13101 action top_right_corner-16.png
13102 action top_right_corner-24.png
13103 action top_right_corner-32.png
13104 action top_right_corner-48.png
13105 action top_right_corner-64.png
13106 action top_side-16.png
13107 action top_side-24.png
13108 action top_side-32.png
13109 action top_side-48.png
13110 action top_side-64.png
13111 action top_tee-16.png
13112 action top_tee-24.png
13113 action top_tee-32.png
13114 action top_tee-48.png
13115 action top_tee-64.png
13116 action watch-16.png
13117 action watch-24.png
13118 action watch-32.png
13119 action watch-48.png
13120 action watch-64.png
13121 action xterm-16.png
13122 action xterm-24.png
13123 action xterm-32.png
13124 action xterm-48.png
13125 action xterm-64.png
13127 action X_cursor.cfg
13128 action based_arrow_down.cfg
13129 action based_arrow_up.cfg
13130 action bottom_left_corner.cfg
13131 action bottom_right_corner.cfg
13132 action bottom_side.cfg
13133 action bottom_tee.cfg
13134 action center_ptr.cfg
13135 action circle.cfg
13136 action cross.cfg
13137 action dot.cfg
13138 action dotbox.cfg
13139 action double_arrow.cfg
13140 action draped_box.cfg
13141 action fleur.cfg
13142 action gumby.cfg
13143 action hand2.cfg
13144 action left_ptr.cfg
13145 action left_ptr_watch.cfg
13146 action left_side.cfg
13147 action left_tee.cfg
13148 action ll_angle.cfg
13149 action pencil.cfg
13150 action right_ptr.cfg
13151 action right_side.cfg
13152 action right_tee.cfg
13153 action sb_h_double_arrow.cfg
13154 action sb_right_arrow.cfg
13155 action sb_up_arrow.cfg
13156 action sb_v_double_arrow.cfg
13157 action shuttle.cfg
13158 action top_left_corner.cfg
13159 action top_right_corner.cfg
13160 action top_side.cfg
13161 action top_tee.cfg
13162 action watch.cfg
13163 action xterm.cfg
13165 action based_arrow_down.xcf
13166 action based_arrow_up.xcf
13167 action basic_arrow.xcf
13168 action bottom_left_corner.xcf
13169 action bottom_right_corner.xcf
13170 action bottom_side.xcf
13171 action bottom_tee.xcf
13172 action center_ptr.xcf
13173 action circle.xcf
13174 action cross.xcf
13175 action dotbox.xcf
13176 action dot.xcf
13177 action double_arrow.xcf
13178 action draped_box.xcf
13179 action fleur.xcf
13180 action gumby.xcf
13181 action hand2.xcf
13182 action hourglass-135.xcf
13183 action hourglass-25.xcf
13184 action hourglass-45.xcf
13185 action hourglass-50.xcf
13186 action hourglass-75.xcf
13187 action hourglass-90.xcf
13188 action hourglass-empty.xcf
13189 action hourglass-full.xcf
13190 action hourglass-plain.xcf
13191 action left_ptr_watch.xcf
13192 action left_ptr.xcf
13193 action left_side.xcf
13194 action left_tee.xcf
13195 action ll_angle.xcf
13196 action pencil.xcf
13197 action right_ptr.xcf
13198 action right_side.xcf
13199 action right_tee.xcf
13200 action sb_h_double_arrow.xcf
13201 action sb_right_arrow.xcf
13202 action sb_up_arrow.xcf
13203 action sb_v_double_arrow.xcf
13204 action shuttle.xcf
13205 action top_left_corner.xcf
13206 action top_right_corner.xcf
13207 action top_side.xcf
13208 action top_tee.xcf
13209 action watch.xcf
13210 action X_cursor.xcf
13211 action xterm.xcf
13213 action gumby.svg
13216 symlink_data_cursors_whiteglass() {
13217 src_dir programs/xcursorgen/whiteglass
13218 dst_dir data/cursors/whiteglass
13220 action X_cursor-16.png
13221 action X_cursor-24.png
13222 action X_cursor-32.png
13223 action X_cursor-48.png
13224 action X_cursor-64.png
13225 action base_arrow_down-16.png
13226 action base_arrow_down-24.png
13227 action base_arrow_down-32.png
13228 action base_arrow_down-48.png
13229 action base_arrow_down-64.png
13230 action base_arrow_up-16.png
13231 action base_arrow_up-24.png
13232 action base_arrow_up-32.png
13233 action base_arrow_up-48.png
13234 action base_arrow_up-64.png
13235 action basic_arrow-16.png
13236 action basic_arrow-24.png
13237 action basic_arrow-32.png
13238 action basic_arrow-48.png
13239 action basic_arrow-64.png
13240 action boat-16.png
13241 action boat-24.png
13242 action boat-32.png
13243 action boat-48.png
13244 action boat-64.png
13245 action bottom_left_corner-16.png
13246 action bottom_left_corner-24.png
13247 action bottom_left_corner-32.png
13248 action bottom_left_corner-48.png
13249 action bottom_left_corner-64.png
13250 action bottom_right_corner-16.png
13251 action bottom_right_corner-24.png
13252 action bottom_right_corner-32.png
13253 action bottom_right_corner-48.png
13254 action bottom_right_corner-64.png
13255 action bottom_side-16.png
13256 action bottom_side-24.png
13257 action bottom_side-32.png
13258 action bottom_side-48.png
13259 action bottom_side-64.png
13260 action bottom_tee-16.png
13261 action bottom_tee-24.png
13262 action bottom_tee-32.png
13263 action bottom_tee-48.png
13264 action bottom_tee-64.png
13265 action center_ptr-16.png
13266 action center_ptr-24.png
13267 action center_ptr-32.png
13268 action center_ptr-48.png
13269 action center_ptr-64.png
13270 action circle-16.png
13271 action circle-24.png
13272 action circle-32.png
13273 action circle-48.png
13274 action circle-64.png
13275 action cross-16.png
13276 action cross-24.png
13277 action cross-32.png
13278 action cross-48.png
13279 action cross-64.png
13280 action dot-16.png
13281 action dot-24.png
13282 action dot-32.png
13283 action dot-48.png
13284 action dot-64.png
13285 action dot_box_mask-16.png
13286 action dot_box_mask-24.png
13287 action dot_box_mask-32.png
13288 action dot_box_mask-48.png
13289 action dot_box_mask-64.png
13290 action double_arrow-16.png
13291 action double_arrow-24.png
13292 action double_arrow-32.png
13293 action double_arrow-48.png
13294 action double_arrow-64.png
13295 action draped_box-16.png
13296 action draped_box-24.png
13297 action draped_box-32.png
13298 action draped_box-48.png
13299 action draped_box-64.png
13300 action exchange-16.png
13301 action exchange-24.png
13302 action exchange-32.png
13303 action exchange-48.png
13304 action exchange-64.png
13305 action fleur-16.png
13306 action fleur-24.png
13307 action fleur-32.png
13308 action fleur-48.png
13309 action fleur-64.png
13310 action gumby-128.png
13311 action gumby-16.png
13312 action gumby-24.png
13313 action gumby-32.png
13314 action gumby-48.png
13315 action gumby-64.png
13316 action hand1-16.png
13317 action hand1-24.png
13318 action hand1-32.png
13319 action hand1-48.png
13320 action hand1-64.png
13321 action hand2-16.png
13322 action hand2-24.png
13323 action hand2-32.png
13324 action hand2-48.png
13325 action hand2-64.png
13326 action left_ptr-16.png
13327 action left_ptr-24.png
13328 action left_ptr-32.png
13329 action left_ptr-48.png
13330 action left_ptr-64.png
13331 action left_ptr_watch-16.png
13332 action left_ptr_watch-24.png
13333 action left_ptr_watch-32.png
13334 action left_ptr_watch-48.png
13335 action left_ptr_watch-64.png
13336 action left_side-16.png
13337 action left_side-24.png
13338 action left_side-32.png
13339 action left_side-48.png
13340 action left_side-64.png
13341 action left_tee-16.png
13342 action left_tee-24.png
13343 action left_tee-32.png
13344 action left_tee-48.png
13345 action left_tee-64.png
13346 action ll_angle-16.png
13347 action ll_angle-24.png
13348 action ll_angle-32.png
13349 action ll_angle-48.png
13350 action ll_angle-64.png
13351 action lr_angle-16.png
13352 action lr_angle-24.png
13353 action lr_angle-32.png
13354 action lr_angle-48.png
13355 action lr_angle-64.png
13356 action pencil-16.png
13357 action pencil-24.png
13358 action pencil-32.png
13359 action pencil-48.png
13360 action pencil-64.png
13361 action pirate-16.png
13362 action pirate-24.png
13363 action pirate-32.png
13364 action pirate-48.png
13365 action pirate-64.png
13366 action question_arrow-16.png
13367 action question_arrow-24.png
13368 action question_arrow-32.png
13369 action question_arrow-48.png
13370 action question_arrow-64.png
13371 action right_ptr-16.png
13372 action right_ptr-24.png
13373 action right_ptr-32.png
13374 action right_ptr-48.png
13375 action right_ptr-64.png
13376 action right_side-16.png
13377 action right_side-24.png
13378 action right_side-32.png
13379 action right_side-48.png
13380 action right_side-64.png
13381 action right_tee-16.png
13382 action right_tee-24.png
13383 action right_tee-32.png
13384 action right_tee-48.png
13385 action right_tee-64.png
13386 action sailboat-16.png
13387 action sailboat-24.png
13388 action sailboat-32.png
13389 action sailboat-48.png
13390 action sailboat-64.png
13391 action sb_down_arrow-16.png
13392 action sb_down_arrow-24.png
13393 action sb_down_arrow-32.png
13394 action sb_down_arrow-48.png
13395 action sb_down_arrow-64.png
13396 action sb_h_double_arrow-16.png
13397 action sb_h_double_arrow-24.png
13398 action sb_h_double_arrow-32.png
13399 action sb_h_double_arrow-48.png
13400 action sb_h_double_arrow-64.png
13401 action sb_left_arrow-16.png
13402 action sb_left_arrow-24.png
13403 action sb_left_arrow-32.png
13404 action sb_left_arrow-48.png
13405 action sb_left_arrow-64.png
13406 action sb_right_arrow-16.png
13407 action sb_right_arrow-24.png
13408 action sb_right_arrow-32.png
13409 action sb_right_arrow-48.png
13410 action sb_right_arrow-64.png
13411 action sb_up_arrow-16.png
13412 action sb_up_arrow-24.png
13413 action sb_up_arrow-32.png
13414 action sb_up_arrow-48.png
13415 action sb_up_arrow-64.png
13416 action sb_v_double_arrow-16.png
13417 action sb_v_double_arrow-24.png
13418 action sb_v_double_arrow-32.png
13419 action sb_v_double_arrow-48.png
13420 action sb_v_double_arrow-64.png
13421 action shuttle-16.png
13422 action shuttle-24.png
13423 action shuttle-32.png
13424 action shuttle-48.png
13425 action shuttle-64.png
13426 action sizing-16.png
13427 action sizing-24.png
13428 action sizing-32.png
13429 action sizing-48.png
13430 action sizing-64.png
13431 action target-16.png
13432 action target-24.png
13433 action target-32.png
13434 action target-48.png
13435 action target-64.png
13436 action top_left_corner-16.png
13437 action top_left_corner-24.png
13438 action top_left_corner-32.png
13439 action top_left_corner-48.png
13440 action top_left_corner-64.png
13441 action top_right_corner-16.png
13442 action top_right_corner-24.png
13443 action top_right_corner-32.png
13444 action top_right_corner-48.png
13445 action top_right_corner-64.png
13446 action top_side-16.png
13447 action top_side-24.png
13448 action top_side-32.png
13449 action top_side-48.png
13450 action top_side-64.png
13451 action top_tee-16.png
13452 action top_tee-24.png
13453 action top_tee-32.png
13454 action top_tee-48.png
13455 action top_tee-64.png
13456 action trek-16.png
13457 action trek-24.png
13458 action trek-32.png
13459 action trek-48.png
13460 action trek-64.png
13461 action ul_angle-16.png
13462 action ul_angle-24.png
13463 action ul_angle-32.png
13464 action ul_angle-48.png
13465 action ul_angle-64.png
13466 action ur_angle-16.png
13467 action ur_angle-24.png
13468 action ur_angle-32.png
13469 action ur_angle-48.png
13470 action ur_angle-64.png
13471 action watch-16.png
13472 action watch-24.png
13473 action watch-32.png
13474 action watch-48.png
13475 action watch-64.png
13476 action xterm-16.png
13477 action xterm-24.png
13478 action xterm-32.png
13479 action xterm-48.png
13480 action xterm-64.png
13482 action X_cursor.cfg
13483 action base_arrow_down.cfg
13484 action base_arrow_up.cfg
13485 action basic_arrow.cfg
13486 action boat.cfg
13487 action bottom_left_corner.cfg
13488 action bottom_right_corner.cfg
13489 action bottom_side.cfg
13490 action bottom_tee.cfg
13491 action center_ptr.cfg
13492 action circle.cfg
13493 action cross.cfg
13494 action dot.cfg
13495 action dot_box_mask.cfg
13496 action double_arrow.cfg
13497 action draped_box.cfg
13498 action exchange.cfg
13499 action fleur.cfg
13500 action gumby.cfg
13501 action hand1.cfg
13502 action hand2.cfg
13503 action left_ptr.cfg
13504 action left_ptr_watch.cfg
13505 action left_side.cfg
13506 action left_tee.cfg
13507 action ll_angle.cfg
13508 action lr_angle.cfg
13509 action pencil.cfg
13510 action pirate.cfg
13511 action question_arrow.cfg
13512 action right_ptr.cfg
13513 action right_side.cfg
13514 action right_tee.cfg
13515 action sailboat.cfg
13516 action sb_down_arrow.cfg
13517 action sb_h_double_arrow.cfg
13518 action sb_left_arrow.cfg
13519 action sb_right_arrow.cfg
13520 action sb_up_arrow.cfg
13521 action sb_v_double_arrow.cfg
13522 action shuttle.cfg
13523 action sizing.cfg
13524 action target.cfg
13525 action top_left_corner.cfg
13526 action top_right_corner.cfg
13527 action top_side.cfg
13528 action top_tee.cfg
13529 action trek.cfg
13530 action ul_angle.cfg
13531 action ur_angle.cfg
13532 action watch.cfg
13533 action xterm.cfg
13535 action base_arrow_down.xcf
13536 action base_arrow_up.xcf
13537 action basic_arrow.xcf
13538 action boat.xcf
13539 action bottom_left_corner.xcf
13540 action bottom_right_corner.xcf
13541 action bottom_side.xcf
13542 action bottom_tee.xcf
13543 action center_ptr.xcf
13544 action circle.xcf
13545 action cross.xcf
13546 action dot_box_mask.xcf
13547 action dot.xcf
13548 action double_arrow.xcf
13549 action draped_box.xcf
13550 action exchange.xcf
13551 action fleur.xcf
13552 action gumby.xcf
13553 action hand1.xcf
13554 action hand2.xcf
13555 action left_ptr_watch.xcf
13556 action left_ptr.xcf
13557 action left_side.xcf
13558 action left_tee.xcf
13559 action ll_angle.xcf
13560 action lr_angle.xcf
13561 action pencil.xcf
13562 action pirate.xcf
13563 action question_arrow.xcf
13564 action right_ptr.xcf
13565 action right_side.xcf
13566 action right_tee.xcf
13567 action sailboat.xcf
13568 action sb_down_arrow.xcf
13569 action sb_h_double_arrow.xcf
13570 action sb_left_arrow.xcf
13571 action sb_right_arrow.xcf
13572 action sb_up_arrow.xcf
13573 action sb_v_double_arrow.xcf
13574 action shuttle.xcf
13575 action sizing.xcf
13576 action target.xcf
13577 action top_left_corner.xcf
13578 action top_right_corner.xcf
13579 action top_side.xcf
13580 action top_tee.xcf
13581 action trek.xcf
13582 action ul_angle.xcf
13583 action ur_angle.xcf
13584 action watch.xcf
13585 action X_cursor.xcf
13586 action xterm.xcf
13589 symlink_data_cursors() {
13590 symlink_data_cursors_handhelds
13591 symlink_data_cursors_redglass
13592 symlink_data_cursors_whiteglass
13595 symlink_data_bitmaps() {
13596 src_dir include/bitmaps
13597 dst_dir data/bitmaps
13599 action 1x1
13600 action 2x2
13601 action black
13602 action boxes
13603 action calculator
13604 action cntr_ptr
13605 action cntr_ptrmsk
13606 action cross_weave
13607 action dimple1
13608 action dimple3
13609 action dot
13610 action dropbar7
13611 action dropbar8
13612 action escherknot
13613 action flagdown
13614 action flagup
13615 action flipped_gray
13616 action gray
13617 action gray1
13618 action gray3
13619 action grid16
13620 action grid2
13621 action grid4
13622 action grid8
13623 action hlines2
13624 action hlines3
13625 action icon
13626 action keyboard16
13627 action left_ptr
13628 action left_ptrmsk
13629 action letters
13630 action light_gray
13631 action mailempty
13632 action mailemptymsk
13633 action mailfull
13634 action mailfullmsk
13635 action mensetmanus
13636 action menu10
13637 action menu12
13638 action menu16
13639 action menu6
13640 action menu8
13641 action noletters
13642 action opendot
13643 action opendotMask
13644 action plaid
13645 action right_ptr
13646 action right_ptrmsk
13647 action root_weave
13648 action scales
13649 action sipb
13650 action star
13651 action starMask
13652 action stipple
13653 action target
13654 action terminal
13655 action tie_fighter
13656 action vlines2
13657 action vlines3
13658 action weird_size
13659 action wide_weave
13660 action wingdogs
13661 action woman
13662 action xfd_icon
13663 action xlogo11
13664 action xlogo16
13665 action xlogo32
13666 action xlogo64
13667 action xsnow
13670 symlink_data_xkbdata() {
13671 src_dir programs/xkbcomp/torture
13672 dst_dir data/xkbdata/torture
13674 action indicator
13675 action indicator1
13676 action indicator2
13677 action indicator3
13678 action mod_compat
13679 action mod_compat1
13680 action mod_compat2
13681 action mod_compat3
13682 action mod_compat4
13683 action sym_interp
13684 action sym_interp1
13685 action sym_interp2
13686 action sym_interp3
13687 action sym_interp4
13688 action types
13690 src_dir programs/xkbcomp/types
13691 dst_dir data/xkbdata/types
13693 action README
13695 action basic
13696 action cancel
13697 action caps
13698 action complete
13699 action default
13700 action extra
13701 action iso9995
13702 action mousekeys
13703 action numpad
13704 action pc
13706 src_dir programs/xkbcomp/keycodes
13707 dst_dir data/xkbdata/keycodes
13709 action aliases
13710 action amiga
13711 action ataritt
13712 action fujitsu
13713 action hp
13714 action ibm
13715 action macintosh
13716 action powerpcps2
13717 action README
13718 action sony
13719 action sun
13720 action xfree86
13721 action xfree98
13723 src_dir programs/xkbcomp/keycodes/digital
13724 dst_dir data/xkbdata/keycodes/digital
13726 action lk
13727 action pc
13729 src_dir programs/xkbcomp/keycodes/sgi
13730 dst_dir data/xkbdata/keycodes/sgi
13732 action indigo
13733 action iris
13734 action indy
13736 src_dir programs/xkbcomp/rules
13737 dst_dir data/xkbdata/rules
13739 action README
13740 action sgi
13741 action sgi.lst
13742 action sun
13743 action sun.lst
13744 action xfree98
13745 action xfree98.lst
13746 action xkb.dtd
13747 action xml2lst.pl
13748 action xorg
13749 action xorg-it.lst
13750 action xorg.lst
13751 action xorg.xml
13753 src_dir programs/xkbcomp/compat
13754 dst_dir data/xkbdata/compat
13756 action accessx
13757 action basic
13758 action complete
13759 action default
13760 action iso9995
13761 action japan
13762 action keypad
13763 action ledcaps
13764 action lednum
13765 action ledscroll
13766 action misc
13767 action mousekeys
13768 action norepeat
13769 action pc
13770 action pc98
13771 action README
13772 action xfree86
13773 action xtest
13775 src_dir programs/xkbcomp/geometry
13776 dst_dir data/xkbdata/geometry
13778 action amiga
13779 action ataritt
13780 action chicony
13781 action dell
13782 action everex
13783 action fujitsu
13784 action hp
13785 action keytronic
13786 action kinesis
13787 action macintosh
13788 action microsoft
13789 action nec
13790 action northgate
13791 action pc
13792 action README
13793 action sony
13794 action sun
13795 action winbook
13797 src_dir programs/xkbcomp/geometry/sgi
13798 dst_dir data/xkbdata/geometry/sgi
13800 action indigo
13801 action indy
13802 action O2
13804 src_dir programs/xkbcomp/geometry/ibm
13805 dst_dir data/xkbdata/geometry/ibm
13807 action thinkpad
13809 src_dir programs/xkbcomp/geometry/digital
13810 dst_dir data/xkbdata/geometry/digital
13812 action lk
13813 action pc
13814 action unix
13816 src_dir programs/xkbcomp/semantics
13817 dst_dir data/xkbdata/semantics
13819 action basic
13820 action complete
13821 action default
13822 action xtest
13824 src_dir programs/xkbcomp/keymap
13825 dst_dir data/xkbdata/keymap
13827 action amiga
13828 action ataritt
13829 action macintosh
13830 action README
13831 action sony
13832 action xfree86
13833 action xfree98
13835 src_dir programs/xkbcomp/keymap/digital
13836 dst_dir data/xkbdata/keymap/digital
13838 action us
13840 src_dir programs/xkbcomp/keymap/sgi
13841 dst_dir data/xkbdata/keymap/sgi
13843 action be
13844 action bg
13845 action ca
13846 action cz
13847 action cz_qwerty
13848 action de
13849 action de_CH
13850 action dk
13851 action dvorak
13852 action en_US
13853 action es
13854 action fi
13855 action fr
13856 action fr_CH
13857 action gb
13858 action hu
13859 action it
13860 action jp
13861 action no
13862 action pl
13863 action pt
13864 action ru
13865 action se
13866 action sk
13867 action sk_qwerty
13868 action th
13869 action us
13871 src_dir programs/xkbcomp/keymap/sun
13872 dst_dir data/xkbdata/keymap/sun
13874 action de
13875 action es
13876 action fi
13877 action fr
13878 action no
13879 action pl
13880 action ru
13881 action se
13882 action uk
13883 action us
13885 src_dir programs/xkbcomp/symbols
13886 dst_dir data/xkbdata/symbols
13888 action al
13889 action altwin
13890 action am
13891 action apple
13892 action ar
13893 action az
13894 action be
13895 action ben
13896 action bg
13897 action br
13898 action bs
13899 action by
13900 action ca
13901 action ca_enhanced
13902 action capslock
13903 action compose
13904 action ctrl
13905 action cz
13906 action cz_qwerty
13907 action czsk
13908 action de
13909 action de_CH
13910 action dev
13911 action dk
13912 action dvorak
13913 action ee
13914 action el
13915 action en_US
13916 action es
13917 action eurosign
13918 action fi
13919 action fo
13920 action fr
13921 action fr_CH
13922 action gb
13923 action ge_la
13924 action ge_ru
13925 action group
13926 action guj
13927 action gur
13928 action hr
13929 action hr_US
13930 action hu
13931 action hu_qwerty
13932 action hu_US
13933 action ie
13934 action il
13935 action il_phonetic
13936 action inet
13937 action ir
13938 action is
13939 action iso9995-3
13940 action it
13941 action iu
13942 action jp
13943 action kan
13944 action keypad
13945 action la
13946 action level3
13947 action lo
13948 action lock
13949 action lt
13950 action lt_a
13951 action lt_p
13952 action lt_std
13953 action lv
13954 action mk
13955 action ml
13956 action mm
13957 action mn
13958 action mt
13959 action mt_us
13960 action nl
13961 action no
13962 action ogham
13963 action ori
13964 action pc104
13965 action pl
13966 action pl2
13967 action pt
13968 action ralt
13969 action README
13970 action ro
13971 action ro2
13972 action ru
13973 action sapmi
13974 action se
13975 action se_FI
13976 action se_NO
13977 action se_SE
13978 action si
13979 action sk
13980 action sk_qwerty
13981 action sr
13982 action srvr_ctrl
13983 action syr
13984 action syr_phonetic
13985 action tel
13986 action th
13987 action th_pat
13988 action th_tis
13989 action tj
13990 action tml
13991 action tr
13992 action tr_f
13993 action ua
13994 action us
13995 action us_group2
13996 action us_group3
13997 action us_intl
13998 action uz
13999 action vn
14000 action yu
14002 src_dir programs/xkbcomp/symbols/sun
14003 dst_dir data/xkbdata/symbols/sun
14005 action se
14006 action us
14007 action usb
14009 src_dir programs/xkbcomp/symbols/hp
14010 dst_dir data/xkbdata/symbols/hp
14012 action us
14014 src_dir programs/xkbcomp/symbols/macintosh
14015 dst_dir data/xkbdata/symbols/macintosh
14017 action de
14018 action de_CH
14019 action dk
14020 action es
14021 action fi
14022 action fr
14023 action fr_CH
14024 action gb
14025 action it
14026 action nl
14027 action no
14028 action pt
14029 action se
14030 action us
14032 src_dir programs/xkbcomp/symbols/pc
14033 dst_dir data/xkbdata/symbols/pc
14035 action al
14036 action am
14037 action ara
14038 action az
14039 action ba
14040 action bd
14041 action be
14042 action bg
14043 action br
14044 action bt
14045 action by
14046 action ca
14047 action ch
14048 action cz
14049 action de
14050 action dk
14051 action ee
14052 action es
14053 action fi
14054 action fo
14055 action fr
14056 action gb
14057 action ge
14058 action gr
14059 action hr
14060 action hu
14061 action ie
14062 action il
14063 action in
14064 action ir
14065 action is
14066 action it
14067 action jp
14068 action kg
14069 action la
14070 action latam
14071 action latin
14072 action lk
14073 action lt
14074 action lv
14075 action mao
14076 action mkd
14077 action mm
14078 action mn
14079 action mt
14080 action nl
14081 action no
14082 action pc
14083 action pk
14084 action pl
14085 action pt
14086 action ro
14087 action ru
14088 action se
14089 action si
14090 action sk
14091 action srp
14092 action sy
14093 action th
14094 action tj
14095 action tr
14096 action ua
14097 action us
14098 action uz
14099 action vn
14101 src_dir programs/xkbcomp/symbols/sgi
14102 dst_dir data/xkbdata/symbols/sgi
14104 action jp
14106 src_dir programs/xkbcomp/symbols/xfree68
14107 dst_dir data/xkbdata/symbols/xfree68
14109 action amiga
14110 action ataritt
14112 src_dir programs/xkbcomp/symbols/fujitsu
14113 dst_dir data/xkbdata/symbols/fujitsu
14115 action jp
14116 action us
14118 src_dir programs/xkbcomp/symbols/digital
14119 dst_dir data/xkbdata/symbols/digital
14121 action lk
14122 action pc
14123 action us
14124 action vt
14126 src_dir programs/xkbcomp/symbols/sony
14127 dst_dir data/xkbdata/symbols/sony
14129 action us
14131 src_dir programs/xkbcomp/symbols/nec
14132 dst_dir data/xkbdata/symbols/nec
14134 action jp
14137 symlink_data() {
14138 symlink_data_cursors
14139 symlink_data_bitmaps
14140 symlink_data_xkbdata
14144 ########
14146 # List of files that are deliberately not symlinked into
14147 # the modular tree
14149 #########
14151 # exclude $1 and everything in it
14152 exclude_directory()
14154 for dir in `find $SRC_DIR/$1 -type d` ; do
14155 dir=`echo $dir | sed s,$SRC_DIR,, | sed s,^/,,`
14156 src_dir $dir
14158 # Some versions of find do not support -maxdepth
14159 # for file in `find $SRC_DIR/$dir -maxdepth 1 -type f `; do
14160 # action `basename $file`
14161 # done
14162 for file in $SRC_DIR/$dir/*; do
14163 if [ -f $file ]; then
14164 action `basename $file`
14166 done
14167 done
14170 exclude_glob()
14172 for file in `find $SRC_DIR -name "$1"` ; do
14173 src_dir `dirname $file | sed s,$SRC_DIR,, | sed s,^/,,`
14174 action `basename $file`
14175 done
14178 exclude_xft_buildsystem()
14180 src_dir lib/Xft
14182 action aclocal.m4
14183 action autogen.sh
14184 action config.guess
14185 action config.h.in
14186 action config.sub
14187 action configure
14188 action configure.ac
14189 action depcomp
14190 action install-sh
14191 action ltmain.sh
14192 action Makefile.am
14193 action Makefile.in
14194 action missing
14195 action mkinstalldirs
14196 action Xft-def.cpp
14198 src_dir lib/Xft/config
14199 action config-subst
14202 exclude_render_buildsystem()
14204 src_dir lib/Xrender
14206 action AUTHORS
14207 action autogen.sh
14208 action ChangeLog
14209 action config.h
14210 action configure.ac
14211 action COPYING
14212 action INSTALL
14213 action NEWS
14214 action README
14215 action Xrender-def.cpp
14216 action xrender.pc.in
14219 exclude_composite_buildsystem()
14221 src_dir lib/Xcomposite
14223 action AUTHORS
14224 action autogen.sh
14225 action ChangeLog
14226 action configure.ac
14227 action COPYING
14228 action .cvsignore
14229 action INSTALL
14230 action Makefile.am
14231 action NEWS
14232 action README
14233 action xcomposite.pc.in
14236 exclude_cursor_buildsystem()
14238 src_dir lib/Xcursor
14240 action AUTHORS
14241 action autogen.sh
14242 action ChangeLog
14243 action config.h
14244 action config-subst
14245 action configure.ac
14246 action COPYING
14247 action INSTALL
14248 action Makefile.am
14249 action NEWS
14250 action README
14251 action xcursor-config.in
14252 action Xcursor-def.cpp
14253 action xcursor.pc.in
14256 exclude_damage_buildsystem()
14258 src_dir lib/Xdamage
14260 action AUTHORS
14261 action autogen.sh
14262 action ChangeLog
14263 action configure.ac
14264 action COPYING
14265 action .cvsignore
14266 action INSTALL
14267 action Makefile.am
14268 action NEWS
14269 action README
14270 action xdamage.pc.in
14273 exclude_fixes_buildsystem()
14275 src_dir lib/Xfixes
14277 action AUTHORS
14278 action autogen.sh
14279 action ChangeLog
14280 action configure.ac
14281 action COPYING
14282 action .cvsignore
14283 action INSTALL
14284 action Makefile.am
14285 action NEWS
14286 action README
14287 action Xfixes-def.cpp
14288 action xfixes.pc.in
14291 symlink_non_linked_files()
14293 # SGI is upstream for these files. Not sure what to about them, but
14294 # one place they absolutely do _not_ belong, is in the X tree.
14295 exclude_directory doc/man/GL
14296 exclude_directory doc/man/GLU
14298 # This stuff is used to build binary distributions of the monolith.
14299 # It would have to be redone to do something similar for the modular.
14300 exclude_directory programs/Xserver/hw/xfree86/etc/bindist
14302 # DPS is not part of the modular tree
14303 exclude_directory lib/dps
14304 exclude_directory programs/dpsexec
14305 exclude_directory programs/dpsinfo
14306 exclude_directory programs/texteroids
14307 exclude_directory include/DPS
14308 exclude_directory config/pswrap
14309 exclude_directory lib/dpstk
14310 exclude_directory lib/psres
14312 # Speedo font support is deprecated in 7.0
14313 exclude_directory lib/font/Speedo
14315 # Exclude unmaintained sun and sunLynx
14316 exclude_directory programs/Xserver/hw/sun
14317 exclude_directory programs/Xserver/hw/sunLynx
14319 # Exclude deprecated wacom(4)
14320 exclude_directory programs/Xserver/hw/xfree86/input/wacom
14322 # Exclude xterm
14323 exclude_directory programs/xterm
14325 # Nobody should really care about Xft1 anymore
14326 exclude_directory lib/Xft1
14328 # these are included with Mesa
14329 exclude_directory programs/glxgears
14330 exclude_directory programs/glxinfo
14331 exclude_directory lib/GLw
14332 exclude_directory include/GL
14334 # exclude config/util - I don't think it's relevant for the modular tree
14335 exclude_directory config/util
14337 # These all have their own build systems in the modular tree
14338 exclude_xft_buildsystem
14339 exclude_render_buildsystem
14340 exclude_composite_buildsystem
14341 exclude_cursor_buildsystem
14342 exclude_damage_buildsystem
14343 exclude_fixes_buildsystem
14345 # By definition the monolith is not upstream for this
14346 exclude_directory extras
14348 # Exclude memleak (verified by keithp)
14349 exclude_directory util/memleak
14351 # Use upstream packaging of expat
14352 exclude_directory lib/expat
14354 # Exclude fontconfig
14355 exclude_directory programs/fc-cache
14356 exclude_directory programs/fc-list
14357 exclude_directory lib/fontconfig
14359 # Exclude empty directory that just has README saying kdrive doesn't
14360 # live here any more
14361 exclude_directory programs/Xserver/hw/kdrive
14363 # Empty stubs for projects not yet checked into CVS
14364 exclude_directory programs/Xserver/Xprint/pdf
14365 exclude_directory programs/Xserver/Xprint/svg
14366 exclude_directory programs/Xserver/Xprint/windows
14368 # Exclude monolithic tree SDK
14369 exclude_directory programs/Xserver/hw/xfree86/sdk
14371 # Exclude platforms that are no longer maintained
14372 src_dir programs/Xserver/hw/xfree86/etc
14373 action install.sv3
14374 action mmapSVR3.shar
14375 action svr3_patch
14376 action svr3_rem_pch
14377 action svr4_patch
14378 action svr4_rem_pch
14380 # Upgrades stone age (pre-1994) config files to bronze age (1994)
14381 # config files. Not built in the monolith since XFree86 3.9 series
14382 # in 1998 and XFree86 has even deleted from their monolith.
14383 exclude_directory programs/Xserver/hw/xfree86/reconfig
14385 # These fonts are not needed because they are generated
14386 exclude_glob "*-L1.bdf"
14387 exclude_glob "*-JISX0201.bdf"
14389 # These files are not needed
14390 exclude_glob "Imakefile*"
14391 exclude_glob "jump_*"
14392 exclude_glob ".cvsignore"
14394 # These files are only used by OS/2 and can be added back if a
14395 # maintainer steps up
14396 exclude_glob "*-def.cpp"
14397 src_dir programs/Xserver
14398 action XFree86.def
14399 action Xnest.def
14400 action Xorg.def
14401 action Xvfb.def
14402 src_dir programs/Xserver/hw/xfree86/xf86config
14403 action xf86config.cmd
14405 # This file is replaced by httptransport.c in the modular tree
14406 src_dir programs/xrx/helper
14407 action httptran.c
14409 # Some toplevel monolithic stuff
14410 src_dir
14411 action BUILD # description of the monolithic build system
14412 action ChangeLog # irrelevant to modular
14413 action Makefile # Only useful for monolith
14415 # These files generate the list of drivers (input and video) for the
14416 # monolithic build system and are not needed for the modular build
14417 src_dir programs/Xserver/hw/xfree86/drivers
14418 action confdrv.sh
14419 src_dir programs/Xserver/hw/xfree86/input
14420 action confdrv.sh
14422 # expat is external now
14423 src_dir lib/expat
14424 action expat_config.h
14426 # This file is replaced by a Makefile.am
14427 src_dir programs/Xserver/hw/xfree86/drivers/mga/util
14428 action Makefile
14430 # The via_drm.h file belongs in libdrm
14431 src_dir programs/Xserver/hw/xfree86/drivers/via
14432 action via_drm.h
14434 # This file is only useful in the monolith
14435 src_dir programs/Xserver/hw/dmx/doc
14436 action Makefile.linux
14438 # No longer needed as dlopen modules are default
14439 src_dir programs/Xserver/hw/xfree86/os-support/sunos
14440 action find_deps.pl
14442 # Obsolete docs
14443 src_dir programs/Xserver/hw/xfree86/doc/sgml
14444 action BUILD.sgml # - specific to the monolith
14445 # build system
14446 action Status.sgml # - obsolete
14447 action README.build-docs # - specific to monolith build
14449 src_dir programs/Xserver/hw/xfree86
14450 action XF86Conf.man
14451 action XF98Conf.cpp
14453 # These docs are only useful for monolith
14454 src_dir
14455 action LABEL
14456 action README
14457 action README.crypto
14458 action RELNOTES
14460 # This file is not used by in modular tree
14461 src_dir
14462 action xf86Date.h
14464 # This should be distributed to various font components
14465 src_dir fonts/bdf/misc
14466 action README
14468 # Using upstream version from Gnome
14469 src_dir fonts/scaled/TTF
14470 action COPYRIGHT.Vera
14472 # This file is not used by makedepend in the monolith
14473 src_dir config/makedepend
14474 action cpp.ed
14476 # This file is not used in the monolith
14477 src_dir config/docbook
14478 action docbookconv.sh
14480 # The following files are simple test files that should not be
14481 # included with the library
14482 src_dir lib/Xrandr
14483 action test.c
14484 src_dir lib/font/Type1
14485 action minimain.c
14486 action t1test.c
14488 # Don't symlink XFree86 xpm logos or sequent .Xdefaults from xdm
14489 src_dir programs/xdm/config
14490 action XFree86.xpm
14491 action XFree86bw.xpm
14492 action system.Xdefaults.sequent
14493 action system.xsession.sequent
14495 # Dead source file from cfb, never built in monolith
14496 src_dir programs/Xserver/cfb
14497 action stipple68k.s
14499 # Generated html, so don't symlink
14500 src_dir programs/xphelloworld/xphelloworld
14501 action xphelloworld.html
14503 src_dir programs/xphelloworld/xpsimplehelloworld
14504 action xpsimplehelloworld.html
14506 src_dir programs/xphelloworld/xpxmhelloworld
14507 action xpxmhelloworld.html
14509 src_dir programs/xphelloworld/xpxthelloworld
14510 action xpxthelloworld.html
14512 src_dir programs/xplsprinters
14513 action xplsprinters.html
14515 src_dir programs/xprehashprinterlist
14516 action xprehashprinterlist.html
14518 src_dir doc/man/general
14519 action Xprint.html
14521 # Unused symbol export control thing. No clue how this ever worked.
14522 exclude_glob "*.elist"
14524 # Highly non-free reimplementation of snprintf. If your libc is so
14525 # crippled as to need this, steal it from BSD's libc instead, thanks.
14526 src_dir lib/misc
14527 action snprintf.c
14528 action snprintf.h
14530 # A do-nothing header in Xevie. Take a drink.
14531 src_dir lib/Xevie
14532 action xevieplaceholder.h
14534 # Script to generate the list of widgets in the Xaw set. Hopefully
14535 # no one is adding new ones anymore...
14536 src_dir lib/Xaw
14537 action genlist.sh
14539 # Workarounds for long forgotten bugs in SunOS 4.1 & Solaris 2.3
14540 src_dir util/misc
14541 action dlsym.c
14542 action thr_stubs.c
14543 action rt.stdarg.h
14545 # Generated README files for the drivers
14546 src_dir programs/Xserver/hw/xfree86/doc
14547 action README.DECtga
14548 action README.I128
14549 action README.SiS
14550 action README.apm
14551 action README.chips
14552 action README.cyrix
14553 action README.i740
14554 action README.i810
14555 action README.mouse
14556 action README.newport
14557 action README.rendition
14558 action README.s3virge
14559 action README.ati
14560 action README.r128
14562 # We use the compiled version of ucs2any, so the perl version is no
14563 # longer needed or used
14564 src_dir fonts/util
14565 action ucs2any.pl
14567 # This .cf file is used only in the local xedit Imakefiles
14568 src_dir programs/xedit/lisp
14569 action lisp.cf
14571 # The following file is duplicates the copyright that is already
14572 # present in the source files
14573 src_dir programs/rstart
14574 action c
14577 print_source()
14579 echo $1 >> symlink-processed-files
14582 generate_monolith_files()
14584 for cvsdir in `find $SRC_DIR -name "CVS"` ; do
14585 for file in `cat $cvsdir/Entries | grep -v "^D" | cut -d"/" -f2 `; do
14586 echo `echo $cvsdir | sed s/CVS//`$file >> all-monolith-files
14587 done
14588 done
14591 list_missing()
14593 rm -f symlink-processed-files
14594 rm -f symlink-processed-files.sorted
14595 rm -f all-monolith-files
14596 rm -f all-monolith-files.sorted
14598 # make sure we are not excluding anything that doesn't exist
14599 ACTION=check_exist EXPLANATION="Checking that excluded files exist" run_module non_linked_files
14601 # generate a list of all files that this script is going to link
14602 run print_source "Generating list of linked files"
14604 # generate a list of all files that this script is explicityly *not* going to link
14605 ACTION=print_source EXPLANATION="Generating list of non-linked files" run_module non_linked_files
14607 # generate a list of all files in the xc directory, except those that
14608 # we already know we don't care about
14610 echo -n Generating list of all monolithic files ...\
14612 generate_monolith_files
14614 echo DONE
14616 echo -n Generating list of missing files in file \"missing-files\" ...\
14618 sort symlink-processed-files > symlink-processed-files.sorted
14619 sort all-monolith-files > all-monolith-files.sorted
14621 diff -u symlink-processed-files.sorted all-monolith-files.sorted | grep -v "^-" | grep "^\+" | cut -d "+" -f2 > missing-files
14623 echo DONE
14627 #########
14629 # Helper functions
14631 #########
14633 error() {
14634 echo
14635 echo \ \ \ error:\ \ \ $1
14636 exit
14639 # printing out what's going on
14640 run_module() {
14641 # $1 module
14642 # $2 explanation
14643 echo -n $EXPLANATION for $1 module ...\
14644 symlink_$1
14645 echo DONE
14648 run() {
14649 # $1 what to do
14650 # $2 explanation
14652 ACTION=$1 EXPLANATION=$2 run_module proto
14653 ACTION=$1 EXPLANATION=$2 run_module lib
14654 ACTION=$1 EXPLANATION=$2 run_module app
14655 ACTION=$1 EXPLANATION=$2 run_module xserver
14656 ACTION=$1 EXPLANATION=$2 run_module driver
14657 ACTION=$1 EXPLANATION=$2 run_module font
14658 ACTION=$1 EXPLANATION=$2 run_module doc
14659 ACTION=$1 EXPLANATION=$2 run_module util
14660 ACTION=$1 EXPLANATION=$2 run_module data
14663 src_dir() {
14664 if [ x$1 = x ]; then
14665 REAL_SRC_DIR=$SRC_DIR
14666 else
14667 REAL_SRC_DIR=$SRC_DIR/$1
14669 if [ ! -d $REAL_SRC_DIR ] ; then
14670 error "Source directory $REAL_SRC_DIR does not exist"
14674 dst_dir() {
14675 REAL_DST_DIR=$DST_DIR/$1
14676 if [ ! -d $REAL_DST_DIR ] ; then
14677 mkdir -p $REAL_DST_DIR
14681 action() {
14682 if [ -z $2 ] ; then
14683 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$1
14684 else
14685 $ACTION $REAL_SRC_DIR/$1 $REAL_DST_DIR/$2
14689 usage() {
14690 echo
14691 echo Usage:
14692 echo \ symlink.sh [ -m ] src-dir dst-dir
14693 echo
14694 echo \ src-dir: the xc directory of the monolithic source tree
14695 echo \ dst-dir: the modular source tree containing proto, app, lib, ...
14696 echo
14697 echo \ -m: Instead of symlinking the files, list the files from the source
14698 echo \ \ \ \ \ \ directory that are not processed by this script
14701 # Check commandline args
14702 check_args() {
14703 MISSING_FILES=no
14704 if [ x$1 = "x-m" ] ; then
14705 MISSING_FILES=yes
14706 shift
14709 if [ -z $1 ] ; then
14710 echo Missing source dir
14711 usage
14712 exit 1
14715 if [ -z $2 ] ; then
14716 echo Missing destination dir
14717 usage
14718 exit 1
14721 if [ ! -d $1 ] ; then
14722 echo $1 is not a dir
14723 usage
14724 exit 1
14727 if [ ! -d $2 ] ; then
14728 echo $2 is not a dir
14729 usage
14730 exit 1
14733 if [ $1 = $2 ] ; then
14734 echo source and destination can\'t be the same
14735 usage
14736 exit 1
14739 D=`dirname "$relpath"`
14740 B=`basename "$relpath"`
14741 abspath="`cd \"$D\" 2>/dev/null && pwd || echo \"$D\"`/$B"
14743 SRC_DIR=`( cd $1 ; pwd )`
14744 DST_DIR=`( cd $2 ; pwd )`
14747 check_args $1 $2 $3
14749 if [ $MISSING_FILES = yes ] ; then
14750 list_missing
14751 else
14752 run_symlink