/contrib/bind9/lib/export/isc/include/isc/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 66 lines · 38 code · 9 blank · 19 comment · 1 complexity · 048b58dc56a09cc7ac14cea67d457db3 MD5 · raw file

  1. # Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. # $Id: Makefile.in,v 1.3 2009/12/05 23:31:41 each Exp $
  15. srcdir = @srcdir@
  16. top_srcdir = @top_srcdir@
  17. export_srcdir = @top_srcdir@/lib/export
  18. @BIND9_VERSION@
  19. #
  20. # Only list headers that are to be installed and are not
  21. # machine generated. The latter are handled specially in the
  22. # install target below.
  23. #
  24. HEADERS = app.h assertions.h base64.h bitstring.h boolean.h \
  25. buffer.h bufferlist.h commandline.h entropy.h error.h event.h \
  26. eventclass.h file.h formatcheck.h fsaccess.h \
  27. hash.h heap.h hex.h hmacmd5.h \
  28. httpd.h \
  29. interfaceiter.h @ISC_IPV6_H@ iterated_hash.h lang.h lex.h \
  30. lfsr.h lib.h list.h log.h \
  31. magic.h md5.h mem.h msgcat.h msgs.h \
  32. mutexblock.h namespace.h netaddr.h ondestroy.h os.h parseint.h \
  33. print.h quota.h radix.h random.h ratelimiter.h \
  34. refcount.h region.h resource.h \
  35. result.h resultclass.h rwlock.h serial.h sha1.h sha2.h \
  36. sockaddr.h socket.h stdio.h stdlib.h string.h \
  37. symtab.h \
  38. task.h taskpool.h timer.h types.h util.h version.h \
  39. xml.h
  40. SUBDIRS =
  41. TARGETS =
  42. @BIND9_MAKE_RULES@
  43. installdirs:
  44. $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${export_includedir}/isc
  45. install:: installdirs
  46. for i in ${HEADERS}; do \
  47. ${INSTALL_DATA} ${top_srcdir}/lib/isc/include/isc/$$i \
  48. ${DESTDIR}${export_includedir}/isc ; \
  49. done
  50. ${INSTALL_DATA} ${top_srcdir}/lib/isc/include/isc/platform.h \
  51. ${DESTDIR}${export_includedir}/isc
  52. ${INSTALL_DATA} ${top_srcdir}/lib/isc/@ISC_ARCH_DIR@/include/isc/atomic.h \
  53. ${DESTDIR}${export_includedir}/isc
  54. ${INSTALL_DATA} ${export_srcdir}/isc/include/isc/bind9.h \
  55. ${DESTDIR}${export_includedir}/isc
  56. distclean::
  57. rm -f platform.h