1*7f2fe78bSCy Schubertmydir=plugins$(S)preauth$(S)test 2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..$(S).. 3*7f2fe78bSCy SchubertMODULE_INSTALL_DIR = $(KRB5_PA_MODULE_DIR) 4*7f2fe78bSCy Schubert 5*7f2fe78bSCy SchubertLIBBASE=test 6*7f2fe78bSCy SchubertLIBMAJOR=0 7*7f2fe78bSCy SchubertLIBMINOR=0 8*7f2fe78bSCy SchubertRELDIR=../plugins/preauth/test 9*7f2fe78bSCy SchubertSHLIB_EXPDEPS=$(KRB5_BASE_DEPLIBS) 10*7f2fe78bSCy SchubertSHLIB_EXPLIBS=$(KRB5_BASE_LIBS) 11*7f2fe78bSCy Schubert 12*7f2fe78bSCy SchubertSTLIBOBJS=cltest.o kdctest.o common.o 13*7f2fe78bSCy Schubert 14*7f2fe78bSCy SchubertSRCS= $(srcdir)/cltest.c $(srcdir)/kdctest.c $(srcdir)/common.c 15*7f2fe78bSCy Schubert 16*7f2fe78bSCy Schubertall-unix: all-liblinks 17*7f2fe78bSCy Schubertinstall-unix: install-libs 18*7f2fe78bSCy Schubertclean-unix:: clean-liblinks clean-libs clean-libobjs 19*7f2fe78bSCy Schubert 20*7f2fe78bSCy Schubert@libnover_frag@ 21*7f2fe78bSCy Schubert@libobj_frag@ 22