Merge threads directory into libguile.
authorJim Blandy <jimb@red-bean.com>
Tue, 15 Apr 1997 01:34:36 +0000 (01:34 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 15 Apr 1997 01:34:36 +0000 (01:34 +0000)
commit7bfd3b9e94a3317ad49d5dfab0bf1fcf5d33d82b
tree29e1e7daa526d13b63071dd89974e5f8b4899ce5
parentc520b64ca6b111c598cff2237bfc41dc68a9e59a
Merge threads directory into libguile.
* coop-defs.h, coop-threads.c, coop-threads.h, coop.c, threads.c,
threads.h: New source files.
* Makefile.am (EXTRA_libguile_la_SOURCES): Add threads.c.
(noinst_HEADERS): Add coop-threads.c, coop-threads.h, coop.c
here; see comment.
(modinclude_HEADERS): Add threads.h, coop-defs.h.
(EXTRA_DIST): Add fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
coop-threads.c.cygnus, coop-threads.h.cygnus.
* configure.in: If we're using threads, include threads.o in
LIBOBJS.
* _scm.h, libguile.h: threads.h lives in this directory now.
* fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
coop-threads.c.cygnus, coop-threads.h.cygnus: New files, not
currently used, but brought along for information's sake.
* ChangeLog-threads: log from old 'threads' directory.
* Makefile.in, configure: Rebuilt.
17 files changed:
libguile/ChangeLog-threads [new file with mode: 0644]
libguile/Makefile.am
libguile/Makefile.in
libguile/_scm.h
libguile/configure.in
libguile/coop-defs.h [new file with mode: 0644]
libguile/coop-threads.c [new file with mode: 0644]
libguile/coop-threads.c.cygnus [new file with mode: 0644]
libguile/coop-threads.h [new file with mode: 0644]
libguile/coop-threads.h.cygnus [new file with mode: 0644]
libguile/coop.c [new file with mode: 0644]
libguile/fsu-pthreads.h [new file with mode: 0644]
libguile/libguile.h
libguile/mit-pthreads.c [new file with mode: 0644]
libguile/mit-pthreads.h [new file with mode: 0644]
libguile/threads.c [new file with mode: 0644]
libguile/threads.h [new file with mode: 0644]