bind9/lib/isc/pthreads/Makefile.in

39 lines
1.2 KiB
Makefile
Raw Normal View History

2001-01-09 17:01:04 -05:00
# Copyright (C) 1998-2001 Internet Software Consortium.
#
1999-03-05 23:03:53 -05:00
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2001-01-09 17:01:04 -05:00
# $Id: Makefile.in,v 1.16 2001/01/09 21:57:58 bwelling 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}/..
1998-12-11 15:10:26 -05:00
CDEFINES =
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@