Renamed Makefiles to Makefile.in
[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#
4# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option)
9# any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software Foundation,
18# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
b6953d1b 20srcdir= @srcdir@
21VPATH= @srcdir@$(SUBDIR)
e9d74277 22
b6953d1b 23MAJOR= 0
24MINOR= 1
25SHLIBFILE= @SHLIBFILE@
26SHLIBSONAME= @SHLIBSONAME@
e9d74277 27
b6953d1b 28CC= @CC@
29CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
30AUTOCFLAGS= @CFLAGS@
31WARNS= @WARNS@
32#WERROR= -Werror
33
34SHLIBCC= @SHLIBCC@
35
36MKSHLIB_1= @MKSHLIB_1@
37MKSHLIB_2= @MKSHLIB_2@
38MKSHLIB_3= @MKSHLIB_3@
39
40prefix= @prefix@
e9d74277 41bin_dir= $(prefix)/bin
42lib_dir= $(prefix)/lib
43include_dir= $(prefix)/include
44
45INSTALL= install -o 0 -g 0
46INSTALL_LIB= $(INSTALL) -m 755
47INSTALL_BIN= $(INSTALL) -m 755
48INSTALL_HDR= $(INSTALL) -m 644
49
50all: $(TARGETS)
51
52clean:
53 rm -f *.o
54
6e88acfa 55maintainer-clean distclean: clean
e9d74277 56 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej