Move building of LIARC bundles into their respective directories.
authorChris Hanson <org/chris-hanson/cph>
Mon, 14 May 2007 16:59:48 +0000 (16:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 14 May 2007 16:59:48 +0000 (16:59 +0000)
commitc9e540068903157718827dd069f67b82bbf916e6
tree8dd01d640e258247d417544c8d2147c0e6ad8fef
parent6016297bfd73e2bb7012842271143b92952f73ac
Move building of LIARC bundles into their respective directories.
Create bundle file lists from .pkg files rather than from directory
listings.

Change "make c" to "make liarc-dist".  Restructure top-level makefile
to generate "liarc-dist" in distinct stages: (1) build a compiler in
the directory "boot-lib"; (2) run c-clean to discard all .c files; and
(3) rebuild everything using boot-lib compiler.

Delete "Makefile.std"; generate all subdirectory makefiles (except
microcode) using "Makefile-fragment" and standard prefix/suffix.
Rename COMPILE_FOR_DYNAMIC_LOADING to ENABLE_LIARC_FILE_INIT.  Don't
build 6001 or xdoc subdirs.  Use -fPIC only for shared objects, not
for scheme executable.  Make sure -fPIC is given to linker as well as
compiler.
v7/src/Makefile.std [deleted file]
v7/src/etc/build-runtime.sh [deleted file]