0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (C) 1999-2001, 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
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/.
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrencesrcdir = @srcdir@
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David LawrenceVPATH = @srcdir@
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrencetop_srcdir = @top_srcdir@
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David LawrenceCINCLUDES = -I${srcdir}/.. \
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence -I./include \
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence -I${srcdir}/include \
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence -I${srcdir}/../include
12178c86525332bb0ab66155feb61fbf32eca6acEvan HuntCDEFINES =
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David LawrenceCWARNINGS =
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence# Alphabetically
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan HuntOBJS = condition.@O@ dir.@O@ errno.@O@ file.@O@ \
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt meminfo.@O@ fsaccess.@O@ \
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki once.@O@ stdtime.@O@ thread.@O@ time.@O@ @ISC_PK11_API_O@
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence# Alphabetically
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan HuntSRCS = condition.c dir.c errno.c file.c \
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt meminfo.c once.c fsaccess.c \
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt stdtime.c thread.c time.c @ISC_PK11_API_C@
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David LawrenceSUBDIRS = include
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David LawrenceTARGETS = ${OBJS}
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence
b21507bc8d3619e0b111a0a7efc6b500ed8b7658David Lawrence@BIND9_MAKE_RULES@