]> git.ipfire.org Git - thirdparty/make.git/commit
Expand the loadable object support.
authorPaul Smith <psmith@gnu.org>
Mon, 25 Feb 2013 06:38:36 +0000 (01:38 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 25 Feb 2013 06:38:36 +0000 (01:38 -0500)
commit5058a94ee717d96285da20423324af3478df175d
treefa24d78c8f51c77371464d6c03b3aaf886c8f86a
parent4baf9ab4564447355b5748d1375959e817771d17
Expand the loadable object support.

Provide a simple API for loaded objects to interact with GNU make.  I still
won't guarantee that this API won't change but it's much closer to something
that's supported and provides easy-to-use interfaces with a public header
file.
19 files changed:
.gitignore
ChangeLog
Makefile.am
dep.h
doc/make.texi
function.c
gmk-default.scm
gnumake.h
guile.c
load.c
loadapi.c [new file with mode: 0644]
main.c
read.c
tests/ChangeLog
tests/run_make_tests.pl
tests/scripts/features/load
tests/scripts/features/loadapi [new file with mode: 0644]
tests/scripts/functions/guile
variable.h