]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/lib/dns/include/dns/Makefile.in
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / lib / dns / include / dns / Makefile.in
1 # Copyright (C) 2004, 2007-2009, 2011, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
2 # Copyright (C) 1998-2003  Internet Software Consortium.
3 #
4 # Permission to use, copy, modify, and/or distribute this software for any
5 # purpose with or without fee is hereby granted, provided that the above
6 # copyright notice and this permission notice appear in all copies.
7 #
8 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 # AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 # PERFORMANCE OF THIS SOFTWARE.
15
16 # $Id: Makefile.in,v 1.60 2011/11/14 18:32:34 each Exp $
17
18 srcdir =        @srcdir@
19 VPATH =         @srcdir@
20 top_srcdir =    @top_srcdir@
21
22 VERSION=@BIND9_VERSION@
23
24 HEADERS =       acache.h acl.h adb.h bit.h byaddr.h cache.h callbacks.h cert.h \
25                 client.h clientinfo.h compress.h \
26                 db.h dbiterator.h dbtable.h diff.h dispatch.h \
27                 dlz.h dlz_dlopen.h dns64.h dnssec.h ds.h \
28                 ecdb.h events.h fixedname.h forward.h iptable.h \
29                 journal.h keydata.h keyflags.h keytable.h keyvalues.h \
30                 lib.h lookup.h log.h master.h masterdump.h message.h \
31                 name.h ncache.h nsec.h nsec3.h opcode.h order.h \
32                 peer.h portlist.h private.h \
33                 rbt.h rcode.h rdata.h rdataclass.h rdatalist.h \
34                 rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h \
35                 resolver.h result.h rootns.h rpz.h rriterator.h rrl.h \
36                 sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h stats.h \
37                 tcpmsg.h time.h timer.h tkey.h tsec.h tsig.h ttl.h types.h \
38                 update.h validator.h version.h view.h xfrin.h \
39                 zone.h zonekey.h zt.h
40
41 GENHEADERS =    enumclass.h enumtype.h rdatastruct.h
42
43 SUBDIRS =
44 TARGETS =
45
46 @BIND9_MAKE_RULES@
47
48 installdirs:
49         $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/dns
50
51 install:: installdirs
52         for i in ${HEADERS}; do \
53                 ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/dns ; \
54         done
55         for i in ${GENHEADERS}; do \
56                 ${INSTALL_DATA} $$i ${DESTDIR}${includedir}/dns ; \
57         done