summaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/recno/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/recno/Makefile.in')
-rw-r--r--src/plugins/kdb/db2/libdb2/recno/Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/recno/Makefile.in b/src/plugins/kdb/db2/libdb2/recno/Makefile.in
new file mode 100644
index 000000000000..2a9db95fc4b9
--- /dev/null
+++ b/src/plugins/kdb/db2/libdb2/recno/Makefile.in
@@ -0,0 +1,14 @@
+mydir=plugins$(S)kdb$(S)db2$(S)libdb2$(S)recno
+BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
+STLIBOBJS= rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o \
+ rec_search.o rec_seq.o rec_utils.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)
+