Implement new "load" directive.
authorPaul Smith <psmith@gnu.org>
Mon, 29 Oct 2012 07:05:21 +0000 (07:05 +0000)
committerPaul Smith <psmith@gnu.org>
Mon, 29 Oct 2012 07:05:21 +0000 (07:05 +0000)
commit7670c84f7732db29f5a9d9c145c2327f4b575f91
tree1fafd8949c867b89444ef57c6d068e7b8fb1a70e
parent2efd6b47bf59c3202ccc6218b42ba360136d3789
Implement new "load" directive.

Provides support for dynamically loadable objects in GNU make, as a
"technology preview".
15 files changed:
ChangeLog
Makefile.am
NEWS
configure.in
doc/make.texi
guile.c
load.c [new file with mode: 0644]
main.c
make.h
read.c
tests/ChangeLog
tests/run_make_tests.pl
tests/scripts/features/load [new file with mode: 0644]
tests/scripts/features/parallelism
tests/scripts/functions/guile