echo "char version[]=\"secnet $$v\";" >>$@.new
mv -f $@.new $@
-eax-%-test: eax-%-test.o eax-test.o %.o
+eax-%.trun: eax-%-test.o eax-test.o %.o
$(CC) $(LDFLAGS) $(ALL_CFLAGS) -o $@ $^
-eax-%-test.confirm: eax-%-test eax-%-test.vectors
+eax-%-test.confirm: eax-%.trun eax-%-test.vectors
./$< <$(srcdir)/eax-$*-test.vectors >$@.new
mv -f $@.new $@
&CDEPS_OBJECTS += msgcode-test.o
-msgcode-test: msgcode-test.o
+msgcode.trun: msgcode-test.o
$(CC) $(LDFLAGS) $(ALL_CFLAGS) -o $@ $^
-msgcode-test.confirm: msgcode-test
+msgcode-test.confirm: msgcode.trun
./msgcode-test
touch $@
pubkeys.fl: ${srcdir}/pubkeys.fl.pl
${srcdir}/pubkeys.fl.pl >$@.tmp && mv -f $@.tmp $@
-.PRECIOUS: eax-%-test
+.PRECIOUS: eax-%.trun
installdirs:
$(INSTALL) -d $(prefix)/share/secnet $(sbindir)
clean::
$(RM) -f *.o *.yy.[ch] *.tab.[ch] core version.c
- $(RM) -f *.pyc *~ eax-*-test.confirm eax-*-test
+ $(RM) -f *.pyc *~ eax-*-test.confirm eax-*.trun
$(RM) -rf __pycache__
- $(RM) -f msgcode-test.confirm msgcode-test
+ $(RM) -f msgcode-test.confirm msgcode.trun
realclean:: clean
$(RM) -f *~ Makefile config.h \