2018-02-23 03:53:12 -05:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2012-06-28 21:39:47 -04:00
|
|
|
#
|
2016-06-27 00:56:38 -04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
#
|
|
|
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
# information regarding copyright ownership.
|
2004-03-05 00:14:21 -05:00
|
|
|
|
2009-12-05 18:31:41 -05:00
|
|
|
# $Id: Makefile.in,v 1.22 2009/12/05 23:31:41 each Exp $
|
2000-06-22 18:00:42 -04:00
|
|
|
|
1998-12-11 21:00:01 -05:00
|
|
|
srcdir = @srcdir@
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
|
1998-12-11 15:10:26 -05:00
|
|
|
CINCLUDES = -I${srcdir}/include \
|
|
|
|
|
-I${srcdir}/../unix/include \
|
1999-10-05 15:52:30 -04:00
|
|
|
-I../include \
|
|
|
|
|
-I${srcdir}/../include \
|
|
|
|
|
-I${srcdir}/..
|
|
|
|
|
|
2009-12-05 18:31:41 -05:00
|
|
|
CDEFINES =
|
1998-12-11 15:10:26 -05:00
|
|
|
CWARNINGS =
|
|
|
|
|
|
2000-12-28 20:29:56 -05:00
|
|
|
OBJS = condition.@O@ mutex.@O@ thread.@O@
|
1998-12-11 15:10:26 -05:00
|
|
|
|
2000-12-28 20:29:56 -05:00
|
|
|
SRCS = condition.c mutex.c thread.c
|
1999-07-13 16:12:47 -04:00
|
|
|
|
1998-12-11 15:10:26 -05:00
|
|
|
SUBDIRS = include
|
|
|
|
|
TARGETS = ${OBJS}
|
|
|
|
|
|
|
|
|
|
@BIND9_MAKE_RULES@
|