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