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