Makefile.in revision b21507bc8d3619e0b111a0a7efc6b500ed8b7658
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# Copyright (C) 1999 Internet Software Consortium.
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# Permission to use, copy, modify, and distribute this software for any
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# purpose with or without fee is hereby granted, provided that the above
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# copyright notice and this permission notice appear in all copies.
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updatersrcdir = @srcdir@
90f35c2f2a1c660f3b96eec413036d238df395f6Francis DupontVPATH = @srcdir@
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Duponttop_srcdir = @top_srcdir@
90f35c2f2a1c660f3b96eec413036d238df395f6Francis DupontCINCLUDES = -I${srcdir}/.. \
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont -I./include \
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont -I${srcdir}/include \
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont -I${srcdir}/../include
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# Alphabetically
90f35c2f2a1c660f3b96eec413036d238df395f6Francis DupontOBJS = condition.@O@ dir.@O@ once.@O@ stdtime.@O@ thread.@O@ time.@O@
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# Alphabetically
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic UpdaterSRCS = condition.c dir.c once.c stdtime.c thread.c time.c
90f35c2f2a1c660f3b96eec413036d238df395f6Francis DupontSUBDIRS = include
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic UpdaterTARGETS = ${OBJS}
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont@BIND9_MAKE_RULES@