]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/lib/isc/include/isc/Makefile.in
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / lib / isc / include / isc / Makefile.in
1 # Copyright (C) 2004-2009, 2012-2015  Internet Systems Consortium, Inc. ("ISC")
2 # Copyright (C) 1998-2001, 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 srcdir =        @srcdir@
17 VPATH =         @srcdir@
18 top_srcdir =    @top_srcdir@
19
20 VERSION=@BIND9_VERSION@
21
22 #
23 # Only list headers that are to be installed and are not
24 # machine generated.  The latter are handled specially in the
25 # install target below.
26 #
27 HEADERS =       app.h assertions.h backtrace.h base32.h base64.h \
28                 bind9.h bitstring.h boolean.h buffer.h bufferlist.h \
29                 commandline.h counter.h entropy.h error.h event.h \
30                 eventclass.h file.h formatcheck.h fsaccess.h \
31                 hash.h heap.h hex.h hmacmd5.h hmacsha.h httpd.h \
32                 interfaceiter.h @ISC_IPV6_H@ iterated_hash.h \
33                 lang.h lex.h lfsr.h lib.h list.h log.h \
34                 magic.h md5.h mem.h msgcat.h msgs.h mutexblock.h \
35                 namespace.h netaddr.h netscope.h ondestroy.h os.h parseint.h \
36                 pool.h portset.h print.h queue.h quota.h \
37                 radix.h random.h ratelimiter.h refcount.h regex.h \
38                 region.h resource.h result.h resultclass.h rwlock.h \
39                 safe.h serial.h sha1.h sha2.h sockaddr.h socket.h \
40                 stats.h stdio.h stdlib.h string.h symtab.h \
41                 task.h taskpool.h timer.h tm.h types.h util.h version.h \
42                 xml.h
43
44 SUBDIRS =
45 TARGETS =
46
47 @BIND9_MAKE_RULES@
48
49 installdirs:
50         $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/isc
51
52 install:: installdirs
53         for i in ${HEADERS}; do \
54                 ${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/isc ; \
55         done
56         ${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/isc
57
58 distclean::
59         rm -f platform.h