05eb7e1f76
1998-10-12 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Let the `Makefile' depend upon $(BUILT_SOURCES). This is required to get dependencies correctly. * names/Makefile.am: Likewise.
23 lines
788 B
Plaintext
23 lines
788 B
Plaintext
1998-10-12 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am: Let the `Makefile' depend upon $(BUILT_SOURCES).
|
|
This is required to get dependencies correctly.
|
|
* names/Makefile.am: Likewise.
|
|
|
|
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* names/Makefile.am (BUILT_SOURCES, CLEANFILES): Added
|
|
`guile-names.x' here and a rule to make it from `guile-names.c'
|
|
using guile-snarf.
|
|
|
|
* names/guile-names.awk: Use the SCM_GLOBAL_VCELL macros and
|
|
guile-snarf here; declared all `glibtop_guile_*' functions static.
|
|
|
|
* guile.awk: Declared all `glibtop_guile_get_*' functions static.
|
|
|
|
* Makefile.am (BUILT_SOURCES, CLEANFILES): Added `guile.x'.
|
|
Added rule to make `guile.x' from `guile.c' using guile-snarf.
|
|
|
|
* guile.awk: Use the SCM_PROC macros and guile-snarf here.
|
|
|