1998-10-20 Martin Baulig * guile.awk: If the features.def contains something like `fieldname[number]' we interpret this as an array and add all members of this array. 1998-10-12 Martin Baulig * 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 * 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.