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