]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/bind9/lib/dns/include/dns/Makefile.in
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / bind9 / lib / dns / include / dns / Makefile.in
1 # Copyright (C) 2004, 2007, 2008  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.55 2008/11/14 23:47:33 tbox Exp $
17
18 srcdir =        @srcdir@
19 VPATH =         @srcdir@
20 top_srcdir =    @top_srcdir@
21
22 @BIND9_VERSION@
23
24 HEADERS =       acl.h adb.h byaddr.h cache.h callbacks.h \
25                 cert.h compress.h \
26                 db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h \
27                 dnssec.h ds.h events.h fixedname.h iptable.h journal.h keyflags.h \
28                 keytable.h keyvalues.h lib.h log.h master.h masterdump.h \
29                 message.h name.h ncache.h \
30                 nsec.h peer.h portlist.h rbt.h rcode.h \
31                 rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \
32                 rdataslab.h rdatatype.h request.h resolver.h result.h \
33                 rootns.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \
34                 tcpmsg.h time.h tkey.h \
35                 tsig.h ttl.h types.h validator.h version.h view.h xfrin.h \
36                 zone.h zonekey.h zt.h
37
38 GENHEADERS =    enumclass.h enumtype.h rdatastruct.h
39
40 SUBDIRS =
41 TARGETS =
42
43 @BIND9_MAKE_RULES@
44
45 installdirs:
46         $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/dns
47
48 install:: installdirs
49         for i in ${HEADERS}; do \
50                 ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/dns ; \
51         done
52         for i in ${GENHEADERS}; do \
53                 ${INSTALL_DATA} $$i ${DESTDIR}${includedir}/dns ; \
54         done