Implement new "load" directive.
commit3a455838d853b2e27d960434e14ce61c272f802c
authorpsmith <psmith>
Mon, 29 Oct 2012 07:05:21 +0000 (29 07:05 +0000)
committerpsmith <psmith>
Mon, 29 Oct 2012 07:05:21 +0000 (29 07:05 +0000)
tree6730443aa4edc7a78bdbc706c73f3d66893f93f5
parentc0fcb9dba5b907665885689bf53aea0ca09e0e3f
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