Progress towards Standards.info
[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
72cdc702 20DISTVERSION= 0.1
b6953d1b 21MAJOR= 0
22MINOR= 1
23SHLIBFILE= @SHLIBFILE@
24SHLIBSONAME= @SHLIBSONAME@
e9d74277 25
b6953d1b 26CC= @CC@
27CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
28AUTOCFLAGS= @CFLAGS@
29WARNS= @WARNS@
30#WERROR= -Werror
31
72cdc702 32M4= m4
33RANLIB= @RANLIB@
34
b6953d1b 35SHLIBCC= @SHLIBCC@
36
37MKSHLIB_1= @MKSHLIB_1@
38MKSHLIB_2= @MKSHLIB_2@
39MKSHLIB_3= @MKSHLIB_3@
40
41prefix= @prefix@
72cdc702 42exec_prefix= @exec_prefix@
43bin_dir= $(exec_prefix)/bin
44lib_dir= $(exec_prefix)/lib
e9d74277 45include_dir= $(prefix)/include
46
72cdc702 47INSTALL= install -o 0 -g 0
48INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
49INSTALL_DATA= $(INSTALL) -m 644
e9d74277 50
72cdc702 51all: $(TARGETS)
e9d74277 52
72cdc702 53clean mostlyclean:
e9d74277 54 rm -f *.o
55
72cdc702 56distclean: clean
e9d74277 57 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej
72cdc702 58 rm -f Makefile settings.make config.h config.cache config.log
59
60distprep: $(AUTOCSRCS)
61
62maintainer-clean: distclean
63 -rm -f $(AUTOCSRCS)