upgrade to lesstif 0.88.0
This commit is contained in:
parent
cd198b9421
commit
c891e6ae96
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.19 1999/03/02 04:41:09 marc Exp $
|
||||
# FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.20 1999/03/21 04:04:24 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp $
|
||||
|
||||
DISTNAME= lesstif-0.87.0
|
||||
DISTNAME= lesstif-0.88.0
|
||||
CATEGORIES= x11
|
||||
|
||||
NEED_VERSION= 1.73
|
||||
|
||||
MAINTAINER= form@OpenBSD.ORG
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
|
||||
ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
|
||||
@ -15,14 +14,11 @@ MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
|
||||
|
||||
USE_X11= yes
|
||||
|
||||
# see below for shared lib version information
|
||||
#
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
CONFIGURE_ARGS+= --enable-build-12
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ENV= ${SETENV}
|
||||
SEPARATE_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --disable-debug --enable-build-12 --enable-static
|
||||
CONFIGURE_ENV= ${SETENV}
|
||||
|
||||
.if defined(HAVE_MOTIF)
|
||||
IS_INTERACTIVE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lesstif-0.87.0.tar.gz) = 774244888a644270c46bc03ccbf7d1b9
|
||||
RMD160 (lesstif-0.87.0.tar.gz) = c066ba08d25342357835f91d3fb987b6cdf73202
|
||||
SHA1 (lesstif-0.87.0.tar.gz) = 50b925a84f326d856fed589de3bad6eb8a03465d
|
||||
MD5 (lesstif-0.88.0.tar.gz) = 621eb9a3526dd1becb1272df526c384a
|
||||
RMD160 (lesstif-0.88.0.tar.gz) = e85620b7b2dbfab94dd78d44e977749113da8141
|
||||
SHA1 (lesstif-0.88.0.tar.gz) = 80e12fd2eaed8c43c022e040666c00d4a315ddc2
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- doc/www.lesstif.org/imgs/Makefile.in.~1~ Tue Aug 11 18:37:31 1998
|
||||
+++ doc/www.lesstif.org/imgs/Makefile.in Sun Aug 16 23:54:12 1998
|
||||
@@ -106,7 +106,7 @@
|
||||
--- doc/www.lesstif.org/imgs/Makefile.in.orig Sat Mar 20 19:02:30 1999
|
||||
+++ doc/www.lesstif.org/imgs/Makefile.in Sat Mar 20 19:03:07 1999
|
||||
@@ -116,7 +116,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# poluting /usr/local for default installs.
|
||||
#
|
||||
-rootdir= $(exec_prefix)/LessTif/doc/imgs
|
||||
+rootdir= $(pkgdatadir)/doc/html/imgs
|
||||
root_DATA= lesstif.jpg ltsunlogo.gif
|
||||
-rootdir = $(exec_prefix)/LessTif/doc/imgs
|
||||
+rootdir = $(pkgdatadir)/doc/html/imgs
|
||||
root_DATA = lesstif.jpg ltsunlogo.gif
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../../../include/LTconfig.h
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- lib/config/Makefile.in.orig Tue Aug 11 18:37:09 1998
|
||||
+++ lib/config/Makefile.in Sun Aug 16 20:31:40 1998
|
||||
@@ -100,7 +100,7 @@
|
||||
MAINTAINERCLEANFILES=Makefile.in
|
||||
bin_SCRIPTS= mxmkmf
|
||||
--- lib/config/Makefile.in.orig Sat Mar 20 19:05:40 1999
|
||||
+++ lib/config/Makefile.in Sat Mar 20 19:06:04 1999
|
||||
@@ -110,7 +110,7 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
bin_SCRIPTS = mxmkmf
|
||||
|
||||
-configdir= $(libdir)/X11/config
|
||||
+configdir= $(libdir)/X11/lesstif
|
||||
config_DATA= Imake.tmpl Motif.rules Motif.tmpl
|
||||
-configdir = $(libdir)/X11/config
|
||||
+configdir = $(libdir)/X11/lesstif
|
||||
config_DATA = Imake.tmpl Motif.rules Motif.tmpl
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../../include/LTconfig.h
|
||||
|
43
x11/lesstif/patches/patch-ad
Normal file
43
x11/lesstif/patches/patch-ad
Normal file
@ -0,0 +1,43 @@
|
||||
--- ltmain.sh.orig Sat Mar 20 21:05:45 1999
|
||||
+++ ltmain.sh Sat Mar 20 21:06:04 1999
|
||||
@@ -2037,40 +2037,6 @@
|
||||
done
|
||||
fi
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "To link against installed libraries in a given directory, LIBDIR,"
|
||||
- echo "you must use the \`-LLIBDIR' flag during linking."
|
||||
- echo
|
||||
- echo " You will also need to do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,59 +1,37 @@
|
||||
*** doc/lessdox/widgets/Makefile.in.orig Fri Oct 30 10:35:11 1998
|
||||
--- doc/lessdox/widgets/Makefile.in Thu Nov 12 14:20:23 1998
|
||||
***************
|
||||
*** 107,116 ****
|
||||
MAINTAINERCLEANFILES=Makefile.in
|
||||
SUFFIXES= .1 .3 .5 .html
|
||||
--- doc/lessdox/widgets/Makefile.in.orig Sat Mar 20 19:09:23 1999
|
||||
+++ doc/lessdox/widgets/Makefile.in Sat Mar 20 19:15:20 1999
|
||||
@@ -110,10 +110,10 @@
|
||||
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
||||
SUFFIXES = .1 .3 .5 .html
|
||||
|
||||
! mandir= $(exec_prefix)/LessTif/doc/man
|
||||
! man1dir= $(exec_prefix)/LessTif/doc/man/man1
|
||||
! man3dir= $(exec_prefix)/LessTif/doc/man/man3
|
||||
! man5dir= $(exec_prefix)/LessTif/doc/man/man5
|
||||
-mandir = $(prefix)/LessTif/doc/man
|
||||
-man1dir = $(prefix)/LessTif/doc/man/man1
|
||||
-man3dir = $(prefix)/LessTif/doc/man/man3
|
||||
-man5dir = $(prefix)/LessTif/doc/man/man5
|
||||
+mandir= @mandir@
|
||||
+man1dir= $(mandir)/man1
|
||||
+man3dir= $(mandir)/man3
|
||||
+man5dir= $(mandir)/man5
|
||||
|
||||
man1_DATA=
|
||||
man3_DATA= \
|
||||
--- 107,116 ----
|
||||
MAINTAINERCLEANFILES=Makefile.in
|
||||
SUFFIXES= .1 .3 .5 .html
|
||||
man1_DATA =
|
||||
man3_DATA = XmClipboard.3 LessTifInternals.3 XmArrowButton.3 XmArrowButtonGadget.3 XmBulletinBoard.3 XmCascadeButton.3 XmCascadeButtonGadget.3 XmComboBox.3 XmCommand.3 XmDesktop.3 XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 XmFrame.3 XmGadget.3 XmGrabShell.3 XmIconGadget.3 XmLabel.3 XmLabelGadget.3 XmList.3 XmMainWindow.3 XmManager.3 XmMenuShell.3 XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 XmPrimitive.3 XmProtocol.3 XmPushButton.3 XmPushButtonGadget.3 XmRowColumn.3 XmSash.3 XmScale.3 XmScreen.3 XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 XmSeparator.3 XmSeparatorGadget.3 XmSpinBox.3 XmTearOffButton.3 XmText.3 XmTextField.3 XmToggleButton.3 XmToggleButtonGadget.3 XmVendorShellExt.3 XmWorld.3 ApplicationShell.3 Composite.3 Core.3 Object.3 OverrideShell.3 Shell.3 TopLevelShell.3 TransientShell.3 WmShell.3 Rect.3 UnNamedObj.3 Constraint.3
|
||||
@@ -129,7 +129,7 @@
|
||||
# build them.
|
||||
#
|
||||
|
||||
! mandir= @mandir@
|
||||
! man1dir= $(mandir)/man1
|
||||
! man3dir= $(mandir)/man3
|
||||
! man5dir= $(mandir)/man5
|
||||
-htmldir = $(prefix)/LessTif/doc/html
|
||||
+htmldir = $(pkgdatadir)/doc/html
|
||||
|
||||
man1_DATA=
|
||||
man3_DATA= \
|
||||
***************
|
||||
*** 150,156 ****
|
||||
# build them.
|
||||
#
|
||||
@HaveMan2html_TRUE@html_DATA = ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} ${man5_DATA:.5=.html}
|
||||
|
||||
! htmldir= $(exec_prefix)/LessTif/doc/html
|
||||
@@ -341,8 +341,8 @@
|
||||
# in both the http://www.lesstif.org and the locally installed case.
|
||||
#
|
||||
install-data-hook:
|
||||
-# if [ ! -h $(exec_prefix)/LessTif/doc/Lessdox ]; then ln -s $(htmldir) $(exec_prefix)/LessTif/doc/Lessdox; fi
|
||||
- if [ ! -h $(prefix)/LessTif/doc/Lessdox ]; then mkdir -p $(prefix)/LessTif/doc && cd $(prefix)/LessTif/doc && $(LN_S) html Lessdox; fi
|
||||
+ if [ ! -h $(exec_prefix)/LessTif ]; then ln -s $(pkgdatadir) $(exec_prefix)/LessTif; fi
|
||||
+# if [ ! -h $(prefix)/LessTif/doc/Lessdox ]; then mkdir -p $(prefix)/LessTif/doc && cd $(prefix)/LessTif/doc && $(LN_S) html Lessdox; fi
|
||||
|
||||
@HaveMan2html_TRUE@html_DATA= ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
|
||||
@HaveMan2html_TRUE@ ${man5_DATA:.5=.html}
|
||||
--- 150,156 ----
|
||||
# build them.
|
||||
#
|
||||
|
||||
! htmldir= $(pkgdatadir)/doc/html
|
||||
|
||||
@HaveMan2html_TRUE@html_DATA= ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
|
||||
@HaveMan2html_TRUE@ ${man5_DATA:.5=.html}
|
||||
***************
|
||||
*** 344,350 ****
|
||||
# in both the http://www.lesstif.org and the locally installed case.
|
||||
#
|
||||
install-data-hook:
|
||||
! if [ ! -h $(exec_prefix)/LessTif/doc/Lessdox ]; then ln -s $(htmldir) $(exec_prefix)/LessTif/doc/Lessdox; fi
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
--- 344,350 ----
|
||||
# in both the http://www.lesstif.org and the locally installed case.
|
||||
#
|
||||
install-data-hook:
|
||||
! if [ ! -h $(exec_prefix)/LessTif ]; then ln -s $(pkgdatadir) $(exec_prefix)/LessTif; fi
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.in.orig Tue Aug 11 18:37:09 1998
|
||||
+++ Makefile.in Sun Aug 16 20:31:40 1998
|
||||
@@ -106,7 +106,7 @@
|
||||
--- Makefile.in.orig Sat Mar 20 19:17:06 1999
|
||||
+++ Makefile.in Sat Mar 20 19:17:34 1999
|
||||
@@ -118,7 +118,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# poluting /usr/local for default installs.
|
||||
#
|
||||
-rootdir= $(exec_prefix)/LessTif
|
||||
+rootdir= $(pkgdatadir)
|
||||
root_DATA= AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
|
||||
INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO
|
||||
-rootdir = $(exec_prefix)/LessTif
|
||||
+rootdir = $(pkgdatadir)
|
||||
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO
|
||||
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- doc/www.lesstif.org/images/Makefile.in.orig Tue Aug 11 18:37:30 1998
|
||||
+++ doc/www.lesstif.org/images/Makefile.in Sun Aug 16 20:31:41 1998
|
||||
@@ -106,7 +106,7 @@
|
||||
--- doc/www.lesstif.org/images/Makefile.in.orig Sat Mar 20 19:18:29 1999
|
||||
+++ doc/www.lesstif.org/images/Makefile.in Sat Mar 20 19:18:57 1999
|
||||
@@ -116,7 +116,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# poluting /usr/local for default installs.
|
||||
#
|
||||
-rootdir= $(exec_prefix)/LessTif/doc/images
|
||||
+rootdir= $(pkgdatadir)/doc/html/images
|
||||
root_DATA= hungry.gif \
|
||||
lesstif-realsmall.gif lesstif-small.gif lesstif.gif \
|
||||
ltsunlogo.gif
|
||||
-rootdir = $(exec_prefix)/LessTif/doc/images
|
||||
+rootdir = $(pkgdatadir)/doc/html/images
|
||||
root_DATA = hungry.gif lesstif-realsmall.gif lesstif-small.gif lesstif.gif ltsunlogo.gif
|
||||
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- doc/Makefile.in.orig Tue Aug 11 18:37:30 1998
|
||||
+++ doc/Makefile.in Sun Aug 16 20:31:41 1998
|
||||
@@ -102,7 +102,7 @@
|
||||
--- doc/Makefile.in.orig Sat Mar 20 19:20:18 1999
|
||||
+++ doc/Makefile.in Sat Mar 20 19:20:33 1999
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
SUBDIRS = www.lesstif.org lessdox
|
||||
SUBDIRS = www.lesstif.org lessdox
|
||||
|
||||
-rootdir= $(exec_prefix)/LessTif/doc
|
||||
+rootdir= $(pkgdatadir)/doc/html
|
||||
root_DATA= INSTALL.html
|
||||
-rootdir = $(exec_prefix)/LessTif/doc
|
||||
+rootdir = $(pkgdatadir)/doc/html
|
||||
root_DATA = INSTALL.html
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../include/LTconfig.h
|
||||
|
@ -1,26 +1,26 @@
|
||||
--- doc/lessdox/clients/Makefile.in.orig Tue Aug 11 18:37:37 1998
|
||||
+++ doc/lessdox/clients/Makefile.in Sun Aug 16 20:31:41 1998
|
||||
@@ -100,10 +100,10 @@
|
||||
--- doc/lessdox/clients/Makefile.in.orig Sat Mar 20 19:24:14 1999
|
||||
+++ doc/lessdox/clients/Makefile.in Sat Mar 20 19:29:32 1999
|
||||
@@ -110,10 +110,10 @@
|
||||
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
||||
SUFFIXES= .1 .3 .5 .html
|
||||
SUFFIXES = .1 .3 .5 .html
|
||||
|
||||
-mandir= $(exec_prefix)/LessTif/doc/man
|
||||
-man1dir= $(exec_prefix)/LessTif/doc/man/man1
|
||||
-man3dir= $(exec_prefix)/LessTif/doc/man/man3
|
||||
-man5dir= $(exec_prefix)/LessTif/doc/man/man5
|
||||
+mandir= @mandir@
|
||||
-mandir = $(exec_prefix)/LessTif/doc/man
|
||||
-man1dir = $(exec_prefix)/LessTif/doc/man/man1
|
||||
-man3dir = $(exec_prefix)/LessTif/doc/man/man3
|
||||
-man5dir = $(exec_prefix)/LessTif/doc/man/man5
|
||||
+mandir= @mandir@
|
||||
+man1dir= $(mandir)/man1
|
||||
+man3dir= $(mandir)/man3
|
||||
+man5dir= $(mandir)/man5
|
||||
|
||||
man1_DATA= mwm.1 xmbind.1 lesstif.1
|
||||
man3_DATA=
|
||||
@@ -118,7 +118,7 @@
|
||||
man1_DATA = mwm.1 xmbind.1 lesstif.1
|
||||
man3_DATA =
|
||||
@@ -128,7 +128,7 @@
|
||||
# build them.
|
||||
#
|
||||
|
||||
-htmldir= $(exec_prefix)/LessTif/doc/html
|
||||
+htmldir= $(pkgdatadir)/doc/html
|
||||
-htmldir = $(exec_prefix)/LessTif/doc/html
|
||||
+htmldir = $(pkgdatadir)/doc/html
|
||||
|
||||
@HaveMan2html_TRUE@html_DATA= mwm.html mwmrc.html xmbind.html lesstif.html
|
||||
@HaveMan2html_TRUE@html_DATA = mwm.html mwmrc.html xmbind.html lesstif.html
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- doc/www.lesstif.org/Makefile.in.orig Tue Aug 11 18:37:30 1998
|
||||
+++ doc/www.lesstif.org/Makefile.in Sun Aug 16 20:39:09 1998
|
||||
@@ -107,7 +107,7 @@
|
||||
--- doc/www.lesstif.org/Makefile.in.orig Sat Mar 20 19:30:59 1999
|
||||
+++ doc/www.lesstif.org/Makefile.in Sat Mar 20 19:31:28 1999
|
||||
@@ -117,7 +117,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# poluting /usr/local for default installs.
|
||||
#
|
||||
-rootdir= $(exec_prefix)/LessTif/doc
|
||||
+rootdir= $(pkgdatadir)/doc/html
|
||||
root_DATA= COPYING.LIB.html FAQ.html apps.html bug-reporting.html \
|
||||
bugs.html button.html cdrom.html core.html current.html \
|
||||
cvs.html download.html index.html links.html lists.html \
|
||||
-rootdir = $(exec_prefix)/LessTif/doc
|
||||
+rootdir = $(pkgdatadir)/doc/html
|
||||
root_DATA = COPYING.LIB.html FAQ.html apps.html bug-reporting.html bugs.html button.html cdrom.html core.html current.html cvs.html download.html index.html links.html lists.html mirrors.html platforms.html release-policy.html test_policy.html test_summary.html testers.html versions.html web_button.html
|
||||
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
@ -1,15 +1,11 @@
|
||||
--- lib/Makefile.in.~1~ Tue Aug 11 18:37:09 1998
|
||||
+++ lib/Makefile.in Sat Aug 22 00:56:27 1998
|
||||
@@ -100,9 +100,9 @@
|
||||
MAINTAINERCLEANFILES=Makefile.in
|
||||
SUBDIRS= config \
|
||||
Xm Mrm Uil \
|
||||
- Xm-2.0 Mrm-2.0 Uil-2.0 \
|
||||
- Xm-2.1 Mrm-2.1 \
|
||||
- Xm-CDE Mrm-CDE
|
||||
+# Xm-2.0 Mrm-2.0 Uil-2.0 \
|
||||
+# Xm-2.1 Mrm-2.1 \
|
||||
+# Xm-CDE Mrm-CDE
|
||||
--- lib/Makefile.in.orig Sat Mar 20 19:32:42 1999
|
||||
+++ lib/Makefile.in Sat Mar 20 19:35:08 1999
|
||||
@@ -108,7 +108,7 @@
|
||||
x_libraries = @x_libraries@
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
-SUBDIRS = config Xm Mrm Uil Xm-2.0 Mrm-2.0 Uil-2.0 Xm-2.1 Mrm-2.1 Xm-CDE Mrm-CDE
|
||||
+SUBDIRS = config Xm Mrm Uil
|
||||
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../include/LTconfig.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
@ -1,144 +1,3 @@
|
||||
LessTif
|
||||
include/Xm/Xm.h
|
||||
include/Xm/ArrowB.h
|
||||
include/Xm/ArrowBG.h
|
||||
include/Xm/ArrowBGP.h
|
||||
include/Xm/ArrowBP.h
|
||||
include/Xm/AtomMgr.h
|
||||
include/Xm/BaseClassP.h
|
||||
include/Xm/BulletinB.h
|
||||
include/Xm/BulletinBP.h
|
||||
include/Xm/CacheP.h
|
||||
include/Xm/CascadeB.h
|
||||
include/Xm/CascadeBG.h
|
||||
include/Xm/CascadeBGP.h
|
||||
include/Xm/CascadeBP.h
|
||||
include/Xm/Command.h
|
||||
include/Xm/CommandP.h
|
||||
include/Xm/CutPaste.h
|
||||
include/Xm/CutPasteP.h
|
||||
include/Xm/DesktopP.h
|
||||
include/Xm/DialogS.h
|
||||
include/Xm/DialogSEP.h
|
||||
include/Xm/DialogSP.h
|
||||
include/Xm/Display.h
|
||||
include/Xm/DisplayP.h
|
||||
include/Xm/DragC.h
|
||||
include/Xm/DragCP.h
|
||||
include/Xm/DragDrop.h
|
||||
include/Xm/DragIcon.h
|
||||
include/Xm/DragIconP.h
|
||||
include/Xm/DragOverS.h
|
||||
include/Xm/DragOverSP.h
|
||||
include/Xm/DrawP.h
|
||||
include/Xm/DrawingA.h
|
||||
include/Xm/DrawingAP.h
|
||||
include/Xm/DrawnB.h
|
||||
include/Xm/DrawnBP.h
|
||||
include/Xm/DropSMgr.h
|
||||
include/Xm/DropSMgrP.h
|
||||
include/Xm/DropTrans.h
|
||||
include/Xm/DropTransP.h
|
||||
include/Xm/ExtObjectP.h
|
||||
include/Xm/FileSB.h
|
||||
include/Xm/FileSBP.h
|
||||
include/Xm/Form.h
|
||||
include/Xm/FormP.h
|
||||
include/Xm/Frame.h
|
||||
include/Xm/FrameP.h
|
||||
include/Xm/GadgetP.h
|
||||
include/Xm/Label.h
|
||||
include/Xm/LabelG.h
|
||||
include/Xm/LabelGP.h
|
||||
include/Xm/LabelP.h
|
||||
include/Xm/List.h
|
||||
include/Xm/ListP.h
|
||||
include/Xm/MainW.h
|
||||
include/Xm/MainWP.h
|
||||
include/Xm/ManagerP.h
|
||||
include/Xm/MenuShell.h
|
||||
include/Xm/MenuShellP.h
|
||||
include/Xm/MenuUtilP.h
|
||||
include/Xm/MessageB.h
|
||||
include/Xm/MessageBP.h
|
||||
include/Xm/MwmUtil.h
|
||||
include/Xm/PanedW.h
|
||||
include/Xm/PanedWP.h
|
||||
include/Xm/PrimitiveP.h
|
||||
include/Xm/Protocols.h
|
||||
include/Xm/ProtocolsP.h
|
||||
include/Xm/PushB.h
|
||||
include/Xm/PushBG.h
|
||||
include/Xm/PushBGP.h
|
||||
include/Xm/PushBP.h
|
||||
include/Xm/RCUtilsP.h
|
||||
include/Xm/RepType.h
|
||||
include/Xm/RowColumn.h
|
||||
include/Xm/SashP.h
|
||||
include/Xm/RowColumnP.h
|
||||
include/Xm/Scale.h
|
||||
include/Xm/ScaleP.h
|
||||
include/Xm/Screen.h
|
||||
include/Xm/ScreenP.h
|
||||
include/Xm/ScrollBar.h
|
||||
include/Xm/ScrollBarP.h
|
||||
include/Xm/ScrolledW.h
|
||||
include/Xm/ScrolledWP.h
|
||||
include/Xm/SelectioB.h
|
||||
include/Xm/SelectioBP.h
|
||||
include/Xm/SeparatoG.h
|
||||
include/Xm/SeparatoGP.h
|
||||
include/Xm/Separator.h
|
||||
include/Xm/SeparatorP.h
|
||||
include/Xm/ShellEP.h
|
||||
include/Xm/TearOffBP.h
|
||||
include/Xm/TearOffP.h
|
||||
include/Xm/Text.h
|
||||
include/Xm/TextF.h
|
||||
include/Xm/TextFP.h
|
||||
include/Xm/TextFSelP.h
|
||||
include/Xm/TextInP.h
|
||||
include/Xm/TextOutP.h
|
||||
include/Xm/TextP.h
|
||||
include/Xm/TextSelP.h
|
||||
include/Xm/TextStrSoP.h
|
||||
include/Xm/ToggleB.h
|
||||
include/Xm/ToggleBG.h
|
||||
include/Xm/ToggleBGP.h
|
||||
include/Xm/ToggleBP.h
|
||||
include/Xm/TransltnsP.h
|
||||
include/Xm/VaSimpleP.h
|
||||
include/Xm/VendorS.h
|
||||
include/Xm/VendorSEP.h
|
||||
include/Xm/VendorSP.h
|
||||
include/Xm/VirtKeys.h
|
||||
include/Xm/VirtKeysP.h
|
||||
include/Xm/WorldP.h
|
||||
include/Xm/XmAll.h
|
||||
include/Xm/XmP.h
|
||||
include/Xm/XmStrDefs.h
|
||||
include/Xm/XmosP.h
|
||||
include/Mrm/MrmAppl.h
|
||||
include/Mrm/MrmDecls.h
|
||||
include/Mrm/MrmPrivate.h
|
||||
include/Mrm/MrmPublic.h
|
||||
lib/X11/app-defaults/Mwm
|
||||
lib/X11/lesstif/Imake.tmpl
|
||||
lib/X11/lesstif/Motif.rules
|
||||
lib/X11/lesstif/Motif.tmpl
|
||||
lib/X11/mwm/system.mwmrc
|
||||
lib/X11/mwm/alt.map
|
||||
lib/X11/mwm/README
|
||||
lib/libXm.so.1.2
|
||||
lib/libXm.la
|
||||
lib/libXm.a
|
||||
lib/libMrm.so.1.2
|
||||
lib/libMrm.la
|
||||
lib/libMrm.a
|
||||
bin/mxmkmf
|
||||
bin/mwm
|
||||
bin/xmbind
|
||||
bin/uil
|
||||
man/man1/mwm.1
|
||||
man/man1/xmbind.1
|
||||
man/man1/lesstif.1
|
||||
@ -160,6 +19,7 @@ man/man3/XmDragIcon.3
|
||||
man/man3/XmDragOverShell.3
|
||||
man/man3/XmDrawingArea.3
|
||||
man/man3/XmDrawnButton.3
|
||||
man/man3/Core.3
|
||||
man/man3/XmDropSiteManager.3
|
||||
man/man3/XmDropTransfer.3
|
||||
man/man3/XmFileSelectionBox.3
|
||||
@ -200,17 +60,30 @@ man/man3/XmVendorShellExt.3
|
||||
man/man3/XmWorld.3
|
||||
man/man3/ApplicationShell.3
|
||||
man/man3/Composite.3
|
||||
man/man3/Core.3
|
||||
man/man3/Object.3
|
||||
man/man3/OverrideShell.3
|
||||
man/man3/Shell.3
|
||||
man/man3/TopLevelShell.3
|
||||
man/man3/WmShell.3
|
||||
man/man3/TransientShell.3
|
||||
man/man3/WmShell.3
|
||||
man/man3/Rect.3
|
||||
man/man3/UnNamedObj.3
|
||||
man/man3/Constraint.3
|
||||
man/man5/mwmrc.5
|
||||
lib/X11/lesstif/Imake.tmpl
|
||||
lib/X11/lesstif/Motif.rules
|
||||
lib/X11/lesstif/Motif.tmpl
|
||||
lib/X11/mwm/system.mwmrc
|
||||
lib/X11/mwm/alt.map
|
||||
lib/X11/mwm/README
|
||||
lib/libXm.so.1.2
|
||||
lib/libXm.so.1
|
||||
lib/libXm.so
|
||||
lib/libXm.la
|
||||
lib/libMrm.so.1.2
|
||||
lib/libMrm.so.1
|
||||
lib/libMrm.so
|
||||
lib/libMrm.la
|
||||
share/LessTif/doc/html/images/hungry.gif
|
||||
share/LessTif/doc/html/images/lesstif-realsmall.gif
|
||||
share/LessTif/doc/html/images/lesstif-small.gif
|
||||
@ -241,10 +114,6 @@ share/LessTif/doc/html/testers.html
|
||||
share/LessTif/doc/html/versions.html
|
||||
share/LessTif/doc/html/web_button.html
|
||||
share/LessTif/doc/html/INSTALL.html
|
||||
share/LessTif/doc/man/man3/XtConfigureObject.3
|
||||
share/LessTif/doc/man/man3/XtDestroyWidget.3
|
||||
share/LessTif/doc/man/man3/XtManageChild.3
|
||||
share/LessTif/doc/man/man3/XtUnmanageChild.3
|
||||
share/LessTif/AUTHORS
|
||||
share/LessTif/BUG-REPORTING
|
||||
share/LessTif/COPYING
|
||||
@ -256,10 +125,309 @@ share/LessTif/NEWS
|
||||
share/LessTif/README
|
||||
share/LessTif/RELEASE-POLICY
|
||||
share/LessTif/TODO
|
||||
@dirrm share/LessTif/doc/man/man1
|
||||
@dirrm share/LessTif/doc/man/man3
|
||||
@dirrm share/LessTif/doc/man/man5
|
||||
@dirrm share/LessTif/doc/man
|
||||
include/Xm
|
||||
include/Mrm
|
||||
bin/mxmkmf
|
||||
bin/mwm
|
||||
bin/xmbind
|
||||
bin/uil
|
||||
LessTif/Motif1.2/include/Xm/Xm.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowB.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowBG.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowBGP.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowBP.h
|
||||
LessTif/Motif1.2/include/Xm/AtomMgr.h
|
||||
LessTif/Motif1.2/include/Xm/BaseClassP.h
|
||||
LessTif/Motif1.2/include/Xm/BulletinB.h
|
||||
LessTif/Motif1.2/include/Xm/BulletinBP.h
|
||||
LessTif/Motif1.2/include/Xm/CacheP.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeB.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeBG.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeBGP.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeBP.h
|
||||
LessTif/Motif1.2/include/Xm/Command.h
|
||||
LessTif/Motif1.2/include/Xm/CommandP.h
|
||||
LessTif/Motif1.2/include/Xm/CutPaste.h
|
||||
LessTif/Motif1.2/include/Xm/CutPasteP.h
|
||||
LessTif/Motif1.2/include/Xm/DesktopP.h
|
||||
LessTif/Motif1.2/include/Xm/DialogS.h
|
||||
LessTif/Motif1.2/include/Xm/DialogSEP.h
|
||||
LessTif/Motif1.2/include/Xm/DialogSP.h
|
||||
LessTif/Motif1.2/include/Xm/Display.h
|
||||
LessTif/Motif1.2/include/Xm/DisplayP.h
|
||||
LessTif/Motif1.2/include/Xm/DragC.h
|
||||
LessTif/Motif1.2/include/Xm/DragCP.h
|
||||
LessTif/Motif1.2/include/Xm/DragDrop.h
|
||||
LessTif/Motif1.2/include/Xm/DragIcon.h
|
||||
LessTif/Motif1.2/include/Xm/DragIconP.h
|
||||
LessTif/Motif1.2/include/Xm/DragOverS.h
|
||||
LessTif/Motif1.2/include/Xm/DragOverSP.h
|
||||
LessTif/Motif1.2/include/Xm/DrawP.h
|
||||
LessTif/Motif1.2/include/Xm/DrawingA.h
|
||||
LessTif/Motif1.2/include/Xm/DrawingAP.h
|
||||
LessTif/Motif1.2/include/Xm/DrawnB.h
|
||||
LessTif/Motif1.2/include/Xm/DrawnBP.h
|
||||
LessTif/Motif1.2/include/Xm/DropSMgr.h
|
||||
LessTif/Motif1.2/include/Xm/DropSMgrP.h
|
||||
LessTif/Motif1.2/include/Xm/DropTrans.h
|
||||
LessTif/Motif1.2/include/Xm/DropTransP.h
|
||||
LessTif/Motif1.2/include/Xm/ExtObjectP.h
|
||||
LessTif/Motif1.2/include/Xm/FileSB.h
|
||||
LessTif/Motif1.2/include/Xm/FileSBP.h
|
||||
LessTif/Motif1.2/include/Xm/Form.h
|
||||
LessTif/Motif1.2/include/Xm/FormP.h
|
||||
LessTif/Motif1.2/include/Xm/Frame.h
|
||||
LessTif/Motif1.2/include/Xm/FrameP.h
|
||||
LessTif/Motif1.2/include/Xm/GadgetP.h
|
||||
LessTif/Motif1.2/include/Xm/Label.h
|
||||
LessTif/Motif1.2/include/Xm/LabelG.h
|
||||
LessTif/Motif1.2/include/Xm/LabelGP.h
|
||||
LessTif/Motif1.2/include/Xm/LabelP.h
|
||||
LessTif/Motif1.2/include/Xm/List.h
|
||||
LessTif/Motif1.2/include/Xm/ListP.h
|
||||
LessTif/Motif1.2/include/Xm/MainW.h
|
||||
LessTif/Motif1.2/include/Xm/MainWP.h
|
||||
LessTif/Motif1.2/include/Xm/ManagerP.h
|
||||
LessTif/Motif1.2/include/Xm/MenuShell.h
|
||||
LessTif/Motif1.2/include/Xm/MenuShellP.h
|
||||
LessTif/Motif1.2/include/Xm/MenuUtilP.h
|
||||
LessTif/Motif1.2/include/Xm/MessageB.h
|
||||
LessTif/Motif1.2/include/Xm/MessageBP.h
|
||||
LessTif/Motif1.2/include/Xm/MwmUtil.h
|
||||
LessTif/Motif1.2/include/Xm/PanedW.h
|
||||
LessTif/Motif1.2/include/Xm/PanedWP.h
|
||||
LessTif/Motif1.2/include/Xm/PrimitiveP.h
|
||||
LessTif/Motif1.2/include/Xm/Protocols.h
|
||||
LessTif/Motif1.2/include/Xm/ProtocolsP.h
|
||||
LessTif/Motif1.2/include/Xm/PushB.h
|
||||
LessTif/Motif1.2/include/Xm/PushBG.h
|
||||
LessTif/Motif1.2/include/Xm/PushBGP.h
|
||||
LessTif/Motif1.2/include/Xm/PushBP.h
|
||||
LessTif/Motif1.2/include/Xm/RCUtilsP.h
|
||||
LessTif/Motif1.2/include/Xm/RepType.h
|
||||
LessTif/Motif1.2/include/Xm/RowColumn.h
|
||||
LessTif/Motif1.2/include/Xm/SashP.h
|
||||
LessTif/Motif1.2/include/Xm/RowColumnP.h
|
||||
LessTif/Motif1.2/include/Xm/Scale.h
|
||||
LessTif/Motif1.2/include/Xm/ScaleP.h
|
||||
LessTif/Motif1.2/include/Xm/Screen.h
|
||||
LessTif/Motif1.2/include/Xm/ScreenP.h
|
||||
LessTif/Motif1.2/include/Xm/ScrollBar.h
|
||||
LessTif/Motif1.2/include/Xm/ScrollBarP.h
|
||||
LessTif/Motif1.2/include/Xm/ScrolledW.h
|
||||
LessTif/Motif1.2/include/Xm/ScrolledWP.h
|
||||
LessTif/Motif1.2/include/Xm/SelectioB.h
|
||||
LessTif/Motif1.2/include/Xm/SelectioBP.h
|
||||
LessTif/Motif1.2/include/Xm/SeparatoG.h
|
||||
LessTif/Motif1.2/include/Xm/SeparatoGP.h
|
||||
LessTif/Motif1.2/include/Xm/Separator.h
|
||||
LessTif/Motif1.2/include/Xm/SeparatorP.h
|
||||
LessTif/Motif1.2/include/Xm/ShellEP.h
|
||||
LessTif/Motif1.2/include/Xm/TearOffBP.h
|
||||
LessTif/Motif1.2/include/Xm/TearOffP.h
|
||||
LessTif/Motif1.2/include/Xm/Text.h
|
||||
LessTif/Motif1.2/include/Xm/TextF.h
|
||||
LessTif/Motif1.2/include/Xm/TextFP.h
|
||||
LessTif/Motif1.2/include/Xm/TextFSelP.h
|
||||
LessTif/Motif1.2/include/Xm/TextInP.h
|
||||
LessTif/Motif1.2/include/Xm/TextOutP.h
|
||||
LessTif/Motif1.2/include/Xm/TextP.h
|
||||
LessTif/Motif1.2/include/Xm/TextSelP.h
|
||||
LessTif/Motif1.2/include/Xm/TextStrSoP.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleB.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleBG.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleBGP.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleBP.h
|
||||
LessTif/Motif1.2/include/Xm/TransltnsP.h
|
||||
LessTif/Motif1.2/include/Xm/VaSimpleP.h
|
||||
LessTif/Motif1.2/include/Xm/VendorS.h
|
||||
LessTif/Motif1.2/include/Xm/VendorSEP.h
|
||||
LessTif/Motif1.2/include/Xm/VendorSP.h
|
||||
LessTif/Motif1.2/include/Xm/VirtKeys.h
|
||||
LessTif/Motif1.2/include/Xm/VirtKeysP.h
|
||||
LessTif/Motif1.2/include/Xm/WorldP.h
|
||||
LessTif/Motif1.2/include/Xm/XmAll.h
|
||||
LessTif/Motif1.2/include/Xm/XmP.h
|
||||
LessTif/Motif1.2/include/Xm/XmStrDefs.h
|
||||
LessTif/Motif1.2/include/Xm/XmosP.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmAppl.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmDecls.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmPrivate.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmPublic.h
|
||||
LessTif/Motif1.2/lib/libXm.so.1.2
|
||||
LessTif/Motif1.2/lib/libXm.la
|
||||
LessTif/Motif1.2/lib/libXm.a
|
||||
LessTif/Motif1.2/lib/libMrm.so.1.2
|
||||
LessTif/Motif1.2/lib/libMrm.la
|
||||
LessTif/Motif1.2/lib/libMrm.a
|
||||
LessTif/Motif2.0/include/Xm/Xm.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowB.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowBG.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowBGP.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowBP.h
|
||||
LessTif/Motif2.0/include/Xm/AtomMgr.h
|
||||
LessTif/Motif2.0/include/Xm/BaseClassP.h
|
||||
LessTif/Motif2.0/include/Xm/BulletinB.h
|
||||
LessTif/Motif2.0/include/Xm/BulletinBP.h
|
||||
LessTif/Motif2.0/include/Xm/CacheP.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeB.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeBG.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeBGP.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeBP.h
|
||||
LessTif/Motif2.0/include/Xm/Command.h
|
||||
LessTif/Motif2.0/include/Xm/CommandP.h
|
||||
LessTif/Motif2.0/include/Xm/CutPaste.h
|
||||
LessTif/Motif2.0/include/Xm/CutPasteP.h
|
||||
LessTif/Motif2.0/include/Xm/DesktopP.h
|
||||
LessTif/Motif2.0/include/Xm/DialogS.h
|
||||
LessTif/Motif2.0/include/Xm/DialogSEP.h
|
||||
LessTif/Motif2.0/include/Xm/DialogSP.h
|
||||
LessTif/Motif2.0/include/Xm/Display.h
|
||||
LessTif/Motif2.0/include/Xm/DisplayP.h
|
||||
LessTif/Motif2.0/include/Xm/DragC.h
|
||||
LessTif/Motif2.0/include/Xm/DragCP.h
|
||||
LessTif/Motif2.0/include/Xm/DragDrop.h
|
||||
LessTif/Motif2.0/include/Xm/DragIcon.h
|
||||
LessTif/Motif2.0/include/Xm/DragIconP.h
|
||||
LessTif/Motif2.0/include/Xm/DragOverS.h
|
||||
LessTif/Motif2.0/include/Xm/DragOverSP.h
|
||||
LessTif/Motif2.0/include/Xm/DrawP.h
|
||||
LessTif/Motif2.0/include/Xm/DrawingA.h
|
||||
LessTif/Motif2.0/include/Xm/DrawingAP.h
|
||||
LessTif/Motif2.0/include/Xm/DrawnB.h
|
||||
LessTif/Motif2.0/include/Xm/DrawnBP.h
|
||||
LessTif/Motif2.0/include/Xm/DropSMgr.h
|
||||
LessTif/Motif2.0/include/Xm/DropSMgrP.h
|
||||
LessTif/Motif2.0/include/Xm/DropTrans.h
|
||||
LessTif/Motif2.0/include/Xm/DropTransP.h
|
||||
LessTif/Motif2.0/include/Xm/ExtObjectP.h
|
||||
LessTif/Motif2.0/include/Xm/FileSB.h
|
||||
LessTif/Motif2.0/include/Xm/FileSBP.h
|
||||
LessTif/Motif2.0/include/Xm/Form.h
|
||||
LessTif/Motif2.0/include/Xm/FormP.h
|
||||
LessTif/Motif2.0/include/Xm/Frame.h
|
||||
LessTif/Motif2.0/include/Xm/FrameP.h
|
||||
LessTif/Motif2.0/include/Xm/GadgetP.h
|
||||
LessTif/Motif2.0/include/Xm/Label.h
|
||||
LessTif/Motif2.0/include/Xm/LabelG.h
|
||||
LessTif/Motif2.0/include/Xm/LabelGP.h
|
||||
LessTif/Motif2.0/include/Xm/LabelP.h
|
||||
LessTif/Motif2.0/include/Xm/List.h
|
||||
LessTif/Motif2.0/include/Xm/ListP.h
|
||||
LessTif/Motif2.0/include/Xm/MainW.h
|
||||
LessTif/Motif2.0/include/Xm/MainWP.h
|
||||
LessTif/Motif2.0/include/Xm/ManagerP.h
|
||||
LessTif/Motif2.0/include/Xm/MenuShell.h
|
||||
LessTif/Motif2.0/include/Xm/MenuShellP.h
|
||||
LessTif/Motif2.0/include/Xm/MenuUtilP.h
|
||||
LessTif/Motif2.0/include/Xm/MessageB.h
|
||||
LessTif/Motif2.0/include/Xm/MessageBP.h
|
||||
LessTif/Motif2.0/include/Xm/MwmUtil.h
|
||||
LessTif/Motif2.0/include/Xm/PanedW.h
|
||||
LessTif/Motif2.0/include/Xm/PanedWP.h
|
||||
LessTif/Motif2.0/include/Xm/PrimitiveP.h
|
||||
LessTif/Motif2.0/include/Xm/Protocols.h
|
||||
LessTif/Motif2.0/include/Xm/ProtocolsP.h
|
||||
LessTif/Motif2.0/include/Xm/PushB.h
|
||||
LessTif/Motif2.0/include/Xm/PushBG.h
|
||||
LessTif/Motif2.0/include/Xm/PushBGP.h
|
||||
LessTif/Motif2.0/include/Xm/PushBP.h
|
||||
LessTif/Motif2.0/include/Xm/RCUtilsP.h
|
||||
LessTif/Motif2.0/include/Xm/RepType.h
|
||||
LessTif/Motif2.0/include/Xm/RowColumn.h
|
||||
LessTif/Motif2.0/include/Xm/SashP.h
|
||||
LessTif/Motif2.0/include/Xm/RowColumnP.h
|
||||
LessTif/Motif2.0/include/Xm/Scale.h
|
||||
LessTif/Motif2.0/include/Xm/ScaleP.h
|
||||
LessTif/Motif2.0/include/Xm/Screen.h
|
||||
LessTif/Motif2.0/include/Xm/ScreenP.h
|
||||
LessTif/Motif2.0/include/Xm/ScrollBar.h
|
||||
LessTif/Motif2.0/include/Xm/ScrollBarP.h
|
||||
LessTif/Motif2.0/include/Xm/ScrolledW.h
|
||||
LessTif/Motif2.0/include/Xm/ScrolledWP.h
|
||||
LessTif/Motif2.0/include/Xm/SelectioB.h
|
||||
LessTif/Motif2.0/include/Xm/SelectioBP.h
|
||||
LessTif/Motif2.0/include/Xm/SeparatoG.h
|
||||
LessTif/Motif2.0/include/Xm/SeparatoGP.h
|
||||
LessTif/Motif2.0/include/Xm/Separator.h
|
||||
LessTif/Motif2.0/include/Xm/SeparatorP.h
|
||||
LessTif/Motif2.0/include/Xm/ShellEP.h
|
||||
LessTif/Motif2.0/include/Xm/TearOffBP.h
|
||||
LessTif/Motif2.0/include/Xm/TearOffP.h
|
||||
LessTif/Motif2.0/include/Xm/Text.h
|
||||
LessTif/Motif2.0/include/Xm/TextF.h
|
||||
LessTif/Motif2.0/include/Xm/TextFP.h
|
||||
LessTif/Motif2.0/include/Xm/TextFSelP.h
|
||||
LessTif/Motif2.0/include/Xm/TextInP.h
|
||||
LessTif/Motif2.0/include/Xm/TextOutP.h
|
||||
LessTif/Motif2.0/include/Xm/TextP.h
|
||||
LessTif/Motif2.0/include/Xm/TextSelP.h
|
||||
LessTif/Motif2.0/include/Xm/TextStrSoP.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleB.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleBG.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleBGP.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleBP.h
|
||||
LessTif/Motif2.0/include/Xm/TransltnsP.h
|
||||
LessTif/Motif2.0/include/Xm/VaSimpleP.h
|
||||
LessTif/Motif2.0/include/Xm/VendorS.h
|
||||
LessTif/Motif2.0/include/Xm/VendorSEP.h
|
||||
LessTif/Motif2.0/include/Xm/VendorSP.h
|
||||
LessTif/Motif2.0/include/Xm/VirtKeys.h
|
||||
LessTif/Motif2.0/include/Xm/VirtKeysP.h
|
||||
LessTif/Motif2.0/include/Xm/WorldP.h
|
||||
LessTif/Motif2.0/include/Xm/XmP.h
|
||||
LessTif/Motif2.0/include/Xm/XmosP.h
|
||||
LessTif/Motif2.0/include/Xm/AccTextT.h
|
||||
LessTif/Motif2.0/include/Xm/ActivatableT.h
|
||||
LessTif/Motif2.0/include/Xm/CSText.h
|
||||
LessTif/Motif2.0/include/Xm/ComboBox.h
|
||||
LessTif/Motif2.0/include/Xm/ComboBoxP.h
|
||||
LessTif/Motif2.0/include/Xm/Container.h
|
||||
LessTif/Motif2.0/include/Xm/ContainerT.h
|
||||
LessTif/Motif2.0/include/Xm/Gadget.h
|
||||
LessTif/Motif2.0/include/Xm/GrabShell.h
|
||||
LessTif/Motif2.0/include/Xm/GrabShellP.h
|
||||
LessTif/Motif2.0/include/Xm/IconG.h
|
||||
LessTif/Motif2.0/include/Xm/IconGP.h
|
||||
LessTif/Motif2.0/include/Xm/LayoutT.h
|
||||
LessTif/Motif2.0/include/Xm/Manager.h
|
||||
LessTif/Motif2.0/include/Xm/NavigatorT.h
|
||||
LessTif/Motif2.0/include/Xm/Notebook.h
|
||||
LessTif/Motif2.0/include/Xm/NotebookP.h
|
||||
LessTif/Motif2.0/include/Xm/Primitive.h
|
||||
LessTif/Motif2.0/include/Xm/ScrollFrameT.h
|
||||
LessTif/Motif2.0/include/Xm/SpinB.h
|
||||
LessTif/Motif2.0/include/Xm/SpinBP.h
|
||||
LessTif/Motif2.0/include/Xm/TraitP.h
|
||||
LessTif/Motif2.0/include/Xm/Transfer.h
|
||||
LessTif/Motif2.0/include/Xm/TransferP.h
|
||||
LessTif/Motif2.0/include/Xm/XmStrDefs.h
|
||||
LessTif/Motif2.0/include/Xm/XmAll.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmAppl.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmDecls.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmPrivate.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmPublic.h
|
||||
LessTif/LessTif
|
||||
LessTif/doc/man/man3/XtConfigureObject.3
|
||||
LessTif/doc/man/man3/XtDestroyWidget.3
|
||||
LessTif/doc/man/man3/XtManageChild.3
|
||||
LessTif/doc/man/man3/XtUnmanageChild.3
|
||||
@dirrm LessTif/doc/man/man1
|
||||
@dirrm LessTif/doc/man/man3
|
||||
@dirrm LessTif/doc/man/man5
|
||||
@dirrm LessTif/doc/man
|
||||
@dirrm LessTif/doc/html
|
||||
@dirrm LessTif/Motif2.0/include/Mrm
|
||||
@dirrm LessTif/Motif2.0/include/Xm
|
||||
@dirrm LessTif/Motif2.0/include
|
||||
@dirrm LessTif/Motif2.0
|
||||
@dirrm LessTif/Motif1.2/include/Mrm
|
||||
@dirrm LessTif/Motif1.2/include/Xm
|
||||
@dirrm LessTif/Motif1.2/include
|
||||
@dirrm LessTif/Motif1.2/lib
|
||||
@dirrm LessTif/Motif1.2
|
||||
@dirrm LessTif/doc
|
||||
@dirrm LessTif
|
||||
@dirrm share/LessTif/doc/html/imgs
|
||||
@dirrm share/LessTif/doc/html/images
|
||||
@dirrm share/LessTif/doc/html
|
||||
@ -267,5 +435,4 @@ share/LessTif/TODO
|
||||
@dirrm share/LessTif
|
||||
@dirrm lib/X11/mwm
|
||||
@dirrm lib/X11/lesstif
|
||||
@dirrm include/Mrm
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/X11R6/lib
|
||||
@exec /sbin/ldconfig -m %B
|
||||
|
@ -1,142 +1,3 @@
|
||||
LessTif
|
||||
include/Xm/Xm.h
|
||||
include/Xm/ArrowB.h
|
||||
include/Xm/ArrowBG.h
|
||||
include/Xm/ArrowBGP.h
|
||||
include/Xm/ArrowBP.h
|
||||
include/Xm/AtomMgr.h
|
||||
include/Xm/BaseClassP.h
|
||||
include/Xm/BulletinB.h
|
||||
include/Xm/BulletinBP.h
|
||||
include/Xm/CacheP.h
|
||||
include/Xm/CascadeB.h
|
||||
include/Xm/CascadeBG.h
|
||||
include/Xm/CascadeBGP.h
|
||||
include/Xm/CascadeBP.h
|
||||
include/Xm/Command.h
|
||||
include/Xm/CommandP.h
|
||||
include/Xm/CutPaste.h
|
||||
include/Xm/CutPasteP.h
|
||||
include/Xm/DesktopP.h
|
||||
include/Xm/DialogS.h
|
||||
include/Xm/DialogSEP.h
|
||||
include/Xm/DialogSP.h
|
||||
include/Xm/Display.h
|
||||
include/Xm/DisplayP.h
|
||||
include/Xm/DragC.h
|
||||
include/Xm/DragCP.h
|
||||
include/Xm/DragDrop.h
|
||||
include/Xm/DragIcon.h
|
||||
include/Xm/DragIconP.h
|
||||
include/Xm/DragOverS.h
|
||||
include/Xm/DragOverSP.h
|
||||
include/Xm/DrawP.h
|
||||
include/Xm/DrawingA.h
|
||||
include/Xm/DrawingAP.h
|
||||
include/Xm/DrawnB.h
|
||||
include/Xm/DrawnBP.h
|
||||
include/Xm/DropSMgr.h
|
||||
include/Xm/DropSMgrP.h
|
||||
include/Xm/DropTrans.h
|
||||
include/Xm/DropTransP.h
|
||||
include/Xm/ExtObjectP.h
|
||||
include/Xm/FileSB.h
|
||||
include/Xm/FileSBP.h
|
||||
include/Xm/Form.h
|
||||
include/Xm/FormP.h
|
||||
include/Xm/Frame.h
|
||||
include/Xm/FrameP.h
|
||||
include/Xm/GadgetP.h
|
||||
include/Xm/Label.h
|
||||
include/Xm/LabelG.h
|
||||
include/Xm/LabelGP.h
|
||||
include/Xm/LabelP.h
|
||||
include/Xm/List.h
|
||||
include/Xm/ListP.h
|
||||
include/Xm/MainW.h
|
||||
include/Xm/MainWP.h
|
||||
include/Xm/ManagerP.h
|
||||
include/Xm/MenuShell.h
|
||||
include/Xm/MenuShellP.h
|
||||
include/Xm/MenuUtilP.h
|
||||
include/Xm/MessageB.h
|
||||
include/Xm/MessageBP.h
|
||||
include/Xm/MwmUtil.h
|
||||
include/Xm/PanedW.h
|
||||
include/Xm/PanedWP.h
|
||||
include/Xm/PrimitiveP.h
|
||||
include/Xm/Protocols.h
|
||||
include/Xm/ProtocolsP.h
|
||||
include/Xm/PushB.h
|
||||
include/Xm/PushBG.h
|
||||
include/Xm/PushBGP.h
|
||||
include/Xm/PushBP.h
|
||||
include/Xm/RCUtilsP.h
|
||||
include/Xm/RepType.h
|
||||
include/Xm/RowColumn.h
|
||||
include/Xm/SashP.h
|
||||
include/Xm/RowColumnP.h
|
||||
include/Xm/Scale.h
|
||||
include/Xm/ScaleP.h
|
||||
include/Xm/Screen.h
|
||||
include/Xm/ScreenP.h
|
||||
include/Xm/ScrollBar.h
|
||||
include/Xm/ScrollBarP.h
|
||||
include/Xm/ScrolledW.h
|
||||
include/Xm/ScrolledWP.h
|
||||
include/Xm/SelectioB.h
|
||||
include/Xm/SelectioBP.h
|
||||
include/Xm/SeparatoG.h
|
||||
include/Xm/SeparatoGP.h
|
||||
include/Xm/Separator.h
|
||||
include/Xm/SeparatorP.h
|
||||
include/Xm/ShellEP.h
|
||||
include/Xm/TearOffBP.h
|
||||
include/Xm/TearOffP.h
|
||||
include/Xm/Text.h
|
||||
include/Xm/TextF.h
|
||||
include/Xm/TextFP.h
|
||||
include/Xm/TextFSelP.h
|
||||
include/Xm/TextInP.h
|
||||
include/Xm/TextOutP.h
|
||||
include/Xm/TextP.h
|
||||
include/Xm/TextSelP.h
|
||||
include/Xm/TextStrSoP.h
|
||||
include/Xm/ToggleB.h
|
||||
include/Xm/ToggleBG.h
|
||||
include/Xm/ToggleBGP.h
|
||||
include/Xm/ToggleBP.h
|
||||
include/Xm/TransltnsP.h
|
||||
include/Xm/VaSimpleP.h
|
||||
include/Xm/VendorS.h
|
||||
include/Xm/VendorSEP.h
|
||||
include/Xm/VendorSP.h
|
||||
include/Xm/VirtKeys.h
|
||||
include/Xm/VirtKeysP.h
|
||||
include/Xm/WorldP.h
|
||||
include/Xm/XmAll.h
|
||||
include/Xm/XmP.h
|
||||
include/Xm/XmStrDefs.h
|
||||
include/Xm/XmosP.h
|
||||
include/Mrm/MrmAppl.h
|
||||
include/Mrm/MrmDecls.h
|
||||
include/Mrm/MrmPrivate.h
|
||||
include/Mrm/MrmPublic.h
|
||||
lib/X11/app-defaults/Mwm
|
||||
lib/X11/lesstif/Imake.tmpl
|
||||
lib/X11/lesstif/Motif.rules
|
||||
lib/X11/lesstif/Motif.tmpl
|
||||
lib/X11/mwm/system.mwmrc
|
||||
lib/X11/mwm/alt.map
|
||||
lib/X11/mwm/README
|
||||
lib/libXm.la
|
||||
lib/libXm.a
|
||||
lib/libMrm.la
|
||||
lib/libMrm.a
|
||||
bin/mxmkmf
|
||||
bin/mwm
|
||||
bin/xmbind
|
||||
bin/uil
|
||||
man/man1/mwm.1
|
||||
man/man1/xmbind.1
|
||||
man/man1/lesstif.1
|
||||
@ -158,6 +19,7 @@ man/man3/XmDragIcon.3
|
||||
man/man3/XmDragOverShell.3
|
||||
man/man3/XmDrawingArea.3
|
||||
man/man3/XmDrawnButton.3
|
||||
man/man3/Core.3
|
||||
man/man3/XmDropSiteManager.3
|
||||
man/man3/XmDropTransfer.3
|
||||
man/man3/XmFileSelectionBox.3
|
||||
@ -198,17 +60,24 @@ man/man3/XmVendorShellExt.3
|
||||
man/man3/XmWorld.3
|
||||
man/man3/ApplicationShell.3
|
||||
man/man3/Composite.3
|
||||
man/man3/Core.3
|
||||
man/man3/Object.3
|
||||
man/man3/OverrideShell.3
|
||||
man/man3/Shell.3
|
||||
man/man3/TopLevelShell.3
|
||||
man/man3/WmShell.3
|
||||
man/man3/TransientShell.3
|
||||
man/man3/WmShell.3
|
||||
man/man3/Rect.3
|
||||
man/man3/UnNamedObj.3
|
||||
man/man3/Constraint.3
|
||||
man/man5/mwmrc.5
|
||||
lib/X11/lesstif/Imake.tmpl
|
||||
lib/X11/lesstif/Motif.rules
|
||||
lib/X11/lesstif/Motif.tmpl
|
||||
lib/X11/mwm/system.mwmrc
|
||||
lib/X11/mwm/alt.map
|
||||
lib/X11/mwm/README
|
||||
lib/libXm.la
|
||||
lib/libMrm.la
|
||||
share/LessTif/doc/html/images/hungry.gif
|
||||
share/LessTif/doc/html/images/lesstif-realsmall.gif
|
||||
share/LessTif/doc/html/images/lesstif-small.gif
|
||||
@ -239,10 +108,6 @@ share/LessTif/doc/html/testers.html
|
||||
share/LessTif/doc/html/versions.html
|
||||
share/LessTif/doc/html/web_button.html
|
||||
share/LessTif/doc/html/INSTALL.html
|
||||
share/LessTif/doc/man/man3/XtConfigureObject.3
|
||||
share/LessTif/doc/man/man3/XtDestroyWidget.3
|
||||
share/LessTif/doc/man/man3/XtManageChild.3
|
||||
share/LessTif/doc/man/man3/XtUnmanageChild.3
|
||||
share/LessTif/AUTHORS
|
||||
share/LessTif/BUG-REPORTING
|
||||
share/LessTif/COPYING
|
||||
@ -254,10 +119,307 @@ share/LessTif/NEWS
|
||||
share/LessTif/README
|
||||
share/LessTif/RELEASE-POLICY
|
||||
share/LessTif/TODO
|
||||
@dirrm share/LessTif/doc/man/man1
|
||||
@dirrm share/LessTif/doc/man/man3
|
||||
@dirrm share/LessTif/doc/man/man5
|
||||
@dirrm share/LessTif/doc/man
|
||||
include/Xm
|
||||
include/Mrm
|
||||
bin/mxmkmf
|
||||
bin/mwm
|
||||
bin/xmbind
|
||||
bin/uil
|
||||
LessTif/Motif1.2/include/Xm/Xm.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowB.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowBG.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowBGP.h
|
||||
LessTif/Motif1.2/include/Xm/ArrowBP.h
|
||||
LessTif/Motif1.2/include/Xm/AtomMgr.h
|
||||
LessTif/Motif1.2/include/Xm/BaseClassP.h
|
||||
LessTif/Motif1.2/include/Xm/BulletinB.h
|
||||
LessTif/Motif1.2/include/Xm/BulletinBP.h
|
||||
LessTif/Motif1.2/include/Xm/CacheP.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeB.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeBG.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeBGP.h
|
||||
LessTif/Motif1.2/include/Xm/CascadeBP.h
|
||||
LessTif/Motif1.2/include/Xm/Command.h
|
||||
LessTif/Motif1.2/include/Xm/CommandP.h
|
||||
LessTif/Motif1.2/include/Xm/CutPaste.h
|
||||
LessTif/Motif1.2/include/Xm/CutPasteP.h
|
||||
LessTif/Motif1.2/include/Xm/DesktopP.h
|
||||
LessTif/Motif1.2/include/Xm/DialogS.h
|
||||
LessTif/Motif1.2/include/Xm/DialogSEP.h
|
||||
LessTif/Motif1.2/include/Xm/DialogSP.h
|
||||
LessTif/Motif1.2/include/Xm/Display.h
|
||||
LessTif/Motif1.2/include/Xm/DisplayP.h
|
||||
LessTif/Motif1.2/include/Xm/DragC.h
|
||||
LessTif/Motif1.2/include/Xm/DragCP.h
|
||||
LessTif/Motif1.2/include/Xm/DragDrop.h
|
||||
LessTif/Motif1.2/include/Xm/DragIcon.h
|
||||
LessTif/Motif1.2/include/Xm/DragIconP.h
|
||||
LessTif/Motif1.2/include/Xm/DragOverS.h
|
||||
LessTif/Motif1.2/include/Xm/DragOverSP.h
|
||||
LessTif/Motif1.2/include/Xm/DrawP.h
|
||||
LessTif/Motif1.2/include/Xm/DrawingA.h
|
||||
LessTif/Motif1.2/include/Xm/DrawingAP.h
|
||||
LessTif/Motif1.2/include/Xm/DrawnB.h
|
||||
LessTif/Motif1.2/include/Xm/DrawnBP.h
|
||||
LessTif/Motif1.2/include/Xm/DropSMgr.h
|
||||
LessTif/Motif1.2/include/Xm/DropSMgrP.h
|
||||
LessTif/Motif1.2/include/Xm/DropTrans.h
|
||||
LessTif/Motif1.2/include/Xm/DropTransP.h
|
||||
LessTif/Motif1.2/include/Xm/ExtObjectP.h
|
||||
LessTif/Motif1.2/include/Xm/FileSB.h
|
||||
LessTif/Motif1.2/include/Xm/FileSBP.h
|
||||
LessTif/Motif1.2/include/Xm/Form.h
|
||||
LessTif/Motif1.2/include/Xm/FormP.h
|
||||
LessTif/Motif1.2/include/Xm/Frame.h
|
||||
LessTif/Motif1.2/include/Xm/FrameP.h
|
||||
LessTif/Motif1.2/include/Xm/GadgetP.h
|
||||
LessTif/Motif1.2/include/Xm/Label.h
|
||||
LessTif/Motif1.2/include/Xm/LabelG.h
|
||||
LessTif/Motif1.2/include/Xm/LabelGP.h
|
||||
LessTif/Motif1.2/include/Xm/LabelP.h
|
||||
LessTif/Motif1.2/include/Xm/List.h
|
||||
LessTif/Motif1.2/include/Xm/ListP.h
|
||||
LessTif/Motif1.2/include/Xm/MainW.h
|
||||
LessTif/Motif1.2/include/Xm/MainWP.h
|
||||
LessTif/Motif1.2/include/Xm/ManagerP.h
|
||||
LessTif/Motif1.2/include/Xm/MenuShell.h
|
||||
LessTif/Motif1.2/include/Xm/MenuShellP.h
|
||||
LessTif/Motif1.2/include/Xm/MenuUtilP.h
|
||||
LessTif/Motif1.2/include/Xm/MessageB.h
|
||||
LessTif/Motif1.2/include/Xm/MessageBP.h
|
||||
LessTif/Motif1.2/include/Xm/MwmUtil.h
|
||||
LessTif/Motif1.2/include/Xm/PanedW.h
|
||||
LessTif/Motif1.2/include/Xm/PanedWP.h
|
||||
LessTif/Motif1.2/include/Xm/PrimitiveP.h
|
||||
LessTif/Motif1.2/include/Xm/Protocols.h
|
||||
LessTif/Motif1.2/include/Xm/ProtocolsP.h
|
||||
LessTif/Motif1.2/include/Xm/PushB.h
|
||||
LessTif/Motif1.2/include/Xm/PushBG.h
|
||||
LessTif/Motif1.2/include/Xm/PushBGP.h
|
||||
LessTif/Motif1.2/include/Xm/PushBP.h
|
||||
LessTif/Motif1.2/include/Xm/RCUtilsP.h
|
||||
LessTif/Motif1.2/include/Xm/RepType.h
|
||||
LessTif/Motif1.2/include/Xm/RowColumn.h
|
||||
LessTif/Motif1.2/include/Xm/SashP.h
|
||||
LessTif/Motif1.2/include/Xm/RowColumnP.h
|
||||
LessTif/Motif1.2/include/Xm/Scale.h
|
||||
LessTif/Motif1.2/include/Xm/ScaleP.h
|
||||
LessTif/Motif1.2/include/Xm/Screen.h
|
||||
LessTif/Motif1.2/include/Xm/ScreenP.h
|
||||
LessTif/Motif1.2/include/Xm/ScrollBar.h
|
||||
LessTif/Motif1.2/include/Xm/ScrollBarP.h
|
||||
LessTif/Motif1.2/include/Xm/ScrolledW.h
|
||||
LessTif/Motif1.2/include/Xm/ScrolledWP.h
|
||||
LessTif/Motif1.2/include/Xm/SelectioB.h
|
||||
LessTif/Motif1.2/include/Xm/SelectioBP.h
|
||||
LessTif/Motif1.2/include/Xm/SeparatoG.h
|
||||
LessTif/Motif1.2/include/Xm/SeparatoGP.h
|
||||
LessTif/Motif1.2/include/Xm/Separator.h
|
||||
LessTif/Motif1.2/include/Xm/SeparatorP.h
|
||||
LessTif/Motif1.2/include/Xm/ShellEP.h
|
||||
LessTif/Motif1.2/include/Xm/TearOffBP.h
|
||||
LessTif/Motif1.2/include/Xm/TearOffP.h
|
||||
LessTif/Motif1.2/include/Xm/Text.h
|
||||
LessTif/Motif1.2/include/Xm/TextF.h
|
||||
LessTif/Motif1.2/include/Xm/TextFP.h
|
||||
LessTif/Motif1.2/include/Xm/TextFSelP.h
|
||||
LessTif/Motif1.2/include/Xm/TextInP.h
|
||||
LessTif/Motif1.2/include/Xm/TextOutP.h
|
||||
LessTif/Motif1.2/include/Xm/TextP.h
|
||||
LessTif/Motif1.2/include/Xm/TextSelP.h
|
||||
LessTif/Motif1.2/include/Xm/TextStrSoP.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleB.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleBG.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleBGP.h
|
||||
LessTif/Motif1.2/include/Xm/ToggleBP.h
|
||||
LessTif/Motif1.2/include/Xm/TransltnsP.h
|
||||
LessTif/Motif1.2/include/Xm/VaSimpleP.h
|
||||
LessTif/Motif1.2/include/Xm/VendorS.h
|
||||
LessTif/Motif1.2/include/Xm/VendorSEP.h
|
||||
LessTif/Motif1.2/include/Xm/VendorSP.h
|
||||
LessTif/Motif1.2/include/Xm/VirtKeys.h
|
||||
LessTif/Motif1.2/include/Xm/VirtKeysP.h
|
||||
LessTif/Motif1.2/include/Xm/WorldP.h
|
||||
LessTif/Motif1.2/include/Xm/XmAll.h
|
||||
LessTif/Motif1.2/include/Xm/XmP.h
|
||||
LessTif/Motif1.2/include/Xm/XmStrDefs.h
|
||||
LessTif/Motif1.2/include/Xm/XmosP.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmAppl.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmDecls.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmPrivate.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmPublic.h
|
||||
LessTif/Motif1.2/lib/libXm.la
|
||||
LessTif/Motif1.2/lib/libXm.a
|
||||
LessTif/Motif1.2/lib/libMrm.la
|
||||
LessTif/Motif1.2/lib/libMrm.a
|
||||
LessTif/Motif2.0/include/Xm/Xm.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowB.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowBG.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowBGP.h
|
||||
LessTif/Motif2.0/include/Xm/ArrowBP.h
|
||||
LessTif/Motif2.0/include/Xm/AtomMgr.h
|
||||
LessTif/Motif2.0/include/Xm/BaseClassP.h
|
||||
LessTif/Motif2.0/include/Xm/BulletinB.h
|
||||
LessTif/Motif2.0/include/Xm/BulletinBP.h
|
||||
LessTif/Motif2.0/include/Xm/CacheP.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeB.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeBG.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeBGP.h
|
||||
LessTif/Motif2.0/include/Xm/CascadeBP.h
|
||||
LessTif/Motif2.0/include/Xm/Command.h
|
||||
LessTif/Motif2.0/include/Xm/CommandP.h
|
||||
LessTif/Motif2.0/include/Xm/CutPaste.h
|
||||
LessTif/Motif2.0/include/Xm/CutPasteP.h
|
||||
LessTif/Motif2.0/include/Xm/DesktopP.h
|
||||
LessTif/Motif2.0/include/Xm/DialogS.h
|
||||
LessTif/Motif2.0/include/Xm/DialogSEP.h
|
||||
LessTif/Motif2.0/include/Xm/DialogSP.h
|
||||
LessTif/Motif2.0/include/Xm/Display.h
|
||||
LessTif/Motif2.0/include/Xm/DisplayP.h
|
||||
LessTif/Motif2.0/include/Xm/DragC.h
|
||||
LessTif/Motif2.0/include/Xm/DragCP.h
|
||||
LessTif/Motif2.0/include/Xm/DragDrop.h
|
||||
LessTif/Motif2.0/include/Xm/DragIcon.h
|
||||
LessTif/Motif2.0/include/Xm/DragIconP.h
|
||||
LessTif/Motif2.0/include/Xm/DragOverS.h
|
||||
LessTif/Motif2.0/include/Xm/DragOverSP.h
|
||||
LessTif/Motif2.0/include/Xm/DrawP.h
|
||||
LessTif/Motif2.0/include/Xm/DrawingA.h
|
||||
LessTif/Motif2.0/include/Xm/DrawingAP.h
|
||||
LessTif/Motif2.0/include/Xm/DrawnB.h
|
||||
LessTif/Motif2.0/include/Xm/DrawnBP.h
|
||||
LessTif/Motif2.0/include/Xm/DropSMgr.h
|
||||
LessTif/Motif2.0/include/Xm/DropSMgrP.h
|
||||
LessTif/Motif2.0/include/Xm/DropTrans.h
|
||||
LessTif/Motif2.0/include/Xm/DropTransP.h
|
||||
LessTif/Motif2.0/include/Xm/ExtObjectP.h
|
||||
LessTif/Motif2.0/include/Xm/FileSB.h
|
||||
LessTif/Motif2.0/include/Xm/FileSBP.h
|
||||
LessTif/Motif2.0/include/Xm/Form.h
|
||||
LessTif/Motif2.0/include/Xm/FormP.h
|
||||
LessTif/Motif2.0/include/Xm/Frame.h
|
||||
LessTif/Motif2.0/include/Xm/FrameP.h
|
||||
LessTif/Motif2.0/include/Xm/GadgetP.h
|
||||
LessTif/Motif2.0/include/Xm/Label.h
|
||||
LessTif/Motif2.0/include/Xm/LabelG.h
|
||||
LessTif/Motif2.0/include/Xm/LabelGP.h
|
||||
LessTif/Motif2.0/include/Xm/LabelP.h
|
||||
LessTif/Motif2.0/include/Xm/List.h
|
||||
LessTif/Motif2.0/include/Xm/ListP.h
|
||||
LessTif/Motif2.0/include/Xm/MainW.h
|
||||
LessTif/Motif2.0/include/Xm/MainWP.h
|
||||
LessTif/Motif2.0/include/Xm/ManagerP.h
|
||||
LessTif/Motif2.0/include/Xm/MenuShell.h
|
||||
LessTif/Motif2.0/include/Xm/MenuShellP.h
|
||||
LessTif/Motif2.0/include/Xm/MenuUtilP.h
|
||||
LessTif/Motif2.0/include/Xm/MessageB.h
|
||||
LessTif/Motif2.0/include/Xm/MessageBP.h
|
||||
LessTif/Motif2.0/include/Xm/MwmUtil.h
|
||||
LessTif/Motif2.0/include/Xm/PanedW.h
|
||||
LessTif/Motif2.0/include/Xm/PanedWP.h
|
||||
LessTif/Motif2.0/include/Xm/PrimitiveP.h
|
||||
LessTif/Motif2.0/include/Xm/Protocols.h
|
||||
LessTif/Motif2.0/include/Xm/ProtocolsP.h
|
||||
LessTif/Motif2.0/include/Xm/PushB.h
|
||||
LessTif/Motif2.0/include/Xm/PushBG.h
|
||||
LessTif/Motif2.0/include/Xm/PushBGP.h
|
||||
LessTif/Motif2.0/include/Xm/PushBP.h
|
||||
LessTif/Motif2.0/include/Xm/RCUtilsP.h
|
||||
LessTif/Motif2.0/include/Xm/RepType.h
|
||||
LessTif/Motif2.0/include/Xm/RowColumn.h
|
||||
LessTif/Motif2.0/include/Xm/SashP.h
|
||||
LessTif/Motif2.0/include/Xm/RowColumnP.h
|
||||
LessTif/Motif2.0/include/Xm/Scale.h
|
||||
LessTif/Motif2.0/include/Xm/ScaleP.h
|
||||
LessTif/Motif2.0/include/Xm/Screen.h
|
||||
LessTif/Motif2.0/include/Xm/ScreenP.h
|
||||
LessTif/Motif2.0/include/Xm/ScrollBar.h
|
||||
LessTif/Motif2.0/include/Xm/ScrollBarP.h
|
||||
LessTif/Motif2.0/include/Xm/ScrolledW.h
|
||||
LessTif/Motif2.0/include/Xm/ScrolledWP.h
|
||||
LessTif/Motif2.0/include/Xm/SelectioB.h
|
||||
LessTif/Motif2.0/include/Xm/SelectioBP.h
|
||||
LessTif/Motif2.0/include/Xm/SeparatoG.h
|
||||
LessTif/Motif2.0/include/Xm/SeparatoGP.h
|
||||
LessTif/Motif2.0/include/Xm/Separator.h
|
||||
LessTif/Motif2.0/include/Xm/SeparatorP.h
|
||||
LessTif/Motif2.0/include/Xm/ShellEP.h
|
||||
LessTif/Motif2.0/include/Xm/TearOffBP.h
|
||||
LessTif/Motif2.0/include/Xm/TearOffP.h
|
||||
LessTif/Motif2.0/include/Xm/Text.h
|
||||
LessTif/Motif2.0/include/Xm/TextF.h
|
||||
LessTif/Motif2.0/include/Xm/TextFP.h
|
||||
LessTif/Motif2.0/include/Xm/TextFSelP.h
|
||||
LessTif/Motif2.0/include/Xm/TextInP.h
|
||||
LessTif/Motif2.0/include/Xm/TextOutP.h
|
||||
LessTif/Motif2.0/include/Xm/TextP.h
|
||||
LessTif/Motif2.0/include/Xm/TextSelP.h
|
||||
LessTif/Motif2.0/include/Xm/TextStrSoP.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleB.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleBG.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleBGP.h
|
||||
LessTif/Motif2.0/include/Xm/ToggleBP.h
|
||||
LessTif/Motif2.0/include/Xm/TransltnsP.h
|
||||
LessTif/Motif2.0/include/Xm/VaSimpleP.h
|
||||
LessTif/Motif2.0/include/Xm/VendorS.h
|
||||
LessTif/Motif2.0/include/Xm/VendorSEP.h
|
||||
LessTif/Motif2.0/include/Xm/VendorSP.h
|
||||
LessTif/Motif2.0/include/Xm/VirtKeys.h
|
||||
LessTif/Motif2.0/include/Xm/VirtKeysP.h
|
||||
LessTif/Motif2.0/include/Xm/WorldP.h
|
||||
LessTif/Motif2.0/include/Xm/XmP.h
|
||||
LessTif/Motif2.0/include/Xm/XmosP.h
|
||||
LessTif/Motif2.0/include/Xm/AccTextT.h
|
||||
LessTif/Motif2.0/include/Xm/ActivatableT.h
|
||||
LessTif/Motif2.0/include/Xm/CSText.h
|
||||
LessTif/Motif2.0/include/Xm/ComboBox.h
|
||||
LessTif/Motif2.0/include/Xm/ComboBoxP.h
|
||||
LessTif/Motif2.0/include/Xm/Container.h
|
||||
LessTif/Motif2.0/include/Xm/ContainerT.h
|
||||
LessTif/Motif2.0/include/Xm/Gadget.h
|
||||
LessTif/Motif2.0/include/Xm/GrabShell.h
|
||||
LessTif/Motif2.0/include/Xm/GrabShellP.h
|
||||
LessTif/Motif2.0/include/Xm/IconG.h
|
||||
LessTif/Motif2.0/include/Xm/IconGP.h
|
||||
LessTif/Motif2.0/include/Xm/LayoutT.h
|
||||
LessTif/Motif2.0/include/Xm/Manager.h
|
||||
LessTif/Motif2.0/include/Xm/NavigatorT.h
|
||||
LessTif/Motif2.0/include/Xm/Notebook.h
|
||||
LessTif/Motif2.0/include/Xm/NotebookP.h
|
||||
LessTif/Motif2.0/include/Xm/Primitive.h
|
||||
LessTif/Motif2.0/include/Xm/ScrollFrameT.h
|
||||
LessTif/Motif2.0/include/Xm/SpinB.h
|
||||
LessTif/Motif2.0/include/Xm/SpinBP.h
|
||||
LessTif/Motif2.0/include/Xm/TraitP.h
|
||||
LessTif/Motif2.0/include/Xm/Transfer.h
|
||||
LessTif/Motif2.0/include/Xm/TransferP.h
|
||||
LessTif/Motif2.0/include/Xm/XmStrDefs.h
|
||||
LessTif/Motif2.0/include/Xm/XmAll.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmAppl.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmDecls.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmPrivate.h
|
||||
LessTif/Motif2.0/include/Mrm/MrmPublic.h
|
||||
LessTif/LessTif
|
||||
LessTif/doc/man/man3/XtConfigureObject.3
|
||||
LessTif/doc/man/man3/XtDestroyWidget.3
|
||||
LessTif/doc/man/man3/XtManageChild.3
|
||||
LessTif/doc/man/man3/XtUnmanageChild.3
|
||||
@dirrm LessTif/doc/man/man1
|
||||
@dirrm LessTif/doc/man/man3
|
||||
@dirrm LessTif/doc/man/man5
|
||||
@dirrm LessTif/doc/man
|
||||
@dirrm LessTif/doc/html
|
||||
@dirrm LessTif/Motif2.0/include/Mrm
|
||||
@dirrm LessTif/Motif2.0/include/Xm
|
||||
@dirrm LessTif/Motif2.0/include
|
||||
@dirrm LessTif/Motif2.0
|
||||
@dirrm LessTif/Motif1.2/include/Mrm
|
||||
@dirrm LessTif/Motif1.2/include/Xm
|
||||
@dirrm LessTif/Motif1.2/include
|
||||
@dirrm LessTif/Motif1.2/lib
|
||||
@dirrm LessTif/Motif1.2
|
||||
@dirrm LessTif/doc
|
||||
@dirrm LessTif
|
||||
@dirrm share/LessTif/doc/html/imgs
|
||||
@dirrm share/LessTif/doc/html/images
|
||||
@dirrm share/LessTif/doc/html
|
||||
@ -265,4 +427,3 @@ share/LessTif/TODO
|
||||
@dirrm share/LessTif
|
||||
@dirrm lib/X11/mwm
|
||||
@dirrm lib/X11/lesstif
|
||||
@dirrm include/Mrm
|
||||
|
Loading…
Reference in New Issue
Block a user