Licensing: Update copyright dates for Ian Jackson
[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
26e1c3d6 5# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson
ae8cc977 6# Copyright (C) 1999-2000,2003,2006 Tony Finch
7# Copyright (C) 1991 Massachusetts Institute of Technology
8# (See the file INSTALL for full details.)
d942707d 9#
1c957fda 10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
7f8bbe29 12# the Free Software Foundation; either version 3, or (at your option)
1c957fda 13# any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
8c09a4c6 21# along with this program; if not, write to the Free Software Foundation.
1c957fda 22
b6922f88 23MAJOR= 1
d72ea831 24MINOR= 3
11b35193 25SHLIBFILE= @SHLIBFILE@
26SHLIBSONAME= @SHLIBSONAME@
9310ea4d 27SHLIBFORLINK= @SHLIBFORLINK@
1c957fda 28
11b35193 29CC= @CC@
30CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
a5e80149 31LDFLAGS= $(AUTOLDFLAGS) $(DIRLDFLAGS) $(XLDFLAGS)
8b5269f2 32LDLIBS= @LIBS@ $(XLIBS)
11b35193 33AUTOCFLAGS= @CFLAGS@
a5e80149 34AUTOLDFLAGS= @LDFLAGS@
11b35193 35WARNS= @WARNS@
36#WERROR= -Werror
37
9579019a 38M4= m4
39RANLIB= @RANLIB@
40
11b35193 41SHLIBCC= @SHLIBCC@
42
43MKSHLIB_1= @MKSHLIB_1@
44MKSHLIB_2= @MKSHLIB_2@
45MKSHLIB_3= @MKSHLIB_3@
46
47prefix= @prefix@
9579019a 48exec_prefix= @exec_prefix@
aef0409a 49bindir= @bindir@
50libdir= @libdir@
51includedir= @includedir@
1c957fda 52
57700a3b 53AC_INSTALL= @INSTALL@
54ifeq ($(AC_INSTALL),./install-sh -c)
55INSTALL= $(srcdir)/../$(AC_INSTALL)
56else
57INSTALL= $(AC_INSTALL)
58endif
59
9579019a 60INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
61INSTALL_DATA= $(INSTALL) -m 644
1c957fda 62
9579019a 63all: $(TARGETS)
1c957fda 64
9579019a 65clean mostlyclean:
838c6ad6 66 rm -f *.o *.tmp* *.so *.so.* pipe.*
1c957fda 67
9579019a 68distclean: clean
a8ab18db 69 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
9579019a 70
0ebff22d 71distprep: $(AUTOCSRCS) $(AUTOCHDRS)
9579019a 72
73maintainer-clean: distclean
0ebff22d 74 -rm -f $(AUTOCSRCS) $(AUTOCHDRS)