bind9/lib/isc/pthreads/Makefile.in

33 lines
785 B
Makefile
Raw Normal View History

# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2012-06-28 21:39:47 -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/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
2004-03-05 00:14:21 -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 \
-I../include \
-I${srcdir}/../include \
-I${srcdir}/..
CDEFINES =
1998-12-11 15:10:26 -05:00
CWARNINGS =
OBJS = condition.@O@ mutex.@O@ thread.@O@
1998-12-11 15:10:26 -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@