Home | History | Annotate | only in /xsrc/external/mit/imake/dist
Up to higher level directory
NameDateSize
aclocal.m404-Jul-2024121.6K
ccmakedep.man30-Jul-20083.2K
ChangeLog04-Jul-202436.3K
cleanlinks31-May-2013535
cleanlinks.man31-May-2013880
compile11-Nov-20227.2K
config.guess04-Jul-202448.8K
config.h.in04-Jul-20242.2K
config.sub04-Jul-202435K
configure04-Jul-2024381K
configure.ac04-Jul-20244.9K
COPYING21-May-20102.4K
depcomp11-Nov-202223K
imake.c04-Jul-202453.7K
imake.man17-Mar-201410.1K
imakemdep.h18-Mar-201935.6K
INSTALL18-Mar-201915.4K
install-sh11-Nov-202215K
Makefile.am18-Mar-20193.6K
Makefile.in11-Nov-202234.8K
makeg21-Nov-2010360
makeg.man31-May-20131.8K
mdepend.cpp31-May-20134.8K
mergelib.cpp31-May-20132.8K
mergelib.man21-Nov-2010659
missing11-Nov-20226.7K
mkdirhier21-Nov-2010483
mkdirhier.man31-May-20131.5K
mkhtmlindex.man31-May-20131K
mkhtmlindex.pl21-Nov-20101.9K
mkhtmlindex.sh21-Nov-20101.2K
README.md11-Nov-20221.3K
revpath.c21-Nov-2010873
revpath.man21-Nov-20101.1K
xmkmf.cpp31-May-20131.1K
xmkmf.man31-May-20132.4K

README.md

      1 The imake package contains the imake utility, plus the following support
      2 programs:
      3 
      4    - ccmakedep
      5    - mergelib
      6    - revpath
      7    - mkdirhier
      8    - makeg
      9    - cleanlinks
     10    - mkhtmlindex
     11    - xmkmf
     12 
     13 Most usage will also require installing the Xorg util/cf files which contain
     14 the platform-specific configuration data for known platforms.
     15 
     16 The X Window System used imake extensively up through the X11R6.9 release,
     17 for both full builds within the source tree and external software.
     18 X moved to GNU autoconf and automake for its build system in 2005 for
     19 X11R7.0 and later releases, but still provides imake for building existing
     20 external software programs that have not yet converted, though we are not
     21 actively maintaining it for new OS or platform releases.
     22 
     23 More information about Imake and its usage may be found in the resources at:
     24 
     25  - https://www.snake.net/software/imake-stuff/
     26  - https://www.kitebird.com/imake-book/
     27 
     28 All questions regarding this software should be directed at the
     29 Xorg mailing list:
     30 
     31   https://lists.x.org/mailman/listinfo/xorg
     32 
     33 The primary development code repository can be found at:
     34 
     35   https://gitlab.freedesktop.org/xorg/util/imake
     36 
     37 Please submit bug reports and requests to merge patches there.
     38 
     39 For patch submission instructions, see:
     40 
     41   https://www.x.org/wiki/Development/Documentation/SubmittingPatches
     42 
     43