diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-06-20 04:13:59 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-06-20 04:13:59 +0000 |
| commit | 3ba394fca7291e4935ada28fd3168bb0489bc71c (patch) | |
| tree | 284d84f3d6a67a8732d5538f3b0162d52f125839 /src/plugins/kdb/db2/libdb2/hash | |
| parent | 713e3b94e537b25e4f7de8b9c8a10a8feaa523c3 (diff) | |
| download | krb5-3ba394fca7291e4935ada28fd3168bb0489bc71c.tar.gz krb5-3ba394fca7291e4935ada28fd3168bb0489bc71c.tar.xz krb5-3ba394fca7291e4935ada28fd3168bb0489bc71c.zip | |
Add 'make depend' capability, and dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19603 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/hash')
| -rw-r--r-- | src/plugins/kdb/db2/libdb2/hash/Makefile.in | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/hash/Makefile.in b/src/plugins/kdb/db2/libdb2/hash/Makefile.in index 54c2e006f0..3fd7843899 100644 --- a/src/plugins/kdb/db2/libdb2/hash/Makefile.in +++ b/src/plugins/kdb/db2/libdb2/hash/Makefile.in @@ -13,3 +13,46 @@ AUTOCONF_HEADER=$(srcdir)/../include/config.h.in all-unix:: all-libobjs clean-unix:: clean-libobjs @libobj_frag@ + +SRCS= $(STLIBOBJS:.o=.c) + +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +hash.so hash.po $(OUTPRE)hash.$(OBJEXT): $(BUILDTOP)/include/db-config.h \ + $(srcdir)/../include/db-int.h $(srcdir)/../include/db-queue.h \ + $(srcdir)/../include/db.h $(srcdir)/../mpool/mpool.h \ + ../include/config.h extern.h hash.c hash.h page.h +hash_bigkey.so hash_bigkey.po $(OUTPRE)hash_bigkey.$(OBJEXT): \ + $(BUILDTOP)/include/db-config.h $(srcdir)/../include/db-int.h \ + $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \ + $(srcdir)/../mpool/mpool.h ../include/config.h extern.h \ + hash.h hash_bigkey.c page.h +hash_debug.so hash_debug.po $(OUTPRE)hash_debug.$(OBJEXT): \ + hash_debug.c +hash_func.so hash_func.po $(OUTPRE)hash_func.$(OBJEXT): \ + $(BUILDTOP)/include/db-config.h $(srcdir)/../include/db-int.h \ + $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \ + $(srcdir)/../mpool/mpool.h ../include/config.h extern.h \ + hash.h hash_func.c page.h +hash_log2.so hash_log2.po $(OUTPRE)hash_log2.$(OBJEXT): \ + $(BUILDTOP)/include/db-config.h $(srcdir)/../include/db-int.h \ + $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \ + $(srcdir)/../mpool/mpool.h ../include/config.h extern.h \ + hash.h hash_log2.c page.h +hash_page.so hash_page.po $(OUTPRE)hash_page.$(OBJEXT): \ + $(BUILDTOP)/include/db-config.h $(srcdir)/../include/db-int.h \ + $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \ + $(srcdir)/../mpool/mpool.h ../include/config.h extern.h \ + hash.h hash_page.c page.h +hsearch.so hsearch.po $(OUTPRE)hsearch.$(OBJEXT): $(BUILDTOP)/include/db-config.h \ + $(srcdir)/../include/db-int.h $(srcdir)/../include/db.h \ + ../include/config.h hsearch.c search.h +dbm.so dbm.po $(OUTPRE)dbm.$(OBJEXT): $(BUILDTOP)/include/db-config.h \ + $(BUILDTOP)/include/db-ndbm.h $(BUILDTOP)/include/db.h \ + $(srcdir)/../include/db-dbm.h $(srcdir)/../include/db-int.h \ + $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \ + $(srcdir)/../mpool/mpool.h ../include/config.h dbm.c \ + hash.h |
