1*7f2fe78bSCy Schubertmydir=tests$(S)verify 2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S).. 3*7f2fe78bSCy SchubertKDB5_DEP_LIB=$(THREAD_LINKOPTS) $(DL_LIB) 4*7f2fe78bSCy Schubert 5*7f2fe78bSCy SchubertSRCS=$(srcdir)/kdb5_verify.c 6*7f2fe78bSCy Schubert 7*7f2fe78bSCy Schubertall: kdb5_verify 8*7f2fe78bSCy Schubert 9*7f2fe78bSCy Schubertkdb5_verify: kdb5_verify.o $(KDB5_DEPLIBS) $(KRB5_BASE_DEPLIBS) 10*7f2fe78bSCy Schubert $(CC_LINK) -o kdb5_verify kdb5_verify.o $(KDB5_LIBS) $(KDB5_DEP_LIB) $(KRB5_BASE_LIBS) 11*7f2fe78bSCy Schubert 12*7f2fe78bSCy Schubertinstall: 13*7f2fe78bSCy Schubert 14*7f2fe78bSCy Schubertclean: 15*7f2fe78bSCy Schubert $(RM) kdb5_verify.o kdb5_verify 16*7f2fe78bSCy Schubert 17