0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 1998-2001, 2004, 2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# file, You can obtain one at http://mozilla.org/MPL/2.0/.
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt# $Id: Makefile.in,v 1.22 2009/12/05 23:31:41 each Exp $
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleysrcdir = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob HalleyVPATH = @srcdir@
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halleytop_srcdir = @top_srcdir@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyCINCLUDES = -I${srcdir}/include \
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley -I${srcdir}/../unix/include \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I../include \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I${srcdir}/../include \
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley -I${srcdir}/..
3f160155daf02b1133855fb3368b1250f0baf147Brian WellingtonOBJS = condition.@O@ mutex.@O@ thread.@O@
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleySUBDIRS = include
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob HalleyTARGETS = ${OBJS}
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley@BIND9_MAKE_RULES@