chiark / gitweb /
changelog: Document changes in 1.6.0 and finalise version number
[adns.git] / settings.make.in
1 # settings.make[.in] - main configuration settings for Makefiles,
2 #  used by autoconf/configure to generate settings.make
3 #  
4 #  This file is part of adns, which is
5 #    Copyright (C) 1997-2000,2003,2006,2014-2016,2020  Ian Jackson
6 #    Copyright (C) 2014  Mark Wooding
7 #    Copyright (C) 1999-2000,2003,2006  Tony Finch
8 #    Copyright (C) 1991 Massachusetts Institute of Technology
9 #  (See the file INSTALL for full details.)
10 #  
11 #  This program is free software; you can redistribute it and/or modify
12 #  it under the terms of the GNU General Public License as published by
13 #  the Free Software Foundation; either version 3, or (at your option)
14 #  any later version.
15 #  
16 #  This program is distributed in the hope that it will be useful,
17 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
18 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 #  GNU General Public License for more details.
20 #  
21 #  You should have received a copy of the GNU General Public License
22 #  along with this program; if not, write to the Free Software Foundation.
23
24 include         ../common.make
25
26 all:                    $(TARGETS)
27
28 clean mostlyclean:
29                 rm -f $(TARGETS) $(AUTOCSRCS) $(AUTOCHDRS)
30                 rm -f *.o *.tmp* *.so *.so.* pipe.*
31                 rm -f output-*.err output-*.leftover output-*.trouble
32                 rm -f output-*.out output-*.report fuzz-* fuzzraw-*
33                 rm -rf fuzzcat.d
34
35 distclean:              clean
36                 rm -f *~ ./#*# core *.orig *.rej Makefile config.h
37
38 distprep:
39
40 maintainer-clean:       distclean