mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
* discouraged.h, discouraged.c: New files.
This commit is contained in:
parent
c71b07063e
commit
4f1d009fc1
1 changed files with 22 additions and 18 deletions
|
@ -91,7 +91,8 @@ guile_LDFLAGS = @DLPREOPEN@
|
|||
|
||||
libguile_la_SOURCES = alist.c arbiters.c async.c backtrace.c boolean.c \
|
||||
chars.c continuations.c convert.c debug.c deprecation.c deprecated.c \
|
||||
dynwind.c environments.c eq.c error.c eval.c evalext.c extensions.c \
|
||||
discouraged.c dynwind.c environments.c eq.c error.c eval.c \
|
||||
evalext.c extensions.c \
|
||||
feature.c fluids.c fports.c futures.c \
|
||||
gc.c gc-mark.c gc-segment.c gc-malloc.c gc-card.c gc-freelist.c \
|
||||
gc_os_dep.c gdbint.c gh_data.c gh_eval.c gh_funcs.c gh_init.c \
|
||||
|
@ -106,7 +107,8 @@ libguile_la_SOURCES = alist.c arbiters.c async.c backtrace.c boolean.c \
|
|||
variable.c vectors.c version.c vports.c weaks.c
|
||||
|
||||
DOT_X_FILES = alist.x arbiters.x async.x backtrace.x boolean.x chars.x \
|
||||
continuations.x debug.x deprecation.x deprecated.x dynl.x dynwind.x \
|
||||
continuations.x debug.x deprecation.x deprecated.x discouraged.x \
|
||||
dynl.x dynwind.x \
|
||||
environments.x eq.x \
|
||||
error.x eval.x evalext.x extensions.x feature.x fluids.x fports.x \
|
||||
futures.x \
|
||||
|
@ -124,7 +126,8 @@ EXTRA_DOT_X_FILES = @EXTRA_DOT_X_FILES@
|
|||
|
||||
DOT_DOC_FILES = alist.doc arbiters.doc async.doc backtrace.doc \
|
||||
boolean.doc chars.doc continuations.doc debug.doc deprecation.doc \
|
||||
deprecated.doc dynl.doc dynwind.doc environments.doc eq.doc \
|
||||
deprecated.doc discouraged.doc dynl.doc dynwind.doc \
|
||||
environments.doc eq.doc \
|
||||
error.doc eval.doc evalext.doc \
|
||||
extensions.doc feature.doc fluids.doc fports.doc futures.doc \
|
||||
gc.doc goops.doc \
|
||||
|
@ -179,7 +182,8 @@ modincludedir = $(includedir)/libguile
|
|||
modinclude_HEADERS = __scm.h alist.h arbiters.h async.h backtrace.h boolean.h \
|
||||
chars.h continuations.h convert.h debug.h \
|
||||
debug-malloc.h threads-plugin.h null-threads.h pthread-threads.h \
|
||||
deprecation.h deprecated.h dynl.h dynwind.h environments.h eq.h \
|
||||
deprecation.h deprecated.h discouraged.h dynl.h dynwind.h \
|
||||
environments.h eq.h \
|
||||
error.h eval.h \
|
||||
evalext.h extensions.h feature.h filesys.h fluids.h fports.h futures.h \
|
||||
gc.h gdb_interface.h gdbint.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue