chiark / gitweb /
update copyright dates and ADNS_VERSION_STRING
[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
51e8cb11 5# Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
e9d74277 6#
a79ac5ba 7# It is part of adns, which is
e1bae008 8# Copyright (C) 1997-2005 Ian Jackson <ian@davenant.greenend.org.uk>
9# Copyright (C) 1999-2004 Tony Finch <dot@dotat.at>
a79ac5ba 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
4b84c25d 25MAJOR= 1
e9e2e317 26MINOR= 2
b6953d1b 27SHLIBFILE= @SHLIBFILE@
28SHLIBSONAME= @SHLIBSONAME@
11c3ea54 29SHLIBFORLINK= @SHLIBFORLINK@
e9d74277 30
b6953d1b 31CC= @CC@
32CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
c5656121 33LDFLAGS= $(AUTOLDFLAGS) $(DIRLDFLAGS) $(XLDFLAGS)
b6b44132 34LDLIBS= @LIBS@ $(XLIBS)
b6953d1b 35AUTOCFLAGS= @CFLAGS@
c5656121 36AUTOLDFLAGS= @LDFLAGS@
b6953d1b 37WARNS= @WARNS@
38#WERROR= -Werror
39
72cdc702 40M4= m4
41RANLIB= @RANLIB@
42
b6953d1b 43SHLIBCC= @SHLIBCC@
44
45MKSHLIB_1= @MKSHLIB_1@
46MKSHLIB_2= @MKSHLIB_2@
47MKSHLIB_3= @MKSHLIB_3@
48
49prefix= @prefix@
72cdc702 50exec_prefix= @exec_prefix@
51bin_dir= $(exec_prefix)/bin
52lib_dir= $(exec_prefix)/lib
e9d74277 53include_dir= $(prefix)/include
54
799508d2 55AC_INSTALL= @INSTALL@
56ifeq ($(AC_INSTALL),./install-sh -c)
57INSTALL= $(srcdir)/../$(AC_INSTALL)
58else
59INSTALL= $(AC_INSTALL)
60endif
61
72cdc702 62INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
63INSTALL_DATA= $(INSTALL) -m 644
e9d74277 64
72cdc702 65all: $(TARGETS)
e9d74277 66
72cdc702 67clean mostlyclean:
c5656121 68 rm -f *.o *.tmp* *.so *.so.*
e9d74277 69
72cdc702 70distclean: clean
e1f1ed57 71 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
72cdc702 72
09aee00b 73distprep: $(AUTOCSRCS) $(AUTOCHDRS)
72cdc702 74
75maintainer-clean: distclean
09aee00b 76 -rm -f $(AUTOCSRCS) $(AUTOCHDRS)