## makelib.lib
## (C) 2000 Lucent Technologies, Bell Laboratories
## Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp)
# Compiled by:
#
src/app/makelib/tools/make/make-tool.lib#
src/lib/core/internal/interactive-system.lib#
src/lib/x-kit/widget/xkit-widget.sublib#
src/lib/x-kit/xclient/xclient-internals.sublib#
src/lib/x-kit/xclient/xclient.sublib# Library exporting package makelib.
LIBRARY_EXPORTS
api Makelib
pkg makelib
LIBRARY_COMPONENTS
# The following two libraries are here to make sure that
# pickling does not need to refer to host-compiler-0.lib.
#
# This is an extremely *fragile* hack, but it significantly reduces
# autoloading time for package makelib (as well as the system's
# memory footprint).
#
# The two libraries must be mentioned _first_ in order to take
# advantage of makelib's implicit priority scheme when it comes
# to constructing the pickle dictionary for a library.
#
# (The rule is that libraries that get mentioned early are
# being favored.)
$ROOT/
src/lib/std/standard.lib $ROOT/
src/lib/core/internal/srcpath.lib # Here is the actual implementation:
#
$ROOT/
src/lib/core/internal/makelib-apis.lib $ROOT/
src/lib/core/internal/makelib-internal.lib makelib.pkg