changelog, etc.: Finalise 1.5.1.
[adns] / settings.make.in
CommitLineData
ae8cc977 1# settings.make[.in] - main configuration settings for Makefiles,
11b35193 2# used by autoconf/configure to generate settings.make
1c957fda 3#
ae8cc977 4# This file is part of adns, which is
baa953c9 5# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson
17cd4f48 6# Copyright (C) 2014 Mark Wooding
ae8cc977 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.)
d942707d 10#
1c957fda 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
7f8bbe29 13# the Free Software Foundation; either version 3, or (at your option)
1c957fda 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
8c09a4c6 22# along with this program; if not, write to the Free Software Foundation.
1c957fda 23
b99e8e9a 24include ../common.make
1c957fda 25
9579019a 26all: $(TARGETS)
1c957fda 27
9579019a 28clean mostlyclean:
838c6ad6 29 rm -f *.o *.tmp* *.so *.so.* pipe.*
cd4a7062
IJ
30 rm -f output-*.err output-*.leftover
31 rm -f output-*.out output-*.report
1c957fda 32
9579019a 33distclean: clean
a63608e6 34 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile config.h
9579019a 35
0ebff22d 36distprep: $(AUTOCSRCS) $(AUTOCHDRS)
9579019a 37
38maintainer-clean: distclean
0ebff22d 39 -rm -f $(AUTOCSRCS) $(AUTOCHDRS)