RUNTEST = @RUNTEST@ RUNTESTFLAGS = KRB5_RUN_ENV= @KRB5_RUN_ENV@ all install:: check:: check-$(RUNTEST) check-:: @echo "Dejagnu is not installed on this system. No tests run." check-runtest:: t_inetd site.exp $(RUNTEST) --tool krb --srcdir $(srcdir) $(RUNTESTFLAGS) CFLAGS = $(CCOPTS) $(DEFS) t_inetd:: t_inetd.o $(DEPLIBS) $(LD) $(LDFLAGS) $(LDARGS) -o t_inetd t_inetd.o $(LIBS) clean:: $(RM) t_inetd t_inetd.o site.exp clean-unix:: $(RM) -rf tmpdir dbg.log krb.log krb.sum site.exp:: Makefile echo "set runvarlist [list $(KRB5_RUN_ENV)]" | sed \ -e 's/;//g' -e 's:=\.:='`pwd`'/.:g' > site.exp