+ * New adnshost utility - currently only a usage message :-).
[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#
a719a4be 4# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson
1c957fda 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
11b35193 20MAJOR= 0
21MINOR= 1
22SHLIBFILE= @SHLIBFILE@
23SHLIBSONAME= @SHLIBSONAME@
1c957fda 24
11b35193 25CC= @CC@
26CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
8b5269f2 27LDLIBS= @LIBS@ $(XLIBS)
11b35193 28AUTOCFLAGS= @CFLAGS@
29WARNS= @WARNS@
30#WERROR= -Werror
31
9579019a 32M4= m4
33RANLIB= @RANLIB@
34
11b35193 35SHLIBCC= @SHLIBCC@
36
37MKSHLIB_1= @MKSHLIB_1@
38MKSHLIB_2= @MKSHLIB_2@
39MKSHLIB_3= @MKSHLIB_3@
40
41prefix= @prefix@
9579019a 42exec_prefix= @exec_prefix@
43bin_dir= $(exec_prefix)/bin
44lib_dir= $(exec_prefix)/lib
1c957fda 45include_dir= $(prefix)/include
46
23d78b27 47INSTALL= install -c
9579019a 48INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
49INSTALL_DATA= $(INSTALL) -m 644
1c957fda 50
9579019a 51all: $(TARGETS)
1c957fda 52
9579019a 53clean mostlyclean:
df1d1f3a 54 rm -f *.o *.tmp*
1c957fda 55
9579019a 56distclean: clean
a8ab18db 57 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
9579019a 58
59distprep: $(AUTOCSRCS)
60
61maintainer-clean: distclean
62 -rm -f $(AUTOCSRCS)