Makefile.in revision dafcb997e390efa4423883dafd100c975c4095d6
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 1999-2001 Internet Software Consortium.
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# copyright notice and this permission notice appear in all copies.
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont#
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
83a28ca274521e15086fc39febde507bcc4e145eMark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont# PERFORMANCE OF THIS SOFTWARE.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# $Id: Makefile.in,v 1.9 2004/03/05 05:11:56 marka Exp $
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupontsrcdir = @srcdir@
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontVPATH = @srcdir@
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Duponttop_srcdir = @top_srcdir@
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontCINCLUDES = -I${srcdir}/.. \
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont -I./include \
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont -I${srcdir}/include \
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont -I${srcdir}/../include
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontCDEFINES =
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontCWARNINGS =
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont# Alphabetically
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontOBJS = condition.@O@ dir.@O@ file.@O@ fsaccess.@O@ once.@O@ \
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont stdtime.@O@ thread.@O@ time.@O@
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User# Alphabetically
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox UserSRCS = condition.c dir.c file.c once.c fsaccess.c \
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews stdtime.c thread.c time.c
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontSUBDIRS = include
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis DupontTARGETS = ${OBJS}
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont@BIND9_MAKE_RULES@
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt