mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
[master] make uninstall
4503. [cleanup] "make uninstall" now removes file installed by BIND. (This currently excludes Python files due to lack of support in setup.py.) [RT #42912]
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,3 +1,7 @@
|
||||
4503. [cleanup] "make uninstall" now removes file installed by
|
||||
BIND. (This currently excludes Python files
|
||||
due to lack of support in setup.py.) [RT #42912]
|
||||
|
||||
4502. [func] Report multiple and experimental options when printing
|
||||
grammar. [RT #43134]
|
||||
|
||||
|
@@ -60,6 +60,13 @@ install:: isc-config.sh installdirs
|
||||
@LN@ ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
|
||||
${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${sysconfdir}/bind.keys
|
||||
rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
|
||||
rm -f ${DESTDIR}${mandir}/man1/isc-config.sh.1
|
||||
rm -f ${DESTDIR}${bindir}/bind9-config
|
||||
rm -f ${DESTDIR}${bindir}/isc-config.sh
|
||||
|
||||
tags:
|
||||
rm -f TAGS
|
||||
find lib bin -name "*.[ch]" -print | @ETAGS@ -
|
||||
|
@@ -87,5 +87,12 @@ install:: named-checkconf@EXEEXT@ named-checkzone@EXEEXT@ installdirs
|
||||
for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done
|
||||
(cd ${DESTDIR}${mandir}/man8; rm -f named-compilezone.8; ${LINK_PROGRAM} named-checkzone.8 named-compilezone.8)
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man8/named-compilezone.8
|
||||
for m in ${MANPAGES}; do rm -f ${DESTDIR}${mandir}/man8/$$m ; done
|
||||
rm -f ${DESTDIR}${sbindir}/named-compilezone@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/named-checkconf@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/named-checkzone@EXEEXT@
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS} r1.htm
|
||||
|
@@ -96,5 +96,13 @@ install:: rndc-confgen@EXEEXT@ ddns-confgen@EXEEXT@ installdirs
|
||||
(cd ${DESTDIR}${sbindir}; rm -f tsig-keygen@EXEEXT@; ${LINK_PROGRAM} ddns-confgen@EXEEXT@ tsig-keygen@EXEEXT@)
|
||||
(cd ${DESTDIR}${mandir}/man8; rm -f tsig-keygen.8; ${LINK_PROGRAM} ddns-confgen.8 tsig-keygen.8)
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man8/tsig-keygen.8
|
||||
rm -f ${DESTDIR}${sbindir}/tsig-keygen@EXEEXT@
|
||||
rm -f ${DESTDIR}${mandir}/man8/ddns-confgen.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/rndc-confgen.8
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/ddns-confgen@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/rndc-confgen@EXEEXT@
|
||||
|
||||
clean distclean maintainer-clean::
|
||||
rm -f ${TARGETS}
|
||||
|
@@ -65,6 +65,10 @@ install:: delv@EXEEXT@ installdirs
|
||||
delv@EXEEXT@ ${DESTDIR}${bindir}
|
||||
${INSTALL_DATA} ${srcdir}/delv.1 ${DESTDIR}${mandir}/man1
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man1/delv.1
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${bindir}/delv@EXEEXT@
|
||||
|
||||
doc man:: ${MANOBJS}
|
||||
|
||||
docclean manclean maintainer-clean::
|
||||
|
@@ -98,3 +98,11 @@ install:: dig@EXEEXT@ host@EXEEXT@ nslookup@EXEEXT@ installdirs
|
||||
for m in ${MANPAGES}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man1; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for m in ${MANPAGES}; do \
|
||||
rm -f ${DESTDIR}${mandir}/man1/$$m ; \
|
||||
done
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${bindir}/nslookup@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${bindir}/host@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${bindir}/dig@EXEEXT@
|
||||
|
@@ -111,6 +111,10 @@ install:: ${TARGETS} installdirs
|
||||
for t in ${TARGETS}; do ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} $$t ${DESTDIR}${sbindir}; done
|
||||
for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done
|
||||
|
||||
uninstall::
|
||||
for m in ${MANPAGES}; do rm -f ${DESTDIR}${mandir}/man8/$$m ; done
|
||||
for t in ${TARGETS}; do ${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/$$t ; done
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
||||
|
@@ -172,6 +172,13 @@ install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs
|
||||
${INSTALL_DATA} ${srcdir}/lwresd.8 ${DESTDIR}${mandir}/man8
|
||||
${INSTALL_DATA} ${srcdir}/named.conf.5 ${DESTDIR}${mandir}/man5
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man5/named.conf.5
|
||||
rm -f ${DESTDIR}${mandir}/man8/lwresd.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/named.8
|
||||
rm -f ${DESTDIR}${sbindir}/lwresd@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/named@EXEEXT@
|
||||
|
||||
@DLZ_DRIVER_RULES@
|
||||
|
||||
named-symtbl.@O@: named-symtbl.c
|
||||
|
@@ -86,3 +86,7 @@ installdirs:
|
||||
install:: nsupdate@EXEEXT@ installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} nsupdate@EXEEXT@ ${DESTDIR}${bindir}
|
||||
${INSTALL_DATA} ${srcdir}/nsupdate.1 ${DESTDIR}${mandir}/man1
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man1/nsupdate.1
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${bindir}/nsupdate@EXEEXT@
|
||||
|
@@ -82,5 +82,19 @@ install:: ${TARGETS} installdirs
|
||||
${INSTALL_DATA} ${srcdir}/pkcs11-keygen.8 ${DESTDIR}${mandir}/man8
|
||||
${INSTALL_DATA} ${srcdir}/pkcs11-tokens.8 ${DESTDIR}${mandir}/man8
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man8/pkcs11-tokens.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/pkcs11-keygen.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/pkcs11-destroy.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/pkcs11-list.8
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f /
|
||||
${DESTDIR}${sbindir}/pkcs11-tokens@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f /
|
||||
${DESTDIR}${sbindir}/pkcs11-keygen@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f /
|
||||
${DESTDIR}${sbindir}/pkcs11-destroy@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f /
|
||||
${DESTDIR}${sbindir}/pkcs11-list@EXEEXT@
|
||||
|
||||
clean distclean::
|
||||
rm -f ${OBJS} ${TARGETS}
|
||||
|
@@ -59,6 +59,15 @@ install:: ${TARGETS} installdirs
|
||||
fi \
|
||||
fi
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man8/dnssec-keymgr.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/dnssec-coverage.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/dnssec-checkds.8
|
||||
rm -f ${DESTDIR}${sbindir}/dnssec-keymgr
|
||||
rm -f ${DESTDIR}${sbindir}/dnssec-coverage
|
||||
rm -f ${DESTDIR}${sbindir}/dnssec-checkds
|
||||
# only manually uninstall for the python package itself
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
rm -rf build
|
||||
|
@@ -79,5 +79,10 @@ install:: rndc@EXEEXT@ installdirs
|
||||
${INSTALL_DATA} ${srcdir}/rndc.8 ${DESTDIR}${mandir}/man8
|
||||
${INSTALL_DATA} ${srcdir}/rndc.conf.5 ${DESTDIR}${mandir}/man5
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man5/rndc.conf.5
|
||||
rm -f ${DESTDIR}${mandir}/man8/rndc.8
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${sbindir}/rndc@EXEEXT@
|
||||
|
||||
clean distclean maintainer-clean::
|
||||
rm -f ${TARGETS}
|
||||
|
@@ -61,3 +61,5 @@ distclean::
|
||||
installdirs:
|
||||
|
||||
install::
|
||||
|
||||
uninstall::
|
||||
|
@@ -149,5 +149,34 @@ install:: ${TARGETS} installdirs @DNSTAP@ @NZD_TOOLS@
|
||||
${INSTALL_DATA} ${srcdir}/genrandom.8 ${DESTDIR}${mandir}/man8
|
||||
${INSTALL_DATA} ${srcdir}/mdig.1 ${DESTDIR}${mandir}/man1
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${mandir}/man1/mdig.1
|
||||
rm -f ${DESTDIR}${mandir}/man8/genrandom.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/nsec3hash.8
|
||||
rm -f ${DESTDIR}${mandir}/man1/named-rrchecker.1
|
||||
rm -f ${DESTDIR}${mandir}/man8/named-journalprint.8
|
||||
rm -f ${DESTDIR}${mandir}/man8/isc-hmac-fixup.8
|
||||
rm -f ${DESTDIR}${mandir}/man1/arpaname.1
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${bindir}/mdig@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${sbindir}/isc-hmac-fixup@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${sbindir}/genrandom@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${sbindir}/nsec3hash@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${bindir}/named-rrchecker@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${sbindir}/named-journalprint@EXEEXT@
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${bindir}/arpaname@EXEEXT@
|
||||
rm -f ${DESTDIR}${mandir}/man1/dnstap-read.1
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${bindir}/dnstap-read@EXEEXT@
|
||||
rm -f ${DESTDIR}${mandir}/man8/named-nzd2nzf.8
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f \
|
||||
${DESTDIR}${sbindir}/named-nzd2nzf@EXEEXT@
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
4
configure
vendored
4
configure
vendored
@@ -795,6 +795,7 @@ ISC_PLATFORM_HAVEIPV6
|
||||
BIND9_CO_RULE
|
||||
LIBTOOL_IN_MAIN
|
||||
LIBTOOL_ALLOW_UNDEFINED
|
||||
LIBTOOL_MODE_UNINSTALL
|
||||
LIBTOOL_MODE_LINK
|
||||
LIBTOOL_MODE_INSTALL
|
||||
LIBTOOL_MODE_COMPILE
|
||||
@@ -15640,6 +15641,7 @@ $as_echo "yes" >&6; }
|
||||
LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
|
||||
LIBTOOL_MODE_INSTALL='--mode=install --tag=CC'
|
||||
LIBTOOL_MODE_LINK='--mode=link --tag=CC'
|
||||
LIBTOOL_MODE_UNINSTALL='--mode=uninstall --tag=CC'
|
||||
INSTALL_LIBRARY='${INSTALL_PROGRAM}'
|
||||
case "$host" in
|
||||
*) LIBTOOL_ALLOW_UNDEFINED= ;;
|
||||
@@ -15660,6 +15662,7 @@ $as_echo "no" >&6; }
|
||||
LIBTOOL_MODE_COMPILE=
|
||||
LIBTOOL_MODE_INSTALL=
|
||||
LIBTOOL_MODE_LINK=
|
||||
LIBTOOL_MODE_UNINSTALL=
|
||||
LIBTOOL_ALLOW_UNDEFINED=
|
||||
LIBTOOL_IN_MAIN=
|
||||
INSTALL_LIBRARY='${INSTALL_DATA}'
|
||||
@@ -17845,6 +17848,7 @@ SA=a
|
||||
|
||||
|
||||
|
||||
|
||||
BIND9_CO_RULE=".c.$O:"
|
||||
|
||||
|
||||
|
@@ -1360,6 +1360,7 @@ case $use_libtool in
|
||||
LIBTOOL_MODE_COMPILE='--mode=compile --tag=CC'
|
||||
LIBTOOL_MODE_INSTALL='--mode=install --tag=CC'
|
||||
LIBTOOL_MODE_LINK='--mode=link --tag=CC'
|
||||
LIBTOOL_MODE_UNINSTALL='--mode=uninstall --tag=CC'
|
||||
INSTALL_LIBRARY='${INSTALL_PROGRAM}'
|
||||
case "$host" in
|
||||
*) LIBTOOL_ALLOW_UNDEFINED= ;;
|
||||
@@ -1379,6 +1380,7 @@ case $use_libtool in
|
||||
LIBTOOL_MODE_COMPILE=
|
||||
LIBTOOL_MODE_INSTALL=
|
||||
LIBTOOL_MODE_LINK=
|
||||
LIBTOOL_MODE_UNINSTALL=
|
||||
LIBTOOL_ALLOW_UNDEFINED=
|
||||
LIBTOOL_IN_MAIN=
|
||||
INSTALL_LIBRARY='${INSTALL_DATA}'
|
||||
@@ -2779,6 +2781,7 @@ AC_SUBST(LIBTOOL_MKDEP_SED)
|
||||
AC_SUBST(LIBTOOL_MODE_COMPILE)
|
||||
AC_SUBST(LIBTOOL_MODE_INSTALL)
|
||||
AC_SUBST(LIBTOOL_MODE_LINK)
|
||||
AC_SUBST(LIBTOOL_MODE_UNINSTALL)
|
||||
AC_SUBST(LIBTOOL_ALLOW_UNDEFINED)
|
||||
AC_SUBST(LIBTOOL_IN_MAIN)
|
||||
|
||||
|
@@ -72,5 +72,8 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libbind9.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libbind9.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f libbind9.@A@ timestamp
|
||||
|
@@ -31,3 +31,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/bind9 ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/bind9/$$i ; \
|
||||
done
|
||||
|
@@ -155,6 +155,9 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libdns.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libdns.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f libdns.@A@ timestamp
|
||||
rm -f gen code.h include/dns/enumtype.h include/dns/enumclass.h
|
||||
|
@@ -47,3 +47,11 @@ install:: installdirs
|
||||
for i in ${GENHEADERS}; do \
|
||||
${INSTALL_DATA} $$i ${DESTDIR}${includedir}/dns ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${GENHEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/dns/$$i ; \
|
||||
done
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/dns/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/dst ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/dst/$$i ; \
|
||||
done
|
||||
|
@@ -70,5 +70,8 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libirs.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libirs.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f libirs.@A@ libirs.la timestamp
|
||||
|
@@ -32,5 +32,12 @@ install:: installdirs
|
||||
${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/irs
|
||||
${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/irs
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${includedir}/irs/platform.h
|
||||
rm -f ${DESTDIR}${includedir}/irs/netdb.h
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/irs/$$i ; \
|
||||
done
|
||||
|
||||
distclean::
|
||||
rm -f netdb.h platform.h
|
||||
|
@@ -133,6 +133,9 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libisc.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libisc.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f libisc.@A@ libisc-nosymtbl.@A@ libisc.la \
|
||||
libisc-nosymtbl.la timestamp
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -46,5 +46,11 @@ install:: installdirs
|
||||
done
|
||||
${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/isc
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${includedir}/isc/platform.h
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
||||
distclean::
|
||||
rm -f platform.h
|
||||
|
@@ -28,3 +28,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/pk11 ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/pk11/$$i ; \
|
||||
done
|
||||
|
@@ -30,3 +30,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/pkcs11 ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/pkcs11/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -27,3 +27,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -23,3 +23,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/pkcs11 ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/pkcs11/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -26,3 +26,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/isc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isc/$$i ; \
|
||||
done
|
||||
|
@@ -74,5 +74,8 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libisccc.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libisccc.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f libisccc.@A@ timestamp
|
||||
|
@@ -31,3 +31,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/isccc ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isccc/$$i ; \
|
||||
done
|
||||
|
@@ -71,5 +71,8 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} libisccfg.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/libisccfg.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f libisccfg.@A@ timestamp
|
||||
|
@@ -32,3 +32,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/isccfg ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/isccfg/$$i ; \
|
||||
done
|
||||
|
@@ -71,5 +71,8 @@ installdirs:
|
||||
install:: timestamp installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_LIBRARY} liblwres.@A@ ${DESTDIR}${libdir}
|
||||
|
||||
uninstall::
|
||||
${LIBTOOL_MODE_UNINSTALL} rm -f ${DESTDIR}${libdir}/liblwres.@A@
|
||||
|
||||
clean distclean::
|
||||
rm -f liblwres.@A@ liblwres.la timestamp
|
||||
|
@@ -32,5 +32,12 @@ install:: installdirs
|
||||
${INSTALL_DATA} netdb.h ${DESTDIR}${includedir}/lwres
|
||||
${INSTALL_DATA} platform.h ${DESTDIR}${includedir}/lwres
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${includedir}/lwres/platform.h
|
||||
rm -f ${DESTDIR}${includedir}/lwres/netdb.h
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/lwres/$$i ; \
|
||||
done
|
||||
|
||||
distclean::
|
||||
rm -f netdb.h platform.h
|
||||
|
@@ -227,3 +227,74 @@ install:: installdirs
|
||||
@LN@ ${man3}/lwres_gethostent.3 ${man3}/lwres_sethostent_r.3
|
||||
rm -f ${man3}/lwres_string_parse.3
|
||||
@LN@ ${man3}/lwres_resutil.3 ${man3}/lwres_string_parse.3
|
||||
|
||||
uninstall::
|
||||
for m in ${MANPAGES}; do rm -f ${man3}/$$m ; done
|
||||
rm -f ${man3}/lwres_addr_parse.3
|
||||
rm -f ${man3}/lwres_buffer_add.3
|
||||
rm -f ${man3}/lwres_buffer_back.3
|
||||
rm -f ${man3}/lwres_buffer_clear.3
|
||||
rm -f ${man3}/lwres_buffer_first.3
|
||||
rm -f ${man3}/lwres_buffer_forward.3
|
||||
rm -f ${man3}/lwres_buffer_getmem.3
|
||||
rm -f ${man3}/lwres_buffer_getuint16.3
|
||||
rm -f ${man3}/lwres_buffer_getuint32.3
|
||||
rm -f ${man3}/lwres_buffer_getuint8.3
|
||||
rm -f ${man3}/lwres_buffer_init.3
|
||||
rm -f ${man3}/lwres_buffer_invalidate.3
|
||||
rm -f ${man3}/lwres_buffer_putmem.3
|
||||
rm -f ${man3}/lwres_buffer_putuint16.3
|
||||
rm -f ${man3}/lwres_buffer_putuint32.3
|
||||
rm -f ${man3}/lwres_buffer_putuint8.3
|
||||
rm -f ${man3}/lwres_buffer_subtract.3
|
||||
rm -f ${man3}/lwres_conf_clear.3
|
||||
rm -f ${man3}/lwres_conf_get.3
|
||||
rm -f ${man3}/lwres_conf_init.3
|
||||
rm -f ${man3}/lwres_conf_parse.3
|
||||
rm -f ${man3}/lwres_conf_print.3
|
||||
rm -f ${man3}/lwres_context_allocmem.3
|
||||
rm -f ${man3}/lwres_context_create.3
|
||||
rm -f ${man3}/lwres_context_destroy.3
|
||||
rm -f ${man3}/lwres_context_freemem.3
|
||||
rm -f ${man3}/lwres_context_initserial.3
|
||||
rm -f ${man3}/lwres_context_nextserial.3
|
||||
rm -f ${man3}/lwres_context_sendrecv.3
|
||||
rm -f ${man3}/lwres_endhostent.3
|
||||
rm -f ${man3}/lwres_endhostent_r.3
|
||||
rm -f ${man3}/lwres_freeaddrinfo.3
|
||||
rm -f ${man3}/lwres_freehostent.3
|
||||
rm -f ${man3}/lwres_gabnrequest_free.3
|
||||
rm -f ${man3}/lwres_gabnrequest_parse.3
|
||||
rm -f ${man3}/lwres_gabnrequest_render.3
|
||||
rm -f ${man3}/lwres_gabnresponse_free.3
|
||||
rm -f ${man3}/lwres_gabnresponse_parse.3
|
||||
rm -f ${man3}/lwres_gabnresponse_render.3
|
||||
rm -f ${man3}/lwres_getaddrsbyname.3
|
||||
rm -f ${man3}/lwres_gethostbyaddr.3
|
||||
rm -f ${man3}/lwres_gethostbyaddr_r.3
|
||||
rm -f ${man3}/lwres_gethostbyname.3
|
||||
rm -f ${man3}/lwres_gethostbyname2.3
|
||||
rm -f ${man3}/lwres_gethostbyname_r.3
|
||||
rm -f ${man3}/lwres_gethostent_r.3
|
||||
rm -f ${man3}/lwres_getipnodebyaddr.3
|
||||
rm -f ${man3}/lwres_getipnodebyname.3
|
||||
rm -f ${man3}/lwres_getnamebyaddr.3
|
||||
rm -f ${man3}/lwres_gnbarequest_free.3
|
||||
rm -f ${man3}/lwres_gnbarequest_parse.3
|
||||
rm -f ${man3}/lwres_gnbarequest_render.3
|
||||
rm -f ${man3}/lwres_gnbaresponse_free.3
|
||||
rm -f ${man3}/lwres_gnbaresponse_parse.3
|
||||
rm -f ${man3}/lwres_gnbaresponse_render.3
|
||||
rm -f ${man3}/lwres_herror.3
|
||||
rm -f ${man3}/lwres_lwpacket_parseheader.3
|
||||
rm -f ${man3}/lwres_lwpacket_renderheader.3
|
||||
rm -f ${man3}/lwres_net_ntop.3
|
||||
rm -f ${man3}/lwres_nooprequest_free.3
|
||||
rm -f ${man3}/lwres_nooprequest_parse.3
|
||||
rm -f ${man3}/lwres_nooprequest_render.3
|
||||
rm -f ${man3}/lwres_noopresponse_free.3
|
||||
rm -f ${man3}/lwres_noopresponse_parse.3
|
||||
rm -f ${man3}/lwres_noopresponse_render.3
|
||||
rm -f ${man3}/lwres_sethostent.3
|
||||
rm -f ${man3}/lwres_sethostent_r.3
|
||||
rm -f ${man3}/lwres_string_parse.3
|
||||
|
@@ -23,3 +23,8 @@ install:: installdirs
|
||||
for i in ${HEADERS}; do \
|
||||
${INSTALL_DATA} $(srcdir)/$$i ${DESTDIR}${includedir}/lwres ; \
|
||||
done
|
||||
|
||||
uninstall::
|
||||
for i in ${HEADERS}; do \
|
||||
rm -f ${DESTDIR}${includedir}/lwres/$$i ; \
|
||||
done
|
||||
|
@@ -76,7 +76,7 @@ testdirs:
|
||||
|
||||
install:: all
|
||||
|
||||
install clean distclean maintainer-clean doc docclean man manclean::
|
||||
install uninstall clean distclean maintainer-clean doc docclean man manclean::
|
||||
@for i in ${ALL_SUBDIRS} ${ALL_TESTDIRS}; do \
|
||||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||
echo "making $@ in `pwd`/$$i"; \
|
||||
@@ -133,6 +133,7 @@ LIBTOOL = @LIBTOOL@
|
||||
LIBTOOL_MODE_COMPILE = ${LIBTOOL} @LIBTOOL_MODE_COMPILE@
|
||||
LIBTOOL_MODE_INSTALL = ${LIBTOOL} @LIBTOOL_MODE_INSTALL@
|
||||
LIBTOOL_MODE_LINK = ${LIBTOOL} @LIBTOOL_MODE_LINK@
|
||||
LIBTOOL_MODE_UNINSTALL = ${LIBTOOL} @LIBTOOL_MODE_UNINSTALL@
|
||||
PURIFY = @PURIFY@
|
||||
|
||||
MKDEP = ${SHELL} ${top_builddir}/make/mkdep
|
||||
|
Reference in New Issue
Block a user