X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=settings.make.in;h=4f8379a918f4f5dcbf3e9a529d539b750d93da0b;hb=2b44fb38172ff0d64d1d5d907e3322d5e1a6a8ca;hp=47eaaa71570a3e4ad68889da928a31917240179b;hpb=baa953c9d9107b862f8f66ac014c95b965e686e1;p=adns.git diff --git a/settings.make.in b/settings.make.in index 47eaaa7..4f8379a 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-2016 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,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)