Alien-cares

 view release on metacpan or  search on metacpan

libcares/test/Makefile.in  view on Meta::CPAN

NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PTHREAD_CC = @PTHREAD_CC@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
ax_pthread_config = @ax_pthread_config@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@

# Where to find the c-ares source code; needed because the tests use library-internal headers
ARES_SRC_DIR = ..
# Where to find the built c-ares static library
ARES_BLD_DIR = ..
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I ../m4
GMOCK_DIR = gmock-1.8.0
TESTSOURCES = ares-test-main.cc	\
  ares-test-init.cc			\
  ares-test.cc				\
  ares-test-ns.cc			\
  ares-test-parse.cc			\
  ares-test-parse-a.cc			\
  ares-test-parse-aaaa.cc		\
  ares-test-parse-mx.cc		\
  ares-test-parse-naptr.cc		\
  ares-test-parse-ns.cc		\
  ares-test-parse-ptr.cc		\
  ares-test-parse-soa.cc		\
  ares-test-parse-srv.cc		\
  ares-test-parse-txt.cc		\
  ares-test-misc.cc			\
  ares-test-live.cc			\
  ares-test-mock.cc			\
  ares-test-internal.cc		\
  dns-proto.cc				\
  dns-proto-test.cc

TESTHEADERS = ares-test.h		\
  dns-proto.h

FUZZSOURCES = ares-test-fuzz.c		\
  ares-fuzz.c

FUZZNAMESOURCES = ares-test-fuzz-name.c	\
  ares-fuzz.c

DUMPSOURCES = dns-proto.cc		\
  dns-dump.cc

EXTRA_DIST = fuzzcheck.sh CMakeLists.txt
arestest_SOURCES = $(TESTSOURCES) $(TESTHEADERS)



( run in 0.574 second using v1.01-cache-2.11-cpan-ceb78f64989 )