diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-07-07 17:03:42 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-07-07 17:03:42 +0000 |
| commit | 33a9b234e7087f573ef08cd7318c6497ba08b439 (patch) | |
| tree | d0ea40ad3bf5463a3c55795977c71bcb7d781b4b /src/plugins/kdb/db2/libdb2/hash/Makefile.in | |
Notes
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/hash/Makefile.in')
| -rw-r--r-- | src/plugins/kdb/db2/libdb2/hash/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/hash/Makefile.in b/src/plugins/kdb/db2/libdb2/hash/Makefile.in new file mode 100644 index 000000000000..2283552a2f4f --- /dev/null +++ b/src/plugins/kdb/db2/libdb2/hash/Makefile.in @@ -0,0 +1,14 @@ +mydir=plugins$(S)kdb$(S)db2$(S)libdb2$(S)hash +BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S).. +STLIBOBJS= hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \ + hash_page.o hsearch.o dbm.o + +LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \ + -I$(srcdir)/../db + +all-unix: all-libobjs +clean-unix:: clean-libobjs +@libobj_frag@ + +SRCS= $(STLIBOBJS:.o=.c) + |
