Build system: Do not include Makefile and src/config.h in distribution tarball
[adns] / settings.make.in
CommitLineData
ae8cc977 1# settings.make[.in] - main configuration settings for Makefiles,
11b35193 2# used by autoconf/configure to generate settings.make
1c957fda 3#
ae8cc977 4# This file is part of adns, which is
26e1c3d6 5# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson
17cd4f48 6# Copyright (C) 2014 Mark Wooding
ae8cc977 7# Copyright (C) 1999-2000,2003,2006 Tony Finch
8# Copyright (C) 1991 Massachusetts Institute of Technology
9# (See the file INSTALL for full details.)
d942707d 10#
1c957fda 11# This program is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
7f8bbe29 13# the Free Software Foundation; either version 3, or (at your option)
1c957fda 14# any later version.
15#
16# This program is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
8c09a4c6 22# along with this program; if not, write to the Free Software Foundation.
1c957fda 23
b6922f88 24MAJOR= 1
d72ea831 25MINOR= 3
11b35193 26SHLIBFILE= @SHLIBFILE@
27SHLIBSONAME= @SHLIBSONAME@
9310ea4d 28SHLIBFORLINK= @SHLIBFORLINK@
1c957fda 29
11b35193 30CC= @CC@
31CFLAGS= $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
a5e80149 32LDFLAGS= $(AUTOLDFLAGS) $(DIRLDFLAGS) $(XLDFLAGS)
8b5269f2 33LDLIBS= @LIBS@ $(XLIBS)
11b35193 34AUTOCFLAGS= @CFLAGS@
a5e80149 35AUTOLDFLAGS= @LDFLAGS@
11b35193 36WARNS= @WARNS@
37#WERROR= -Werror
38
9579019a 39M4= m4
40RANLIB= @RANLIB@
41
11b35193 42SHLIBCC= @SHLIBCC@
43
44MKSHLIB_1= @MKSHLIB_1@
45MKSHLIB_2= @MKSHLIB_2@
46MKSHLIB_3= @MKSHLIB_3@
47
48prefix= @prefix@
9579019a 49exec_prefix= @exec_prefix@
aef0409a 50bindir= @bindir@
51libdir= @libdir@
52includedir= @includedir@
1c957fda 53
57700a3b 54AC_INSTALL= @INSTALL@
55ifeq ($(AC_INSTALL),./install-sh -c)
56INSTALL= $(srcdir)/../$(AC_INSTALL)
57else
58INSTALL= $(AC_INSTALL)
59endif
60
9579019a 61INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
62INSTALL_DATA= $(INSTALL) -m 644
1c957fda 63
9579019a 64all: $(TARGETS)
1c957fda 65
9579019a 66clean mostlyclean:
838c6ad6 67 rm -f *.o *.tmp* *.so *.so.* pipe.*
1c957fda 68
9579019a 69distclean: clean
a63608e6 70 rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile config.h
9579019a 71
0ebff22d 72distprep: $(AUTOCSRCS) $(AUTOCHDRS)
9579019a 73
74maintainer-clean: distclean
0ebff22d 75 -rm -f $(AUTOCSRCS) $(AUTOCHDRS)