chiark / gitweb /
regress: Move case-*.in opening to shlib playback_prepare
[adns.git] / settings.make.in
index 64c406e15d842cc9382c04e404dff05fcee56647..2d9b6d60f0a62aa5105ad91c4ce2f5a4c1642b11 100644 (file)
@@ -26,15 +26,14 @@ include             ../common.make
 all:                   $(TARGETS)
 
 clean mostlyclean:
-               rm -f $(TARGETS)
+               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-*.out output-*.report fuzz-* fuzzraw-* fuzzcat.d
 
 distclean:             clean
                rm -f *~ ./#*# core *.orig *.rej Makefile config.h
 
-distprep:              $(AUTOCSRCS) $(AUTOCHDRS)
+distprep:
 
 maintainer-clean:      distclean
-               -rm -f $(AUTOCSRCS) $(AUTOCHDRS)