summaryrefslogtreecommitdiffstats
path: root/src/util/db2/mpool/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-06-30 21:55:07 +0000
committerTom Yu <tlyu@mit.edu>2000-06-30 21:55:07 +0000
commit113db43ddf5e2d15f485ebc30bc416c6c2fab827 (patch)
treef4dcca969ddac9bc8146ea8477c0bd284dadfd77 /src/util/db2/mpool/Makefile.in
parent816255c2002bb1a4ff8ec1f48b0192b276330dd3 (diff)
downloadkrb5-113db43ddf5e2d15f485ebc30bc416c6c2fab827.tar.gz
krb5-113db43ddf5e2d15f485ebc30bc416c6c2fab827.tar.xz
krb5-113db43ddf5e2d15f485ebc30bc416c6c2fab827.zip
* configure.in: Rework to use krb5 build system
* Makefile.in: Rework to use krb5 build system. * btree/Makefile.in: New file. * clib/Makefile.in: New file. * db/Makefile.in: New file. * mpool/Makefile.in: New file. * recno/Makefile.in: New file. * test/Makefile.in: New file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12487 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/mpool/Makefile.in')
-rw-r--r--src/util/db2/mpool/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/db2/mpool/Makefile.in b/src/util/db2/mpool/Makefile.in
new file mode 100644
index 000000000..9e18d623a
--- /dev/null
+++ b/src/util/db2/mpool/Makefile.in
@@ -0,0 +1,10 @@
+thisconfigdir=./..
+myfulldir=util/db2/mpool
+mydir=mpool
+BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
+STLIBOBJS=mpool.o
+
+LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../db
+
+all-unix:: all-libobjs
+clean-unix:: clean-libobjs