X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=settings.make.in;h=2d9b6d60f0a62aa5105ad91c4ce2f5a4c1642b11;hb=814cee186999a6e9a76ab970f891347c1e42b132;hp=81e1bb3c223e8453b2123721154d0a8d7deff7c3;hpb=b99e8e9a466cedae61a2d208ce993836e68701aa;p=adns.git diff --git a/settings.make.in b/settings.make.in index 81e1bb3..2d9b6d6 100644 --- a/settings.make.in +++ b/settings.make.in @@ -2,7 +2,7 @@ # used by autoconf/configure to generate settings.make # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology @@ -26,12 +26,14 @@ 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 fuzz-* fuzzraw-* 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)