* snarf.h: New file.
authorJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 20:49:56 +0000 (20:49 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 20:49:56 +0000 (20:49 +0000)
commit5b4215a8b578bd898271490115b9e76184f25ee7
treed97afac9bd2d69c8eef4048575a8b0bb1e44227e
parent581a242ba5fab52bc66686bdc4d8cd79d7f0842d
* snarf.h: New file.
* guile-snarf.sh: New file.
* Makefile.in (inner_h_files): Added snarf.h
(ancillary, install, uninstall, distclean): Added actions for
guile-snarf.
(.c.x): Use guile-snarf.
(guile-snarf): New rule, to produce guile-snarf from guile-snarf.sh.
(gen_c_files): Note that these depend on guile-snarf.
* _scm.h: Removed the snarfing macros (SCM_PROC, etc). They are
now in "snarf.h".  Added #include "snarf.h" to get them.
* configure.in: Added guile-snarf to AC_OUTPUT
* libguile.h: Added #include "snarf.h".
(Patches applied and tweaked by Jim Blandy.)
libguile/Makefile.in
libguile/_scm.h
libguile/libguile.h
libguile/snarf.h [new file with mode: 0644]