+ * Dynamically linked clients now made with -l, so as to avoid rpath.
[adns] / settings.make.in
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
25 MAJOR= 0
26 MINOR= 1
27 SHLIBFILE= @SHLIBFILE@
28 SHLIBSONAME= @SHLIBSONAME@
29 SHLIBFORLINK= @SHLIBFORLINK@
30
31 CC= @CC@
32 CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
33 LDLIBS= @LIBS@ $(XLIBS)
34 AUTOCFLAGS= @CFLAGS@
35 WARNS= @WARNS@
36 #WERROR= -Werror
37
38 M4= m4
39 RANLIB= @RANLIB@
40
41 SHLIBCC= @SHLIBCC@
42
43 MKSHLIB_1= @MKSHLIB_1@
44 MKSHLIB_2= @MKSHLIB_2@
45 MKSHLIB_3= @MKSHLIB_3@
46
47 prefix= @prefix@
48 exec_prefix= @exec_prefix@
49 bin_dir= $(exec_prefix)/bin
50 lib_dir= $(exec_prefix)/lib
51 include_dir= $(prefix)/include
52
53 INSTALL= install -c
54 INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
55 INSTALL_DATA= $(INSTALL) -m 644
56
57 all: $(TARGETS)
58
59 clean mostlyclean:
60 rm -f *.o *.tmp*
61
62 distclean: clean
63 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
64
65 distprep: $(AUTOCSRCS)
66
67 maintainer-clean: distclean
68 -rm -f $(AUTOCSRCS)