chiark / gitweb /
Regression tests compile on systems without poll(2). Do not install
[adns.git] / settings.make.in
1 # settings.make.in - main configuration settings for Makefiles,
2 #  used by autoconf/configure to generate settings.make
3 #  
4 #  This file is part of adns, which is Copyright (C) 1997-1999 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
20 MAJOR=          0
21 MINOR=          1
22 SHLIBFILE=      @SHLIBFILE@
23 SHLIBSONAME=    @SHLIBSONAME@
24
25 CC=             @CC@
26 CFLAGS=         $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
27 LDLIBS=         @LIBS@ $(XLIBS)
28 AUTOCFLAGS=     @CFLAGS@
29 WARNS=          @WARNS@
30 #WERROR=        -Werror
31
32 M4=             m4
33 RANLIB=         @RANLIB@
34
35 SHLIBCC=        @SHLIBCC@
36
37 MKSHLIB_1=      @MKSHLIB_1@
38 MKSHLIB_2=      @MKSHLIB_2@
39 MKSHLIB_3=      @MKSHLIB_3@
40
41 prefix=         @prefix@
42 exec_prefix=    @exec_prefix@
43 bin_dir=        $(exec_prefix)/bin
44 lib_dir=        $(exec_prefix)/lib
45 include_dir=    $(prefix)/include
46
47 INSTALL=                install -o 0 -g 0
48 INSTALL_PROGRAM=        $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
49 INSTALL_DATA=           $(INSTALL) -m 644
50
51 all:                    $(TARGETS)
52
53 clean mostlyclean:
54                 rm -f *.o *.tmp*
55
56 distclean:              clean
57                 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile
58
59 distprep:               $(AUTOCSRCS)
60
61 maintainer-clean:       distclean
62                 -rm -f $(AUTOCSRCS)