Makefile.in revision be8fedce2aac86b27ed4d0aa2ca41febdd42fc3e
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# Copyright (C) 2004, 2007, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright (C) 1998-2001, 2003 Internet Software Consortium.
f0aad5341752aefe5059832f6cf3abc3283c6e16Tinderbox User#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# copyright notice and this permission notice appear in all copies.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User#
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# PERFORMANCE OF THIS SOFTWARE.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# $Id: Makefile.in,v 1.21 2007/06/19 23:47:13 tbox Exp $
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewssrcdir = @srcdir@
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsVPATH = @srcdir@
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewstop_srcdir = @top_srcdir@
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Note: the order of SUBDIRS is important.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Attempt to disable parallel processing.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews.NOTPARALLEL:
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User.NO_PARALLEL:
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsSUBDIRS = isc isccc dns isccfg bind9 lwres tests
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox UserTARGETS =
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews@BIND9_MAKE_RULES@
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsdistclean::
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews @echo "making $@ in `pwd`/irs"; \
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User (cd irs; ${MAKE} ${MAKEDEFS} DESTDIR="${DESTDIR}" $@) || exit 1;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User