Consolidate Makefile variables now that we have only a single global
[krb5.git] / src / plugins / kdb / db2 / libdb2 / hash / Makefile.in
1 mydir=plugins/kdb/db2/libdb2/hash
2 BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
3 STLIBOBJS=      hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
4                 hash_page.o hsearch.o dbm.o
5
6 LOCALINCLUDES=  -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
7                 -I$(srcdir)/../db
8
9 all-unix:: all-libobjs
10 clean-unix:: clean-libobjs
11 @libobj_frag@
12
13 SRCS= $(STLIBOBJS:.o=.c)
14