chiark / gitweb /
regress: redirect clock_gettime
[adns.git] / settings.make.in
index 26dd7ae325dae8ae6b05c50b6cb3690ae8959c0e..4f8379a918f4f5dcbf3e9a529d539b750d93da0b 100644 (file)
@@ -26,14 +26,15 @@ include             ../common.make
 all:                   $(TARGETS)
 
 clean mostlyclean:
+               rm -f $(TARGETS) $(AUTOCSRCS) $(AUTOCHDRS)
                rm -f *.o *.tmp* *.so *.so.* pipe.*
-               rm -f output-*.err output-*.leftover
-               rm -f output-*.out output-*.report
+               rm -f output-*.err output-*.leftover output-*.trouble
+               rm -f output-*.out output-*.report fuzz-* fuzzraw-*
+               rm -rf fuzzcat.d
 
 distclean:             clean
-               rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile config.h
+               rm -f *~ ./#*# core *.orig *.rej Makefile config.h
 
-distprep:              $(AUTOCSRCS) $(AUTOCHDRS)
+distprep:
 
 maintainer-clean:      distclean
-               -rm -f $(AUTOCSRCS) $(AUTOCHDRS)