Makefile.in revision 0a7e6db2db81e8ca518ab9d5620d69fe1b1837f5
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews# Copyright (C) 2004, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews# Copyright (C) 2001 Internet Software Consortium.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Permission to use, copy, modify, and/or distribute this software for any
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# purpose with or without fee is hereby granted, provided that the above
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# copyright notice and this permission notice appear in all copies.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# PERFORMANCE OF THIS SOFTWARE.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews# $Id: Makefile.in,v 1.14 2008/03/20 23:47:00 tbox Exp $
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrewssrcdir= @srcdir@
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsVPATH = @srcdir@
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_THREADS_OBJS= gethostent_r.@O@ getnetent_r.@O@ getnetgrent_r.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getprotoent_r.@O@ getservent_r.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_NISGR_OBJS= nis_gr.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_GR_OBJS= dns_gr.@O@ irp_gr.@O@ lcl_gr.@O@ gen_gr.@O@ getgrent.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews @WANT_IRS_NISGR_OBJS@ @WANT_IRS_THREADSGR_OBJS@
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_THREADSPW_OBJS=getpwent_r.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_NISPW_OBJS= nis_pw.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_DBPW_OBJS=irp_pw.@O@ lcl_pw.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_PW_OBJS= dns_pw.@O@ gen_pw.@O@ getpwent.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews @WANT_IRS_DBPW_OBJS@ @WANT_IRS_NISPW_OBJS@ @WANT_IRS_THREADSPW_OBJS@
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsWANT_IRS_NIS_OBJS= \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews nis_ho.@O@ nis_ng.@O@ nis_nw.@O@ nis_pr.@O@ nis_sv.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsOBJS= @WANT_IRS_GR_OBJS@ @WANT_IRS_NIS_OBJS@ @WANT_IRS_THREADS_OBJS@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews @WANT_IRS_PW_OBJS@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews dns.@O@ dns_ho.@O@ dns_nw.@O@ dns_pr.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews dns_sv.@O@ gai_strerror.@O@ gen.@O@ gen_ho.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews gen_ng.@O@ gen_nw.@O@ gen_pr.@O@ gen_sv.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getaddrinfo.@O@ gethostent.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getnameinfo.@O@ getnetent.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getnetgrent.@O@ getprotoent.@O@ getservent.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews hesiod.@O@ irp.@O@ irp_ho.@O@ irp_ng.@O@ irp_nw.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews irp_pr.@O@ irp_sv.@O@ irpmarshall.@O@ irs_data.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews lcl.@O@ lcl_ho.@O@ lcl_ng.@O@ lcl_nw.@O@ lcl_pr.@O@ \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews lcl_sv.@O@ nis.@O@ nul_ng.@O@ util.@O@
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
7865ea9545f28f12f046b32d24c989e8441b9812Mark AndrewsSRCS= dns.c dns_gr.c dns_ho.c dns_nw.c dns_pr.c dns_pw.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews dns_sv.c gai_strerror.c gen.c gen_gr.c gen_ho.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews gen_ng.c gen_nw.c gen_pr.c gen_pw.c gen_sv.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getaddrinfo.c getgrent.c gethostent.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getnameinfo.c getnetent.c getnetent_r.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getnetgrent.c getprotoent.c getpwent.c getservent.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews hesiod.c irp.c irp_gr.c irp_ho.c irp_ng.c irp_nw.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews irp_pr.c irp_pw.c irp_sv.c irpmarshall.c irs_data.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews lcl.c lcl_gr.c lcl_ho.c lcl_ng.c lcl_nw.c lcl_pr.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews lcl_pw.c lcl_sv.c nis.c nis_gr.c nis_ho.c nis_ng.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews nis_nw.c nis_pr.c nis_pw.c nis_sv.c nul_ng.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews util.c getgrent_r.c gethostent_r.c getnetgrent_r.c getprotoent_r.c \
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews getpwent_r.c getservent_r.c
WANT_IRS_THREADSGR_OBJS=getgrent_r.@O@
TARGETS= ${OBJS}
CINCLUDES= -I.. -I../include -I${srcdir}/../include
@BIND9_MAKE_RULES@