@@ -5,12 +5,15 @@
[adns] / settings.make.in
CommitLineData
b6953d1b 1# settings.make.in - main configuration settings for Makefiles,
2# used by autoconf/configure to generate settings.make
e9d74277 3#
a79ac5ba 4# This file is
5# Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
e9d74277 6#
a79ac5ba 7# It is part of adns, which is
89435c42 8# Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
a79ac5ba 9# Copyright (C) 1999 Tony Finch <dot@dotat.at>
10#
e9d74277 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 2, 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# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24
b6953d1b 25MAJOR= 0
26MINOR= 1
27SHLIBFILE= @SHLIBFILE@
28SHLIBSONAME= @SHLIBSONAME@
11c3ea54 29SHLIBFORLINK= @SHLIBFORLINK@
e9d74277 30
b6953d1b 31CC= @CC@
32CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
b6b44132 33LDLIBS= @LIBS@ $(XLIBS)
b6953d1b 34AUTOCFLAGS= @CFLAGS@
35WARNS= @WARNS@
36#WERROR= -Werror
37
72cdc702 38M4= m4
39RANLIB= @RANLIB@
40
b6953d1b 41SHLIBCC= @SHLIBCC@
42
43MKSHLIB_1= @MKSHLIB_1@
44MKSHLIB_2= @MKSHLIB_2@
45MKSHLIB_3= @MKSHLIB_3@
46
47prefix= @prefix@
72cdc702 48exec_prefix= @exec_prefix@
49bin_dir= $(exec_prefix)/bin
50lib_dir= $(exec_prefix)/lib
e9d74277 51include_dir= $(prefix)/include
52
2b4bbcac 53INSTALL= install -c
72cdc702 54INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
55INSTALL_DATA= $(INSTALL) -m 644
e9d74277 56
72cdc702 57all: $(TARGETS)
e9d74277 58
72cdc702 59clean mostlyclean:
4f3f9880 60 rm -f *.o *.tmp*
e9d74277 61
72cdc702 62distclean: clean
e1f1ed57 63 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
72cdc702 64
65distprep: $(AUTOCSRCS)
66
67maintainer-clean: distclean
68 -rm -f $(AUTOCSRCS)