5d52a1fe1b8ea396fb5ae7f6f1567c8383445113Tinderbox User# Copyright (C) 2001-2005, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# file, You can obtain one at http://mozilla.org/MPL/2.0/.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssonsrcdir = @srcdir@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonVPATH = @srcdir@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssontop_srcdir = @top_srcdir@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan HuntVERSION=@BIND9_VERSION@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson@LIBISCCFG_API@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews@BIND9_MAKE_INCLUDES@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonCINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES} ${ISCCFG_INCLUDES}
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
422009fe5b15e31e7f5d09212bd1480121a1464eEvan HuntCDEFINES =
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonCWARNINGS =
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonISCLIBS = ../../lib/isc/libisc.@A@
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark AndrewsDNSLIBS = ../../lib/dns/libdns.@A@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonISCCFGLIBS = ../../lib/cfg/libisccfg.@A@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonISCDEPLIBS = ../../lib/isc/libisc.@A@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonISCCFGDEPLIBS = libisccfg.@A@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonLIBS = @LIBS@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonSUBDIRS = include
94694e720a911a38b01ff5036c01d883b3c9cbb1Evan HuntTESTDIRS = @UNITTESTS@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson# Alphabetically
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan HuntOBJS = aclconf.@O@ dnsconf.@O@ log.@O@ namedconf.@O@ \
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan Hunt parser.@O@ version.@O@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson# Alphabetically
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan HuntSRCS = aclconf.c dnsconf.c log.c namedconf.c \
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan Hunt parser.c version.c
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas GustafssonTARGETS = timestamp
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson@BIND9_MAKE_RULES@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
a8f94d29b38872fbc6cf9a1a8223ff8453357da1Andreas Gustafssonversion.@O@: version.c
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \
a8f94d29b38872fbc6cf9a1a8223ff8453357da1Andreas Gustafsson -DVERSION=\"${VERSION}\" \
a8f94d29b38872fbc6cf9a1a8223ff8453357da1Andreas Gustafsson -DLIBINTERFACE=${LIBINTERFACE} \
a8f94d29b38872fbc6cf9a1a8223ff8453357da1Andreas Gustafsson -DLIBREVISION=${LIBREVISION} \
a8f94d29b38872fbc6cf9a1a8223ff8453357da1Andreas Gustafsson -DLIBAGE=${LIBAGE} \
a8f94d29b38872fbc6cf9a1a8223ff8453357da1Andreas Gustafsson -c ${srcdir}/version.c
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssonlibisccfg.@SA@: ${OBJS}
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson ${AR} ${ARFLAGS} $@ ${OBJS}
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson ${RANLIB} $@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssonlibisccfg.la: ${OBJS}
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews ${LIBTOOL_MODE_LINK} \
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrews ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisccfg.la -rpath ${libdir} \
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
afa016c3c171ecff7c98fb1a86ce5677f8025100Francis Dupont ${OBJS} ${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ \
965605e238d96eb685b94df4d46d7185d1b6f121Mark Andrews ${LIBS}
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssontimestamp: libisccfg.@A@
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson touch timestamp
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
0d24df5c0b2f9546f403113df8ac4457223bc92fEvan Hunttestdirs: libisccfg.@A@
0d24df5c0b2f9546f403113df8ac4457223bc92fEvan Hunt
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssoninstalldirs:
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssoninstall:: timestamp installdirs
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt ${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libisccfg.@A@ ${DESTDIR}${libdir}
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson
8a5809527e6c85e39699901712a455d5480907c1Evan Huntuninstall::
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt ${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libisccfg.@A@
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafssonclean distclean::
be7f27304337afbf078e8bd8db0f951a33abe33bAndreas Gustafsson rm -f libisccfg.@A@ timestamp