1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00

* Makefile.am: Added modules.c, modules.x, modules.h.

This commit is contained in:
Mikael Djurfeldt 1998-11-22 12:04:00 +00:00
parent 631c1902df
commit bafece68d3

View file

@ -40,7 +40,8 @@ libguile_la_SOURCES = \
feature.c filesys.c fluids.c fports.c gc.c gdbint.c genio.c \
gh_data.c gh_eval.c gh_funcs.c gh_init.c gh_io.c gh_list.c \
gh_predicates.c gsubr.c hash.c hashtab.c init.c ioext.c kw.c \
list.c load.c macros.c mallocs.c markers.c net_db.c numbers.c objects.c \
list.c load.c macros.c mallocs.c markers.c modules.c net_db.c \
numbers.c objects.c \
objprop.c options.c pairs.c ports.c posix.c print.c procprop.c \
procs.c ramap.c read.c readline.c root.c scmsigs.c script.c \
simpos.c smob.c socket.c srcprop.c stackchk.c stacks.c stime.c \
@ -54,7 +55,8 @@ BUILT_SOURCES = \
feature.x filesys.x fluids.x fports.x gc.x gdbint.x genio.x \
gh_data.x gh_eval.x gh_funcs.x gh_init.x gh_io.x gh_list.x \
gh_predicates.x gsubr.x hash.x hashtab.x init.x ioext.x iselect.x \
kw.x list.x load.x macros.x mallocs.x markers.x net_db.x numbers.x \
kw.x list.x load.x macros.x mallocs.x markers.x modules.x \
net_db.x numbers.x \
objects.x objprop.x options.x pairs.x ports.x posix.x print.x \
procprop.x procs.x ramap.x read.x readline.x regex-posix.x root.x \
scmsigs.x script.x simpos.x smob.x socket.x srcprop.x stackchk.x \
@ -89,7 +91,8 @@ modinclude_HEADERS = \
continuations.h debug.h dynl.h dynwind.h eq.h error.h eval.h evalext.h \
feature.h filesys.h fports.h gc.h gdb_interface.h gdbint.h genio.h \
gsubr.h hash.h hashtab.h init.h ioext.h kw.h list.h load.h \
macros.h mallocs.h markers.h net_db.h numbers.h objects.h objprop.h \
macros.h mallocs.h markers.h modules.h net_db.h numbers.h \
objects.h objprop.h \
options.h pairs.h ports.h posix.h regex-posix.h print.h procprop.h \
procs.h ramap.h read.h readline.h root.h scmsigs.h script.h \
simpos.h smob.h socket.h srcprop.h stackchk.h stacks.h stime.h \