make depend
[krb5.git] / src / plugins / kdb / db2 / libdb2 / hash / Makefile.in
1 thisconfigdir=../../../../..
2 myfulldir=plugins/kdb/db2/libdb2/hash
3 mydir=plugins/kdb/db2/libdb2/hash
4 BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
5 STLIBOBJS=      hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
6                 hash_page.o hsearch.o dbm.o
7
8 LOCALINCLUDES=  -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
9                 -I$(srcdir)/../db
10
11 all-unix:: all-libobjs
12 clean-unix:: clean-libobjs
13 @libobj_frag@
14
15 SRCS= $(STLIBOBJS:.o=.c)
16
17 # +++ Dependency line eater +++
18
19 # Makefile dependencies follow.  This must be the last section in
20 # the Makefile.in file
21 #
22 hash.so hash.po $(OUTPRE)hash.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
23   $(BUILDTOP)/include/db-config.h $(srcdir)/../include/config.h \
24   $(srcdir)/../include/db-config.h $(srcdir)/../include/db-int.h \
25   $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \
26   $(srcdir)/../mpool/mpool.h extern.h hash.c hash.h page.h
27 hash_bigkey.so hash_bigkey.po $(OUTPRE)hash_bigkey.$(OBJEXT): \
28   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/db-config.h \
29   $(srcdir)/../include/config.h $(srcdir)/../include/db-config.h \
30   $(srcdir)/../include/db-int.h $(srcdir)/../include/db-queue.h \
31   $(srcdir)/../include/db.h $(srcdir)/../mpool/mpool.h \
32   extern.h hash.h hash_bigkey.c page.h
33 hash_debug.so hash_debug.po $(OUTPRE)hash_debug.$(OBJEXT): \
34   hash_debug.c
35 hash_func.so hash_func.po $(OUTPRE)hash_func.$(OBJEXT): \
36   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/db-config.h \
37   $(srcdir)/../include/config.h $(srcdir)/../include/db-config.h \
38   $(srcdir)/../include/db-int.h $(srcdir)/../include/db-queue.h \
39   $(srcdir)/../include/db.h $(srcdir)/../mpool/mpool.h \
40   extern.h hash.h hash_func.c page.h
41 hash_log2.so hash_log2.po $(OUTPRE)hash_log2.$(OBJEXT): \
42   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/db-config.h \
43   $(srcdir)/../include/config.h $(srcdir)/../include/db-config.h \
44   $(srcdir)/../include/db-int.h $(srcdir)/../include/db-queue.h \
45   $(srcdir)/../include/db.h $(srcdir)/../mpool/mpool.h \
46   extern.h hash.h hash_log2.c page.h
47 hash_page.so hash_page.po $(OUTPRE)hash_page.$(OBJEXT): \
48   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/db-config.h \
49   $(srcdir)/../include/config.h $(srcdir)/../include/db-config.h \
50   $(srcdir)/../include/db-int.h $(srcdir)/../include/db-queue.h \
51   $(srcdir)/../include/db.h $(srcdir)/../mpool/mpool.h \
52   extern.h hash.h hash_page.c page.h
53 hsearch.so hsearch.po $(OUTPRE)hsearch.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
54   $(BUILDTOP)/include/db-config.h $(srcdir)/../include/config.h \
55   $(srcdir)/../include/db-config.h $(srcdir)/../include/db-int.h \
56   $(srcdir)/../include/db.h hsearch.c search.h
57 dbm.so dbm.po $(OUTPRE)dbm.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
58   $(BUILDTOP)/include/db-config.h $(BUILDTOP)/include/db-ndbm.h \
59   $(BUILDTOP)/include/db.h $(srcdir)/../include/config.h \
60   $(srcdir)/../include/db-config.h $(srcdir)/../include/db-dbm.h \
61   $(srcdir)/../include/db-int.h $(srcdir)/../include/db-queue.h \
62   $(srcdir)/../include/db.h $(srcdir)/../mpool/mpool.h \
63   dbm.c hash.h