⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 bind 9.3结合mysql数据库
💻 IN
字号:
# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")# Copyright (C) 1998-2003  Internet Software Consortium.## Permission to use, copy, modify, and distribute this software for any# purpose with or without fee is hereby granted, provided that the above# copyright notice and this permission notice appear in all copies.## THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR# PERFORMANCE OF THIS SOFTWARE.# $Id: Makefile.in,v 1.126.2.3.2.15 2004/07/20 07:01:57 marka Exp $srcdir =	@srcdir@VPATH =		@srcdir@top_srcdir =	@top_srcdir@# Attempt to disable parallel processing..NOTPARALLEL:.NO_PARALLEL:@BIND9_VERSION@@LIBDNS_API@@BIND9_MAKE_INCLUDES@CINCLUDES =	-I. ${DNS_INCLUDES} ${ISC_INCLUDES}CDEFINES =CWARNINGS =ISCLIBS =	../../lib/isc/libisc.@A@ISCDEPLIBS =	../../lib/isc/libisc.@A@LIBS =		@LIBS@# AlphabeticallyDSTOBJS =	sec/dst/dst_api.@O@ \		sec/dst/dst_lib.@O@ sec/dst/dst_parse.@O@ \		sec/dst/dst_result.@O@ sec/dst/gssapi_link.@O@ \		sec/dst/gssapictx.@O@ sec/dst/hmac_link.@O@ \		sec/dst/key.@O@ sec/dst/openssl_link.@O@ \		sec/dst/openssldh_link.@O@ sec/dst/openssldsa_link.@O@ \		sec/dst/opensslrsa_link.@O@# AlphabeticallyDNSOBJS =	acl.@O@ adb.@O@ byaddr.@O@ \		cache.@O@ callbacks.@O@ compress.@O@ \		db.@O@ dbiterator.@O@ dbtable.@O@ diff.@O@ dispatch.@O@ \		dnssec.@O@ ds.@O@ forward.@O@ journal.@O@ keytable.@O@ \		lib.@O@ log.@O@ lookup.@O@ \		master.@O@ masterdump.@O@ message.@O@ \		name.@O@ ncache.@O@ nsec.@O@ order.@O@ peer.@O@ portlist.@O@ \		rbt.@O@ rbtdb.@O@ rbtdb64.@O@ rcode.@O@ rdata.@O@ \		rdatalist.@O@ \		rdataset.@O@ rdatasetiter.@O@ rdataslab.@O@ request.@O@ \		resolver.@O@ result.@O@ rootns.@O@ sdb.@O@ soa.@O@ ssu.@O@ \		stats.@O@ tcpmsg.@O@ time.@O@ timer.@O@ tkey.@O@ \		tsig.@O@ ttl.@O@ validator.@O@ \		version.@O@ view.@O@ xfrin.@O@ zone.@O@ zonekey.@O@ zt.@O@OBJS=		${DNSOBJS} ${OTHEROBJS} ${DSTOBJS}# AlphabeticallySRCS =		acl.c adb.c byaddr.c \		cache.c callbacks.c compress.c \		db.c dbiterator.c dbtable.c diff.c dispatch.c \		dnssec.c ds.c forward.c journal.c keytable.c \		lib.c log.c lookup.c \		master.c masterdump.c message.c \		name.c ncache.c nsec.c order.c peer.c portlist.c \		rbt.c rbtdb.c rbtdb64.c rcode.c rdata.c \		rdatalist.c \		rdataset.c rdatasetiter.c rdataslab.c request.c \		resolver.c result.c rootns.c sdb.c soa.c ssu.c \		stats.c tcpmsg.c time.c timer.c tkey.c \		tsig.c ttl.c validator.c \		version.c view.c xfrin.c zone.c zonekey.c zt.c ${OTHERSRCS}SUBDIRS =	include secTARGETS =	include/dns/enumtype.h include/dns/enumclass.h \		include/dns/rdatastruct.h timestampDEPENDEXTRA =	./gen -F include/dns/rdatastruct.h \		-s ${srcdir} -d >> Makefile ;@BIND9_MAKE_RULES@version.@O@: version.c	${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \		-DVERSION=\"${VERSION}\" \		-DLIBINTERFACE=${LIBINTERFACE} \		-DLIBREVISION=${LIBREVISION} \		-DLIBAGE=${LIBAGE} \		-c ${srcdir}/version.clibdns.@SA@: ${OBJS}	${AR} ${ARFLAGS} $@ ${OBJS}	${RANLIB} $@libdns.la: ${OBJS}	${LIBTOOL_MODE_LINK} \		${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \		-version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \		${OBJS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}timestamp: libdns.@A@	touch timestampinstalldirs:	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${libdir}install:: timestamp installdirs	${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libdns.@A@ ${DESTDIR}${libdir}clean distclean::	rm -f libdns.@A@ timestamp	rm -f gen code.h include/dns/enumtype.h include/dns/enumclass.h	rm -f include/dns/rdatastruct.hnewrr::	rm -f code.h include/dns/enumtype.h include/dns/enumclass.h	rm -f include/dns/rdatastruct.hinclude: include/dns/enumtype.h include/dns/enumclass.h \	include/dns/rdatastruct.hrdata.@O@: code.hinclude/dns/enumtype.h: gen	./gen -s ${srcdir} -t > $@include/dns/enumclass.h: gen	./gen -s ${srcdir} -c > $@include/dns/rdatastruct.h: gen \		${srcdir}/rdata/rdatastructpre.h \		${srcdir}/rdata/rdatastructsuf.h	./gen -s ${srcdir} -i \		-P ${srcdir}/rdata/rdatastructpre.h \		-S ${srcdir}/rdata/rdatastructsuf.h > $@code.h:	gen	./gen -s ${srcdir} > code.hgen: gen.c	${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}rbtdb64.@O@: rbtdb.cdepend: include/dns/enumtype.h include/dns/enumclass.h \	include/dns/rdatastruct.h code.hsubdirs: include/dns/enumtype.h include/dns/enumclass.h \	include/dns/rdatastruct.h code.h${DNSOBJS}: include/dns/enumtype.h include/dns/enumclass.h \	include/dns/rdatastruct.hrdata.${0}: code.h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -