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