xref: /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/Makefile.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubertmydir=plugins$(S)kdb$(S)db2$(S)libdb2$(S)db
2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
3*7f2fe78bSCy SchubertSTLIBOBJS=db.o
4*7f2fe78bSCy Schubert
5*7f2fe78bSCy SchubertLOCALINCLUDES=	-I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool
6*7f2fe78bSCy Schubert
7*7f2fe78bSCy Schubertall-unix: all-libobjs
8*7f2fe78bSCy Schubertclean-unix:: clean-libobjs
9*7f2fe78bSCy Schubert@libobj_frag@
10*7f2fe78bSCy Schubert
11*7f2fe78bSCy SchubertSRCS= $(STLIBOBJS:.o=.c)
12*7f2fe78bSCy Schubert
13