mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 07:30:28 +02:00
* Makefile.am: Removed markers.c, markers.x, markers.h.
This commit is contained in:
parent
e7d37b0a69
commit
a4f711defb
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ libguile_la_SOURCES = \
|
||||||
evalext.c feature.c filesys.c fluids.c fports.c gc.c gdbint.c \
|
evalext.c 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 \
|
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 guardians.c hash.c hashtab.c init.c \
|
gh_predicates.c gsubr.c guardians.c hash.c hashtab.c init.c \
|
||||||
ioext.c keywords.c list.c load.c macros.c mallocs.c markers.c \
|
ioext.c keywords.c list.c load.c macros.c mallocs.c \
|
||||||
modules.c net_db.c numbers.c objects.c objprop.c options.c pairs.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 random.c read.c \
|
ports.c posix.c print.c procprop.c procs.c ramap.c random.c read.c \
|
||||||
root.c scmsigs.c script.c simpos.c smob.c socket.c sort.c \
|
root.c scmsigs.c script.c simpos.c smob.c socket.c sort.c \
|
||||||
|
@ -55,7 +55,7 @@ BUILT_SOURCES = \
|
||||||
fluids.x fports.x gc.x gdbint.x genio.x gh_data.x gh_eval.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 \
|
gh_funcs.x gh_init.x gh_io.x gh_list.x gh_predicates.x gsubr.x \
|
||||||
guardians.x hash.x hashtab.x init.x ioext.x iselect.x keywords.x \
|
guardians.x hash.x hashtab.x init.x ioext.x iselect.x keywords.x \
|
||||||
list.x load.x macros.x mallocs.x markers.x modules.x net_db.x \
|
list.x load.x macros.x mallocs.x modules.x net_db.x \
|
||||||
numbers.x objects.x objprop.x options.x pairs.x ports.x posix.x \
|
numbers.x objects.x objprop.x options.x pairs.x ports.x posix.x \
|
||||||
print.x procprop.x procs.x random.x ramap.x read.x regex-posix.x \
|
print.x procprop.x procs.x random.x ramap.x read.x regex-posix.x \
|
||||||
root.x scmsigs.x script.x simpos.x smob.x socket.x sort.x \
|
root.x scmsigs.x script.x simpos.x smob.x socket.x sort.x \
|
||||||
|
@ -90,7 +90,7 @@ modinclude_HEADERS = \
|
||||||
continuations.h debug.h dynl.h dynwind.h eq.h error.h eval.h \
|
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 \
|
evalext.h feature.h filesys.h fports.h gc.h gdb_interface.h \
|
||||||
gdbint.h genio.h gsubr.h guardians.h hash.h hashtab.h init.h \
|
gdbint.h genio.h gsubr.h guardians.h hash.h hashtab.h init.h \
|
||||||
ioext.h keywords.h kw.h list.h load.h macros.h mallocs.h markers.h \
|
ioext.h keywords.h kw.h list.h load.h macros.h mallocs.h \
|
||||||
modules.h net_db.h numbers.h objects.h objprop.h options.h pairs.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 random.h \
|
ports.h posix.h regex-posix.h print.h procprop.h procs.h random.h \
|
||||||
ramap.h read.h root.h scmsigs.h script.h simpos.h smob.h socket.h \
|
ramap.h read.h root.h scmsigs.h script.h simpos.h smob.h socket.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue