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

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 57 lines · 29 code · 12 blank · 16 comment · 0 complexity · cd39c405e6eb0990f8d5bb6423e2ae49 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/09/02 23:48:02 tbox Exp $
  15. top_srcdir = @top_srcdir@
  16. srcdir = @top_srcdir@/lib/isc/unix
  17. @BIND9_MAKE_INCLUDES@
  18. CINCLUDES = -I${srcdir}/include \
  19. -I${srcdir}/../@ISC_THREAD_DIR@/include \
  20. -I../include \
  21. -I${srcdir}/../include \
  22. -I${srcdir}/..
  23. CDEFINES = -DUSE_SOCKETIMPREGISTER -DUSE_APPIMPREGISTER
  24. CWARNINGS =
  25. # Alphabetically
  26. ISCDRIVEROBJS = app.@O@ socket.@O@
  27. OBJS = @ISC_IPV6_O@ \
  28. dir.@O@ \
  29. errno2result.@O@ \
  30. file.@O@ fsaccess.@O@ \
  31. stdio.@O@ stdtime.@O@ strerror.@O@ \
  32. time.@O@ \
  33. ${ISCDRIVEROBJS}
  34. # Alphabetically
  35. ISCDRIVERSRCS = app.c socket.c
  36. SRCS = @ISC_IPV6_C@ \
  37. dir.c \
  38. errno2result.c \
  39. file.c fsaccess.c \
  40. stdio.c stdtime.c strerror.c \
  41. time.c \
  42. ${ISCDRIVERSRCS}
  43. SUBDIRS = include
  44. TARGETS = ${OBJS}
  45. @BIND9_MAKE_RULES@