Include <sys/times.h> in a few more files. Include <unistd.h> and <sys/time.h> for...
[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#
3ff64957 4# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson
e9d74277 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 20MAJOR= 0
21MINOR= 1
22SHLIBFILE= @SHLIBFILE@
23SHLIBSONAME= @SHLIBSONAME@
e9d74277 24
b6953d1b 25CC= @CC@
26CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
27AUTOCFLAGS= @CFLAGS@
28WARNS= @WARNS@
29#WERROR= -Werror
30
72cdc702 31M4= m4
32RANLIB= @RANLIB@
33
b6953d1b 34SHLIBCC= @SHLIBCC@
35
36MKSHLIB_1= @MKSHLIB_1@
37MKSHLIB_2= @MKSHLIB_2@
38MKSHLIB_3= @MKSHLIB_3@
39
40prefix= @prefix@
72cdc702 41exec_prefix= @exec_prefix@
42bin_dir= $(exec_prefix)/bin
43lib_dir= $(exec_prefix)/lib
e9d74277 44include_dir= $(prefix)/include
45
72cdc702 46INSTALL= install -o 0 -g 0
47INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
48INSTALL_DATA= $(INSTALL) -m 644
e9d74277 49
72cdc702 50all: $(TARGETS)
e9d74277 51
72cdc702 52clean mostlyclean:
4f3f9880 53 rm -f *.o *.tmp*
e9d74277 54
72cdc702 55distclean: clean
e1f1ed57 56 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
72cdc702 57
58distprep: $(AUTOCSRCS)
59
60maintainer-clean: distclean
61 -rm -f $(AUTOCSRCS)