From 71733723fb421bd54467d1a27096463ed1dcc2ed Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 2 Jan 1996 08:57:42 +0000 Subject: * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'. (hurd_preempt_signals, hurd_unpreempt_signals): Decls removed. * hurd/hurd/sigpreempt.h: New file. * hurd/preempt-sig.c: Rewritten with new interface. * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Remove local signal preempters being unwound past. * db: New directory, 4.4 BSD db package incorporated from BSD db-1.85 release. * sysdeps/unix/sysv/linux/sys/param.h: Several new macros for BSD compatibility. --- db/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 db/Makefile (limited to 'db/Makefile') diff --git a/db/Makefile b/db/Makefile new file mode 100644 index 0000000000..c7a385a486 --- /dev/null +++ b/db/Makefile @@ -0,0 +1,28 @@ +# Makefile for 4.4BSD db code in GNU C library. +# This code is taken verbatim from the BSD db 1.85 package. Only this +# Makefile and compat.h were written for GNU libc, and the header files +# moved up to this directory. + +subdir = db + +dbdirs = btree db hash mpool recno +vpath %.c $(dbdirs) + +routines := bt_close bt_conv bt_debug bt_delete bt_get bt_open bt_overflow \ + bt_page bt_put bt_search bt_seq bt_split bt_utils \ + db \ + hash hash_bigkey hash_buf hash_func hash_log2 hash_page \ + ndbm \ + mpool \ + rec_close rec_delete rec_get rec_open rec_put rec_search \ + rec_seq rec_utils + +headers := db.h mpool.h ndbm.h +distribute := compat.h \ + btree/btree.h btree/extern.h \ + hash/extern.h hash/hash.h hash/page.h \ + recno/extern.h recno/recno.h + +include ../Rules + +CPPFLAGS += -D__DBINTERFACE_PRIVATE -- cgit v1.2.3