Autoconfifying - beginning.
[adns] / 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, 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
20 srcdir= @srcdir@
21 VPATH= @srcdir@$(SUBDIR)
22
23 MAJOR= 0
24 MINOR= 1
25 SHLIBFILE= @SHLIBFILE@
26 SHLIBSONAME= @SHLIBSONAME@
27
28 CC= @CC@
29 CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
30 AUTOCFLAGS= @CFLAGS@
31 WARNS= @WARNS@
32 #WERROR= -Werror
33
34 SHLIBCC= @SHLIBCC@
35
36 MKSHLIB_1= @MKSHLIB_1@
37 MKSHLIB_2= @MKSHLIB_2@
38 MKSHLIB_3= @MKSHLIB_3@
39
40 prefix= @prefix@
41 bin_dir= $(prefix)/bin
42 lib_dir= $(prefix)/lib
43 include_dir= $(prefix)/include
44
45 INSTALL= install -o 0 -g 0
46 INSTALL_LIB= $(INSTALL) -m 755
47 INSTALL_BIN= $(INSTALL) -m 755
48 INSTALL_HDR= $(INSTALL) -m 644
49
50 all: $(TARGETS)
51
52 clean:
53 rm -f *.o
54
55 maintainer-clean distclean: clean
56 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej