===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ntp-4.2.8p15+dfsg/lib/isc/ia64/include/isc/atomic.h-94-}
ntp-4.2.8p15+dfsg/lib/isc/ia64/include/isc/atomic.h:95:#else /* !ISC_PLATFORM_USEGCCASM */
ntp-4.2.8p15+dfsg/lib/isc/ia64/include/isc/atomic.h-96-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in-284-/*
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in:285: * Define if gcc ASM extension is available
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in-286- */
##############################################
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in-289-/*
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in:290: * Define if Tru64 style ASM syntax must be used.
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in-291- */
##############################################
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in-294-/*
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in:295: * Define if the standard __asm function must be used.
ntp-4.2.8p15+dfsg/lib/isc/include/isc/platform.h.in-296- */
##############################################
ntp-4.2.8p15+dfsg/lib/isc/include/isc/netaddr.h-104-void
ntp-4.2.8p15+dfsg/lib/isc/include/isc/netaddr.h:105:isc_netaddr_fromsockaddr(isc_netaddr_t *netaddr, const isc_sockaddr_t *source);
ntp-4.2.8p15+dfsg/lib/isc/include/isc/netaddr.h-106-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/include/isc/sockaddr.h-74-isc_boolean_t
ntp-4.2.8p15+dfsg/lib/isc/include/isc/sockaddr.h:75:isc_sockaddr_eqaddr(const isc_sockaddr_t *a, const isc_sockaddr_t *b);
ntp-4.2.8p15+dfsg/lib/isc/include/isc/sockaddr.h-76-/*%<
##############################################
ntp-4.2.8p15+dfsg/lib/isc/include/isc/sockaddr.h-143-void
ntp-4.2.8p15+dfsg/lib/isc/include/isc/sockaddr.h:144:isc_sockaddr_fromnetaddr(isc_sockaddr_t *sockaddr, const isc_netaddr_t *na,
ntp-4.2.8p15+dfsg/lib/isc/include/isc/sockaddr.h-145-			 in_port_t port);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/mips/include/isc/atomic.h-92-
ntp-4.2.8p15+dfsg/lib/isc/mips/include/isc/atomic.h:93:#else /* !ISC_PLATFORM_USEGCCASM */
ntp-4.2.8p15+dfsg/lib/isc/mips/include/isc/atomic.h-94-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sparc64/include/isc/atomic.h-120-
ntp-4.2.8p15+dfsg/lib/isc/sparc64/include/isc/atomic.h:121:#else  /* ISC_PLATFORM_USEGCCASM */
ntp-4.2.8p15+dfsg/lib/isc/sparc64/include/isc/atomic.h-122-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sparc64/include/isc/atomic.h-124-
ntp-4.2.8p15+dfsg/lib/isc/sparc64/include/isc/atomic.h:125:#endif /* ISC_PLATFORM_USEGCCASM */
ntp-4.2.8p15+dfsg/lib/isc/sparc64/include/isc/atomic.h-126-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/tests/socket_test.c-101-	 */
ntp-4.2.8p15+dfsg/lib/isc/tests/socket_test.c:102:	in.s_addr = inet_addr("127.0.0.1");
ntp-4.2.8p15+dfsg/lib/isc/tests/socket_test.c-103-	isc_sockaddr_fromin(&addr1, &in, 5444);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/tests/socket_test.c-172-	 */
ntp-4.2.8p15+dfsg/lib/isc/tests/socket_test.c:173:	in.s_addr = inet_addr("127.0.0.1");
ntp-4.2.8p15+dfsg/lib/isc/tests/socket_test.c-174-	isc_sockaddr_fromin(&addr1, &in, 5444);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h-240-/*% IP address. */
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h:241:#define ISC__IPADDR(x)	((isc_uint32_t)htonl((isc_uint32_t)(x)))
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h-242-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h-244-#define ISC_IPADDR_ISMULTICAST(i) \
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h:245:		(((isc_uint32_t)(i) & ISC__IPADDR(0xf0000000)) \
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h:246:		 == ISC__IPADDR(0xe0000000))
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h-247-
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h-248-#define ISC_IPADDR_ISEXPERIMENTAL(i) \
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h:249:		(((isc_uint32_t)(i) & ISC__IPADDR(0xf0000000)) \
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h:250:		 == ISC__IPADDR(0xf0000000))
ntp-4.2.8p15+dfsg/lib/isc/unix/include/isc/net.h-251-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-217-
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c:218:	get_addr(family, &iter->current.address, ifa->ifa_addr, ifa->ifa_name);
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-219-
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-220-	if (ifa->ifa_netmask != NULL)
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c:221:		get_addr(family, &iter->current.netmask, ifa->ifa_netmask,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-222-			 ifa->ifa_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-225-	    (iter->current.flags & INTERFACE_F_POINTTOPOINT) != 0)
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c:226:		get_addr(family, &iter->current.dstaddress, ifa->ifa_dstaddr,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-227-			 ifa->ifa_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-230-	    (iter->current.flags & INTERFACE_F_BROADCAST) != 0)
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c:231:		get_addr(family, &iter->current.broadcast, ifa->ifa_broadaddr,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_getifaddrs.c-232-			 ifa->ifa_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-419-static void
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:420:get_inaddr(isc_netaddr_t *dst, struct in_addr *src) {
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-421-	dst->family = AF_INET;
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-434-	iter->current.flags = INTERFACE_F_UP;
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:435:	get_inaddr(&iter->current.address, &ci.addr);
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:436:	get_inaddr(&iter->current.netmask, &ci.netmask);
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-437-	return (ISC_R_SUCCESS);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-494-
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:495:	get_addr(family, &iter->current.address,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-496-		 (struct sockaddr *)&ifrp->ifr_addr, ifreq.ifr_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-624-		}
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:625:		get_addr(family, &iter->current.dstaddress,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-626-			 (struct sockaddr *)&ifreq.ifr_dstaddr, ifreq.ifr_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-647-		}
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:648:		get_addr(family, &iter->current.broadcast,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-649-			 (struct sockaddr *)&ifreq.ifr_broadaddr, ifreq.ifr_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-671-	}
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:672:	get_addr(family, &iter->current.netmask,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-673-		 (struct sockaddr *)&ifreq.ifr_addr, ifreq.ifr_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-713-
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:714:	get_addr(family, &iter->current.address,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-715-		 (struct sockaddr *)&lifreq.lifr_addr, lifreq.lifr_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-802-		}
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:803:		get_addr(family, &iter->current.dstaddress,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-804-			 (struct sockaddr *)&lifreq.lifr_dstaddr,
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-827-		}
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:828:		get_addr(family, &iter->current.broadcast,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-829-			 (struct sockaddr *)&lifreq.lifr_broadaddr,
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-877-	}
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c:878:	get_addr(family, &iter->current.netmask,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_ioctl.c-879-		 (struct sockaddr *)&lifreq.lifr_addr, lifreq.lifr_name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-259-
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c:260:		get_addr(family, &iter->current.address, addr_sa,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-261-			 iter->current.name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-263-		if (mask_sa != NULL)
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c:264:			get_addr(family, &iter->current.netmask, mask_sa,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-265-				 iter->current.name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-268-		    (iter->current.flags & INTERFACE_F_POINTTOPOINT) != 0)
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c:269:			get_addr(family, &iter->current.dstaddress, dst_sa,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-270-				 iter->current.name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-273-		    (iter->current.flags & INTERFACE_F_BROADCAST) != 0)
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c:274:			get_addr(family, &iter->current.broadcast, dst_sa,
ntp-4.2.8p15+dfsg/lib/isc/unix/ifiter_sysctl.c-275-				 iter->current.name);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/unix/interfaceiter.c-69-static void
ntp-4.2.8p15+dfsg/lib/isc/unix/interfaceiter.c:70:get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src,
ntp-4.2.8p15+dfsg/lib/isc/unix/interfaceiter.c-71-	 char *ifname)
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h-142-
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h:143:#define ISC__IPADDR(x)	((isc_uint32_t)htonl((isc_uint32_t)(x)))
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h-144-
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h-145-#define ISC_IPADDR_ISMULTICAST(i) \
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h:146:		(((isc_uint32_t)(i) & ISC__IPADDR(0xf0000000)) \
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h:147:		 == ISC__IPADDR(0xe0000000))
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h-148-
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h-149-#define ISC_IPADDR_ISEXPERIMENTAL(i) \
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h:150:		(((isc_uint32_t)(i) & ISC__IPADDR(0xf0000000)) \
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h:151:		 == ISC__IPADDR(0xf0000000))
ntp-4.2.8p15+dfsg/lib/isc/win32/include/isc/net.h-152-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-103-static void
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:104:get_broadcastaddr(isc_netaddr_t *bcastaddr, isc_netaddr_t *addr, isc_netaddr_t *netmask) {
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-105-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-411-	ipap_match = NULL;
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:412:	isc_netaddr_fromsockaddr(&target,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-413-	    (isc_sockaddr_t *)iter->ipuaCur->Address.lpSockaddr);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-422-			continue;
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:423:		isc_netaddr_fromsockaddr(&pfx,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-424-		    (isc_sockaddr_t *)ipap->Address.lpSockaddr);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-464-	iter->current.af = addr->Address.lpSockaddr->sa_family;
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:465:	isc_netaddr_fromsockaddr(&iter->current.address,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-466-	    (isc_sockaddr_t *)addr->Address.lpSockaddr);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-495-		iter->current.flags |= INTERFACE_F_BROADCAST;
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:496:		get_broadcastaddr(&iter->current.broadcast,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-497-				  &iter->current.address,
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-521-
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:522:	isc_netaddr_fromsockaddr(&iter->current.address,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-523-	    (isc_sockaddr_t *)&(iter->IFData.iiAddress));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-558-	if ((iter->current.flags & INTERFACE_F_POINTTOPOINT) != 0)
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:559:		isc_netaddr_fromsockaddr(&iter->current.dstaddress,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-560-		    (isc_sockaddr_t *)&(iter->IFData.iiBroadcastAddress));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-564-	 */
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:565:	isc_netaddr_fromsockaddr(&iter->current.netmask,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-566-	    (isc_sockaddr_t *)&(iter->IFData.iiNetmask));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-572-	if ((iter->current.flags & INTERFACE_F_BROADCAST) != 0)
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:573:		get_broadcastaddr(&iter->current.broadcast,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-574-				  &iter->current.address,
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-617-	if (iter->pos6 < (unsigned)iter->buf6->iAddressCount) {
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c:618:		isc_netaddr_fromsockaddr(&iter->current.address,
ntp-4.2.8p15+dfsg/lib/isc/win32/interfaceiter.c-619-		    (isc_sockaddr_t *)iter->buf6->Address[iter->pos6].lpSockaddr);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/win32/netdb.h-47-/*
ntp-4.2.8p15+dfsg/lib/isc/win32/netdb.h:48: * Error return codes from gethostbyname() and gethostbyaddr()
ntp-4.2.8p15+dfsg/lib/isc/win32/netdb.h-49- * (left in extern int h_errno).
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-117-
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h:118:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-119-		"movl 8(%ebp), %ecx\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-139-
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h:140:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-141-		"movl 8(%ebp), %ecx\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-155-
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h:156:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-157-		"movl 8(%ebp), %ecx\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-170-}
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h:171:#else /* !ISC_PLATFORM_USEGCCASM && !ISC_PLATFORM_USESTDASM */
ntp-4.2.8p15+dfsg/lib/isc/x86_32/include/isc/atomic.h-172-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-44-
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h:45:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-46-		"movq %rdi, %rdx\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-63-
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h:64:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-65-		"movq %rdi, %rdx\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-82-
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h:83:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-84-		"movq %rdi, %rax\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-101-
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h:102:	__asm (
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-103-		"movl %edx, %ecx\n"
##############################################
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-117-
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h:118:#else /* !ISC_PLATFORM_USEGCCASM && !ISC_PLATFORM_USESTDASM */
ntp-4.2.8p15+dfsg/lib/isc/x86_64/include/isc/atomic.h-119-
##############################################
ntp-4.2.8p15+dfsg/lib/isc/netaddr.c-334-void
ntp-4.2.8p15+dfsg/lib/isc/netaddr.c:335:isc_netaddr_fromsockaddr(isc_netaddr_t *t, const isc_sockaddr_t *s) {
ntp-4.2.8p15+dfsg/lib/isc/netaddr.c-336-	int family = s->type.sa.sa_family;
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-43-isc_boolean_t
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:44:isc_sockaddr_eqaddr(const isc_sockaddr_t *a, const isc_sockaddr_t *b) {
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-45-	return (isc_sockaddr_compare(a, b, ISC_SOCKADDR_CMPADDR|
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-107-	isc_netaddr_t na, nb;
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:108:	isc_netaddr_fromsockaddr(&na, a);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:109:	isc_netaddr_fromsockaddr(&nb, b);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-110-	return (isc_netaddr_eqprefix(&na, &nb, prefixlen));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-125-	 * unsupported address families before calling
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:126:	 * isc_netaddr_fromsockaddr().
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-127-	 */
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-158-
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:159:	isc_netaddr_fromsockaddr(&netaddr, sockaddr);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-160-	result = isc_netaddr_totext(&netaddr, target);
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-372-void
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:373:isc_sockaddr_fromnetaddr(isc_sockaddr_t *sockaddr, const isc_netaddr_t *na,
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-374-		    in_port_t port)
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-451-	    sockaddr->type.sa.sa_family == AF_INET6) {
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:452:		isc_netaddr_fromsockaddr(&netaddr, sockaddr);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-453-		return (isc_netaddr_ismulticast(&netaddr));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-462-	if (sockaddr->type.sa.sa_family == AF_INET) {
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:463:		isc_netaddr_fromsockaddr(&netaddr, sockaddr);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-464-		return (isc_netaddr_isexperimental(&netaddr));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-473-	if (sockaddr->type.sa.sa_family == AF_INET6) {
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:474:		isc_netaddr_fromsockaddr(&netaddr, sockaddr);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-475-		return (isc_netaddr_issitelocal(&netaddr));
##############################################
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-484-	if (sockaddr->type.sa.sa_family == AF_INET6) {
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c:485:		isc_netaddr_fromsockaddr(&netaddr, sockaddr);
ntp-4.2.8p15+dfsg/lib/isc/sockaddr.c-486-		return (isc_netaddr_islinklocal(&netaddr));
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-65-	mingw)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-67-	  ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-68-	cygwin)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-70-	  ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-71-	wine)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-73-	  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-88-  archive=$3
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-67-	mingw/*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-69-	  ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-70-	cygwin/*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-72-	  ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-73-	wine/*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-75-	  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-309-# Name of file we expect compiler to create.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-311-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/compile-317-while true; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-34-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-36-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-151-	EOF
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-153-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-209-	    *)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-211-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-240-	*4.0)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-242-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-243-	*5.*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-245-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-288-	# 1.2 uses "1.2" for uname -r.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-348-    s390x:SunOS:*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-350-	exit ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-351-    sun4H:SunOS:5.*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-353-	exit ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-356-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-373-	fi
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-375-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-381-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-390-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-394-    sun*:*:4.2BSD:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-532-    *:IRIX*:*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-534-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-562-EOF
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-564-		then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-575-    *:AIX:*:[4567])
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-611-    9000/[34678]??:HP-UX:*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-665-EOF
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-693-    ia64:HP-UX:*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-723-EOF
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-815-	    amd64)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-817-	    *)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-819-	esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-873-    prep*:SunOS:5.*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-875-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-877-	# the GNU system
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-879-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-881-	# other systems with GNU libc and userland
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-883-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-969-EOF
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1263-	fi
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1348-    *:DragonFly:*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1350-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1361-    i*86:skyos:*:*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.guess-1363-	exit ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-52-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-54-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-117-case $maybe_os in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-123-    os=-$maybe_os
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-125-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-127-    os=-linux-android
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-129-    ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-130-  *)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-132-    if [ $basic_machine != $1 ]
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-134-    else os=; fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-181-		os=-sco5v6
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-183-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-185-		os=-sco3.2v5
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-187-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-189-		os=-sco3.2v4
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-191-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-192-	-sco3.2.[4-9]*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-195-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-199-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-203-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-205-		os=-sco3.2v2
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-207-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-208-	-udk*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-210-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-212-		os=-isc2.2
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-214-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-218-	-isc*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-220-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-230-	-ptx*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-232-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-233-	-windowsnt*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-235-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-366-	*-*-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-368-		exit 1
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-491-	amd64-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-493-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-533-	blackfin-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-535-		os=-linux
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-541-	c54x-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-543-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-544-	c55x-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-546-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-547-	c6x-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-549-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-744-	i*86v32)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-746-		os=-sysv32
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-748-	i*86v4*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-750-		os=-sysv4
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-752-	i*86v)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-754-		os=-sysv
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-756-	i*86sol2)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-758-		os=-solaris2
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-782-	leon-*|leon[3-9]-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-784-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-789-	m68knommu-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-791-		os=-linux
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-826-	mips3*-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-828-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-829-	mips3*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-831-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-848-	ms1-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-850-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-967-	parisc-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-969-		os=-linux
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-983-	pc98-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-985-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1000-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1003-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1006-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1007-	pentium4-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1009-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1017-	ppc-* | ppcbe-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1019-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1023-	ppcle-* | powerpclittle-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1025-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1027-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1029-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1033-	ppc64le-* | powerpc64little-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1035-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1116-	strongarm-* | thumb-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1118-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1246-	xscale-* | xscalee[bl]-*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1248-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1323-	*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1325-		exit 1
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1331-	*-digital*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1333-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1334-	*-commodore*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1336-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1352-	-solaris1 | -solaris1.*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1354-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1364-	-gnu/linux*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1366-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1410-	-nto*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1412-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1417-	-mac*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1419-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1423-	-linux*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1425-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1426-	-sunos5*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1428-		;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1429-	-sunos6*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1431-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1478-	-sinix5.*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1480-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1534-		exit 1
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1794-		esac
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/config.sub-1796-		;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-234-      fi
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-236-    *)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-281-      dstdir=$dst
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:282:      dst=$dstdir/`basename "$src"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-283-      dstdir_status=0
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-284-    else
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:285:      dstdir=`dirname "$dst"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-286-      test -d "$dstdir"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-402-            case $prefix in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-404-              *) qprefix=$prefix;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-451-    if $copy_on_change &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/install-sh-454-       set -f &&
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-103-#
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-105-#
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-410-# The name of this program.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-412-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-416-  *[\\/]*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-610-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-613-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-639-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-641-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-760-      }
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-761-    done
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-763-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-831-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-833-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-865-      done
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-867-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-903-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1113-        *)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1198-    case $2 in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1201-    esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1273-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1358-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1360-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1517-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1519-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1870-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1872-      func_split_equals_rhs=
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1875-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1898-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-1901-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2074-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2110-  {
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2112-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2115-  {
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2117-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2659-      done
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2662-      case $@ in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2672-	    # Evaluate the configuration.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2674-	    CC_quoted=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2678-	    done
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2681-	    case "$@ " in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3009-    # LT_CYGPATH in this case.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3011-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3376-    *.[cCFSifmso] | \
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3474-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3520-      if test warn = "$need_locks" &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3522-	$ECHO "\
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains:
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3525-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3569-      if test warn = "$need_locks" &&
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3571-	$ECHO "\
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains:
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3574-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3895-      # Get the absolute pathname.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4280-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4293-	  else
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4295-	  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4458-	    fi
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4477-	        # Replace the output file specification.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4479-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4498-	  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4570-    my_pic_p=${3-false}
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4572-    my_dlsyms=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4862-	  else
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4865-	  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4867-	*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4870-	  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4882-      # Nullify the symbol file.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4885-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4925-  win32_libid_type=unknown
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4927-  case $win32_fileres in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4990-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-4992-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5008-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5072-    # binutils import library
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5075-    # ms-generated import library
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5077-  else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5160-	    darwin_arch=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5172-	    darwin_file=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5189-      esac
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5191-    done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5260-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5262-    $ECHO "\
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5295-    --lt-dump-script)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5324-  done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5380-  # Find the directory that this script lives in.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5386-  while test -n \"\$file\"; do
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5388-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5396-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5399-  done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5410-    case \"\$thisdir\" in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5416-  # Try to get the absolute directory name.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5443-      else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-5487-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6464-
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6466-    *import*) : ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6712-	    moreargs=
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6714-	    do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6973-	*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7287-      -Z*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7459-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7871-	fi
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7944-	*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8197-	    shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8489-		*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8500-		  depdepl=
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8511-                      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8522-		else
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8545-	else
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8547-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8634-        linux*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9039-	removelist=
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9065-	# Transform .lo files to .o files.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9067-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9070-      #for path in $notinst_path; do
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9074-      #done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9191-		if test -n "$i"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9194-		  set dummy $deplib_matches; shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9195-		  deplib_match=$1
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9234-		  if test -n "$i"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9237-		    set dummy $deplib_matches; shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9238-		    deplib_match=$1
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9284-	      if test -n "$a_deplib"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9288-		else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9294-		    shopt -s nocaseglob
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9296-		    $nocaseglob
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9297-		  else
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9299-		  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9314-			case $potliblink in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9317-			esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9368-	      if test -n "$a_deplib"; then
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9407-	  newdeplibs=
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9413-	    done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9439-	  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9489-	*-*-darwin*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9493-	  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9616-	# Use standard objects if they are pic
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10145-      # Create the old-style object.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10147-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10206-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10224-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10359-	# Transform all the library objects into standard objects.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10362-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10387-	# Replace the output file specification.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10396-	  func_to_tool_file "$output"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10440-	# Replace the output file specification.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10442-	# Delete the old output file.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10448-	  func_to_tool_file "$output"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10468-          ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10479-      # Replace the output file specification.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10481-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10489:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10511-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10802-		name=$func_basename_result
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10821-		name=$func_basename_result
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-64-  case $1 in
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-66-      *) dir=;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-73-{
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-75-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-128-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-405-        sleep 1
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:406:        i=`expr $i - 1`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-407-      done
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-408-    fi
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:409:    i=`expr $i - 1`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-410-  done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-425-  # Do two passes, one to just change these to
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-659-  done
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-103-case $input in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-111-esac
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-113-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-150-  shift
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-153-done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-182-  do
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-184-    if test -f "$from"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-198-        realtarget=$target
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
ntp-4.2.8p15+dfsg/sntp/libevent/build-aux/ylwrap-200-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/dns.h-659-EVENT2_EXPORT_SYMBOL
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/dns.h:660:int evdns_server_request_get_requesting_addr(struct evdns_server_request *req, struct sockaddr *sa, int addr_len);
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/dns.h-661-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/dns.h-709-EVENT2_EXPORT_SYMBOL
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/dns.h:710:int evdns_base_get_nameserver_addr(struct evdns_base *base, int idx,
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/dns.h-711-    struct sockaddr *sa, ev_socklen_t len);
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/http.h-737-const struct sockaddr*
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/http.h:738:evhttp_connection_get_addr(struct evhttp_connection *evcon);
ntp-4.2.8p15+dfsg/sntp/libevent/include/event2/http.h-739-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libevent_openssl.m4-12-     *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libevent_openssl.m4:13:	OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libevent_openssl.m4-14-	case "$OPENSSL_LIBS" in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libevent_openssl.m4-19-	esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libevent_openssl.m4:20:	OPENSSL_INCS=`$PKG_CONFIG --cflags openssl 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libevent_openssl.m4-21-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-119-    done
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-121-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-439-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-447-#
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-561-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-574-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1165-      }]'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1170-  fi],[])
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1203-  ECHO='print -r --'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1239-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1260-   if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1262-   fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1264- /*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1266-   ;; #(
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1296-      *ELF-32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1313-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1323-    else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1325-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1345-    emul=elf
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1347-      *32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1353-    esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1355-      *MSB*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1361-    esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1363-      *N32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1726-    # And add a safety zone
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1729-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1759-    if test -n "$kargmax"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1761-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1771-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1780-      # we can't tell.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1784-      do
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1785:        i=`expr $i + 1`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1788-      # Only check the string length outside the loop.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1790-      teststring=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-1795-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2259-    *:)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2261-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2262-    x:*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2264-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2265-    *::*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2268-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2269-    *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2271-        ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2299-  esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2308-    ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2309-  *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2311-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2357-  esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2359-else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2500-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2543-      fi'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2559-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2563-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2570-    libname_spec='$name'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2587-      # Convert to MSYS style.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2589-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2597-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2603-      else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2605-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2625-    # Assume MSVC wrapper
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2877:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2930-  need_lib_prefix=no
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2931:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2932-    need_version=no
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2957-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2958:  postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2959:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2960:    dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2961-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2966-    fi'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:2967:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-2968-    dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3177-	"file_magic "*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3179-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3260-    # gcc leaves a trailing carriage return, which upsets mingw
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3261:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3262-  *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3263:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3264-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3269-      # Canonicalize the pathname of ld
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3270:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3271-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3272:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3273-      done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3300-      # Break only if it was the GNU/non-GNU ld that we prefer.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3301:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3302-      *GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3340-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3341:case `$LD -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3342-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3567-openbsd* | bitrig*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3568:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3569-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3634-    else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3635:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3636-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3685-	esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3686:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3687-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3691-	*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3692:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3693-	  */dev/null*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3717-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3718:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3719-    *COFF*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3776-  # decide which one to use based on capabilities of $DLLTOOL
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3777:  case `$DLLTOOL --help 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3778-  *--identify-strict*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3950-# If we're using GNU nm, then use its standard symbol codes.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3951:case `$NM -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3952-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-3998-mingw*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:3999:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4000-  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4054-    nlist=conftest.nm
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:4055:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4056-      # Try sorting and uniquifying the output.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4402-	  *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:4403:	    case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4404-	    *Sun\ C*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4738-      *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:4739:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4740-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4921-    else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:4922:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-4923-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5014-	# shared libraries, regardless of the interface used.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5015:	case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5016-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5046-    supports_anon_versioning=no
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5047:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5048-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5149-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5150:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5151-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5172:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5173:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5174-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5189-        pgcc*)				# Portland Group C compiler
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5190:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5191-	  tmp_addflag=' $pic_flag'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5194-					# Portland Group f77 and f90 compilers
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5195:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5196-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5211-	nvcc*)	# Cuda Compiler Driver 2.2
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5213-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5215-	esac
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5216:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5217-	*Sun\ C*)			# Sun C 5.9
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5218:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5287:      case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5288-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5375-	else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5376:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5377-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5440-	# below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5441:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5442-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5496-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5497:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5498-      else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5521-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5522:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5523-	  if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5612-	# FIXME: Setting linknames here is a bad hack.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5613:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5614-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5750-      if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5751:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5752-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5773-	if test yes = "$lt_cv_irix_exported_symbol"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5774:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5775-	fi
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5776-      else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5777:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5778:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5779-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5823-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5824:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5825-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5854-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5855:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5856-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5868-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5869:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5870-      else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5873-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5882:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5883-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5886:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5887:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5888:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5889-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5904-      else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:5905:	case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-5906-	*"Compilers 5.0"*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6097-	  _LT_TAGVAR(allow_undefined_flag, $1)=
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6098:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6099-	  then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6401-        # ancient GNU ld didn't support --whole-archive et. al.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6402:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6403-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6511-          # below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6512:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6513-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6569-
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6570:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6571-        else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6594-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6595:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6596-	    if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6723-	  prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6724:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6725-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6797-            # dependencies.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6798:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6799-            ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6862-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6863:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6864-	    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6898-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6899:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6900:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6901-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6905-	    # SGI C++
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6906:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6907-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6916-	      if test no = "$with_gnu_ld"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6917:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6918-	      else
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6919:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6920-	      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6937-	    # to its proper name (with version) after linking.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6938:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6939:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6940-	    # Commands to make compiler produce verbose output that lists
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6947-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6948:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6949-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6962-	    # earlier do not add the objects themselves.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6963:	    case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6964-	      *"Version 7."*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6983-            # Portland Group C++ compiler
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6984:	    case `$CC -V` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6985-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6988-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6989:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6990-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6992-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6993:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6994-                $RANLIB $oldlib'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:6998:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-6999-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7002:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7003-	      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7011-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7012:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7013-            ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7030-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7031:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7032-	    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7045-	  *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7046:	    case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7047-	    *Sun\ C*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7052-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7053:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7054-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7117-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7118:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7119-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7136-	    # to its proper name (with version) after linking.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7137:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7138-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7157-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7158:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7159-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7163:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7164:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7165-                  echo "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7166:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7167-                  $RM $lib.exp'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7181-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7182:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7183-	    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7188-	        osf3*)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7189:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7190-		  ;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7191-	        *)
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7193-		  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7441-  case @S|@2 in
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7442:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7443:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7444-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7530-
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7531:  for p in `eval "$output_verbose_link_cmd"`; do
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7532-    case $prev$p in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7634-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:7635: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-7636-fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-8254-    test 10 -lt "$lt_ac_count" && break
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
ntp-4.2.8p15+dfsg/sntp/libevent/m4/libtool.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/m4/ltsugar.m4-68-m4_define([lt_combine],
ntp-4.2.8p15+dfsg/sntp/libevent/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
ntp-4.2.8p15+dfsg/sntp/libevent/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_bufferevent.c-695-	slen = sizeof(ss);
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_bufferevent.c:696:	if (regress_get_listener_addr(lev, sa, &slen) < 0) {
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_bufferevent.c-697-		tt_abort_perror("getsockname");
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_bufferevent.c-1061-	slen = sizeof(ss);
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_bufferevent.c:1062:	if (regress_get_listener_addr(lev, sa, &slen) < 0) {
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_bufferevent.c-1063-		tt_abort_perror("getsockname");
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-178-static void
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c:179:dns_gethostbyaddr(void)
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-180-{
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-414-
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c:415:		slen2 = evdns_base_get_nameserver_addr(base, 0, (struct sockaddr *)&ss2, 3);
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-416-		tt_int_op(slen2, ==, slen);
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-417-		tt_int_op(ss2.ss_family, ==, 0);
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c:418:		slen2 = evdns_base_get_nameserver_addr(base, 0, (struct sockaddr *)&ss2, sizeof(ss2));
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-419-		tt_int_op(slen2, ==, slen);
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-421-
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c:422:		slen2 = evdns_base_get_nameserver_addr(base, 1, (struct sockaddr *)&ss2, sizeof(ss2));
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_dns.c-423-		tt_int_op(-1, ==, slen2);
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_http.c-3866-
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_http.c:3867:	storage = evhttp_connection_get_addr(evcon);
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_http.c-3868-	tt_assert(storage);
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_testutils.c-211-int
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_testutils.c:212:regress_get_listener_addr(struct evconnlistener *lev,
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_testutils.c-213-    struct sockaddr *sa, ev_socklen_t *socklen)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_testutils.h-61-struct sockaddr;
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_testutils.h:62:int regress_get_listener_addr(struct evconnlistener *lev,
ntp-4.2.8p15+dfsg/sntp/libevent/test/regress_testutils.h-63-    struct sockaddr *sa, ev_socklen_t *socklen);
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/test/test.sh-30-
ntp-4.2.8p15+dfsg/sntp/libevent/test/test.sh:31:T=`echo "$0" | sed -e 's/test.sh$//' | sed -e 's/test-script.sh//' `
ntp-4.2.8p15+dfsg/sntp/libevent/test/test.sh-32-if test -x "$T/test-init"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
ntp-4.2.8p15+dfsg/sntp/libevent/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-45-  as_echo='print -r --'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-46-  as_echo_n='print -rn --'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-48-  as_echo='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-50-else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
ntp-4.2.8p15+dfsg/sntp/libevent/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-62-      esac;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ntp-4.2.8p15+dfsg/sntp/libevent/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
ntp-4.2.8p15+dfsg/sntp/libevent/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
ntp-4.2.8p15+dfsg/sntp/libevent/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-332-      case $as_dir in #(
ntp-4.2.8p15+dfsg/sntp/libevent/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ntp-4.2.8p15+dfsg/sntp/libevent/configure-334-      *) as_qdir=$as_dir;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-405-  {
ntp-4.2.8p15+dfsg/sntp/libevent/configure:406:    as_val=`expr "$@" || test $? -eq 1`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-407-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-412-# ----------------------------------------
ntp-4.2.8p15+dfsg/sntp/libevent/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ntp-4.2.8p15+dfsg/sntp/libevent/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ntp-4.2.8p15+dfsg/sntp/libevent/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-896-  case $ac_option in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:897:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-898-  *=)   ac_optarg= ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-940-  -disable-* | --disable-*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:941:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-942-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-945-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/libevent/configure:946:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-947-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-966-  -enable-* | --enable-*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:967:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-968-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-971-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/libevent/configure:972:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-973-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1170-  -with-* | --with-*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1171:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1172-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1175-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1176:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1177-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1186-  -without-* | --without-*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1187:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1191-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1192:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1193-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1224-  *=*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1225:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1226-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1245-if test -n "$ac_prev"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1246:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1247-  as_fn_error $? "missing argument to $ac_option"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1267-    */ )
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1268:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1269-      eval $ac_var=\$ac_val;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1302-ac_ls_di=`ls -di .` &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1303:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1304-  as_fn_error $? "working directory cannot be determined"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1358-case $srcdir in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1359:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1360-esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1401-By default, \`make install' will install all the files in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1402:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1403:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1404-for instance \`--prefix=\$HOME'.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1527-*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1528:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1529-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1530:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1531-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1943-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1944:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:1945:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-1946-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2351-    *\'*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2352:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2353-    esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2434-      case $ac_val in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2435:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2436-      esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2449-	case $ac_val in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2450:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2451-	esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2569-    set,)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2570:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2571:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2572-      ac_cache_corrupted=: ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2580-	# differences in whitespace do not lead to failure.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2581:	ac_old_val_w=`echo x $ac_old_val`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2582:	ac_new_val_w=`echo x $ac_new_val`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2583-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2600-    case $ac_new_val in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2601:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2602-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2779-     echo "timestamp, slept: $am_has_slept" > conftest.file
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2780:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2781-     if test "$*" = "X"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2782-	# -L didn't work.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2783:	set X `ls -t "$srcdir/configure" conftest.file`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2784-     fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2830-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2831:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2832-
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2833-# Expand $ac_aux_dir to an absolute path.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2834:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2835-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2975-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ntp-4.2.8p15+dfsg/sntp/libevent/configure:2976:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ntp-4.2.8p15+dfsg/sntp/libevent/configure-2977-	     'mkdir (GNU coreutils) '* | \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3048-set x ${MAKE-make}
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3049:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3050-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3058-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3059:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3060-  *@@@%%%=?*=@@@%%%*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3124-
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3125:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3126-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3309-# Ignore all kinds of additional output from 'make'.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3310:case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3311-*the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3319-   echo '.include "confinc"' > confmf
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3320:   case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3321-   *the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3698-$as_echo_n "checking whether the C compiler works... " >&6; }
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3699:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3700-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3742-	then :; else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3743:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3744-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3802-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3803:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3804-	  break;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3911-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure:3912:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-3913-       break;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4229-  if test "$am_compiler_list" = ""; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4230:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4231-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4486-  # Check for GNU $ac_path_GREP
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4487:case `"$ac_path_GREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4488-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4552-  # Check for GNU $ac_path_EGREP
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4553:case `"$ac_path_EGREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4554-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4713-do :
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4714:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4715-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4718-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4719:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4720-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4800-test "x$ac_build_alias" = x &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4801:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4802-test "x$ac_build_alias" = x &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4803-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4804:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4805-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4824-IFS=$ac_save_IFS
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4825:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4826-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4835-else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4836:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4837-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4857-IFS=$ac_save_IFS
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4858:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4859-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4910-  # Check for GNU $ac_path_SED
ntp-4.2.8p15+dfsg/sntp/libevent/configure:4911:case `"$ac_path_SED" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-4912-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5171-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5172:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5173-  ECHO='print -r --'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5174:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5175-  ECHO='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5240-  # Check for GNU $ac_path_SED
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5241:case `"$ac_path_SED" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5242-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5319-  # Check for GNU $ac_path_FGREP
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5320:case `"$ac_path_FGREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5321-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5399-    # gcc leaves a trailing carriage return, which upsets mingw
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5400:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5401-  *)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5402:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5403-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5408-      # Canonicalize the pathname of ld
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5409:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5410-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5411:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5412-      done
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5443-      # Break only if it was the GNU/non-GNU ld that we prefer.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5444:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5445-      *GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5474-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5475:case `$LD -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5476-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5524-	esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5525:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5526-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5530-	*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5531:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5532-	  */dev/null*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5658-
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5659:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5660-    *COFF*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5759-    # And add a safety zone
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5760:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5761:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5762-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5792-    if test -n "$kargmax"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5793:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5794-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5801-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5802:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5803:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5804-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5813-      # we can't tell.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5814:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5815-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5817-      do
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5818:        i=`expr $i + 1`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5819-        teststring=$teststring$teststring
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5821-      # Only check the string length outside the loop.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5822:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5823-      teststring=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5826-      # linker.  It appears as though 1/2 is a usable value.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:5827:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-5828-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6237-openbsd* | bitrig*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:6238:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6239-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6307-    else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:6308:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6309-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6452-  # decide which one to use based on capabilities of $DLLTOOL
ntp-4.2.8p15+dfsg/sntp/libevent/configure:6453:  case `$DLLTOOL --help 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6454-  *--identify-strict*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6973-# If we're using GNU nm, then use its standard symbol codes.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:6974:case `$NM -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-6975-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7021-mingw*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7022:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7023-  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7253-   if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7254:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7255-   fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7257- /*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7258:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7259-   ;; #(
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7352-    done
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7353:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7354-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7374-  test $ac_status = 0; }; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7375:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7376-      *ELF-32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7395-    if test yes = "$lt_cv_prog_gnu_ld"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7396:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7397-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7407-    else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7408:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7409-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7433-    emul=elf
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7434:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7435-      *32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7441-    esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7442:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7443-      *MSB*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7449-    esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:7450:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-7451-      *N32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8382-    *:)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8383:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8384-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8385-    x:*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8386:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8387-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8388-    *::*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8389:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8390:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8391-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8392-    *)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8393:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8394-        ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8747-	"file_magic "*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8748:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8749-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8813-	"file_magic "*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:8814:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-8815-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9211-      *)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9212:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9213-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9657-	# shared libraries, regardless of the interface used.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9658:	case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9659-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9689-    supports_anon_versioning=no
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9690:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9691-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9758-	# is; otherwise, prepend EXPORTS...
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9759:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9760-          cp $export_symbols $output_objdir/$soname.def;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9792-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9793:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9794-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9814-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9815:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9816:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9817-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9832-        pgcc*)				# Portland Group C compiler
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9833:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9834-	  tmp_addflag=' $pic_flag'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9837-					# Portland Group f77 and f90 compilers
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9838:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9839-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9854-	nvcc*)	# Cuda Compiler Driver 2.2
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9855:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9856-	  compiler_needs_object=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9858-	esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9859:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9860-	*Sun\ C*)			# Sun C 5.9
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9861:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9862-	  compiler_needs_object=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9929-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:9930:      case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-9931-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10018-	else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10019:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10020-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10083-	# below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10084:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10085-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10163-      }'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10164:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10165-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10166-  if test -z "$lt_cv_aix_libpath_"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10167:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10168-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10181-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10182:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10183-      else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10216-      }'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10217:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10218-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10219-  if test -z "$lt_cv_aix_libpath_"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10220:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10221-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10248-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10249:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10250-	  if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10301-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10302:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10303-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10339-	# FIXME: Setting linknames here is a bad hack.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10340:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10341-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10357-  if test yes = "$lt_cv_ld_force_load"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10358:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10359-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10537-      if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10538:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10539-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10565-	if test yes = "$lt_cv_irix_exported_symbol"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10566:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10567-	fi
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10568-      else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10569:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10570:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10571-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10615-	hardcode_direct_absolute=yes
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10616:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10617-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10646-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10647:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10648-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10660-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10661:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10662-      else
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10663-	allow_undefined_flag=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10664:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10665-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10673-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10674:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10675-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10677-	allow_undefined_flag=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10678:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10679:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10680:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10681-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10696-      else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:10697:	case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-10698-	*"Compilers 5.0"*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11095-  esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11096:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11097-  case $lt_search_path_spec in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11102-    # okay in the real world where ";" in dirpaths is itself problematic.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11103:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11104-    ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11105-  *)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11106:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11107-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11111-  lt_tmp_lt_search_path_spec=
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11112:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11113-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11153-  esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11154:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11155-else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11293-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11294:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11295-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11329-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11330:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11331:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11332:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11333-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11338-      fi'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11339:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11340-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11346-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11347:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11348-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11352-      # MinGW DLLs use traditional 'lib' prefix
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11353:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11354-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11356-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11357:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11358-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11365-    libname_spec='$name'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11366:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11367-    library_names_spec='$libname.dll.lib'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11377-        # Let DOS variable expansion print the short 8.3 style file name.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11378:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11379-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11382-      # Convert to MSYS style.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11383:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11384-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11388-      # like /cygdrive/c/PROGRA~1:/cygdr...
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11389:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11390:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11391:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11392-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11396-        # It is most probably a Windows format PATH.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11397:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11398-      else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11399:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11400-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11406-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11407:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11408:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11409:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11410-      test -d \$dldir || mkdir -p \$dldir~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11411-      $install_prog $dir/$dlname \$dldir/$dlname'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11412:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11413-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11420-    # Assume MSVC wrapper
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11421:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11422-    dynamic_linker='Win32 ld.exe'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11437-  shlibpath_var=DYLD_LIBRARY_PATH
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11438:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11439-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11690-  if test -f /etc/ld.so.conf; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11691:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11692-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11744-  need_lib_prefix=no
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11745:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11746-    need_version=no
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11771-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11772:  postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11773:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11774:    dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11775-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11780-    fi'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:11781:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/libevent/configure-11782-    dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13494-     *)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:13495:	OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13496-	case "$OPENSSL_LIBS" in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13501-	esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:13502:	OPENSSL_INCS=`$PKG_CONFIG --cflags openssl 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13503-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13625-do :
ntp-4.2.8p15+dfsg/sntp/libevent/configure:13626:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13627-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13629-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/libevent/configure:13630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/libevent/configure-13631-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-14134-do :
ntp-4.2.8p15+dfsg/sntp/libevent/configure:14135:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-14136-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-14138-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/libevent/configure:14139:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/libevent/configure-14140-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16228-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16229:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16230-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16391-if test -z "$BASH_VERSION$ZSH_VERSION" \
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16392:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16393-  as_echo='print -r --'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16394-  as_echo_n='print -rn --'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16395:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16396-  as_echo='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16398-else
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16399:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16400-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16408-	expr "X$arg" : "X\\(.*\\)$as_nl";
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16409:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16410-      esac;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16485-# ----------------------------------------
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16486:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16487-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16557-  {
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16558:    as_val=`expr "$@" || test $? -eq 1`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16559-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16661-      case $as_dir in #(
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16662:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16663-      *) as_qdir=$as_dir;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16796-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16797:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16798-ac_cs_version="\\
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16821-  --*=?*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16822:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16823:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16824-    ac_shift=:
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16826-  --*=)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16827:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16828-    ac_optarg=
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16850-    case $ac_optarg in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16851:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16852-    '') as_fn_error $? "missing file argument" ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16858-    case $ac_optarg in
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16859:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16860-    esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-16927-delay_variable_subst='$delay_variable_subst'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16928:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16929:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16930:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16931:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16932:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16933:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16934:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16935:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16936:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16937:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16938:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16939:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16940:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16941:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16942:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16943:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16944:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16945:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16946:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16947:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16948:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16949:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16950:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16951:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16952:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16953:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16954:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16955:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16956:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16957:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16958:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16959:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16960:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16961:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16962:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16963:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16964:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16965:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16966:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16967:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16968:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16969:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16970:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16971:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16972:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16973:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16974:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16975:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16976:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16977:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16978:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16979:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16980:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16981:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16982:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16983:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16984:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16985:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16986:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16987:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16988:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16989:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16990:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16991:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16992:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16993:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16994:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16995:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16996:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16997:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16998:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:16999:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17000:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17001:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17002:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17003:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17004:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17005:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17006:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17007:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17008:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17009:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17010:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17011:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17012:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17013:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17014:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17015:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17016:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17017:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17018:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17019:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17020:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17021:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17022:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17023:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17024:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17025:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17026:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17027:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17028:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17029:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17030:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17031:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17032:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17033:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17034:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17035:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17036:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17037:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17038:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17039:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17040:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17041:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17042:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17043:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17044:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17045:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17046:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17047:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17048:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17049:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17050:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17051:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17052:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17053:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17054:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17055:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17056:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17057:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17058:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17059:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17060:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17061:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17062:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17063-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17144-striplib; do
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17145:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17146-    *[\\\\\\\`\\"\\\$]*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17147:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17148-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17175-configure_time_lt_sys_library_path; do
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17176:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17177-    *[\\\\\\\`\\"\\\$]*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17178:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17179-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17274-fi
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17275:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17276-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17291-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17292:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17293-ac_delim='%!_!# '
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17297-
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17298:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17299-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17435-for ac_last_try in false false :; do
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17436:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17437-  if test -z "$ac_tt"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17567-      esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17568:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17569-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17626-*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17627:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17628-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17629:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17630-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17687-/@mandir@/p'
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17688:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17689-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17704-
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17705:# Neutralize VPATH when `$srcdir' = `.'.
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17706-# Shell code in configure.ac might set extrasub.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17732-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17733:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17734-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17778-    * )
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17779:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17780-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17825-    # Strip MF so we end up with the name of the file.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17826:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17827-    # Check whether this is an Automake generated Makefile or not.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17862-    # from the Makefile without running 'make'.
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17863:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17864-    test -z "$DEPDIR" && continue
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17865:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17866-    test -z "$am__include" && continue
ntp-4.2.8p15+dfsg/sntp/libevent/configure:17867:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-17868-    # Find all dependency output files, they are included files with
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18384-    *:)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:18385:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18386-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18387-    x:*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:18388:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18389-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18390-    *::*)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:18391:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure:18392:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18393-        ;;
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18394-    *)
ntp-4.2.8p15+dfsg/sntp/libevent/configure:18395:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18396-        ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18411-    done
ntp-4.2.8p15+dfsg/sntp/libevent/configure:18412:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/sntp/libevent/configure-18413-}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-94-# and then we would define $MISSING as
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-109-])
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-207-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-367-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-371-    # from the Makefile without running 'make'.
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-373-    test -z "$DEPDIR" && continue
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-375-    test -z "$am__include" && continue
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-385-      test -f "$dirpart/$file" && continue
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-602-    * )
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-604-  esac
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-605-done
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-607-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-683-   echo '.include "confinc"' > confmf
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-867-     if test "$[*]" = "X"; then
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-868-	# -L didn't work.
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
ntp-4.2.8p15+dfsg/sntp/libevent/aclocal.m4-870-     fi
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-72-  { \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-74-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-158-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-160-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-162-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-163-  esac;
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-165-am__install_max = 40
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-166-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-168-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-638-case "$@" in						\
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:639:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-640-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-668-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:669:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:670:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-671-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-680-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:681:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-682-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1278-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1279:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1280-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1518-.c.o:
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1519:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1520-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1526-.c.obj:
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1527:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1528:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1529-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1531-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1532:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1533-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1534-.c.lo:
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1535:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1536-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1542-libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1543:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1544-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1546-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1547:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1548-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1549-test/test_regress-regress.o: test/regress.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1550:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress.Tpo -c -o test/test_regress-regress.o `test -f 'test/regress.c' || echo '$(srcdir)/'`test/regress.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1551-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.Tpo test/$(DEPDIR)/test_regress-regress.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1553-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1554:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.o `test -f 'test/regress.c' || echo '$(srcdir)/'`test/regress.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1555-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1556-test/test_regress-regress.obj: test/regress.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1557:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress.Tpo -c -o test/test_regress-regress.obj `if test -f 'test/regress.c'; then $(CYGPATH_W) 'test/regress.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1558-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.Tpo test/$(DEPDIR)/test_regress-regress.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1560-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1561:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.obj `if test -f 'test/regress.c'; then $(CYGPATH_W) 'test/regress.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1562-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1563-test/test_regress-regress.gen.o: test/regress.gen.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1564:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.gen.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress.gen.Tpo -c -o test/test_regress-regress.gen.o `test -f 'test/regress.gen.c' || echo '$(srcdir)/'`test/regress.gen.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1565-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.gen.Tpo test/$(DEPDIR)/test_regress-regress.gen.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1567-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1568:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.gen.o `test -f 'test/regress.gen.c' || echo '$(srcdir)/'`test/regress.gen.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1569-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1570-test/test_regress-regress.gen.obj: test/regress.gen.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1571:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.gen.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress.gen.Tpo -c -o test/test_regress-regress.gen.obj `if test -f 'test/regress.gen.c'; then $(CYGPATH_W) 'test/regress.gen.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.gen.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1572-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.gen.Tpo test/$(DEPDIR)/test_regress-regress.gen.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1574-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1575:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.gen.obj `if test -f 'test/regress.gen.c'; then $(CYGPATH_W) 'test/regress.gen.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.gen.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1576-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1577-test/test_regress-regress_buffer.o: test/regress_buffer.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1578:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_buffer.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_buffer.Tpo -c -o test/test_regress-regress_buffer.o `test -f 'test/regress_buffer.c' || echo '$(srcdir)/'`test/regress_buffer.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1579-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_buffer.Tpo test/$(DEPDIR)/test_regress-regress_buffer.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1581-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1582:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_buffer.o `test -f 'test/regress_buffer.c' || echo '$(srcdir)/'`test/regress_buffer.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1583-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1584-test/test_regress-regress_buffer.obj: test/regress_buffer.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1585:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_buffer.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_buffer.Tpo -c -o test/test_regress-regress_buffer.obj `if test -f 'test/regress_buffer.c'; then $(CYGPATH_W) 'test/regress_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_buffer.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1586-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_buffer.Tpo test/$(DEPDIR)/test_regress-regress_buffer.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1588-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1589:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_buffer.obj `if test -f 'test/regress_buffer.c'; then $(CYGPATH_W) 'test/regress_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_buffer.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1590-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1591-test/test_regress-regress_bufferevent.o: test/regress_bufferevent.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1592:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_bufferevent.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo -c -o test/test_regress-regress_bufferevent.o `test -f 'test/regress_bufferevent.c' || echo '$(srcdir)/'`test/regress_bufferevent.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1593-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo test/$(DEPDIR)/test_regress-regress_bufferevent.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1595-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1596:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_bufferevent.o `test -f 'test/regress_bufferevent.c' || echo '$(srcdir)/'`test/regress_bufferevent.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1597-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1598-test/test_regress-regress_bufferevent.obj: test/regress_bufferevent.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1599:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_bufferevent.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo -c -o test/test_regress-regress_bufferevent.obj `if test -f 'test/regress_bufferevent.c'; then $(CYGPATH_W) 'test/regress_bufferevent.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_bufferevent.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1600-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo test/$(DEPDIR)/test_regress-regress_bufferevent.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1602-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1603:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_bufferevent.obj `if test -f 'test/regress_bufferevent.c'; then $(CYGPATH_W) 'test/regress_bufferevent.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_bufferevent.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1604-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1605-test/test_regress-regress_dns.o: test/regress_dns.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1606:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_dns.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_dns.Tpo -c -o test/test_regress-regress_dns.o `test -f 'test/regress_dns.c' || echo '$(srcdir)/'`test/regress_dns.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1607-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_dns.Tpo test/$(DEPDIR)/test_regress-regress_dns.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1609-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1610:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_dns.o `test -f 'test/regress_dns.c' || echo '$(srcdir)/'`test/regress_dns.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1611-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1612-test/test_regress-regress_dns.obj: test/regress_dns.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1613:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_dns.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_dns.Tpo -c -o test/test_regress-regress_dns.obj `if test -f 'test/regress_dns.c'; then $(CYGPATH_W) 'test/regress_dns.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_dns.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1614-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_dns.Tpo test/$(DEPDIR)/test_regress-regress_dns.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1616-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1617:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_dns.obj `if test -f 'test/regress_dns.c'; then $(CYGPATH_W) 'test/regress_dns.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_dns.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1618-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1619-test/test_regress-regress_et.o: test/regress_et.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1620:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_et.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_et.Tpo -c -o test/test_regress-regress_et.o `test -f 'test/regress_et.c' || echo '$(srcdir)/'`test/regress_et.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1621-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_et.Tpo test/$(DEPDIR)/test_regress-regress_et.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1623-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1624:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_et.o `test -f 'test/regress_et.c' || echo '$(srcdir)/'`test/regress_et.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1625-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1626-test/test_regress-regress_et.obj: test/regress_et.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1627:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_et.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_et.Tpo -c -o test/test_regress-regress_et.obj `if test -f 'test/regress_et.c'; then $(CYGPATH_W) 'test/regress_et.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_et.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1628-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_et.Tpo test/$(DEPDIR)/test_regress-regress_et.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1630-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1631:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_et.obj `if test -f 'test/regress_et.c'; then $(CYGPATH_W) 'test/regress_et.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_et.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1632-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1633-test/test_regress-regress_finalize.o: test/regress_finalize.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1634:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_finalize.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_finalize.Tpo -c -o test/test_regress-regress_finalize.o `test -f 'test/regress_finalize.c' || echo '$(srcdir)/'`test/regress_finalize.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1635-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_finalize.Tpo test/$(DEPDIR)/test_regress-regress_finalize.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1638:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_finalize.o `test -f 'test/regress_finalize.c' || echo '$(srcdir)/'`test/regress_finalize.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1639-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1640-test/test_regress-regress_finalize.obj: test/regress_finalize.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1641:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_finalize.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_finalize.Tpo -c -o test/test_regress-regress_finalize.obj `if test -f 'test/regress_finalize.c'; then $(CYGPATH_W) 'test/regress_finalize.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_finalize.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1642-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_finalize.Tpo test/$(DEPDIR)/test_regress-regress_finalize.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1644-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1645:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_finalize.obj `if test -f 'test/regress_finalize.c'; then $(CYGPATH_W) 'test/regress_finalize.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_finalize.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1646-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1647-test/test_regress-regress_http.o: test/regress_http.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_http.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_http.Tpo -c -o test/test_regress-regress_http.o `test -f 'test/regress_http.c' || echo '$(srcdir)/'`test/regress_http.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_http.Tpo test/$(DEPDIR)/test_regress-regress_http.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_http.o `test -f 'test/regress_http.c' || echo '$(srcdir)/'`test/regress_http.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1653-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1654-test/test_regress-regress_http.obj: test/regress_http.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1655:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_http.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_http.Tpo -c -o test/test_regress-regress_http.obj `if test -f 'test/regress_http.c'; then $(CYGPATH_W) 'test/regress_http.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_http.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1656-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_http.Tpo test/$(DEPDIR)/test_regress-regress_http.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1659:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_http.obj `if test -f 'test/regress_http.c'; then $(CYGPATH_W) 'test/regress_http.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_http.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1660-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1661-test/test_regress-regress_listener.o: test/regress_listener.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1662:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_listener.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_listener.Tpo -c -o test/test_regress-regress_listener.o `test -f 'test/regress_listener.c' || echo '$(srcdir)/'`test/regress_listener.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1663-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_listener.Tpo test/$(DEPDIR)/test_regress-regress_listener.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1666:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_listener.o `test -f 'test/regress_listener.c' || echo '$(srcdir)/'`test/regress_listener.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1667-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1668-test/test_regress-regress_listener.obj: test/regress_listener.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_listener.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_listener.Tpo -c -o test/test_regress-regress_listener.obj `if test -f 'test/regress_listener.c'; then $(CYGPATH_W) 'test/regress_listener.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_listener.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_listener.Tpo test/$(DEPDIR)/test_regress-regress_listener.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_listener.obj `if test -f 'test/regress_listener.c'; then $(CYGPATH_W) 'test/regress_listener.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_listener.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1674-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1675-test/test_regress-regress_main.o: test/regress_main.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1676:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_main.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_main.Tpo -c -o test/test_regress-regress_main.o `test -f 'test/regress_main.c' || echo '$(srcdir)/'`test/regress_main.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1677-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_main.Tpo test/$(DEPDIR)/test_regress-regress_main.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1680:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_main.o `test -f 'test/regress_main.c' || echo '$(srcdir)/'`test/regress_main.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1681-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1682-test/test_regress-regress_main.obj: test/regress_main.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_main.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_main.Tpo -c -o test/test_regress-regress_main.obj `if test -f 'test/regress_main.c'; then $(CYGPATH_W) 'test/regress_main.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_main.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_main.Tpo test/$(DEPDIR)/test_regress-regress_main.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_main.obj `if test -f 'test/regress_main.c'; then $(CYGPATH_W) 'test/regress_main.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_main.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1688-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1689-test/test_regress-regress_minheap.o: test/regress_minheap.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_minheap.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_minheap.Tpo -c -o test/test_regress-regress_minheap.o `test -f 'test/regress_minheap.c' || echo '$(srcdir)/'`test/regress_minheap.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_minheap.Tpo test/$(DEPDIR)/test_regress-regress_minheap.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_minheap.o `test -f 'test/regress_minheap.c' || echo '$(srcdir)/'`test/regress_minheap.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1695-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1696-test/test_regress-regress_minheap.obj: test/regress_minheap.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_minheap.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_minheap.Tpo -c -o test/test_regress-regress_minheap.obj `if test -f 'test/regress_minheap.c'; then $(CYGPATH_W) 'test/regress_minheap.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_minheap.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_minheap.Tpo test/$(DEPDIR)/test_regress-regress_minheap.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_minheap.obj `if test -f 'test/regress_minheap.c'; then $(CYGPATH_W) 'test/regress_minheap.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_minheap.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1702-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1703-test/test_regress-regress_rpc.o: test/regress_rpc.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_rpc.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_rpc.Tpo -c -o test/test_regress-regress_rpc.o `test -f 'test/regress_rpc.c' || echo '$(srcdir)/'`test/regress_rpc.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_rpc.Tpo test/$(DEPDIR)/test_regress-regress_rpc.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_rpc.o `test -f 'test/regress_rpc.c' || echo '$(srcdir)/'`test/regress_rpc.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1709-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1710-test/test_regress-regress_rpc.obj: test/regress_rpc.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_rpc.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_rpc.Tpo -c -o test/test_regress-regress_rpc.obj `if test -f 'test/regress_rpc.c'; then $(CYGPATH_W) 'test/regress_rpc.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_rpc.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_rpc.Tpo test/$(DEPDIR)/test_regress-regress_rpc.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_rpc.obj `if test -f 'test/regress_rpc.c'; then $(CYGPATH_W) 'test/regress_rpc.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_rpc.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1716-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1717-test/test_regress-regress_testutils.o: test/regress_testutils.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1718:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_testutils.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_testutils.Tpo -c -o test/test_regress-regress_testutils.o `test -f 'test/regress_testutils.c' || echo '$(srcdir)/'`test/regress_testutils.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1719-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_testutils.Tpo test/$(DEPDIR)/test_regress-regress_testutils.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1722:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_testutils.o `test -f 'test/regress_testutils.c' || echo '$(srcdir)/'`test/regress_testutils.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1723-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1724-test/test_regress-regress_testutils.obj: test/regress_testutils.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1725:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_testutils.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_testutils.Tpo -c -o test/test_regress-regress_testutils.obj `if test -f 'test/regress_testutils.c'; then $(CYGPATH_W) 'test/regress_testutils.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_testutils.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1726-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_testutils.Tpo test/$(DEPDIR)/test_regress-regress_testutils.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_testutils.obj `if test -f 'test/regress_testutils.c'; then $(CYGPATH_W) 'test/regress_testutils.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_testutils.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1730-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1731-test/test_regress-regress_util.o: test/regress_util.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1732:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_util.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_util.Tpo -c -o test/test_regress-regress_util.o `test -f 'test/regress_util.c' || echo '$(srcdir)/'`test/regress_util.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1733-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_util.Tpo test/$(DEPDIR)/test_regress-regress_util.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1736:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_util.o `test -f 'test/regress_util.c' || echo '$(srcdir)/'`test/regress_util.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1737-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1738-test/test_regress-regress_util.obj: test/regress_util.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1739:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_util.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_util.Tpo -c -o test/test_regress-regress_util.obj `if test -f 'test/regress_util.c'; then $(CYGPATH_W) 'test/regress_util.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_util.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1740-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_util.Tpo test/$(DEPDIR)/test_regress-regress_util.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1742-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1743:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_util.obj `if test -f 'test/regress_util.c'; then $(CYGPATH_W) 'test/regress_util.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_util.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1744-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1745-test/test_regress-tinytest.o: test/tinytest.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1746:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-tinytest.o -MD -MP -MF test/$(DEPDIR)/test_regress-tinytest.Tpo -c -o test/test_regress-tinytest.o `test -f 'test/tinytest.c' || echo '$(srcdir)/'`test/tinytest.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1747-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-tinytest.Tpo test/$(DEPDIR)/test_regress-tinytest.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1749-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1750:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-tinytest.o `test -f 'test/tinytest.c' || echo '$(srcdir)/'`test/tinytest.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1751-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1752-test/test_regress-tinytest.obj: test/tinytest.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1753:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-tinytest.obj -MD -MP -MF test/$(DEPDIR)/test_regress-tinytest.Tpo -c -o test/test_regress-tinytest.obj `if test -f 'test/tinytest.c'; then $(CYGPATH_W) 'test/tinytest.c'; else $(CYGPATH_W) '$(srcdir)/test/tinytest.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1754-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-tinytest.Tpo test/$(DEPDIR)/test_regress-tinytest.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1757:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-tinytest.obj `if test -f 'test/tinytest.c'; then $(CYGPATH_W) 'test/tinytest.c'; else $(CYGPATH_W) '$(srcdir)/test/tinytest.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1758-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1759-test/test_regress-regress_thread.o: test/regress_thread.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1760:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_thread.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_thread.Tpo -c -o test/test_regress-regress_thread.o `test -f 'test/regress_thread.c' || echo '$(srcdir)/'`test/regress_thread.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1761-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_thread.Tpo test/$(DEPDIR)/test_regress-regress_thread.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1763-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1764:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_thread.o `test -f 'test/regress_thread.c' || echo '$(srcdir)/'`test/regress_thread.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1765-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1766-test/test_regress-regress_thread.obj: test/regress_thread.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1767:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_thread.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_thread.Tpo -c -o test/test_regress-regress_thread.obj `if test -f 'test/regress_thread.c'; then $(CYGPATH_W) 'test/regress_thread.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_thread.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1768-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_thread.Tpo test/$(DEPDIR)/test_regress-regress_thread.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1770-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1771:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_thread.obj `if test -f 'test/regress_thread.c'; then $(CYGPATH_W) 'test/regress_thread.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_thread.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1772-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1773-test/test_regress-regress_zlib.o: test/regress_zlib.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1774:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_zlib.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_zlib.Tpo -c -o test/test_regress-regress_zlib.o `test -f 'test/regress_zlib.c' || echo '$(srcdir)/'`test/regress_zlib.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1775-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_zlib.Tpo test/$(DEPDIR)/test_regress-regress_zlib.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1777-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1778:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_zlib.o `test -f 'test/regress_zlib.c' || echo '$(srcdir)/'`test/regress_zlib.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1779-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1780-test/test_regress-regress_zlib.obj: test/regress_zlib.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1781:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_zlib.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_zlib.Tpo -c -o test/test_regress-regress_zlib.obj `if test -f 'test/regress_zlib.c'; then $(CYGPATH_W) 'test/regress_zlib.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_zlib.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1782-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_zlib.Tpo test/$(DEPDIR)/test_regress-regress_zlib.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1784-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1785:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_zlib.obj `if test -f 'test/regress_zlib.c'; then $(CYGPATH_W) 'test/regress_zlib.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_zlib.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1786-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1787-test/test_regress-regress_iocp.o: test/regress_iocp.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1788:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_iocp.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_iocp.Tpo -c -o test/test_regress-regress_iocp.o `test -f 'test/regress_iocp.c' || echo '$(srcdir)/'`test/regress_iocp.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1789-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_iocp.Tpo test/$(DEPDIR)/test_regress-regress_iocp.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1791-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1792:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_iocp.o `test -f 'test/regress_iocp.c' || echo '$(srcdir)/'`test/regress_iocp.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1793-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1794-test/test_regress-regress_iocp.obj: test/regress_iocp.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1795:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_iocp.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_iocp.Tpo -c -o test/test_regress-regress_iocp.obj `if test -f 'test/regress_iocp.c'; then $(CYGPATH_W) 'test/regress_iocp.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_iocp.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1796-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_iocp.Tpo test/$(DEPDIR)/test_regress-regress_iocp.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1798-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1799:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_iocp.obj `if test -f 'test/regress_iocp.c'; then $(CYGPATH_W) 'test/regress_iocp.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_iocp.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1800-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1801-test/test_regress-regress_ssl.o: test/regress_ssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1802:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_ssl.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_ssl.Tpo -c -o test/test_regress-regress_ssl.o `test -f 'test/regress_ssl.c' || echo '$(srcdir)/'`test/regress_ssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1803-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_ssl.Tpo test/$(DEPDIR)/test_regress-regress_ssl.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1805-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1806:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_ssl.o `test -f 'test/regress_ssl.c' || echo '$(srcdir)/'`test/regress_ssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1807-
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1808-test/test_regress-regress_ssl.obj: test/regress_ssl.c
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1809:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_ssl.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_ssl.Tpo -c -o test/test_regress-regress_ssl.obj `if test -f 'test/regress_ssl.c'; then $(CYGPATH_W) 'test/regress_ssl.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_ssl.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1810-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_ssl.Tpo test/$(DEPDIR)/test_regress-regress_ssl.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1812-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1813:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_ssl.obj `if test -f 'test/regress_ssl.c'; then $(CYGPATH_W) 'test/regress_ssl.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_ssl.c'; fi`
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1814-
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1842-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1843:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1844-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1863-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1864:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1865-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1884-	@list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1885:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1886-	dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1905-	@list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1906:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1907-	dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1938-GTAGS:
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1939:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1940-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1988-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1989:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:1990:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-1991-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2013-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2014:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2015-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2016:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2017:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2018:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2019:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2020:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2021:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2022:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2023:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2024-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2092-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2093:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2094:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2095:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2096-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2102-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2103:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2104:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2105-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2133-	test -d "$(distdir)" || mkdir "$(distdir)"
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2134:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2135:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2136-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2147-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2148:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2149-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2233-	test -d $(distdir)/_build || exit 0; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2234:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2235-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2277-	}; \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2278:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2279-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2289-	fi
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in:2290:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ntp-4.2.8p15+dfsg/sntp/libevent/Makefile.in-2291-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-136-   o add a http default content type option (5a5acd9 Nicolas Martyanoff)
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog:137:   o http: implement new evhttp_connection_get_addr() api. (0c7f040 Azat
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-138-     Khuzhin)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-302-     (611e28b Azat Khuzhin)
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog:303:   o regress_http: add tests for evhttp_connection_get_addr() (4dd500c
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-304-     Azat Khuzhin)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-603-static void
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c:604:evutil_found_ifaddr(const struct sockaddr *sa)
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-605-{
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-658-			continue;
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c:659:		evutil_found_ifaddr(i->ifa_addr);
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-660-	}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-706-			struct sockaddr *sa = a->Address.lpSockaddr;
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c:707:			evutil_found_ifaddr(sa);
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-708-		}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-766-		/* We might have an IPv4 interface. */
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c:767:		evutil_found_ifaddr((struct sockaddr*) &sin_out);
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-768-	}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-775-		/* We might have an IPv6 interface. */
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c:776:		evutil_found_ifaddr((struct sockaddr*) &sin6_out);
ntp-4.2.8p15+dfsg/sntp/libevent/evutil.c-777-	}
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evdns.c-2147-int
ntp-4.2.8p15+dfsg/sntp/libevent/evdns.c:2148:evdns_server_request_get_requesting_addr(struct evdns_server_request *req_, struct sockaddr *sa, int addr_len)
ntp-4.2.8p15+dfsg/sntp/libevent/evdns.c-2149-{
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/evdns.c-2655-int
ntp-4.2.8p15+dfsg/sntp/libevent/evdns.c:2656:evdns_base_get_nameserver_addr(struct evdns_base *base, int idx,
ntp-4.2.8p15+dfsg/sntp/libevent/evdns.c-2657-    struct sockaddr *sa, ev_socklen_t len)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-139-			struct hostent *hp;
ntp-4.2.8p15+dfsg/sntp/libevent/http.c:140:			hp = gethostbyaddr((char *)&sin->sin_addr,
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-141-			    sizeof(struct in_addr), AF_INET);
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-171-static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
ntp-4.2.8p15+dfsg/sntp/libevent/http.c:172:static void name_from_addr(struct sockaddr *, ev_socklen_t, char **, char **);
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-173-static int evhttp_associate_new_request_with_connection(
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-2412-const struct sockaddr*
ntp-4.2.8p15+dfsg/sntp/libevent/http.c:2413:evhttp_connection_get_addr(struct evhttp_connection *evcon)
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-2414-{
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-4008-
ntp-4.2.8p15+dfsg/sntp/libevent/http.c:4009:	name_from_addr(sa, salen, &hostname, &portname);
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-4010-	if (hostname == NULL || portname == NULL) {
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-4113-static void
ntp-4.2.8p15+dfsg/sntp/libevent/http.c:4114:name_from_addr(struct sockaddr *sa, ev_socklen_t salen,
ntp-4.2.8p15+dfsg/sntp/libevent/http.c-4115-    char **phost, char **pport)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-2.0-570-NEW APIS
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-2.0:571: o Expose a evdns_base_nameserver_sockaddr_add() function to add a nameserver by sockaddr (1952143)
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-2.0-572- o Add event_config_set_num_cpus_hint() for tuning win32 IOCP thread pools, etc. (2447fe8 Christopher Davis)
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-2.0-1197- o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c.  This is probably a kernel defect, but we'll have to support old kernels anyway even if it gets fixed.
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-2.0:1198: o Make name_from_addr() threadsafe in http.c
ntp-4.2.8p15+dfsg/sntp/libevent/ChangeLog-2.0-1199- o Add new thread-safe interfaces to evdns functions.
##############################################
ntp-4.2.8p15+dfsg/sntp/libevent/whatsnew-2.1.txt-426-
ntp-4.2.8p15+dfsg/sntp/libevent/whatsnew-2.1.txt:427:  There's a new evhttp_connection_get_addr() API to return the peer
ntp-4.2.8p15+dfsg/sntp/libevent/whatsnew-2.1.txt-428-  address of an evhttp_connection.
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/m4/libopts.m4-535-        LIBOPTS_LDADD="${lo_cv_test_autoopts}"
ntp-4.2.8p15+dfsg/sntp/libopts/m4/libopts.m4:536:        LIBOPTS_CFLAGS="`${lo_cv_with_autoopts_config} --cflags`"
ntp-4.2.8p15+dfsg/sntp/libopts/m4/libopts.m4-537-     else
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/autoopts/options.h-738- */
ntp-4.2.8p15+dfsg/sntp/libopts/autoopts/options.h:739:#define TEXT_MMAP_FAILED_ADDR(a)  (VOIDP(a) == VOIDP(MAP_FAILED))
ntp-4.2.8p15+dfsg/sntp/libopts/autoopts/options.h-740-
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-125-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:126:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-127-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:128:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-129-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-130-  esac;
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:131:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-132-am__install_max = 40
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-133-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:134:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-135-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-588-.c.obj:
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:589:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-590-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-592-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:593:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-594-
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-602-libopts_la-libopts.lo: libopts.c
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:603:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_la-libopts.lo -MD -MP -MF $(DEPDIR)/libopts_la-libopts.Tpo -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-604-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopts_la-libopts.Tpo $(DEPDIR)/libopts_la-libopts.Plo
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-606-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:607:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-608-
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-644-GTAGS:
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:645:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-646-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-667-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:668:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:669:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-670-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-681-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in:682:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/libopts/Makefile.in-683-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-198-            "done\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:199:            "OPTION_COUNT=`expr $ARG_COUNT - $#`\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-200-            "OPERAND_COUNT=$#\n"
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-207-            "unset OPT_ARG_VAL || :\n\0"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:208:/*  2337 */ "        OPT_CODE=`echo \"X${OPT_ARG}\"|sed 's/^X-*//'`\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-209-            "        shift\n"
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-211-            "        case \"${OPT_CODE}\" in *=* )\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:212:            "            OPT_ARG_VAL=`echo \"${OPT_CODE}\"|sed 's/^[^=]*=//'`\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:213:            "            OPT_CODE=`echo \"${OPT_CODE}\"|sed 's/=.*$//'` ;; esac\n\0"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:214:/*  2588 */ "        OPT_CODE=`echo \"X${OPT_ARG}\" | sed 's/X-\\(.\\).*/\\1/'`\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:215:            "        OPT_ARG=` echo \"X${OPT_ARG}\" | sed 's/X-.//'`\n\0"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-216-/*  2705 */ "\n"
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-256-            "        esac\n\0"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c:257:/*  3691 */ "            %1$s_%2$s_CT=`expr ${%1$s_%2$s_CT} + 1`\n"
ntp-4.2.8p15+dfsg/sntp/libopts/ao-strs.c-258-            "            OPT_ELEMENT=\"_${%1$s_%2$s_CT}\"\n"
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/configfile.c-127-
ntp-4.2.8p15+dfsg/sntp/libopts/configfile.c:128:    if (TEXT_MMAP_FAILED_ADDR(txt))
ntp-4.2.8p15+dfsg/sntp/libopts/configfile.c-129-        return NULL; /* errno is set */
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/configfile.c-421-
ntp-4.2.8p15+dfsg/sntp/libopts/configfile.c:422:    if (TEXT_MMAP_FAILED_ADDR(ftext))
ntp-4.2.8p15+dfsg/sntp/libopts/configfile.c-423-        return;
##############################################
ntp-4.2.8p15+dfsg/sntp/libopts/genshell.c-253-/** The genshellopt program bug email address. */
ntp-4.2.8p15+dfsg/sntp/libopts/genshell.c:254:#define zBugsAddr       (genshellopt_opt_strs+1321)
ntp-4.2.8p15+dfsg/sntp/libopts/genshell.c-255-/** Clarification/explanation of what genshellopt does. */
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-119-    done
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-121-}
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-439-
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-447-#
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-561-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-574-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1165-      }]'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1170-  fi],[])
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1203-  ECHO='print -r --'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1239-
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1260-   if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1262-   fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1264- /*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1266-   ;; #(
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1296-      *ELF-32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1313-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1323-    else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1325-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1345-    emul=elf
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1347-      *32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1353-    esac
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1355-      *MSB*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1361-    esac
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1363-      *N32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1726-    # And add a safety zone
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1729-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1759-    if test -n "$kargmax"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1761-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1771-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1780-      # we can't tell.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1784-      do
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1785:        i=`expr $i + 1`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1788-      # Only check the string length outside the loop.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1790-      teststring=
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-1795-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2259-    *:)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2261-        ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2262-    x:*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2264-        ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2265-    *::*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2268-        ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2269-    *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2271-        ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2299-  esac
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2308-    ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2309-  *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2311-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2357-  esac
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2359-else
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2500-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2543-      fi'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2559-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2563-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2570-    libname_spec='$name'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2587-      # Convert to MSYS style.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2589-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2597-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2603-      else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2605-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2625-    # Assume MSVC wrapper
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2877:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2930-  need_lib_prefix=no
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2931:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2932-    need_version=no
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2957-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2958:  postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2959:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2960:    dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2961-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2966-    fi'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:2967:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-2968-    dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3177-	"file_magic "*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3179-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3260-    # gcc leaves a trailing carriage return, which upsets mingw
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3261:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3262-  *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3263:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3264-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3269-      # Canonicalize the pathname of ld
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3270:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3271-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3272:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3273-      done
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3300-      # Break only if it was the GNU/non-GNU ld that we prefer.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3301:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3302-      *GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3340-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3341:case `$LD -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3342-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3567-openbsd* | bitrig*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3568:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3569-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3634-    else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3635:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3636-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3685-	esac
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3686:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3687-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3691-	*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3692:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3693-	  */dev/null*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3717-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3718:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3719-    *COFF*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3776-  # decide which one to use based on capabilities of $DLLTOOL
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3777:  case `$DLLTOOL --help 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3778-  *--identify-strict*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3950-# If we're using GNU nm, then use its standard symbol codes.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3951:case `$NM -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3952-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-3998-mingw*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:3999:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4000-  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4054-    nlist=conftest.nm
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:4055:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4056-      # Try sorting and uniquifying the output.
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4402-	  *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:4403:	    case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4404-	    *Sun\ C*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4738-      *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:4739:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4740-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4921-    else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:4922:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-4923-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5014-	# shared libraries, regardless of the interface used.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5015:	case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5016-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5046-    supports_anon_versioning=no
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5047:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5048-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5149-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5150:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5151-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5172:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5173:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5174-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5189-        pgcc*)				# Portland Group C compiler
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5190:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5191-	  tmp_addflag=' $pic_flag'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5194-					# Portland Group f77 and f90 compilers
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5195:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5196-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5211-	nvcc*)	# Cuda Compiler Driver 2.2
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5213-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5215-	esac
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5216:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5217-	*Sun\ C*)			# Sun C 5.9
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5218:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5287:      case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5288-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5375-	else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5376:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5377-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5440-	# below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5441:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5442-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5496-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5497:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5498-      else
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5521-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5522:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5523-	  if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5612-	# FIXME: Setting linknames here is a bad hack.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5613:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5614-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5750-      if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5751:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5752-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5773-	if test yes = "$lt_cv_irix_exported_symbol"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5774:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5775-	fi
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5776-      else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5777:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5778:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5779-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5823-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5824:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5825-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5854-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5855:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5856-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5868-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5869:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5870-      else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5873-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5882:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5883-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5886:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5887:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5888:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5889-
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5904-      else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:5905:	case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-5906-	*"Compilers 5.0"*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6097-	  _LT_TAGVAR(allow_undefined_flag, $1)=
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6098:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6099-	  then
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6401-        # ancient GNU ld didn't support --whole-archive et. al.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6402:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6403-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6511-          # below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6512:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6513-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6569-
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6570:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6571-        else
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6594-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6595:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6596-	    if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6723-	  prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6724:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6725-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6797-            # dependencies.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6798:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6799-            ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6862-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6863:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6864-	    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6898-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6899:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6900:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6901-	;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6905-	    # SGI C++
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6906:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6907-
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6916-	      if test no = "$with_gnu_ld"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6917:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6918-	      else
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6919:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6920-	      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6937-	    # to its proper name (with version) after linking.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6938:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6939:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6940-	    # Commands to make compiler produce verbose output that lists
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6947-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6948:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6949-
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6962-	    # earlier do not add the objects themselves.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6963:	    case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6964-	      *"Version 7."*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6983-            # Portland Group C++ compiler
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6984:	    case `$CC -V` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6985-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6988-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6989:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6990-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6992-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6993:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6994-                $RANLIB $oldlib'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:6998:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-6999-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7002:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7003-	      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7011-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7012:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7013-            ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7030-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7031:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7032-	    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7045-	  *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7046:	    case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7047-	    *Sun\ C*)
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7052-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7053:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7054-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7117-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7118:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7119-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7136-	    # to its proper name (with version) after linking.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7137:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7138-
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7157-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7158:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7159-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7163:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7164:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7165-                  echo "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7166:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7167-                  $RM $lib.exp'
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7181-	    # dependencies.
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7182:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7183-	    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7188-	        osf3*)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7189:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7190-		  ;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7191-	        *)
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7193-		  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7441-  case @S|@2 in
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7442:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7443:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7444-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7530-
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7531:  for p in `eval "$output_verbose_link_cmd"`; do
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7532-    case $prev$p in
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7634-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:7635: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-7636-fi
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-8254-    test 10 -lt "$lt_ac_count" && break
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
ntp-4.2.8p15+dfsg/sntp/m4/libtool.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ltsugar.m4-68-m4_define([lt_combine],
ntp-4.2.8p15+dfsg/sntp/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
ntp-4.2.8p15+dfsg/sntp/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4-21-	AC_MSG_CHECKING([gtest version])
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4:22:	gtest_version_test=`$GTEST_CONFIG --min-version=1.5 || echo toolow`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4-23-	case "$gtest_version_test" in
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4-26-	 *)
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4:27:	    GTEST_LDFLAGS=`$GTEST_CONFIG --ldflags`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4:28:	    GTEST_LIBS=`$GTEST_CONFIG --libs`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4:29:	    GTEST_CXXFLAGS=`$GTEST_CONFIG --cxxflags`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4:30:	    GTEST_CPPFLAGS=`$GTEST_CONFIG --cppflags`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4-31-	    AC_SUBST([GTEST_LDFLAGS])
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4-37-	esac
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4:38:	gtest_version=`$GTEST_CONFIG --version`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_googletest.m4-39-	case "$gta" in
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-80-	    ntp_use_local_libevent=no
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4:81:	    ntp_libevent_version="`$PKG_CONFIG --modversion libevent`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-82-	    case "$ntp_libevent_version" in
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-86-	    AC_MSG_RESULT([yes, version $ntp_libevent_version])
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4:87:	    CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4:88:	    CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-89-	    # HMS: I hope the following is accurate.
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-93-	    # but then somebody decided to install -levent-2.0
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4:94:	    # LDADD_LIBEVENT=`$PKG_CONFIG --libs libevent | sed 's:-levent::'`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-95-	    # So now we dance...
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-96-	    LDADD_LIBEVENT=
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4:97:	    for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-98-	    do
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-117-	    # is "pthreads"?
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4:118:	    CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libevent.m4-119-	    AC_MSG_RESULT([no])
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libntp.m4-51-    ;;
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libntp.m4:52: *) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in
ntp-4.2.8p15+dfsg/sntp/m4/ntp_libntp.m4-53-     '')
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_lineeditlibs.m4-18-     *)
ntp-4.2.8p15+dfsg/sntp/m4/ntp_lineeditlibs.m4:19:	for lineedit_lib in `echo $use_lineeditlibs | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/sntp/m4/ntp_lineeditlibs.m4-20-	    for term_lib in "" termcap curses ncurses; do
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_vpathhack.m4-34- *::*)
ntp-4.2.8p15+dfsg/sntp/m4/ntp_vpathhack.m4:35:    case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in
ntp-4.2.8p15+dfsg/sntp/m4/ntp_vpathhack.m4-36-     '')
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/openldap.m4-330-])
ntp-4.2.8p15+dfsg/sntp/m4/openldap.m4:331:	set X `eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version` none none
ntp-4.2.8p15+dfsg/sntp/m4/openldap.m4-332-	ol_cv_bdb_major=${3}
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/openldap.m4-346-])
ntp-4.2.8p15+dfsg/sntp/m4/openldap.m4:347:	set X `eval "$ac_cpp conftest.$ac_ext" | $EGREP __db_version` none none
ntp-4.2.8p15+dfsg/sntp/m4/openldap.m4-348-	ol_cv_bdb_minor=${3}
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4-76- *:notempty:notgiven:notgiven)
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:77:    for pkg in `echo $with_crypto | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4-78-	AC_MSG_CHECKING([pkg-config for $pkg])
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4-79-	if $PKG_CONFIG --exists $pkg ; then
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:80:	    CPPFLAGS_NTP="$CPPFLAGS_NTP `$PKG_CONFIG --cflags-only-I $pkg`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:81:	    CFLAGS_NTP="$CFLAGS_NTP `$PKG_CONFIG --cflags-only-other $pkg`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:82:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-L $pkg`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:83:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-l --static $pkg`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:84:	    LDFLAGS_NTP="$LDFLAGS_NTP `$PKG_CONFIG --libs-only-other $pkg`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4-85-	    VER_SUFFIX=o
##############################################
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4-87-	    ntp_openssl_from_pkg_config=yes
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4:88:	    ntp_openssl_version="`$PKG_CONFIG --modversion $pkg`"
ntp-4.2.8p15+dfsg/sntp/m4/ntp_openssl.m4-89-	    case "$ntp_openssl_version" in
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-533-.c.obj:
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:534:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-535-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:538:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-539-
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-547-libunity_a-colcomp.o: ../libpkgver/colcomp.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:548:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-colcomp.o -MD -MP -MF $(DEPDIR)/libunity_a-colcomp.Tpo -c -o libunity_a-colcomp.o `test -f '../libpkgver/colcomp.c' || echo '$(srcdir)/'`../libpkgver/colcomp.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-549-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-colcomp.Tpo $(DEPDIR)/libunity_a-colcomp.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:552:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-colcomp.o `test -f '../libpkgver/colcomp.c' || echo '$(srcdir)/'`../libpkgver/colcomp.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-553-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-554-libunity_a-colcomp.obj: ../libpkgver/colcomp.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-colcomp.obj -MD -MP -MF $(DEPDIR)/libunity_a-colcomp.Tpo -c -o libunity_a-colcomp.obj `if test -f '../libpkgver/colcomp.c'; then $(CYGPATH_W) '../libpkgver/colcomp.c'; else $(CYGPATH_W) '$(srcdir)/../libpkgver/colcomp.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-colcomp.Tpo $(DEPDIR)/libunity_a-colcomp.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-colcomp.obj `if test -f '../libpkgver/colcomp.c'; then $(CYGPATH_W) '../libpkgver/colcomp.c'; else $(CYGPATH_W) '$(srcdir)/../libpkgver/colcomp.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-560-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-561-libunity_a-unity.o: unity.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-unity.o -MD -MP -MF $(DEPDIR)/libunity_a-unity.Tpo -c -o libunity_a-unity.o `test -f 'unity.c' || echo '$(srcdir)/'`unity.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-unity.Tpo $(DEPDIR)/libunity_a-unity.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-unity.o `test -f 'unity.c' || echo '$(srcdir)/'`unity.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-567-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-568-libunity_a-unity.obj: unity.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-unity.obj -MD -MP -MF $(DEPDIR)/libunity_a-unity.Tpo -c -o libunity_a-unity.obj `if test -f 'unity.c'; then $(CYGPATH_W) 'unity.c'; else $(CYGPATH_W) '$(srcdir)/unity.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-unity.Tpo $(DEPDIR)/libunity_a-unity.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-unity.obj `if test -f 'unity.c'; then $(CYGPATH_W) 'unity.c'; else $(CYGPATH_W) '$(srcdir)/unity.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-574-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-575-libunity_a-ulib_setup.o: ulib_setup.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-ulib_setup.o -MD -MP -MF $(DEPDIR)/libunity_a-ulib_setup.Tpo -c -o libunity_a-ulib_setup.o `test -f 'ulib_setup.c' || echo '$(srcdir)/'`ulib_setup.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-ulib_setup.Tpo $(DEPDIR)/libunity_a-ulib_setup.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-ulib_setup.o `test -f 'ulib_setup.c' || echo '$(srcdir)/'`ulib_setup.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-581-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-582-libunity_a-ulib_setup.obj: ulib_setup.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-ulib_setup.obj -MD -MP -MF $(DEPDIR)/libunity_a-ulib_setup.Tpo -c -o libunity_a-ulib_setup.obj `if test -f 'ulib_setup.c'; then $(CYGPATH_W) 'ulib_setup.c'; else $(CYGPATH_W) '$(srcdir)/ulib_setup.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-ulib_setup.Tpo $(DEPDIR)/libunity_a-ulib_setup.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-ulib_setup.obj `if test -f 'ulib_setup.c'; then $(CYGPATH_W) 'ulib_setup.c'; else $(CYGPATH_W) '$(srcdir)/ulib_setup.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-588-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-589-libunity_a-ulib_teardown.o: ulib_teardown.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-ulib_teardown.o -MD -MP -MF $(DEPDIR)/libunity_a-ulib_teardown.Tpo -c -o libunity_a-ulib_teardown.o `test -f 'ulib_teardown.c' || echo '$(srcdir)/'`ulib_teardown.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-ulib_teardown.Tpo $(DEPDIR)/libunity_a-ulib_teardown.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-ulib_teardown.o `test -f 'ulib_teardown.c' || echo '$(srcdir)/'`ulib_teardown.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-595-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-596-libunity_a-ulib_teardown.obj: ulib_teardown.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-ulib_teardown.obj -MD -MP -MF $(DEPDIR)/libunity_a-ulib_teardown.Tpo -c -o libunity_a-ulib_teardown.obj `if test -f 'ulib_teardown.c'; then $(CYGPATH_W) 'ulib_teardown.c'; else $(CYGPATH_W) '$(srcdir)/ulib_teardown.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-ulib_teardown.Tpo $(DEPDIR)/libunity_a-ulib_teardown.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-ulib_teardown.obj `if test -f 'ulib_teardown.c'; then $(CYGPATH_W) 'ulib_teardown.c'; else $(CYGPATH_W) '$(srcdir)/ulib_teardown.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-602-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-603-libunity_a-unity_fixture.o: unity_fixture.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-unity_fixture.o -MD -MP -MF $(DEPDIR)/libunity_a-unity_fixture.Tpo -c -o libunity_a-unity_fixture.o `test -f 'unity_fixture.c' || echo '$(srcdir)/'`unity_fixture.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-unity_fixture.Tpo $(DEPDIR)/libunity_a-unity_fixture.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:608:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-unity_fixture.o `test -f 'unity_fixture.c' || echo '$(srcdir)/'`unity_fixture.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-609-
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-610-libunity_a-unity_fixture.obj: unity_fixture.c
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -MT libunity_a-unity_fixture.obj -MD -MP -MF $(DEPDIR)/libunity_a-unity_fixture.Tpo -c -o libunity_a-unity_fixture.obj `if test -f 'unity_fixture.c'; then $(CYGPATH_W) 'unity_fixture.c'; else $(CYGPATH_W) '$(srcdir)/unity_fixture.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libunity_a-unity_fixture.Tpo $(DEPDIR)/libunity_a-unity_fixture.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libunity_a_CFLAGS) $(CFLAGS) -c -o libunity_a-unity_fixture.obj `if test -f 'unity_fixture.c'; then $(CYGPATH_W) 'unity_fixture.c'; else $(CYGPATH_W) '$(srcdir)/unity_fixture.c'; fi`
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-616-
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-652-GTAGS:
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:653:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-654-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-675-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:676:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:677:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-678-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-689-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in:690:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/unity/Makefile.in-691-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.am-166-version.c: $(sntp_OBJECTS) ../libntp/libntp.a Makefile $(srcdir)/scm-rev
ntp-4.2.8p15+dfsg/sntp/Makefile.am:167:	env CSET=`cat $(srcdir)/scm-rev` $(top_builddir)/../scripts/build/mkver sntp
ntp-4.2.8p15+dfsg/sntp/Makefile.am-168-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ntp-4.2.8p15+dfsg/sntp/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/configure-47-  as_echo='print -r --'
ntp-4.2.8p15+dfsg/sntp/configure-48-  as_echo_n='print -rn --'
ntp-4.2.8p15+dfsg/sntp/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/configure-50-  as_echo='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-52-else
ntp-4.2.8p15+dfsg/sntp/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ntp-4.2.8p15+dfsg/sntp/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ntp-4.2.8p15+dfsg/sntp/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ntp-4.2.8p15+dfsg/sntp/configure-64-      esac;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ntp-4.2.8p15+dfsg/sntp/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ntp-4.2.8p15+dfsg/sntp/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
ntp-4.2.8p15+dfsg/sntp/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
ntp-4.2.8p15+dfsg/sntp/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
ntp-4.2.8p15+dfsg/sntp/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-335-      case $as_dir in #(
ntp-4.2.8p15+dfsg/sntp/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ntp-4.2.8p15+dfsg/sntp/configure-337-      *) as_qdir=$as_dir;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-408-  {
ntp-4.2.8p15+dfsg/sntp/configure:409:    as_val=`expr "$@" || test $? -eq 1`
ntp-4.2.8p15+dfsg/sntp/configure-410-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-415-# ----------------------------------------
ntp-4.2.8p15+dfsg/sntp/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ntp-4.2.8p15+dfsg/sntp/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ntp-4.2.8p15+dfsg/sntp/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ntp-4.2.8p15+dfsg/sntp/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1010-  case $ac_option in
ntp-4.2.8p15+dfsg/sntp/configure:1011:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ntp-4.2.8p15+dfsg/sntp/configure-1012-  *=)   ac_optarg= ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1054-  -disable-* | --disable-*)
ntp-4.2.8p15+dfsg/sntp/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1059-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/configure-1061-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1080-  -enable-* | --enable-*)
ntp-4.2.8p15+dfsg/sntp/configure:1081:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-1082-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1085-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/configure:1086:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/configure-1087-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1284-  -with-* | --with-*)
ntp-4.2.8p15+dfsg/sntp/configure:1285:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-1286-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1289-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/configure:1290:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/configure-1291-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1300-  -without-* | --without-*)
ntp-4.2.8p15+dfsg/sntp/configure:1301:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-1302-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1305-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/sntp/configure:1306:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/sntp/configure-1307-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1338-  *=*)
ntp-4.2.8p15+dfsg/sntp/configure:1339:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ntp-4.2.8p15+dfsg/sntp/configure-1340-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1359-if test -n "$ac_prev"; then
ntp-4.2.8p15+dfsg/sntp/configure:1360:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ntp-4.2.8p15+dfsg/sntp/configure-1361-  as_fn_error $? "missing argument to $ac_option"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1381-    */ )
ntp-4.2.8p15+dfsg/sntp/configure:1382:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-1383-      eval $ac_var=\$ac_val;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1416-ac_ls_di=`ls -di .` &&
ntp-4.2.8p15+dfsg/sntp/configure:1417:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ntp-4.2.8p15+dfsg/sntp/configure-1418-  as_fn_error $? "working directory cannot be determined"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1472-case $srcdir in
ntp-4.2.8p15+dfsg/sntp/configure:1473:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ntp-4.2.8p15+dfsg/sntp/configure-1474-esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1515-By default, \`make install' will install all the files in
ntp-4.2.8p15+dfsg/sntp/configure:1516:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ntp-4.2.8p15+dfsg/sntp/configure:1517:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ntp-4.2.8p15+dfsg/sntp/configure-1518-for instance \`--prefix=\$HOME'.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-1662-*)
ntp-4.2.8p15+dfsg/sntp/configure:1663:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/sntp/configure-1664-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/sntp/configure:1665:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/sntp/configure-1666-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2136-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ntp-4.2.8p15+dfsg/sntp/configure:2137:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ntp-4.2.8p15+dfsg/sntp/configure:2138:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ntp-4.2.8p15+dfsg/sntp/configure-2139-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2490-    *\'*)
ntp-4.2.8p15+dfsg/sntp/configure:2491:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/configure-2492-    esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2573-      case $ac_val in
ntp-4.2.8p15+dfsg/sntp/configure:2574:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ntp-4.2.8p15+dfsg/sntp/configure-2575-      esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2588-	case $ac_val in
ntp-4.2.8p15+dfsg/sntp/configure:2589:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ntp-4.2.8p15+dfsg/sntp/configure-2590-	esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2709-    set,)
ntp-4.2.8p15+dfsg/sntp/configure:2710:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ntp-4.2.8p15+dfsg/sntp/configure:2711:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ntp-4.2.8p15+dfsg/sntp/configure-2712-      ac_cache_corrupted=: ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2720-	# differences in whitespace do not lead to failure.
ntp-4.2.8p15+dfsg/sntp/configure:2721:	ac_old_val_w=`echo x $ac_old_val`
ntp-4.2.8p15+dfsg/sntp/configure:2722:	ac_new_val_w=`echo x $ac_new_val`
ntp-4.2.8p15+dfsg/sntp/configure-2723-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-2740-    case $ac_new_val in
ntp-4.2.8p15+dfsg/sntp/configure:2741:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/configure-2742-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3048-     echo "timestamp, slept: $am_has_slept" > conftest.file
ntp-4.2.8p15+dfsg/sntp/configure:3049:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ntp-4.2.8p15+dfsg/sntp/configure-3050-     if test "$*" = "X"; then
ntp-4.2.8p15+dfsg/sntp/configure-3051-	# -L didn't work.
ntp-4.2.8p15+dfsg/sntp/configure:3052:	set X `ls -t "$srcdir/configure" conftest.file`
ntp-4.2.8p15+dfsg/sntp/configure-3053-     fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3099-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ntp-4.2.8p15+dfsg/sntp/configure:3100:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ntp-4.2.8p15+dfsg/sntp/configure-3101-
ntp-4.2.8p15+dfsg/sntp/configure-3102-# Expand $ac_aux_dir to an absolute path.
ntp-4.2.8p15+dfsg/sntp/configure:3103:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/configure-3104-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3244-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ntp-4.2.8p15+dfsg/sntp/configure:3245:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ntp-4.2.8p15+dfsg/sntp/configure-3246-	     'mkdir (GNU coreutils) '* | \
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3317-set x ${MAKE-make}
ntp-4.2.8p15+dfsg/sntp/configure:3318:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ntp-4.2.8p15+dfsg/sntp/configure-3319-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3327-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ntp-4.2.8p15+dfsg/sntp/configure:3328:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ntp-4.2.8p15+dfsg/sntp/configure-3329-  *@@@%%%=?*=@@@%%%*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3393-
ntp-4.2.8p15+dfsg/sntp/configure:3394:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ntp-4.2.8p15+dfsg/sntp/configure-3395-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3560-test "x$ac_build_alias" = x &&
ntp-4.2.8p15+dfsg/sntp/configure:3561:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ntp-4.2.8p15+dfsg/sntp/configure-3562-test "x$ac_build_alias" = x &&
ntp-4.2.8p15+dfsg/sntp/configure-3563-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ntp-4.2.8p15+dfsg/sntp/configure:3564:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ntp-4.2.8p15+dfsg/sntp/configure-3565-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3584-IFS=$ac_save_IFS
ntp-4.2.8p15+dfsg/sntp/configure:3585:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ntp-4.2.8p15+dfsg/sntp/configure-3586-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3595-else
ntp-4.2.8p15+dfsg/sntp/configure:3596:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ntp-4.2.8p15+dfsg/sntp/configure-3597-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3617-IFS=$ac_save_IFS
ntp-4.2.8p15+dfsg/sntp/configure:3618:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ntp-4.2.8p15+dfsg/sntp/configure-3619-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3648-# Ignore all kinds of additional output from 'make'.
ntp-4.2.8p15+dfsg/sntp/configure:3649:case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/configure-3650-*the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3658-   echo '.include "confinc"' > confmf
ntp-4.2.8p15+dfsg/sntp/configure:3659:   case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/configure-3660-   *the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3858-$as_echo_n "checking whether the C compiler works... " >&6; }
ntp-4.2.8p15+dfsg/sntp/configure:3859:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ntp-4.2.8p15+dfsg/sntp/configure-3860-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3902-	then :; else
ntp-4.2.8p15+dfsg/sntp/configure:3903:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-3904-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-3962-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ntp-4.2.8p15+dfsg/sntp/configure:3963:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-3964-	  break;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-4071-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ntp-4.2.8p15+dfsg/sntp/configure:4072:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-4073-       break;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-4389-  if test "$am_compiler_list" = ""; then
ntp-4.2.8p15+dfsg/sntp/configure:4390:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ntp-4.2.8p15+dfsg/sntp/configure-4391-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-4648-  # Check for GNU $ac_path_GREP
ntp-4.2.8p15+dfsg/sntp/configure:4649:case `"$ac_path_GREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-4650-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-4714-  # Check for GNU $ac_path_EGREP
ntp-4.2.8p15+dfsg/sntp/configure:4715:case `"$ac_path_EGREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-4716-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-4875-do :
ntp-4.2.8p15+dfsg/sntp/configure:4876:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-4877-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-4880-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:4881:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-4882-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6493-  # Check for GNU $ac_path_SED
ntp-4.2.8p15+dfsg/sntp/configure:6494:case `"$ac_path_SED" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-6495-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6572-  # Check for GNU $ac_path_FGREP
ntp-4.2.8p15+dfsg/sntp/configure:6573:case `"$ac_path_FGREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-6574-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6643-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ntp-4.2.8p15+dfsg/sntp/configure:6644:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/configure-6645-  ECHO='print -r --'
ntp-4.2.8p15+dfsg/sntp/configure:6646:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/sntp/configure-6647-  ECHO='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6731-do :
ntp-4.2.8p15+dfsg/sntp/configure:6732:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-6733-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6736-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:6737:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-6738-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6887-do :
ntp-4.2.8p15+dfsg/sntp/configure:6888:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-6889-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-6891-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:6892:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-6893-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7477-    # gcc leaves a trailing carriage return, which upsets mingw
ntp-4.2.8p15+dfsg/sntp/configure:7478:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ntp-4.2.8p15+dfsg/sntp/configure-7479-  *)
ntp-4.2.8p15+dfsg/sntp/configure:7480:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ntp-4.2.8p15+dfsg/sntp/configure-7481-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7486-      # Canonicalize the pathname of ld
ntp-4.2.8p15+dfsg/sntp/configure:7487:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ntp-4.2.8p15+dfsg/sntp/configure-7488-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ntp-4.2.8p15+dfsg/sntp/configure:7489:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ntp-4.2.8p15+dfsg/sntp/configure-7490-      done
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7521-      # Break only if it was the GNU/non-GNU ld that we prefer.
ntp-4.2.8p15+dfsg/sntp/configure:7522:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/configure-7523-      *GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7552-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ntp-4.2.8p15+dfsg/sntp/configure:7553:case `$LD -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/sntp/configure-7554-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7623-     *)
ntp-4.2.8p15+dfsg/sntp/configure:7624:	for lineedit_lib in `echo $use_lineeditlibs | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/sntp/configure-7625-	    for term_lib in "" termcap curses ncurses; do
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7743-do :
ntp-4.2.8p15+dfsg/sntp/configure:7744:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-7745-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7747-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:7748:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-7749-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7756-do :
ntp-4.2.8p15+dfsg/sntp/configure:7757:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-7758-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7760-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:7761:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-7762-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7940-do :
ntp-4.2.8p15+dfsg/sntp/configure:7941:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-7942-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-7944-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:7945:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-7946-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8264-  for ac_func in _getb67 GETB67 getb67; do
ntp-4.2.8p15+dfsg/sntp/configure:8265:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8266-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8437-    ;;
ntp-4.2.8p15+dfsg/sntp/configure:8438: *) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in
ntp-4.2.8p15+dfsg/sntp/configure-8439-     '')
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8522-do :
ntp-4.2.8p15+dfsg/sntp/configure:8523:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8524-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8526-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:8527:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-8528-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8537-do :
ntp-4.2.8p15+dfsg/sntp/configure:8538:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8539-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8541-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:8542:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-8543-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8618-do :
ntp-4.2.8p15+dfsg/sntp/configure:8619:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8620-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8622-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:8623:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-8624-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8734-do :
ntp-4.2.8p15+dfsg/sntp/configure:8735:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8736-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8738-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:8739:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-8740-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8765-do :
ntp-4.2.8p15+dfsg/sntp/configure:8766:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8767-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8769-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:8770:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-8771-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8830-do :
ntp-4.2.8p15+dfsg/sntp/configure:8831:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-8832-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-8854-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:8855:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-8856-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13039-do :
ntp-4.2.8p15+dfsg/sntp/configure:13040:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13041-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13043-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13044:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13045-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13205-do :
ntp-4.2.8p15+dfsg/sntp/configure:13206:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13207-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13209-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13210:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13211-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13500-do :
ntp-4.2.8p15+dfsg/sntp/configure:13501:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13502-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13504-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13505:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13506-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13676-do :
ntp-4.2.8p15+dfsg/sntp/configure:13677:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13678-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13680-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13681:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13682-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13748-do :
ntp-4.2.8p15+dfsg/sntp/configure:13749:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13750-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13752-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13753:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13754-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13846-do :
ntp-4.2.8p15+dfsg/sntp/configure:13847:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13848-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13850-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13851:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13852-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13859-do :
ntp-4.2.8p15+dfsg/sntp/configure:13860:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13861-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13863-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13864:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13865-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13924-do :
ntp-4.2.8p15+dfsg/sntp/configure:13925:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-13926-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-13928-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:13929:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-13930-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-14354-do :
ntp-4.2.8p15+dfsg/sntp/configure:14355:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-14356-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-14358-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:14359:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-14360-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-14601-do :
ntp-4.2.8p15+dfsg/sntp/configure:14602:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-14603-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-14605-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:14606:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-14607-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-14864-do :
ntp-4.2.8p15+dfsg/sntp/configure:14865:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-14866-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TYPES_H
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-14880-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:14881:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-14882-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15241-do :
ntp-4.2.8p15+dfsg/sntp/configure:15242:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-15243-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15245-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:15246:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-15247-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15715-	esac
ntp-4.2.8p15+dfsg/sntp/configure:15716:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/configure-15717-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15721-	*)
ntp-4.2.8p15+dfsg/sntp/configure:15722:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/configure-15723-	  */dev/null*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15849-
ntp-4.2.8p15+dfsg/sntp/configure:15850:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/sntp/configure-15851-    *COFF*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15961-    # And add a safety zone
ntp-4.2.8p15+dfsg/sntp/configure:15962:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/configure:15963:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/configure-15964-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-15994-    if test -n "$kargmax"; then
ntp-4.2.8p15+dfsg/sntp/configure:15995:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ntp-4.2.8p15+dfsg/sntp/configure-15996-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16003-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ntp-4.2.8p15+dfsg/sntp/configure:16004:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/sntp/configure:16005:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/sntp/configure-16006-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16015-      # we can't tell.
ntp-4.2.8p15+dfsg/sntp/configure:16016:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ntp-4.2.8p15+dfsg/sntp/configure-16017-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16019-      do
ntp-4.2.8p15+dfsg/sntp/configure:16020:        i=`expr $i + 1`
ntp-4.2.8p15+dfsg/sntp/configure-16021-        teststring=$teststring$teststring
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16023-      # Only check the string length outside the loop.
ntp-4.2.8p15+dfsg/sntp/configure:16024:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ntp-4.2.8p15+dfsg/sntp/configure-16025-      teststring=
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16028-      # linker.  It appears as though 1/2 is a usable value.
ntp-4.2.8p15+dfsg/sntp/configure:16029:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ntp-4.2.8p15+dfsg/sntp/configure-16030-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16439-openbsd* | bitrig*)
ntp-4.2.8p15+dfsg/sntp/configure:16440:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/configure-16441-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16509-    else
ntp-4.2.8p15+dfsg/sntp/configure:16510:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
ntp-4.2.8p15+dfsg/sntp/configure-16511-    fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-16654-  # decide which one to use based on capabilities of $DLLTOOL
ntp-4.2.8p15+dfsg/sntp/configure:16655:  case `$DLLTOOL --help 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-16656-  *--identify-strict*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17175-# If we're using GNU nm, then use its standard symbol codes.
ntp-4.2.8p15+dfsg/sntp/configure:17176:case `$NM -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-17177-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17223-mingw*)
ntp-4.2.8p15+dfsg/sntp/configure:17224:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ntp-4.2.8p15+dfsg/sntp/configure-17225-  ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17455-   if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/configure:17456:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/configure-17457-   fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17459- /*)
ntp-4.2.8p15+dfsg/sntp/configure:17460:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/sntp/configure-17461-   ;; #(
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17554-    done
ntp-4.2.8p15+dfsg/sntp/configure:17555:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/sntp/configure-17556-}
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17576-  test $ac_status = 0; }; then
ntp-4.2.8p15+dfsg/sntp/configure:17577:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/configure-17578-      *ELF-32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17597-    if test yes = "$lt_cv_prog_gnu_ld"; then
ntp-4.2.8p15+dfsg/sntp/configure:17598:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/configure-17599-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17609-    else
ntp-4.2.8p15+dfsg/sntp/configure:17610:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/configure-17611-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17635-    emul=elf
ntp-4.2.8p15+dfsg/sntp/configure:17636:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/configure-17637-      *32-bit*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17643-    esac
ntp-4.2.8p15+dfsg/sntp/configure:17644:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/configure-17645-      *MSB*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-17651-    esac
ntp-4.2.8p15+dfsg/sntp/configure:17652:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/sntp/configure-17653-      *N32*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-18584-    *:)
ntp-4.2.8p15+dfsg/sntp/configure:18585:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ntp-4.2.8p15+dfsg/sntp/configure-18586-        ;;
ntp-4.2.8p15+dfsg/sntp/configure-18587-    x:*)
ntp-4.2.8p15+dfsg/sntp/configure:18588:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/configure-18589-        ;;
ntp-4.2.8p15+dfsg/sntp/configure-18590-    *::*)
ntp-4.2.8p15+dfsg/sntp/configure:18591:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/configure:18592:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ntp-4.2.8p15+dfsg/sntp/configure-18593-        ;;
ntp-4.2.8p15+dfsg/sntp/configure-18594-    *)
ntp-4.2.8p15+dfsg/sntp/configure:18595:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/configure-18596-        ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-18919-	"file_magic "*)
ntp-4.2.8p15+dfsg/sntp/configure:18920:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/configure-18921-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-18985-	"file_magic "*)
ntp-4.2.8p15+dfsg/sntp/configure:18986:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/sntp/configure-18987-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-19383-      *)
ntp-4.2.8p15+dfsg/sntp/configure:19384:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/configure-19385-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-19829-	# shared libraries, regardless of the interface used.
ntp-4.2.8p15+dfsg/sntp/configure:19830:	case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-19831-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-19861-    supports_anon_versioning=no
ntp-4.2.8p15+dfsg/sntp/configure:19862:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-19863-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-19930-	# is; otherwise, prepend EXPORTS...
ntp-4.2.8p15+dfsg/sntp/configure:19931:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ntp-4.2.8p15+dfsg/sntp/configure-19932-          cp $export_symbols $output_objdir/$soname.def;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-19964-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/configure:19965:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/configure-19966-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-19986-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/sntp/configure:19987:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure:19988:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-19989-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20004-        pgcc*)				# Portland Group C compiler
ntp-4.2.8p15+dfsg/sntp/configure:20005:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/configure-20006-	  tmp_addflag=' $pic_flag'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20009-					# Portland Group f77 and f90 compilers
ntp-4.2.8p15+dfsg/sntp/configure:20010:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/configure-20011-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20026-	nvcc*)	# Cuda Compiler Driver 2.2
ntp-4.2.8p15+dfsg/sntp/configure:20027:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/configure-20028-	  compiler_needs_object=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20030-	esac
ntp-4.2.8p15+dfsg/sntp/configure:20031:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/sntp/configure-20032-	*Sun\ C*)			# Sun C 5.9
ntp-4.2.8p15+dfsg/sntp/configure:20033:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/sntp/configure-20034-	  compiler_needs_object=yes
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20101-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ntp-4.2.8p15+dfsg/sntp/configure:20102:      case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-20103-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20190-	else
ntp-4.2.8p15+dfsg/sntp/configure:20191:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/sntp/configure-20192-	fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20255-	# below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/sntp/configure:20256:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/sntp/configure-20257-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20335-      }'
ntp-4.2.8p15+dfsg/sntp/configure:20336:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/configure-20337-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/sntp/configure-20338-  if test -z "$lt_cv_aix_libpath_"; then
ntp-4.2.8p15+dfsg/sntp/configure:20339:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/configure-20340-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20353-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
ntp-4.2.8p15+dfsg/sntp/configure:20354:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/sntp/configure-20355-      else
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20388-      }'
ntp-4.2.8p15+dfsg/sntp/configure:20389:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/configure-20390-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/sntp/configure-20391-  if test -z "$lt_cv_aix_libpath_"; then
ntp-4.2.8p15+dfsg/sntp/configure:20392:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/sntp/configure-20393-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20420-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/sntp/configure:20421:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/sntp/configure-20422-	  if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20473-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
ntp-4.2.8p15+dfsg/sntp/configure:20474:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ntp-4.2.8p15+dfsg/sntp/configure-20475-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20511-	# FIXME: Setting linknames here is a bad hack.
ntp-4.2.8p15+dfsg/sntp/configure:20512:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ntp-4.2.8p15+dfsg/sntp/configure-20513-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20529-  if test yes = "$lt_cv_ld_force_load"; then
ntp-4.2.8p15+dfsg/sntp/configure:20530:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
ntp-4.2.8p15+dfsg/sntp/configure-20531-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20709-      if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/sntp/configure:20710:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-20711-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20737-	if test yes = "$lt_cv_irix_exported_symbol"; then
ntp-4.2.8p15+dfsg/sntp/configure:20738:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-20739-	fi
ntp-4.2.8p15+dfsg/sntp/configure-20740-      else
ntp-4.2.8p15+dfsg/sntp/configure:20741:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure:20742:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-20743-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20787-	hardcode_direct_absolute=yes
ntp-4.2.8p15+dfsg/sntp/configure:20788:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/configure-20789-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20818-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/sntp/configure:20819:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/sntp/configure-20820-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20832-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/configure:20833:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-20834-      else
ntp-4.2.8p15+dfsg/sntp/configure-20835-	allow_undefined_flag=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/configure:20836:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-20837-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20845-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/sntp/configure:20846:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure-20847-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20849-	allow_undefined_flag=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/sntp/configure:20850:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/sntp/configure:20851:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/sntp/configure:20852:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
ntp-4.2.8p15+dfsg/sntp/configure-20853-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-20868-      else
ntp-4.2.8p15+dfsg/sntp/configure:20869:	case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-20870-	*"Compilers 5.0"*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21267-  esac
ntp-4.2.8p15+dfsg/sntp/configure:21268:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ntp-4.2.8p15+dfsg/sntp/configure-21269-  case $lt_search_path_spec in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21274-    # okay in the real world where ";" in dirpaths is itself problematic.
ntp-4.2.8p15+dfsg/sntp/configure:21275:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/configure-21276-    ;;
ntp-4.2.8p15+dfsg/sntp/configure-21277-  *)
ntp-4.2.8p15+dfsg/sntp/configure:21278:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/configure-21279-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21283-  lt_tmp_lt_search_path_spec=
ntp-4.2.8p15+dfsg/sntp/configure:21284:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/configure-21285-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21325-  esac
ntp-4.2.8p15+dfsg/sntp/configure:21326:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ntp-4.2.8p15+dfsg/sntp/configure-21327-else
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21465-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ntp-4.2.8p15+dfsg/sntp/configure:21466:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ntp-4.2.8p15+dfsg/sntp/configure-21467-    ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21501-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/configure:21502:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/configure:21503:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/configure:21504:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/configure-21505-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21510-      fi'
ntp-4.2.8p15+dfsg/sntp/configure:21511:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/configure-21512-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21518-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/configure:21519:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/configure-21520-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21524-      # MinGW DLLs use traditional 'lib' prefix
ntp-4.2.8p15+dfsg/sntp/configure:21525:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/configure-21526-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21528-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/sntp/configure:21529:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/configure-21530-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21537-    libname_spec='$name'
ntp-4.2.8p15+dfsg/sntp/configure:21538:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/sntp/configure-21539-    library_names_spec='$libname.dll.lib'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21549-        # Let DOS variable expansion print the short 8.3 style file name.
ntp-4.2.8p15+dfsg/sntp/configure:21550:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ntp-4.2.8p15+dfsg/sntp/configure-21551-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21554-      # Convert to MSYS style.
ntp-4.2.8p15+dfsg/sntp/configure:21555:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
ntp-4.2.8p15+dfsg/sntp/configure-21556-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21560-      # like /cygdrive/c/PROGRA~1:/cygdr...
ntp-4.2.8p15+dfsg/sntp/configure:21561:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ntp-4.2.8p15+dfsg/sntp/configure:21562:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/configure:21563:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/configure-21564-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21568-        # It is most probably a Windows format PATH.
ntp-4.2.8p15+dfsg/sntp/configure:21569:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ntp-4.2.8p15+dfsg/sntp/configure-21570-      else
ntp-4.2.8p15+dfsg/sntp/configure:21571:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/sntp/configure-21572-      fi
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21578-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/sntp/configure:21579:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/configure:21580:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/configure:21581:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/configure-21582-      test -d \$dldir || mkdir -p \$dldir~
ntp-4.2.8p15+dfsg/sntp/configure-21583-      $install_prog $dir/$dlname \$dldir/$dlname'
ntp-4.2.8p15+dfsg/sntp/configure:21584:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/configure-21585-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21592-    # Assume MSVC wrapper
ntp-4.2.8p15+dfsg/sntp/configure:21593:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
ntp-4.2.8p15+dfsg/sntp/configure-21594-    dynamic_linker='Win32 ld.exe'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21609-  shlibpath_var=DYLD_LIBRARY_PATH
ntp-4.2.8p15+dfsg/sntp/configure:21610:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ntp-4.2.8p15+dfsg/sntp/configure-21611-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21862-  if test -f /etc/ld.so.conf; then
ntp-4.2.8p15+dfsg/sntp/configure:21863:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
ntp-4.2.8p15+dfsg/sntp/configure-21864-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21916-  need_lib_prefix=no
ntp-4.2.8p15+dfsg/sntp/configure:21917:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/sntp/configure-21918-    need_version=no
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21943-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ntp-4.2.8p15+dfsg/sntp/configure:21944:  postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/sntp/configure:21945:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/configure:21946:    dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/sntp/configure-21947-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-21952-    fi'
ntp-4.2.8p15+dfsg/sntp/configure:21953:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/sntp/configure-21954-    dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-22947-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ntp-4.2.8p15+dfsg/sntp/configure:22948:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-22949-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-22979-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:22980:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-22981-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23115-do :
ntp-4.2.8p15+dfsg/sntp/configure:23116:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23117-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23119-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23120:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23121-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23129-do :
ntp-4.2.8p15+dfsg/sntp/configure:23130:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23131-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23133-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23134:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23135-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23145-do :
ntp-4.2.8p15+dfsg/sntp/configure:23146:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23147-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23149-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23150:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23151-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23161-do :
ntp-4.2.8p15+dfsg/sntp/configure:23162:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23163-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23165-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23166:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23167-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23177-do :
ntp-4.2.8p15+dfsg/sntp/configure:23178:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23179-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23181-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23182:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23183-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23253-do :
ntp-4.2.8p15+dfsg/sntp/configure:23254:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23255-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23263-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23264:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23265-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23708-do :
ntp-4.2.8p15+dfsg/sntp/configure:23709:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23710-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23712-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23713:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23714-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23910-do :
ntp-4.2.8p15+dfsg/sntp/configure:23911:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-23912-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23914-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:23915:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-23916-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-23945-  # Check for GNU $ac_path_SED
ntp-4.2.8p15+dfsg/sntp/configure:23946:case `"$ac_path_SED" --version 2>&1` in
ntp-4.2.8p15+dfsg/sntp/configure-23947-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24096-        LIBOPTS_LDADD="${lo_cv_test_autoopts}"
ntp-4.2.8p15+dfsg/sntp/configure:24097:        LIBOPTS_CFLAGS="`${lo_cv_with_autoopts_config} --cflags`"
ntp-4.2.8p15+dfsg/sntp/configure-24098-     else
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24783-	    ntp_use_local_libevent=no
ntp-4.2.8p15+dfsg/sntp/configure:24784:	    ntp_libevent_version="`$PKG_CONFIG --modversion libevent`"
ntp-4.2.8p15+dfsg/sntp/configure-24785-	    case "$ntp_libevent_version" in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24790-$as_echo "yes, version $ntp_libevent_version" >&6; }
ntp-4.2.8p15+dfsg/sntp/configure:24791:	    CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
ntp-4.2.8p15+dfsg/sntp/configure:24792:	    CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent`
ntp-4.2.8p15+dfsg/sntp/configure-24793-	    # HMS: I hope the following is accurate.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24797-	    # but then somebody decided to install -levent-2.0
ntp-4.2.8p15+dfsg/sntp/configure:24798:	    # LDADD_LIBEVENT=`$PKG_CONFIG --libs libevent | sed 's:-levent::'`
ntp-4.2.8p15+dfsg/sntp/configure-24799-	    # So now we dance...
ntp-4.2.8p15+dfsg/sntp/configure-24800-	    LDADD_LIBEVENT=
ntp-4.2.8p15+dfsg/sntp/configure:24801:	    for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads`
ntp-4.2.8p15+dfsg/sntp/configure-24802-	    do
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24821-	    # is "pthreads"?
ntp-4.2.8p15+dfsg/sntp/configure:24822:	    CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
ntp-4.2.8p15+dfsg/sntp/configure-24823-	    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24958-do :
ntp-4.2.8p15+dfsg/sntp/configure:24959:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-24960-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-24962-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:24963:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-24964-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-25181- *:notempty:notgiven:notgiven)
ntp-4.2.8p15+dfsg/sntp/configure:25182:    for pkg in `echo $with_crypto | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/sntp/configure-25183-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config for $pkg" >&5
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-25185-	if $PKG_CONFIG --exists $pkg ; then
ntp-4.2.8p15+dfsg/sntp/configure:25186:	    CPPFLAGS_NTP="$CPPFLAGS_NTP `$PKG_CONFIG --cflags-only-I $pkg`"
ntp-4.2.8p15+dfsg/sntp/configure:25187:	    CFLAGS_NTP="$CFLAGS_NTP `$PKG_CONFIG --cflags-only-other $pkg`"
ntp-4.2.8p15+dfsg/sntp/configure:25188:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-L $pkg`"
ntp-4.2.8p15+dfsg/sntp/configure:25189:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-l --static $pkg`"
ntp-4.2.8p15+dfsg/sntp/configure:25190:	    LDFLAGS_NTP="$LDFLAGS_NTP `$PKG_CONFIG --libs-only-other $pkg`"
ntp-4.2.8p15+dfsg/sntp/configure-25191-	    VER_SUFFIX=o
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-25193-	    ntp_openssl_from_pkg_config=yes
ntp-4.2.8p15+dfsg/sntp/configure:25194:	    ntp_openssl_version="`$PKG_CONFIG --modversion $pkg`"
ntp-4.2.8p15+dfsg/sntp/configure-25195-	    case "$ntp_openssl_version" in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-25357-do :
ntp-4.2.8p15+dfsg/sntp/configure:25358:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/sntp/configure-25359-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-25361-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/sntp/configure:25362:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/sntp/configure-25363-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-26664-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ntp-4.2.8p15+dfsg/sntp/configure:26665:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ntp-4.2.8p15+dfsg/sntp/configure-26666-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-26808-if test -z "$BASH_VERSION$ZSH_VERSION" \
ntp-4.2.8p15+dfsg/sntp/configure:26809:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/configure-26810-  as_echo='print -r --'
ntp-4.2.8p15+dfsg/sntp/configure-26811-  as_echo_n='print -rn --'
ntp-4.2.8p15+dfsg/sntp/configure:26812:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/sntp/configure-26813-  as_echo='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-26815-else
ntp-4.2.8p15+dfsg/sntp/configure:26816:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ntp-4.2.8p15+dfsg/sntp/configure-26817-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-26825-	expr "X$arg" : "X\\(.*\\)$as_nl";
ntp-4.2.8p15+dfsg/sntp/configure:26826:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ntp-4.2.8p15+dfsg/sntp/configure-26827-      esac;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-26902-# ----------------------------------------
ntp-4.2.8p15+dfsg/sntp/configure:26903:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ntp-4.2.8p15+dfsg/sntp/configure-26904-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-26974-  {
ntp-4.2.8p15+dfsg/sntp/configure:26975:    as_val=`expr "$@" || test $? -eq 1`
ntp-4.2.8p15+dfsg/sntp/configure-26976-  }
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27078-      case $as_dir in #(
ntp-4.2.8p15+dfsg/sntp/configure:27079:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ntp-4.2.8p15+dfsg/sntp/configure-27080-      *) as_qdir=$as_dir;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27214-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ntp-4.2.8p15+dfsg/sntp/configure:27215:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ntp-4.2.8p15+dfsg/sntp/configure-27216-ac_cs_version="\\
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27239-  --*=?*)
ntp-4.2.8p15+dfsg/sntp/configure:27240:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ntp-4.2.8p15+dfsg/sntp/configure:27241:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ntp-4.2.8p15+dfsg/sntp/configure-27242-    ac_shift=:
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27244-  --*=)
ntp-4.2.8p15+dfsg/sntp/configure:27245:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ntp-4.2.8p15+dfsg/sntp/configure-27246-    ac_optarg=
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27268-    case $ac_optarg in
ntp-4.2.8p15+dfsg/sntp/configure:27269:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/configure-27270-    '') as_fn_error $? "missing file argument" ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27276-    case $ac_optarg in
ntp-4.2.8p15+dfsg/sntp/configure:27277:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/configure-27278-    esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27345-delay_variable_subst='$delay_variable_subst'
ntp-4.2.8p15+dfsg/sntp/configure:27346:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27347:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27348:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27349:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27350:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27351:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27352:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27353:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27354:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27355:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27356:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27357:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27358:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27359:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27360:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27361:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27362:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27363:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27364:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27365:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27366:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27367:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27368:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27369:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27370:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27371:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27372:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27373:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27374:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27375:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27376:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27377:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27378:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27379:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27380:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27381:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27382:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27383:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27384:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27385:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27386:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27387:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27388:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27389:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27390:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27391:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27392:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27393:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27394:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27395:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27396:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27397:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27398:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27399:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27400:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27401:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27402:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27403:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27404:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27405:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27406:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27407:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27408:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27409:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27410:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27411:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27412:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27413:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27414:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27415:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27416:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27417:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27418:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27419:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27420:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27421:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27422:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27423:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27424:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27425:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27426:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27427:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27428:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27429:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27430:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27431:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27432:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27433:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27434:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27435:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27436:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27437:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27438:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27439:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27440:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27441:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27442:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27443:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27444:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27445:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27446:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27447:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27448:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27449:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27450:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27451:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27452:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27453:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27454:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27455:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27456:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27457:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27458:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27459:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27460:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27461:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27462:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27463:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27464:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27465:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27466:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27467:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27468:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27469:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27470:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27471:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27472:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27473:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27474:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27475:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27476:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27477:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27478:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27479:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure:27480:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/sntp/configure-27481-
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27562-striplib; do
ntp-4.2.8p15+dfsg/sntp/configure:27563:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/configure-27564-    *[\\\\\\\`\\"\\\$]*)
ntp-4.2.8p15+dfsg/sntp/configure:27565:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/configure-27566-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27593-configure_time_lt_sys_library_path; do
ntp-4.2.8p15+dfsg/sntp/configure:27594:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/sntp/configure-27595-    *[\\\\\\\`\\"\\\$]*)
ntp-4.2.8p15+dfsg/sntp/configure:27596:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/sntp/configure-27597-      ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27694-fi
ntp-4.2.8p15+dfsg/sntp/configure:27695:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ntp-4.2.8p15+dfsg/sntp/configure-27696-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27711-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ntp-4.2.8p15+dfsg/sntp/configure:27712:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ntp-4.2.8p15+dfsg/sntp/configure-27713-ac_delim='%!_!# '
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27717-
ntp-4.2.8p15+dfsg/sntp/configure:27718:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ntp-4.2.8p15+dfsg/sntp/configure-27719-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27855-for ac_last_try in false false :; do
ntp-4.2.8p15+dfsg/sntp/configure:27856:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ntp-4.2.8p15+dfsg/sntp/configure-27857-  if test -z "$ac_tt"; then
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-27987-      esac
ntp-4.2.8p15+dfsg/sntp/configure:27988:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ntp-4.2.8p15+dfsg/sntp/configure-27989-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28046-*)
ntp-4.2.8p15+dfsg/sntp/configure:28047:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/sntp/configure-28048-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/sntp/configure:28049:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/sntp/configure-28050-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28107-/@mandir@/p'
ntp-4.2.8p15+dfsg/sntp/configure:28108:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ntp-4.2.8p15+dfsg/sntp/configure-28109-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28124-
ntp-4.2.8p15+dfsg/sntp/configure:28125:# Neutralize VPATH when `$srcdir' = `.'.
ntp-4.2.8p15+dfsg/sntp/configure-28126-# Shell code in configure.ac might set extrasub.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28152-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ntp-4.2.8p15+dfsg/sntp/configure:28153:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ntp-4.2.8p15+dfsg/sntp/configure-28154-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28198-    * )
ntp-4.2.8p15+dfsg/sntp/configure:28199:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ntp-4.2.8p15+dfsg/sntp/configure-28200-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28245-    # Strip MF so we end up with the name of the file.
ntp-4.2.8p15+dfsg/sntp/configure:28246:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ntp-4.2.8p15+dfsg/sntp/configure-28247-    # Check whether this is an Automake generated Makefile or not.
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28282-    # from the Makefile without running 'make'.
ntp-4.2.8p15+dfsg/sntp/configure:28283:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/configure-28284-    test -z "$DEPDIR" && continue
ntp-4.2.8p15+dfsg/sntp/configure:28285:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/configure-28286-    test -z "$am__include" && continue
ntp-4.2.8p15+dfsg/sntp/configure:28287:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/configure-28288-    # Find all dependency output files, they are included files with
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28804-    *:)
ntp-4.2.8p15+dfsg/sntp/configure:28805:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ntp-4.2.8p15+dfsg/sntp/configure-28806-        ;;
ntp-4.2.8p15+dfsg/sntp/configure-28807-    x:*)
ntp-4.2.8p15+dfsg/sntp/configure:28808:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/configure-28809-        ;;
ntp-4.2.8p15+dfsg/sntp/configure-28810-    *::*)
ntp-4.2.8p15+dfsg/sntp/configure:28811:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/configure:28812:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ntp-4.2.8p15+dfsg/sntp/configure-28813-        ;;
ntp-4.2.8p15+dfsg/sntp/configure-28814-    *)
ntp-4.2.8p15+dfsg/sntp/configure:28815:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/sntp/configure-28816-        ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28831-    done
ntp-4.2.8p15+dfsg/sntp/configure:28832:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/sntp/configure-28833-}
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28942-      case $ac_arg in
ntp-4.2.8p15+dfsg/sntp/configure:28943:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/configure-28944-      esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28952-  case $ac_arg in
ntp-4.2.8p15+dfsg/sntp/configure:28953:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/sntp/configure-28954-  esac
##############################################
ntp-4.2.8p15+dfsg/sntp/configure-28981-*)
ntp-4.2.8p15+dfsg/sntp/configure:28982:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/sntp/configure-28983-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/sntp/configure:28984:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/sntp/configure-28985-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-266-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:267:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-268-# and then we would define $MISSING as
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-281-# Expand $ac_aux_dir to an absolute path.
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:282:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-283-])
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-379-  if test "$am_compiler_list" = ""; then
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:380:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-381-  fi
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-530-    # Strip MF so we end up with the name of the file.
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:531:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-532-    # Check whether this is an Automake generated Makefile or not.
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-539-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:540:      dirpart=`AS_DIRNAME("$mf")`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-541-    else
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-545-    # from the Makefile without running 'make'.
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:546:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-547-    test -z "$DEPDIR" && continue
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:548:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-549-    test -z "$am__include" && continue
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:550:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-551-    # Find all dependency output files, they are included files with
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-559-      test -f "$dirpart/$file" && continue
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:560:      fdir=`AS_DIRNAME(["$file"])`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-561-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-617-AC_REQUIRE([AC_PROG_INSTALL])dnl
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:618:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-619-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-776-    * )
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:777:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-778-  esac
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-779-done
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:780:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-781-
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-847-# Ignore all kinds of additional output from 'make'.
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:848:case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-849-*the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-857-   echo '.include "confinc"' > confmf
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:858:   case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-859-   *the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-1039-     echo "timestamp, slept: $am_has_slept" > conftest.file
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:1040:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-1041-     if test "$[*]" = "X"; then
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-1042-	# -L didn't work.
ntp-4.2.8p15+dfsg/sntp/aclocal.m4:1043:	set X `ls -t "$srcdir/configure" conftest.file`
ntp-4.2.8p15+dfsg/sntp/aclocal.m4-1044-     fi
##############################################
ntp-4.2.8p15+dfsg/sntp/utilities.h-24-char *tv_to_str(const struct timeval *tv);
ntp-4.2.8p15+dfsg/sntp/utilities.h:25:const char * hostnameaddr(const char *, const sockaddr_u *);
ntp-4.2.8p15+dfsg/sntp/utilities.h-26-
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-57-  { \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:58:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-59-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-218-  esac
ntp-4.2.8p15+dfsg/sntp/Makefile.in:219:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/sntp/Makefile.in-220-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:221:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-222-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-223-  esac;
ntp-4.2.8p15+dfsg/sntp/Makefile.in:224:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/sntp/Makefile.in-225-am__install_max = 40
ntp-4.2.8p15+dfsg/sntp/Makefile.in-226-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:227:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/sntp/Makefile.in-228-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-315-  while test -n "$$dir1"; do \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:316:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-317-    if test "$$first" != "."; then \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-318-      if test "$$first" = ".."; then \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:319:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:320:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-321-      else \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:322:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-323-        if test "$$first2" = "$$first"; then \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:324:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-325-        else \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-330-    fi; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:331:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-332-  done; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-784-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:785:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-786-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-833-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:834:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-835-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-882-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:883:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-884-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-913-.c.obj:
ntp-4.2.8p15+dfsg/sntp/Makefile.in:914:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/Makefile.in-915-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-917-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/Makefile.in:918:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/Makefile.in-919-
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-939-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:940:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-941-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-982-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:983:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-984-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1039-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1040:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1041-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1056-	dot_seen=no; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1057:	target=`echo $@ | sed s/-recursive//`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1058-	case "$@" in \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1119-GTAGS:
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1120:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1121-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1151-	test -d "$(distdir)" || mkdir "$(distdir)"
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1152:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1153:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1154-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1165-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1166:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1167-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1276-	test -d $(distdir)/_build || exit 0; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1277:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1278-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1320-	}; \
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1321:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1322-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1332-	fi
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1333:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1334-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1501-version.c: $(sntp_OBJECTS) ../libntp/libntp.a Makefile $(srcdir)/scm-rev
ntp-4.2.8p15+dfsg/sntp/Makefile.in:1502:	env CSET=`cat $(srcdir)/scm-rev` $(top_builddir)/../scripts/build/mkver sntp
ntp-4.2.8p15+dfsg/sntp/Makefile.in-1503-
##############################################
ntp-4.2.8p15+dfsg/sntp/main.c-768-		TRACE(1, ("n_pending_ntp was zero before decrement for %s\n",
ntp-4.2.8p15+dfsg/sntp/main.c:769:			  hostnameaddr(name, server)));
ntp-4.2.8p15+dfsg/sntp/main.c-770-	}
##############################################
ntp-4.2.8p15+dfsg/sntp/main.c-797-	msyslog(LOG_INFO, "%s no %cCST response after %d seconds",
ntp-4.2.8p15+dfsg/sntp/main.c:798:		hostnameaddr(spkt->dctx->name, server), xcst,
ntp-4.2.8p15+dfsg/sntp/main.c-799-		response_timeout);
##############################################
ntp-4.2.8p15+dfsg/sntp/main.c-1293-			digits, offset, disptxt,
ntp-4.2.8p15+dfsg/sntp/main.c:1294:			hostnameaddr(hostname, host), stratum,
ntp-4.2.8p15+dfsg/sntp/main.c-1295-			leaptxt,
##############################################
ntp-4.2.8p15+dfsg/sntp/sntp-opts.c-761-/** The sntp program bug email address. */
ntp-4.2.8p15+dfsg/sntp/sntp-opts.c:762:#define zBugsAddr       (sntp_opt_strs+2516)
ntp-4.2.8p15+dfsg/sntp/sntp-opts.c-763-/** Clarification/explanation of what sntp does. */
##############################################
ntp-4.2.8p15+dfsg/sntp/utilities.c-179- *
ntp-4.2.8p15+dfsg/sntp/utilities.c:180: * hostnameaddr()
ntp-4.2.8p15+dfsg/sntp/utilities.c-181- *
##############################################
ntp-4.2.8p15+dfsg/sntp/utilities.c-186-const char *
ntp-4.2.8p15+dfsg/sntp/utilities.c:187:hostnameaddr(
ntp-4.2.8p15+dfsg/sntp/utilities.c-188-	const char *		hostname,
##############################################
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib-43-
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib:44:(shell "CLexe=`echo ${AGexe} | sed 's@/autogen@/columns@'`
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib-45-       test -x \"${CLexe}\" || CLexe=`which columns`")
##############################################
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib-158-:+]'
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib:159:cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib:160:         `/`basename "$cvt_prog"`
ntp-4.2.8p15+dfsg/sntp/ag-tpl/0-old/cmd-doc.tlib-161-cd $tmp_dir
##############################################
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in-436-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in:437:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in:438:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in-439-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in-450-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in:451:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/include/Makefile.in-452-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in-429-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in:430:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in:431:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in-432-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in-443-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in:444:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/scripts/Makefile.in-445-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-17-
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:18:set 1 `echo $CVO | tr '-' ' '`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-19-shift
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-111-esac
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:112:set `echo $CVO_OS | sed 's/\([0-9]\)/ \1/'`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-113-
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-137-    # keys['cvo'] = "cvo.CVO['CVO']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:138:    TS=`echo $TS | sed -e s/@cvo@/$CVO/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-139-    # keys['cpu'] = "cvo.CVO['CVO_CPU']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:140:    TS=`echo $TS | sed -e s/@cpu@/$CVO_CPU/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-141-    # keys['kosver'] = "cvo.CVO['CVO_KOSVER']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:142:    TS=`echo $TS | sed -e s/@kosver@/$CVO_KOSVER/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-143-    # keys['os'] = "cvo.CVO['CVO_OS']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:144:    TS=`echo $TS | sed -e s/@os@/$CVO_OS/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-145-    # keys['osname'] = "cvo.CVO['CVO_OSNAME']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:146:    TS=`echo $TS | sed -e s/@osname@/$CVO_OSNAME/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-147-    # keys['osver'] = "cvo.CVO['CVO_OSVER']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:148:    TS=`echo $TS | sed -e s/@osver@/$CVO_OSVER/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-149-    # keys['vendor'] = "cvo.CVO['CVO_VENDOR']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:150:    TS=`echo $TS | sed -e s/@vendor@/$CVO_VENDOR/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-151-    # keys['raw'] = "cvo.CVO['CVO_raw']"
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh:152:    TS=`echo $TS | sed -e s/@raw@/$CVO_raw/g`
ntp-4.2.8p15+dfsg/sntp/scripts/cvo.sh-153-
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/genHardFlags-2-
ntp-4.2.8p15+dfsg/sntp/scripts/genHardFlags:3:args=`getopt d:f:v $*`
ntp-4.2.8p15+dfsg/sntp/scripts/genHardFlags-4-set -- $args
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/genHardFlags-63-	case "$x" in
ntp-4.2.8p15+dfsg/sntp/scripts/genHardFlags:64:	 *.*) x=`echo $x | sed -e 's/\.[^.]*$//'` ;;
ntp-4.2.8p15+dfsg/sntp/scripts/genHardFlags-65-	 *) x= ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-2-
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:3:args=`getopt d:f:v $*`
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-4-set -- $args
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-63-	case "$x" in
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:64:	 *.*) x=`echo $x | sed -e 's/\.[^.]*$//'` ;;
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-65-	 *) x= ;;
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-197-	# Should be OK, mostly...
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:198:	C=`echo $c | sed -e 'y/abcdefghijklmnopqrstuvwxyz-/ABCDEFGHIJKLMNOPQRSTUVWXYZ_/'`
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-199-	# echo "c: <$c>, C: <$C>, DB: <$DB>, DL: <$DL>, DS: <$DS>" >&2
##############################################
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-232-	# echo "<$c> gets installed in <$d> with a <$s> manpage suffix" >&2
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:233:	# echo "${C}_DB is <`eval echo '$'${C}_DB`>" >&2
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:234:	# echo "${C}_DL is <`eval echo '$'${C}_DL`>" >&2
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:235:	# echo "${C}_DS is <`eval echo '$'${C}_DS`>" >&2
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:236:	# echo "${C}_NI is <`eval echo '$'${C}_NI`>" >&2
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:237:	# echo "${C}_MS is <`eval echo '$'${C}_MS`>" >&2
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:238:	echo "${C}_DB=`eval echo '$'${C}_DB`"
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:239:	echo "${C}_DL=`eval echo '$'${C}_DL`"
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:240:	echo "${C}_DS=`eval echo '$'${C}_DS`"
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:241:	echo "${C}_NI=`eval echo '$'${C}_NI`"
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo:242:	echo "${C}_MS=`eval echo '$'${C}_MS`"
ntp-4.2.8p15+dfsg/sntp/scripts/genLocInfo-243-
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-308-}
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:309:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-310-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:311:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-312-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-313-  esac;
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:314:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-315-am__install_max = 40
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-316-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:317:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-318-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-436-case "$@" in						\
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:437:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-438-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-466-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:467:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:468:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-469-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-479-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:480:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-481-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-914-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:915:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-916-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-991-.c.obj:
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:992:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-993-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:996:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-997-
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1005-test_crypto-crypto.o: crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1006:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-crypto.o -MD -MP -MF $(DEPDIR)/test_crypto-crypto.Tpo -c -o test_crypto-crypto.o `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1007-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-crypto.Tpo $(DEPDIR)/test_crypto-crypto.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1010:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-crypto.o `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1011-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1012-test_crypto-crypto.obj: crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1013:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-crypto.obj -MD -MP -MF $(DEPDIR)/test_crypto-crypto.Tpo -c -o test_crypto-crypto.obj `if test -f 'crypto.c'; then $(CYGPATH_W) 'crypto.c'; else $(CYGPATH_W) '$(srcdir)/crypto.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1014-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-crypto.Tpo $(DEPDIR)/test_crypto-crypto.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1017:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-crypto.obj `if test -f 'crypto.c'; then $(CYGPATH_W) 'crypto.c'; else $(CYGPATH_W) '$(srcdir)/crypto.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1018-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1019-test_crypto-run-crypto.o: run-crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1020:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-run-crypto.o -MD -MP -MF $(DEPDIR)/test_crypto-run-crypto.Tpo -c -o test_crypto-run-crypto.o `test -f 'run-crypto.c' || echo '$(srcdir)/'`run-crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1021-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-run-crypto.Tpo $(DEPDIR)/test_crypto-run-crypto.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1024:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-run-crypto.o `test -f 'run-crypto.c' || echo '$(srcdir)/'`run-crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1025-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1026-test_crypto-run-crypto.obj: run-crypto.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1027:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-run-crypto.obj -MD -MP -MF $(DEPDIR)/test_crypto-run-crypto.Tpo -c -o test_crypto-run-crypto.obj `if test -f 'run-crypto.c'; then $(CYGPATH_W) 'run-crypto.c'; else $(CYGPATH_W) '$(srcdir)/run-crypto.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1028-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-run-crypto.Tpo $(DEPDIR)/test_crypto-run-crypto.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-run-crypto.obj `if test -f 'run-crypto.c'; then $(CYGPATH_W) 'run-crypto.c'; else $(CYGPATH_W) '$(srcdir)/run-crypto.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1032-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1033-test_crypto-version.o: $(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-version.o -MD -MP -MF $(DEPDIR)/test_crypto-version.Tpo -c -o test_crypto-version.o `test -f '$(top_builddir)/version.c' || echo '$(srcdir)/'`$(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-version.Tpo $(DEPDIR)/test_crypto-version.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-version.o `test -f '$(top_builddir)/version.c' || echo '$(srcdir)/'`$(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1039-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1040-test_crypto-version.obj: $(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-version.obj -MD -MP -MF $(DEPDIR)/test_crypto-version.Tpo -c -o test_crypto-version.obj `if test -f '$(top_builddir)/version.c'; then $(CYGPATH_W) '$(top_builddir)/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/version.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-version.Tpo $(DEPDIR)/test_crypto-version.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-version.obj `if test -f '$(top_builddir)/version.c'; then $(CYGPATH_W) '$(top_builddir)/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/version.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1046-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1047-version.o: $(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.o -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.o `test -f '$(top_builddir)/version.c' || echo '$(srcdir)/'`$(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.o `test -f '$(top_builddir)/version.c' || echo '$(srcdir)/'`$(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1053-
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1054-version.obj: $(top_builddir)/version.c
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.obj -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.obj `if test -f '$(top_builddir)/version.c'; then $(CYGPATH_W) '$(top_builddir)/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/version.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.obj `if test -f '$(top_builddir)/version.c'; then $(CYGPATH_W) '$(top_builddir)/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/version.c'; fi`
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1060-
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1096-GTAGS:
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1097:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1098-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1139-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1140:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1141:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1142-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1164-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1165:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1166-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1167:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1168:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1169:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1170:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1171:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1172:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1173:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1174:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1175-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1243-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1244:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1245:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1246:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1247-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1253-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1254:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1255:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1256-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1338-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1341-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1352-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in:1353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/sntp/tests/Makefile.in-1354-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/packetHandling.c-263-	host.sa4.sin_family = AF_INET;
ntp-4.2.8p15+dfsg/sntp/tests/packetHandling.c:264:	host.sa4.sin_addr.s_addr = inet_addr(HOSTNAME);
ntp-4.2.8p15+dfsg/sntp/tests/packetHandling.c-265-
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/utilities.c-31-	s.sa4.sin_family = AF_INET;
ntp-4.2.8p15+dfsg/sntp/tests/utilities.c:32:	s.sa4.sin_addr.s_addr = inet_addr(address);
ntp-4.2.8p15+dfsg/sntp/tests/utilities.c-33-	SET_PORT(&s, 123);
##############################################
ntp-4.2.8p15+dfsg/sntp/tests/utilities.c-42-	a.ai_family = sock->sa.sa_family;
ntp-4.2.8p15+dfsg/sntp/tests/utilities.c:43:	a.ai_addrlen = SIZEOF_SOCKADDR(a.ai_family);
ntp-4.2.8p15+dfsg/sntp/tests/utilities.c-44-	a.ai_addr = &sock->sa;
##############################################
ntp-4.2.8p15+dfsg/Makefile.am-136-
ntp-4.2.8p15+dfsg/Makefile.am:137:CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
ntp-4.2.8p15+dfsg/Makefile.am-138-
##############################################
ntp-4.2.8p15+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ntp-4.2.8p15+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/configure-47-  as_echo='print -r --'
ntp-4.2.8p15+dfsg/configure-48-  as_echo_n='print -rn --'
ntp-4.2.8p15+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/configure-52-else
ntp-4.2.8p15+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ntp-4.2.8p15+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ntp-4.2.8p15+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ntp-4.2.8p15+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ntp-4.2.8p15+dfsg/configure-64-      esac;
##############################################
ntp-4.2.8p15+dfsg/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ntp-4.2.8p15+dfsg/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ntp-4.2.8p15+dfsg/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
ntp-4.2.8p15+dfsg/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
ntp-4.2.8p15+dfsg/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
ntp-4.2.8p15+dfsg/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
ntp-4.2.8p15+dfsg/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
ntp-4.2.8p15+dfsg/configure-335-      case $as_dir in #(
ntp-4.2.8p15+dfsg/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ntp-4.2.8p15+dfsg/configure-337-      *) as_qdir=$as_dir;;
##############################################
ntp-4.2.8p15+dfsg/configure-408-  {
ntp-4.2.8p15+dfsg/configure:409:    as_val=`expr "$@" || test $? -eq 1`
ntp-4.2.8p15+dfsg/configure-410-  }
##############################################
ntp-4.2.8p15+dfsg/configure-415-# ----------------------------------------
ntp-4.2.8p15+dfsg/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ntp-4.2.8p15+dfsg/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ntp-4.2.8p15+dfsg/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ntp-4.2.8p15+dfsg/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ntp-4.2.8p15+dfsg/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ntp-4.2.8p15+dfsg/configure-1141-  case $ac_option in
ntp-4.2.8p15+dfsg/configure:1142:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ntp-4.2.8p15+dfsg/configure-1143-  *=)   ac_optarg= ;;
##############################################
ntp-4.2.8p15+dfsg/configure-1185-  -disable-* | --disable-*)
ntp-4.2.8p15+dfsg/configure:1186:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ntp-4.2.8p15+dfsg/configure-1187-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/configure-1190-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/configure:1191:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/configure-1192-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/configure-1211-  -enable-* | --enable-*)
ntp-4.2.8p15+dfsg/configure:1212:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ntp-4.2.8p15+dfsg/configure-1213-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/configure-1216-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/configure:1217:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/configure-1218-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/configure-1415-  -with-* | --with-*)
ntp-4.2.8p15+dfsg/configure:1416:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ntp-4.2.8p15+dfsg/configure-1417-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/configure-1420-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/configure:1421:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/configure-1422-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/configure-1431-  -without-* | --without-*)
ntp-4.2.8p15+dfsg/configure:1432:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ntp-4.2.8p15+dfsg/configure-1433-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/configure-1436-    ac_useropt_orig=$ac_useropt
ntp-4.2.8p15+dfsg/configure:1437:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ntp-4.2.8p15+dfsg/configure-1438-    case $ac_user_opts in
##############################################
ntp-4.2.8p15+dfsg/configure-1469-  *=*)
ntp-4.2.8p15+dfsg/configure:1470:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ntp-4.2.8p15+dfsg/configure-1471-    # Reject names that are not valid shell variable names.
##############################################
ntp-4.2.8p15+dfsg/configure-1490-if test -n "$ac_prev"; then
ntp-4.2.8p15+dfsg/configure:1491:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ntp-4.2.8p15+dfsg/configure-1492-  as_fn_error $? "missing argument to $ac_option"
##############################################
ntp-4.2.8p15+dfsg/configure-1512-    */ )
ntp-4.2.8p15+dfsg/configure:1513:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ntp-4.2.8p15+dfsg/configure-1514-      eval $ac_var=\$ac_val;;
##############################################
ntp-4.2.8p15+dfsg/configure-1547-ac_ls_di=`ls -di .` &&
ntp-4.2.8p15+dfsg/configure:1548:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ntp-4.2.8p15+dfsg/configure-1549-  as_fn_error $? "working directory cannot be determined"
##############################################
ntp-4.2.8p15+dfsg/configure-1603-case $srcdir in
ntp-4.2.8p15+dfsg/configure:1604:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ntp-4.2.8p15+dfsg/configure-1605-esac
##############################################
ntp-4.2.8p15+dfsg/configure-1646-By default, \`make install' will install all the files in
ntp-4.2.8p15+dfsg/configure:1647:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ntp-4.2.8p15+dfsg/configure:1648:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ntp-4.2.8p15+dfsg/configure-1649-for instance \`--prefix=\$HOME'.
##############################################
ntp-4.2.8p15+dfsg/configure-1885-*)
ntp-4.2.8p15+dfsg/configure:1886:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/configure-1887-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/configure:1888:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/configure-1889-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/configure-2542-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ntp-4.2.8p15+dfsg/configure:2543:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ntp-4.2.8p15+dfsg/configure:2544:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ntp-4.2.8p15+dfsg/configure-2545-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ntp-4.2.8p15+dfsg/configure-2713-    *\'*)
ntp-4.2.8p15+dfsg/configure:2714:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/configure-2715-    esac
##############################################
ntp-4.2.8p15+dfsg/configure-2796-      case $ac_val in
ntp-4.2.8p15+dfsg/configure:2797:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ntp-4.2.8p15+dfsg/configure-2798-      esac
##############################################
ntp-4.2.8p15+dfsg/configure-2811-	case $ac_val in
ntp-4.2.8p15+dfsg/configure:2812:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ntp-4.2.8p15+dfsg/configure-2813-	esac
##############################################
ntp-4.2.8p15+dfsg/configure-2932-    set,)
ntp-4.2.8p15+dfsg/configure:2933:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ntp-4.2.8p15+dfsg/configure:2934:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ntp-4.2.8p15+dfsg/configure-2935-      ac_cache_corrupted=: ;;
##############################################
ntp-4.2.8p15+dfsg/configure-2943-	# differences in whitespace do not lead to failure.
ntp-4.2.8p15+dfsg/configure:2944:	ac_old_val_w=`echo x $ac_old_val`
ntp-4.2.8p15+dfsg/configure:2945:	ac_new_val_w=`echo x $ac_new_val`
ntp-4.2.8p15+dfsg/configure-2946-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ntp-4.2.8p15+dfsg/configure-2963-    case $ac_new_val in
ntp-4.2.8p15+dfsg/configure:2964:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/configure-2965-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ntp-4.2.8p15+dfsg/configure-3275-     echo "timestamp, slept: $am_has_slept" > conftest.file
ntp-4.2.8p15+dfsg/configure:3276:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ntp-4.2.8p15+dfsg/configure-3277-     if test "$*" = "X"; then
ntp-4.2.8p15+dfsg/configure-3278-	# -L didn't work.
ntp-4.2.8p15+dfsg/configure:3279:	set X `ls -t "$srcdir/configure" conftest.file`
ntp-4.2.8p15+dfsg/configure-3280-     fi
##############################################
ntp-4.2.8p15+dfsg/configure-3326-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ntp-4.2.8p15+dfsg/configure:3327:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ntp-4.2.8p15+dfsg/configure-3328-
ntp-4.2.8p15+dfsg/configure-3329-# Expand $ac_aux_dir to an absolute path.
ntp-4.2.8p15+dfsg/configure:3330:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ntp-4.2.8p15+dfsg/configure-3331-
##############################################
ntp-4.2.8p15+dfsg/configure-3471-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ntp-4.2.8p15+dfsg/configure:3472:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ntp-4.2.8p15+dfsg/configure-3473-	     'mkdir (GNU coreutils) '* | \
##############################################
ntp-4.2.8p15+dfsg/configure-3544-set x ${MAKE-make}
ntp-4.2.8p15+dfsg/configure:3545:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ntp-4.2.8p15+dfsg/configure-3546-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ntp-4.2.8p15+dfsg/configure-3554-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ntp-4.2.8p15+dfsg/configure:3555:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ntp-4.2.8p15+dfsg/configure-3556-  *@@@%%%=?*=@@@%%%*)
##############################################
ntp-4.2.8p15+dfsg/configure-3620-
ntp-4.2.8p15+dfsg/configure:3621:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ntp-4.2.8p15+dfsg/configure-3622-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ntp-4.2.8p15+dfsg/configure-3787-test "x$ac_build_alias" = x &&
ntp-4.2.8p15+dfsg/configure:3788:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ntp-4.2.8p15+dfsg/configure-3789-test "x$ac_build_alias" = x &&
ntp-4.2.8p15+dfsg/configure-3790-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ntp-4.2.8p15+dfsg/configure:3791:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ntp-4.2.8p15+dfsg/configure-3792-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ntp-4.2.8p15+dfsg/configure-3811-IFS=$ac_save_IFS
ntp-4.2.8p15+dfsg/configure:3812:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ntp-4.2.8p15+dfsg/configure-3813-
##############################################
ntp-4.2.8p15+dfsg/configure-3822-else
ntp-4.2.8p15+dfsg/configure:3823:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ntp-4.2.8p15+dfsg/configure-3824-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ntp-4.2.8p15+dfsg/configure-3844-IFS=$ac_save_IFS
ntp-4.2.8p15+dfsg/configure:3845:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ntp-4.2.8p15+dfsg/configure-3846-
##############################################
ntp-4.2.8p15+dfsg/configure-3881-# Ignore all kinds of additional output from 'make'.
ntp-4.2.8p15+dfsg/configure:3882:case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/configure-3883-*the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/configure-3891-   echo '.include "confinc"' > confmf
ntp-4.2.8p15+dfsg/configure:3892:   case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/configure-3893-   *the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/configure-4091-$as_echo_n "checking whether the C compiler works... " >&6; }
ntp-4.2.8p15+dfsg/configure:4092:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ntp-4.2.8p15+dfsg/configure-4093-
##############################################
ntp-4.2.8p15+dfsg/configure-4135-	then :; else
ntp-4.2.8p15+dfsg/configure:4136:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ntp-4.2.8p15+dfsg/configure-4137-	fi
##############################################
ntp-4.2.8p15+dfsg/configure-4195-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ntp-4.2.8p15+dfsg/configure:4196:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ntp-4.2.8p15+dfsg/configure-4197-	  break;;
##############################################
ntp-4.2.8p15+dfsg/configure-4304-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ntp-4.2.8p15+dfsg/configure:4305:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ntp-4.2.8p15+dfsg/configure-4306-       break;;
##############################################
ntp-4.2.8p15+dfsg/configure-4622-  if test "$am_compiler_list" = ""; then
ntp-4.2.8p15+dfsg/configure:4623:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ntp-4.2.8p15+dfsg/configure-4624-  fi
##############################################
ntp-4.2.8p15+dfsg/configure-4881-  # Check for GNU $ac_path_GREP
ntp-4.2.8p15+dfsg/configure:4882:case `"$ac_path_GREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/configure-4883-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/configure-4947-  # Check for GNU $ac_path_EGREP
ntp-4.2.8p15+dfsg/configure:4948:case `"$ac_path_EGREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/configure-4949-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/configure-5108-do :
ntp-4.2.8p15+dfsg/configure:5109:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-5110-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ntp-4.2.8p15+dfsg/configure-5113-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:5114:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-5115-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-6635- *::*)
ntp-4.2.8p15+dfsg/configure:6636:    case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in
ntp-4.2.8p15+dfsg/configure-6637-     '')
##############################################
ntp-4.2.8p15+dfsg/configure-7057-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ntp-4.2.8p15+dfsg/configure:7058:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/configure-7059-  ECHO='print -r --'
ntp-4.2.8p15+dfsg/configure:7060:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ntp-4.2.8p15+dfsg/configure-7061-  ECHO='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/configure-7126-  # Check for GNU $ac_path_SED
ntp-4.2.8p15+dfsg/configure:7127:case `"$ac_path_SED" --version 2>&1` in
ntp-4.2.8p15+dfsg/configure-7128-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/configure-7205-  # Check for GNU $ac_path_FGREP
ntp-4.2.8p15+dfsg/configure:7206:case `"$ac_path_FGREP" --version 2>&1` in
ntp-4.2.8p15+dfsg/configure-7207-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/configure-7285-    # gcc leaves a trailing carriage return, which upsets mingw
ntp-4.2.8p15+dfsg/configure:7286:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ntp-4.2.8p15+dfsg/configure-7287-  *)
ntp-4.2.8p15+dfsg/configure:7288:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ntp-4.2.8p15+dfsg/configure-7289-  esac
##############################################
ntp-4.2.8p15+dfsg/configure-7294-      # Canonicalize the pathname of ld
ntp-4.2.8p15+dfsg/configure:7295:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ntp-4.2.8p15+dfsg/configure-7296-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ntp-4.2.8p15+dfsg/configure:7297:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ntp-4.2.8p15+dfsg/configure-7298-      done
##############################################
ntp-4.2.8p15+dfsg/configure-7329-      # Break only if it was the GNU/non-GNU ld that we prefer.
ntp-4.2.8p15+dfsg/configure:7330:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/configure-7331-      *GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/configure-7360-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ntp-4.2.8p15+dfsg/configure:7361:case `$LD -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/configure-7362-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/configure-7410-	esac
ntp-4.2.8p15+dfsg/configure:7411:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/configure-7412-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ntp-4.2.8p15+dfsg/configure-7416-	*)
ntp-4.2.8p15+dfsg/configure:7417:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/configure-7418-	  */dev/null*)
##############################################
ntp-4.2.8p15+dfsg/configure-7544-
ntp-4.2.8p15+dfsg/configure:7545:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ntp-4.2.8p15+dfsg/configure-7546-    *COFF*)
##############################################
ntp-4.2.8p15+dfsg/configure-7656-    # And add a safety zone
ntp-4.2.8p15+dfsg/configure:7657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/configure:7658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/configure-7659-    ;;
##############################################
ntp-4.2.8p15+dfsg/configure-7689-    if test -n "$kargmax"; then
ntp-4.2.8p15+dfsg/configure:7690:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ntp-4.2.8p15+dfsg/configure-7691-    else
##############################################
ntp-4.2.8p15+dfsg/configure-7698-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ntp-4.2.8p15+dfsg/configure:7699:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ntp-4.2.8p15+dfsg/configure:7700:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ntp-4.2.8p15+dfsg/configure-7701-    else
##############################################
ntp-4.2.8p15+dfsg/configure-7710-      # we can't tell.
ntp-4.2.8p15+dfsg/configure:7711:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ntp-4.2.8p15+dfsg/configure-7712-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ntp-4.2.8p15+dfsg/configure-7714-      do
ntp-4.2.8p15+dfsg/configure:7715:        i=`expr $i + 1`
ntp-4.2.8p15+dfsg/configure-7716-        teststring=$teststring$teststring
##############################################
ntp-4.2.8p15+dfsg/configure-7718-      # Only check the string length outside the loop.
ntp-4.2.8p15+dfsg/configure:7719:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ntp-4.2.8p15+dfsg/configure-7720-      teststring=
##############################################
ntp-4.2.8p15+dfsg/configure-7723-      # linker.  It appears as though 1/2 is a usable value.
ntp-4.2.8p15+dfsg/configure:7724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ntp-4.2.8p15+dfsg/configure-7725-    fi
##############################################
ntp-4.2.8p15+dfsg/configure-8134-openbsd* | bitrig*)
ntp-4.2.8p15+dfsg/configure:8135:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/configure-8136-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ntp-4.2.8p15+dfsg/configure-8204-    else
ntp-4.2.8p15+dfsg/configure:8205:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
ntp-4.2.8p15+dfsg/configure-8206-    fi
##############################################
ntp-4.2.8p15+dfsg/configure-8349-  # decide which one to use based on capabilities of $DLLTOOL
ntp-4.2.8p15+dfsg/configure:8350:  case `$DLLTOOL --help 2>&1` in
ntp-4.2.8p15+dfsg/configure-8351-  *--identify-strict*)
##############################################
ntp-4.2.8p15+dfsg/configure-8870-# If we're using GNU nm, then use its standard symbol codes.
ntp-4.2.8p15+dfsg/configure:8871:case `$NM -V 2>&1` in
ntp-4.2.8p15+dfsg/configure-8872-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/configure-8918-mingw*)
ntp-4.2.8p15+dfsg/configure:8919:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ntp-4.2.8p15+dfsg/configure-8920-  ;;
##############################################
ntp-4.2.8p15+dfsg/configure-9150-   if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/configure:9151:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ntp-4.2.8p15+dfsg/configure-9152-   fi
##############################################
ntp-4.2.8p15+dfsg/configure-9154- /*)
ntp-4.2.8p15+dfsg/configure:9155:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ntp-4.2.8p15+dfsg/configure-9156-   ;; #(
##############################################
ntp-4.2.8p15+dfsg/configure-9249-    done
ntp-4.2.8p15+dfsg/configure:9250:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/configure-9251-}
##############################################
ntp-4.2.8p15+dfsg/configure-9271-  test $ac_status = 0; }; then
ntp-4.2.8p15+dfsg/configure:9272:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/configure-9273-      *ELF-32*)
##############################################
ntp-4.2.8p15+dfsg/configure-9292-    if test yes = "$lt_cv_prog_gnu_ld"; then
ntp-4.2.8p15+dfsg/configure:9293:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/configure-9294-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/configure-9304-    else
ntp-4.2.8p15+dfsg/configure:9305:      case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/configure-9306-	*32-bit*)
##############################################
ntp-4.2.8p15+dfsg/configure-9330-    emul=elf
ntp-4.2.8p15+dfsg/configure:9331:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/configure-9332-      *32-bit*)
##############################################
ntp-4.2.8p15+dfsg/configure-9338-    esac
ntp-4.2.8p15+dfsg/configure:9339:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/configure-9340-      *MSB*)
##############################################
ntp-4.2.8p15+dfsg/configure-9346-    esac
ntp-4.2.8p15+dfsg/configure:9347:    case `/usr/bin/file conftest.$ac_objext` in
ntp-4.2.8p15+dfsg/configure-9348-      *N32*)
##############################################
ntp-4.2.8p15+dfsg/configure-10279-    *:)
ntp-4.2.8p15+dfsg/configure:10280:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ntp-4.2.8p15+dfsg/configure-10281-        ;;
ntp-4.2.8p15+dfsg/configure-10282-    x:*)
ntp-4.2.8p15+dfsg/configure:10283:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/configure-10284-        ;;
ntp-4.2.8p15+dfsg/configure-10285-    *::*)
ntp-4.2.8p15+dfsg/configure:10286:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/configure:10287:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ntp-4.2.8p15+dfsg/configure-10288-        ;;
ntp-4.2.8p15+dfsg/configure-10289-    *)
ntp-4.2.8p15+dfsg/configure:10290:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/configure-10291-        ;;
##############################################
ntp-4.2.8p15+dfsg/configure-10614-	"file_magic "*)
ntp-4.2.8p15+dfsg/configure:10615:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/configure-10616-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/configure-10680-	"file_magic "*)
ntp-4.2.8p15+dfsg/configure:10681:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ntp-4.2.8p15+dfsg/configure-10682-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ntp-4.2.8p15+dfsg/configure-11078-      *)
ntp-4.2.8p15+dfsg/configure:11079:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/configure-11080-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
ntp-4.2.8p15+dfsg/configure-11524-	# shared libraries, regardless of the interface used.
ntp-4.2.8p15+dfsg/configure:11525:	case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/configure-11526-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ntp-4.2.8p15+dfsg/configure-11556-    supports_anon_versioning=no
ntp-4.2.8p15+dfsg/configure:11557:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
ntp-4.2.8p15+dfsg/configure-11558-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ntp-4.2.8p15+dfsg/configure-11625-	# is; otherwise, prepend EXPORTS...
ntp-4.2.8p15+dfsg/configure:11626:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ntp-4.2.8p15+dfsg/configure-11627-          cp $export_symbols $output_objdir/$soname.def;
##############################################
ntp-4.2.8p15+dfsg/configure-11659-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/configure:11660:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/configure-11661-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/configure-11681-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ntp-4.2.8p15+dfsg/configure:11682:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/configure:11683:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ntp-4.2.8p15+dfsg/configure-11684-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-11699-        pgcc*)				# Portland Group C compiler
ntp-4.2.8p15+dfsg/configure:11700:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/configure-11701-	  tmp_addflag=' $pic_flag'
##############################################
ntp-4.2.8p15+dfsg/configure-11704-					# Portland Group f77 and f90 compilers
ntp-4.2.8p15+dfsg/configure:11705:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/configure-11706-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ntp-4.2.8p15+dfsg/configure-11721-	nvcc*)	# Cuda Compiler Driver 2.2
ntp-4.2.8p15+dfsg/configure:11722:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/configure-11723-	  compiler_needs_object=yes
##############################################
ntp-4.2.8p15+dfsg/configure-11725-	esac
ntp-4.2.8p15+dfsg/configure:11726:	case `$CC -V 2>&1 | sed 5q` in
ntp-4.2.8p15+dfsg/configure-11727-	*Sun\ C*)			# Sun C 5.9
ntp-4.2.8p15+dfsg/configure:11728:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
ntp-4.2.8p15+dfsg/configure-11729-	  compiler_needs_object=yes
##############################################
ntp-4.2.8p15+dfsg/configure-11796-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ntp-4.2.8p15+dfsg/configure:11797:      case `$LD -v 2>&1` in
ntp-4.2.8p15+dfsg/configure-11798-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ntp-4.2.8p15+dfsg/configure-11885-	else
ntp-4.2.8p15+dfsg/configure:11886:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
ntp-4.2.8p15+dfsg/configure-11887-	fi
##############################################
ntp-4.2.8p15+dfsg/configure-11950-	# below for broken collect2 doesn't work under 4.3+
ntp-4.2.8p15+dfsg/configure:11951:	  collect2name=`$CC -print-prog-name=collect2`
ntp-4.2.8p15+dfsg/configure-11952-	  if test -f "$collect2name" &&
##############################################
ntp-4.2.8p15+dfsg/configure-12030-      }'
ntp-4.2.8p15+dfsg/configure:12031:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/configure-12032-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/configure-12033-  if test -z "$lt_cv_aix_libpath_"; then
ntp-4.2.8p15+dfsg/configure:12034:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/configure-12035-  fi
##############################################
ntp-4.2.8p15+dfsg/configure-12048-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
ntp-4.2.8p15+dfsg/configure:12049:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
ntp-4.2.8p15+dfsg/configure-12050-      else
##############################################
ntp-4.2.8p15+dfsg/configure-12083-      }'
ntp-4.2.8p15+dfsg/configure:12084:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/configure-12085-  # Check for a 64-bit object if we didn't find anything.
ntp-4.2.8p15+dfsg/configure-12086-  if test -z "$lt_cv_aix_libpath_"; then
ntp-4.2.8p15+dfsg/configure:12087:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ntp-4.2.8p15+dfsg/configure-12088-  fi
##############################################
ntp-4.2.8p15+dfsg/configure-12115-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ntp-4.2.8p15+dfsg/configure:12116:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
ntp-4.2.8p15+dfsg/configure-12117-	  if test svr4 != "$with_aix_soname"; then
##############################################
ntp-4.2.8p15+dfsg/configure-12168-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
ntp-4.2.8p15+dfsg/configure:12169:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ntp-4.2.8p15+dfsg/configure-12170-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
ntp-4.2.8p15+dfsg/configure-12206-	# FIXME: Setting linknames here is a bad hack.
ntp-4.2.8p15+dfsg/configure:12207:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ntp-4.2.8p15+dfsg/configure-12208-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ntp-4.2.8p15+dfsg/configure-12224-  if test yes = "$lt_cv_ld_force_load"; then
ntp-4.2.8p15+dfsg/configure:12225:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
ntp-4.2.8p15+dfsg/configure-12226-
##############################################
ntp-4.2.8p15+dfsg/configure-12404-      if test yes = "$GCC"; then
ntp-4.2.8p15+dfsg/configure:12405:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/configure-12406-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ntp-4.2.8p15+dfsg/configure-12432-	if test yes = "$lt_cv_irix_exported_symbol"; then
ntp-4.2.8p15+dfsg/configure:12433:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
ntp-4.2.8p15+dfsg/configure-12434-	fi
ntp-4.2.8p15+dfsg/configure-12435-      else
ntp-4.2.8p15+dfsg/configure:12436:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/configure:12437:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
ntp-4.2.8p15+dfsg/configure-12438-      fi
##############################################
ntp-4.2.8p15+dfsg/configure-12482-	hardcode_direct_absolute=yes
ntp-4.2.8p15+dfsg/configure:12483:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/configure-12484-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ntp-4.2.8p15+dfsg/configure-12513-	prefix_cmds="$SED"~
ntp-4.2.8p15+dfsg/configure:12514:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ntp-4.2.8p15+dfsg/configure-12515-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ntp-4.2.8p15+dfsg/configure-12527-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/configure:12528:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/configure-12529-      else
ntp-4.2.8p15+dfsg/configure-12530-	allow_undefined_flag=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/configure:12531:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/configure-12532-      fi
##############################################
ntp-4.2.8p15+dfsg/configure-12540-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ntp-4.2.8p15+dfsg/configure:12541:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/configure-12542-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
ntp-4.2.8p15+dfsg/configure-12544-	allow_undefined_flag=' -expect_unresolved \*'
ntp-4.2.8p15+dfsg/configure:12545:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
ntp-4.2.8p15+dfsg/configure:12546:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
ntp-4.2.8p15+dfsg/configure:12547:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
ntp-4.2.8p15+dfsg/configure-12548-
##############################################
ntp-4.2.8p15+dfsg/configure-12563-      else
ntp-4.2.8p15+dfsg/configure:12564:	case `$CC -V 2>&1` in
ntp-4.2.8p15+dfsg/configure-12565-	*"Compilers 5.0"*)
##############################################
ntp-4.2.8p15+dfsg/configure-12962-  esac
ntp-4.2.8p15+dfsg/configure:12963:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ntp-4.2.8p15+dfsg/configure-12964-  case $lt_search_path_spec in
##############################################
ntp-4.2.8p15+dfsg/configure-12969-    # okay in the real world where ";" in dirpaths is itself problematic.
ntp-4.2.8p15+dfsg/configure:12970:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ntp-4.2.8p15+dfsg/configure-12971-    ;;
ntp-4.2.8p15+dfsg/configure-12972-  *)
ntp-4.2.8p15+dfsg/configure:12973:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/configure-12974-    ;;
##############################################
ntp-4.2.8p15+dfsg/configure-12978-  lt_tmp_lt_search_path_spec=
ntp-4.2.8p15+dfsg/configure:12979:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ntp-4.2.8p15+dfsg/configure-12980-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ntp-4.2.8p15+dfsg/configure-13020-  esac
ntp-4.2.8p15+dfsg/configure:13021:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ntp-4.2.8p15+dfsg/configure-13022-else
##############################################
ntp-4.2.8p15+dfsg/configure-13160-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ntp-4.2.8p15+dfsg/configure:13161:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ntp-4.2.8p15+dfsg/configure-13162-    ;;
##############################################
ntp-4.2.8p15+dfsg/configure-13196-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/configure:13197:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/configure:13198:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/configure:13199:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/configure-13200-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/configure-13205-      fi'
ntp-4.2.8p15+dfsg/configure:13206:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/configure-13207-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/configure-13213-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/configure:13214:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/configure-13215-
##############################################
ntp-4.2.8p15+dfsg/configure-13219-      # MinGW DLLs use traditional 'lib' prefix
ntp-4.2.8p15+dfsg/configure:13220:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/configure-13221-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-13223-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ntp-4.2.8p15+dfsg/configure:13224:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/configure-13225-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-13232-    libname_spec='$name'
ntp-4.2.8p15+dfsg/configure:13233:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ntp-4.2.8p15+dfsg/configure-13234-    library_names_spec='$libname.dll.lib'
##############################################
ntp-4.2.8p15+dfsg/configure-13244-        # Let DOS variable expansion print the short 8.3 style file name.
ntp-4.2.8p15+dfsg/configure:13245:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ntp-4.2.8p15+dfsg/configure-13246-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ntp-4.2.8p15+dfsg/configure-13249-      # Convert to MSYS style.
ntp-4.2.8p15+dfsg/configure:13250:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
ntp-4.2.8p15+dfsg/configure-13251-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-13255-      # like /cygdrive/c/PROGRA~1:/cygdr...
ntp-4.2.8p15+dfsg/configure:13256:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ntp-4.2.8p15+dfsg/configure:13257:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ntp-4.2.8p15+dfsg/configure:13258:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/configure-13259-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-13263-        # It is most probably a Windows format PATH.
ntp-4.2.8p15+dfsg/configure:13264:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ntp-4.2.8p15+dfsg/configure-13265-      else
ntp-4.2.8p15+dfsg/configure:13266:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ntp-4.2.8p15+dfsg/configure-13267-      fi
##############################################
ntp-4.2.8p15+dfsg/configure-13273-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ntp-4.2.8p15+dfsg/configure:13274:    postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/configure:13275:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/configure:13276:      dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/configure-13277-      test -d \$dldir || mkdir -p \$dldir~
ntp-4.2.8p15+dfsg/configure-13278-      $install_prog $dir/$dlname \$dldir/$dlname'
ntp-4.2.8p15+dfsg/configure:13279:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ntp-4.2.8p15+dfsg/configure-13280-      dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/configure-13287-    # Assume MSVC wrapper
ntp-4.2.8p15+dfsg/configure:13288:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
ntp-4.2.8p15+dfsg/configure-13289-    dynamic_linker='Win32 ld.exe'
##############################################
ntp-4.2.8p15+dfsg/configure-13304-  shlibpath_var=DYLD_LIBRARY_PATH
ntp-4.2.8p15+dfsg/configure:13305:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ntp-4.2.8p15+dfsg/configure-13306-
##############################################
ntp-4.2.8p15+dfsg/configure-13557-  if test -f /etc/ld.so.conf; then
ntp-4.2.8p15+dfsg/configure:13558:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
ntp-4.2.8p15+dfsg/configure-13559-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ntp-4.2.8p15+dfsg/configure-13611-  need_lib_prefix=no
ntp-4.2.8p15+dfsg/configure:13612:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ntp-4.2.8p15+dfsg/configure-13613-    need_version=no
##############################################
ntp-4.2.8p15+dfsg/configure-13638-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ntp-4.2.8p15+dfsg/configure:13639:  postinstall_cmds='base_file=`basename \$file`~
ntp-4.2.8p15+dfsg/configure:13640:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/configure:13641:    dldir=$destdir/`dirname \$dlpath`~
ntp-4.2.8p15+dfsg/configure-13642-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ntp-4.2.8p15+dfsg/configure-13647-    fi'
ntp-4.2.8p15+dfsg/configure:13648:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ntp-4.2.8p15+dfsg/configure-13649-    dlpath=$dir/\$dldll~
##############################################
ntp-4.2.8p15+dfsg/configure-14609-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ntp-4.2.8p15+dfsg/configure:14610:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14611-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ntp-4.2.8p15+dfsg/configure-14641-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14642:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14643-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-14777-do :
ntp-4.2.8p15+dfsg/configure:14778:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14779-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-14781-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14782:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14783-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-14791-do :
ntp-4.2.8p15+dfsg/configure:14792:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14793-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-14795-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14796:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14797-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-14807-do :
ntp-4.2.8p15+dfsg/configure:14808:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14809-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-14811-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14812:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14813-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-14823-do :
ntp-4.2.8p15+dfsg/configure:14824:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14825-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-14827-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14828:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14829-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-14839-do :
ntp-4.2.8p15+dfsg/configure:14840:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14841-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-14843-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14844:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14845-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-14915-do :
ntp-4.2.8p15+dfsg/configure:14916:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-14917-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
ntp-4.2.8p15+dfsg/configure-14925-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:14926:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-14927-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-15370-do :
ntp-4.2.8p15+dfsg/configure:15371:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-15372-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-15374-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:15375:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-15376-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-15572-do :
ntp-4.2.8p15+dfsg/configure:15573:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-15574-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-15576-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:15577:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-15578-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-15607-  # Check for GNU $ac_path_SED
ntp-4.2.8p15+dfsg/configure:15608:case `"$ac_path_SED" --version 2>&1` in
ntp-4.2.8p15+dfsg/configure-15609-*GNU*)
##############################################
ntp-4.2.8p15+dfsg/configure-15758-        LIBOPTS_LDADD="${lo_cv_test_autoopts}"
ntp-4.2.8p15+dfsg/configure:15759:        LIBOPTS_CFLAGS="`${lo_cv_with_autoopts_config} --cflags`"
ntp-4.2.8p15+dfsg/configure-15760-     else
##############################################
ntp-4.2.8p15+dfsg/configure-15938-	    ntp_use_local_libevent=no
ntp-4.2.8p15+dfsg/configure:15939:	    ntp_libevent_version="`$PKG_CONFIG --modversion libevent`"
ntp-4.2.8p15+dfsg/configure-15940-	    case "$ntp_libevent_version" in
##############################################
ntp-4.2.8p15+dfsg/configure-15945-$as_echo "yes, version $ntp_libevent_version" >&6; }
ntp-4.2.8p15+dfsg/configure:15946:	    CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
ntp-4.2.8p15+dfsg/configure:15947:	    CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent`
ntp-4.2.8p15+dfsg/configure-15948-	    # HMS: I hope the following is accurate.
##############################################
ntp-4.2.8p15+dfsg/configure-15952-	    # but then somebody decided to install -levent-2.0
ntp-4.2.8p15+dfsg/configure:15953:	    # LDADD_LIBEVENT=`$PKG_CONFIG --libs libevent | sed 's:-levent::'`
ntp-4.2.8p15+dfsg/configure-15954-	    # So now we dance...
ntp-4.2.8p15+dfsg/configure-15955-	    LDADD_LIBEVENT=
ntp-4.2.8p15+dfsg/configure:15956:	    for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads`
ntp-4.2.8p15+dfsg/configure-15957-	    do
##############################################
ntp-4.2.8p15+dfsg/configure-15976-	    # is "pthreads"?
ntp-4.2.8p15+dfsg/configure:15977:	    CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
ntp-4.2.8p15+dfsg/configure-15978-	    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
ntp-4.2.8p15+dfsg/configure-16060-do :
ntp-4.2.8p15+dfsg/configure:16061:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-16062-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ntp-4.2.8p15+dfsg/configure-16065-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:16066:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-16067-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-16216-do :
ntp-4.2.8p15+dfsg/configure:16217:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-16218-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-16220-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:16221:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-16222-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-16806-    # gcc leaves a trailing carriage return, which upsets mingw
ntp-4.2.8p15+dfsg/configure:16807:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ntp-4.2.8p15+dfsg/configure-16808-  *)
ntp-4.2.8p15+dfsg/configure:16809:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ntp-4.2.8p15+dfsg/configure-16810-  esac
##############################################
ntp-4.2.8p15+dfsg/configure-16815-      # Canonicalize the pathname of ld
ntp-4.2.8p15+dfsg/configure:16816:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ntp-4.2.8p15+dfsg/configure-16817-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ntp-4.2.8p15+dfsg/configure:16818:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ntp-4.2.8p15+dfsg/configure-16819-      done
##############################################
ntp-4.2.8p15+dfsg/configure-16850-      # Break only if it was the GNU/non-GNU ld that we prefer.
ntp-4.2.8p15+dfsg/configure:16851:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/configure-16852-      *GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/configure-16881-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ntp-4.2.8p15+dfsg/configure:16882:case `$LD -v 2>&1 </dev/null` in
ntp-4.2.8p15+dfsg/configure-16883-*GNU* | *'with BFD'*)
##############################################
ntp-4.2.8p15+dfsg/configure-16949-     *)
ntp-4.2.8p15+dfsg/configure:16950:	for lineedit_lib in `echo $use_lineeditlibs | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/configure-16951-	    for term_lib in "" termcap curses ncurses; do
##############################################
ntp-4.2.8p15+dfsg/configure-17069-do :
ntp-4.2.8p15+dfsg/configure:17070:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17071-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-17073-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:17074:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-17075-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-17082-do :
ntp-4.2.8p15+dfsg/configure:17083:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17084-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-17086-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:17087:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-17088-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-17266-do :
ntp-4.2.8p15+dfsg/configure:17267:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17268-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-17270-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:17271:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-17272-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-17590-  for ac_func in _getb67 GETB67 getb67; do
ntp-4.2.8p15+dfsg/configure:17591:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17592-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-17763-    ;;
ntp-4.2.8p15+dfsg/configure:17764: *) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in
ntp-4.2.8p15+dfsg/configure-17765-     '')
##############################################
ntp-4.2.8p15+dfsg/configure-17848-do :
ntp-4.2.8p15+dfsg/configure:17849:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17850-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-17852-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:17853:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-17854-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-17863-do :
ntp-4.2.8p15+dfsg/configure:17864:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17865-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-17867-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:17868:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-17869-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-17944-do :
ntp-4.2.8p15+dfsg/configure:17945:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-17946-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-17948-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:17949:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-17950-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-18060-do :
ntp-4.2.8p15+dfsg/configure:18061:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-18062-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-18064-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:18065:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-18066-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-18091-do :
ntp-4.2.8p15+dfsg/configure:18092:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-18093-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-18095-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:18096:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-18097-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-18156-do :
ntp-4.2.8p15+dfsg/configure:18157:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-18158-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
ntp-4.2.8p15+dfsg/configure-18180-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:18181:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-18182-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-22365-do :
ntp-4.2.8p15+dfsg/configure:22366:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-22367-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-22369-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:22370:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-22371-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-22531-do :
ntp-4.2.8p15+dfsg/configure:22532:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-22533-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-22535-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:22536:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-22537-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-22826-do :
ntp-4.2.8p15+dfsg/configure:22827:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-22828-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-22830-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:22831:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-22832-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23002-do :
ntp-4.2.8p15+dfsg/configure:23003:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23004-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-23006-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23007:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23008-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23074-do :
ntp-4.2.8p15+dfsg/configure:23075:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23076-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-23078-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23079:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23080-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23172-do :
ntp-4.2.8p15+dfsg/configure:23173:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23174-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-23176-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23177:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23178-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23185-do :
ntp-4.2.8p15+dfsg/configure:23186:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23187-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-23189-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23190:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23191-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23250-do :
ntp-4.2.8p15+dfsg/configure:23251:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23252-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-23254-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23255:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23256-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23680-do :
ntp-4.2.8p15+dfsg/configure:23681:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23682-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-23684-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23685:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23686-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-23927-do :
ntp-4.2.8p15+dfsg/configure:23928:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-23929-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-23931-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:23932:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-23933-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-24190-do :
ntp-4.2.8p15+dfsg/configure:24191:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-24192-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TYPES_H
##############################################
ntp-4.2.8p15+dfsg/configure-24206-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:24207:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-24208-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-24567-do :
ntp-4.2.8p15+dfsg/configure:24568:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-24569-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-24571-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:24572:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-24573-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25005-set x ${MAKE-make}
ntp-4.2.8p15+dfsg/configure:25006:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ntp-4.2.8p15+dfsg/configure-25007-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ntp-4.2.8p15+dfsg/configure-25015-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ntp-4.2.8p15+dfsg/configure:25016:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ntp-4.2.8p15+dfsg/configure-25017-  *@@@%%%=?*=@@@%%%*)
##############################################
ntp-4.2.8p15+dfsg/configure-25274-else
ntp-4.2.8p15+dfsg/configure:25275:  ntp_cv_net_snmp_version=`$PATH_NET_SNMP_CONFIG --version`
ntp-4.2.8p15+dfsg/configure-25276-
##############################################
ntp-4.2.8p15+dfsg/configure-25677-do :
ntp-4.2.8p15+dfsg/configure:25678:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25679-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25681-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25682:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25683-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25691-do :
ntp-4.2.8p15+dfsg/configure:25692:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25693-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25695-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25696:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25697-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25704-do :
ntp-4.2.8p15+dfsg/configure:25705:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25706-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25708-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25709:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25710-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25810-do :
ntp-4.2.8p15+dfsg/configure:25811:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25812-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25814-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25815:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25816-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25823-do :
ntp-4.2.8p15+dfsg/configure:25824:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25825-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25827-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25828:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25829-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25871-do :
ntp-4.2.8p15+dfsg/configure:25872:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25873-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25875-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25876:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25877-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25959-do :
ntp-4.2.8p15+dfsg/configure:25960:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25961-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25963-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25964:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25965-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-25990-do :
ntp-4.2.8p15+dfsg/configure:25991:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-25992-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-25994-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:25995:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-25996-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26004-do :
ntp-4.2.8p15+dfsg/configure:26005:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26006-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26008-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26009:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26010-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26036-do :
ntp-4.2.8p15+dfsg/configure:26037:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26038-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26040-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26041:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26042-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26054-do :
ntp-4.2.8p15+dfsg/configure:26055:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26056-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26058-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26059:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26060-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26069-do :
ntp-4.2.8p15+dfsg/configure:26070:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26071-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26073-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26074:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26075-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26082-do :
ntp-4.2.8p15+dfsg/configure:26083:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26084-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26086-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26087:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26088-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26108-do :
ntp-4.2.8p15+dfsg/configure:26109:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26110-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26112-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26113:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26114-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26123-do :
ntp-4.2.8p15+dfsg/configure:26124:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26125-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26127-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26128:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26129-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26191-do :
ntp-4.2.8p15+dfsg/configure:26192:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26193-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-26195-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26196:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26197-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-26404-do :
ntp-4.2.8p15+dfsg/configure:26405:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-26406-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-26408-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:26409:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-26410-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-27152-do :
ntp-4.2.8p15+dfsg/configure:27153:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-27154-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-27156-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:27157:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-27158-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-27267-do :
ntp-4.2.8p15+dfsg/configure:27268:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-27269-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-27271-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:27272:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-27273-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-27300-do :
ntp-4.2.8p15+dfsg/configure:27301:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-27302-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-27304-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:27305:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-27306-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-27312-do :
ntp-4.2.8p15+dfsg/configure:27313:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-27314-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-27316-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:27317:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-27318-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-27544-do :
ntp-4.2.8p15+dfsg/configure:27545:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-27546-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-27548-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:27549:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-27550-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-27950-
ntp-4.2.8p15+dfsg/configure:27951:    case "`basename $ac_cv_prog_CC`" in
ntp-4.2.8p15+dfsg/configure-27952-     acc*) ;;
##############################################
ntp-4.2.8p15+dfsg/configure-30263- *:notempty:notgiven:notgiven)
ntp-4.2.8p15+dfsg/configure:30264:    for pkg in `echo $with_crypto | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/configure-30265-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config for $pkg" >&5
##############################################
ntp-4.2.8p15+dfsg/configure-30267-	if $PKG_CONFIG --exists $pkg ; then
ntp-4.2.8p15+dfsg/configure:30268:	    CPPFLAGS_NTP="$CPPFLAGS_NTP `$PKG_CONFIG --cflags-only-I $pkg`"
ntp-4.2.8p15+dfsg/configure:30269:	    CFLAGS_NTP="$CFLAGS_NTP `$PKG_CONFIG --cflags-only-other $pkg`"
ntp-4.2.8p15+dfsg/configure:30270:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-L $pkg`"
ntp-4.2.8p15+dfsg/configure:30271:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-l --static $pkg`"
ntp-4.2.8p15+dfsg/configure:30272:	    LDFLAGS_NTP="$LDFLAGS_NTP `$PKG_CONFIG --libs-only-other $pkg`"
ntp-4.2.8p15+dfsg/configure-30273-	    VER_SUFFIX=o
##############################################
ntp-4.2.8p15+dfsg/configure-30275-	    ntp_openssl_from_pkg_config=yes
ntp-4.2.8p15+dfsg/configure:30276:	    ntp_openssl_version="`$PKG_CONFIG --modversion $pkg`"
ntp-4.2.8p15+dfsg/configure-30277-	    case "$ntp_openssl_version" in
##############################################
ntp-4.2.8p15+dfsg/configure-30439-do :
ntp-4.2.8p15+dfsg/configure:30440:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-30441-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ntp-4.2.8p15+dfsg/configure-30443-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:30444:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-30445-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-30709-do :
ntp-4.2.8p15+dfsg/configure:30710:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ntp-4.2.8p15+dfsg/configure-30711-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ntp-4.2.8p15+dfsg/configure-30713-  cat >>confdefs.h <<_ACEOF
ntp-4.2.8p15+dfsg/configure:30714:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ntp-4.2.8p15+dfsg/configure-30715-_ACEOF
##############################################
ntp-4.2.8p15+dfsg/configure-31713-     /*)
ntp-4.2.8p15+dfsg/configure:31714:	SNMP_LIBS=`$PATH_NET_SNMP_CONFIG --agent-libs`
ntp-4.2.8p15+dfsg/configure-31715-	# Bug 2815.  This is a bit of a hack, but it works...
ntp-4.2.8p15+dfsg/configure-31716-	case "$ntp_cv_net_snmp_version" in
ntp-4.2.8p15+dfsg/configure:31717:	 5.3*)	SNMP_LIBS=`echo $SNMP_LIBS | $SED -e 's/-lnetsnmpagent/-lnetsnmpagent -lnetsnmpmibs/'`
ntp-4.2.8p15+dfsg/configure-31718-		;;
##############################################
ntp-4.2.8p15+dfsg/configure-31721-	# HMS: we really want to separate CPPFLAGS and CFLAGS
ntp-4.2.8p15+dfsg/configure:31722:	foo=`$PATH_NET_SNMP_CONFIG --cflags`
ntp-4.2.8p15+dfsg/configure-31723-	SNMP_CPPFLAGS=
##############################################
ntp-4.2.8p15+dfsg/configure-31755-	# check -lnetsnmp for netsnmp_daemonize
ntp-4.2.8p15+dfsg/configure:31756:	LIBS=`$PATH_NET_SNMP_CONFIG --libs`
ntp-4.2.8p15+dfsg/configure-31757-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for netsnmp_daemonize in -lnetsnmp" >&5
##############################################
ntp-4.2.8p15+dfsg/configure-33275-$as_echo_n "checking gtest version... " >&6; }
ntp-4.2.8p15+dfsg/configure:33276:	gtest_version_test=`$GTEST_CONFIG --min-version=1.5 || echo toolow`
ntp-4.2.8p15+dfsg/configure-33277-	case "$gtest_version_test" in
##############################################
ntp-4.2.8p15+dfsg/configure-33280-	 *)
ntp-4.2.8p15+dfsg/configure:33281:	    GTEST_LDFLAGS=`$GTEST_CONFIG --ldflags`
ntp-4.2.8p15+dfsg/configure:33282:	    GTEST_LIBS=`$GTEST_CONFIG --libs`
ntp-4.2.8p15+dfsg/configure:33283:	    GTEST_CXXFLAGS=`$GTEST_CONFIG --cxxflags`
ntp-4.2.8p15+dfsg/configure:33284:	    GTEST_CPPFLAGS=`$GTEST_CONFIG --cppflags`
ntp-4.2.8p15+dfsg/configure-33285-
##############################################
ntp-4.2.8p15+dfsg/configure-33291-	esac
ntp-4.2.8p15+dfsg/configure:33292:	gtest_version=`$GTEST_CONFIG --version`
ntp-4.2.8p15+dfsg/configure-33293-	case "$gta" in
##############################################
ntp-4.2.8p15+dfsg/configure-33675-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ntp-4.2.8p15+dfsg/configure:33676:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ntp-4.2.8p15+dfsg/configure-33677-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ntp-4.2.8p15+dfsg/configure-33835-if test -z "$BASH_VERSION$ZSH_VERSION" \
ntp-4.2.8p15+dfsg/configure:33836:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/configure-33837-  as_echo='print -r --'
ntp-4.2.8p15+dfsg/configure-33838-  as_echo_n='print -rn --'
ntp-4.2.8p15+dfsg/configure:33839:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ntp-4.2.8p15+dfsg/configure-33840-  as_echo='printf %s\n'
##############################################
ntp-4.2.8p15+dfsg/configure-33842-else
ntp-4.2.8p15+dfsg/configure:33843:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ntp-4.2.8p15+dfsg/configure-33844-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ntp-4.2.8p15+dfsg/configure-33852-	expr "X$arg" : "X\\(.*\\)$as_nl";
ntp-4.2.8p15+dfsg/configure:33853:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ntp-4.2.8p15+dfsg/configure-33854-      esac;
##############################################
ntp-4.2.8p15+dfsg/configure-33929-# ----------------------------------------
ntp-4.2.8p15+dfsg/configure:33930:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ntp-4.2.8p15+dfsg/configure-33931-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ntp-4.2.8p15+dfsg/configure-34001-  {
ntp-4.2.8p15+dfsg/configure:34002:    as_val=`expr "$@" || test $? -eq 1`
ntp-4.2.8p15+dfsg/configure-34003-  }
##############################################
ntp-4.2.8p15+dfsg/configure-34105-      case $as_dir in #(
ntp-4.2.8p15+dfsg/configure:34106:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ntp-4.2.8p15+dfsg/configure-34107-      *) as_qdir=$as_dir;;
##############################################
ntp-4.2.8p15+dfsg/configure-34241-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ntp-4.2.8p15+dfsg/configure:34242:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ntp-4.2.8p15+dfsg/configure-34243-ac_cs_version="\\
##############################################
ntp-4.2.8p15+dfsg/configure-34266-  --*=?*)
ntp-4.2.8p15+dfsg/configure:34267:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ntp-4.2.8p15+dfsg/configure:34268:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ntp-4.2.8p15+dfsg/configure-34269-    ac_shift=:
##############################################
ntp-4.2.8p15+dfsg/configure-34271-  --*=)
ntp-4.2.8p15+dfsg/configure:34272:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ntp-4.2.8p15+dfsg/configure-34273-    ac_optarg=
##############################################
ntp-4.2.8p15+dfsg/configure-34295-    case $ac_optarg in
ntp-4.2.8p15+dfsg/configure:34296:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/configure-34297-    '') as_fn_error $? "missing file argument" ;;
##############################################
ntp-4.2.8p15+dfsg/configure-34303-    case $ac_optarg in
ntp-4.2.8p15+dfsg/configure:34304:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/configure-34305-    esac
##############################################
ntp-4.2.8p15+dfsg/configure-34372-delay_variable_subst='$delay_variable_subst'
ntp-4.2.8p15+dfsg/configure:34373:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34374:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34375:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34376:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34377:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34378:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34379:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34380:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34381:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34382:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34383:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34384:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34385:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34386:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34387:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34388:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34389:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34390:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34391:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34392:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34393:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34394:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34395:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34396:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34397:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34398:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34399:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34400:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34401:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34402:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34403:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34404:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34405:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34406:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34407:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34408:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34409:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34410:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34411:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34412:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34413:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34414:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34415:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34416:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34417:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34418:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34419:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34420:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34421:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34422:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34423:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34424:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34425:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34426:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34427:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34428:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34429:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34430:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34431:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34432:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34433:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34434:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34435:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34436:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34437:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34438:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34439:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34440:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34441:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34442:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34443:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34444:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34445:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34446:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34447:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34448:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34449:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34450:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34451:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34452:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34453:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34454:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34455:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34456:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34457:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34458:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34459:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34460:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34461:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34462:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34463:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34464:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34465:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34466:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34467:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34468:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34469:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34470:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34471:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34472:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34473:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34474:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34475:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34476:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34477:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34478:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34479:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34480:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34481:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34482:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34483:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34484:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34485:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34486:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34487:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34488:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34489:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34490:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34491:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34492:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34493:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34494:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34495:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34496:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34497:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34498:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34499:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34500:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34501:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34502:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34503:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34504:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34505:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34506:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure:34507:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
ntp-4.2.8p15+dfsg/configure-34508-
##############################################
ntp-4.2.8p15+dfsg/configure-34589-striplib; do
ntp-4.2.8p15+dfsg/configure:34590:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/configure-34591-    *[\\\\\\\`\\"\\\$]*)
ntp-4.2.8p15+dfsg/configure:34592:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/configure-34593-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-34620-configure_time_lt_sys_library_path; do
ntp-4.2.8p15+dfsg/configure:34621:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ntp-4.2.8p15+dfsg/configure-34622-    *[\\\\\\\`\\"\\\$]*)
ntp-4.2.8p15+dfsg/configure:34623:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ntp-4.2.8p15+dfsg/configure-34624-      ;;
##############################################
ntp-4.2.8p15+dfsg/configure-34774-fi
ntp-4.2.8p15+dfsg/configure:34775:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ntp-4.2.8p15+dfsg/configure-34776-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ntp-4.2.8p15+dfsg/configure-34802-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ntp-4.2.8p15+dfsg/configure:34803:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ntp-4.2.8p15+dfsg/configure-34804-ac_delim='%!_!# '
##############################################
ntp-4.2.8p15+dfsg/configure-34808-
ntp-4.2.8p15+dfsg/configure:34809:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ntp-4.2.8p15+dfsg/configure-34810-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ntp-4.2.8p15+dfsg/configure-34952-for ac_last_try in false false :; do
ntp-4.2.8p15+dfsg/configure:34953:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ntp-4.2.8p15+dfsg/configure-34954-  if test -z "$ac_tt"; then
##############################################
ntp-4.2.8p15+dfsg/configure-35084-      esac
ntp-4.2.8p15+dfsg/configure:35085:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ntp-4.2.8p15+dfsg/configure-35086-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ntp-4.2.8p15+dfsg/configure-35143-*)
ntp-4.2.8p15+dfsg/configure:35144:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/configure-35145-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/configure:35146:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/configure-35147-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/configure-35204-/@mandir@/p'
ntp-4.2.8p15+dfsg/configure:35205:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ntp-4.2.8p15+dfsg/configure-35206-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ntp-4.2.8p15+dfsg/configure-35221-
ntp-4.2.8p15+dfsg/configure:35222:# Neutralize VPATH when `$srcdir' = `.'.
ntp-4.2.8p15+dfsg/configure-35223-# Shell code in configure.ac might set extrasub.
##############################################
ntp-4.2.8p15+dfsg/configure-35254-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ntp-4.2.8p15+dfsg/configure:35255:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ntp-4.2.8p15+dfsg/configure-35256-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ntp-4.2.8p15+dfsg/configure-35300-    * )
ntp-4.2.8p15+dfsg/configure:35301:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ntp-4.2.8p15+dfsg/configure-35302-  esac
##############################################
ntp-4.2.8p15+dfsg/configure-35347-    # Strip MF so we end up with the name of the file.
ntp-4.2.8p15+dfsg/configure:35348:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ntp-4.2.8p15+dfsg/configure-35349-    # Check whether this is an Automake generated Makefile or not.
##############################################
ntp-4.2.8p15+dfsg/configure-35384-    # from the Makefile without running 'make'.
ntp-4.2.8p15+dfsg/configure:35385:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ntp-4.2.8p15+dfsg/configure-35386-    test -z "$DEPDIR" && continue
ntp-4.2.8p15+dfsg/configure:35387:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ntp-4.2.8p15+dfsg/configure-35388-    test -z "$am__include" && continue
ntp-4.2.8p15+dfsg/configure:35389:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ntp-4.2.8p15+dfsg/configure-35390-    # Find all dependency output files, they are included files with
##############################################
ntp-4.2.8p15+dfsg/configure-35906-    *:)
ntp-4.2.8p15+dfsg/configure:35907:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ntp-4.2.8p15+dfsg/configure-35908-        ;;
ntp-4.2.8p15+dfsg/configure-35909-    x:*)
ntp-4.2.8p15+dfsg/configure:35910:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/configure-35911-        ;;
ntp-4.2.8p15+dfsg/configure-35912-    *::*)
ntp-4.2.8p15+dfsg/configure:35913:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/configure:35914:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ntp-4.2.8p15+dfsg/configure-35915-        ;;
ntp-4.2.8p15+dfsg/configure-35916-    *)
ntp-4.2.8p15+dfsg/configure:35917:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ntp-4.2.8p15+dfsg/configure-35918-        ;;
##############################################
ntp-4.2.8p15+dfsg/configure-35933-    done
ntp-4.2.8p15+dfsg/configure:35934:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ntp-4.2.8p15+dfsg/configure-35935-}
##############################################
ntp-4.2.8p15+dfsg/configure-36056-      case $ac_arg in
ntp-4.2.8p15+dfsg/configure:36057:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/configure-36058-      esac
##############################################
ntp-4.2.8p15+dfsg/configure-36066-  case $ac_arg in
ntp-4.2.8p15+dfsg/configure:36067:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ntp-4.2.8p15+dfsg/configure-36068-  esac
##############################################
ntp-4.2.8p15+dfsg/configure-36095-*)
ntp-4.2.8p15+dfsg/configure:36096:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ntp-4.2.8p15+dfsg/configure-36097-  # A ".." for each directory in $ac_dir_suffix.
ntp-4.2.8p15+dfsg/configure:36098:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ntp-4.2.8p15+dfsg/configure-36099-  case $ac_top_builddir_sub in
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-266-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ntp-4.2.8p15+dfsg/aclocal.m4:267:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ntp-4.2.8p15+dfsg/aclocal.m4-268-# and then we would define $MISSING as
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-281-# Expand $ac_aux_dir to an absolute path.
ntp-4.2.8p15+dfsg/aclocal.m4:282:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ntp-4.2.8p15+dfsg/aclocal.m4-283-])
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-379-  if test "$am_compiler_list" = ""; then
ntp-4.2.8p15+dfsg/aclocal.m4:380:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ntp-4.2.8p15+dfsg/aclocal.m4-381-  fi
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-530-    # Strip MF so we end up with the name of the file.
ntp-4.2.8p15+dfsg/aclocal.m4:531:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ntp-4.2.8p15+dfsg/aclocal.m4-532-    # Check whether this is an Automake generated Makefile or not.
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-539-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ntp-4.2.8p15+dfsg/aclocal.m4:540:      dirpart=`AS_DIRNAME("$mf")`
ntp-4.2.8p15+dfsg/aclocal.m4-541-    else
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-545-    # from the Makefile without running 'make'.
ntp-4.2.8p15+dfsg/aclocal.m4:546:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ntp-4.2.8p15+dfsg/aclocal.m4-547-    test -z "$DEPDIR" && continue
ntp-4.2.8p15+dfsg/aclocal.m4:548:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ntp-4.2.8p15+dfsg/aclocal.m4-549-    test -z "$am__include" && continue
ntp-4.2.8p15+dfsg/aclocal.m4:550:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ntp-4.2.8p15+dfsg/aclocal.m4-551-    # Find all dependency output files, they are included files with
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-559-      test -f "$dirpart/$file" && continue
ntp-4.2.8p15+dfsg/aclocal.m4:560:      fdir=`AS_DIRNAME(["$file"])`
ntp-4.2.8p15+dfsg/aclocal.m4-561-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-617-AC_REQUIRE([AC_PROG_INSTALL])dnl
ntp-4.2.8p15+dfsg/aclocal.m4:618:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ntp-4.2.8p15+dfsg/aclocal.m4-619-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-776-    * )
ntp-4.2.8p15+dfsg/aclocal.m4:777:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ntp-4.2.8p15+dfsg/aclocal.m4-778-  esac
ntp-4.2.8p15+dfsg/aclocal.m4-779-done
ntp-4.2.8p15+dfsg/aclocal.m4:780:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ntp-4.2.8p15+dfsg/aclocal.m4-781-
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-847-# Ignore all kinds of additional output from 'make'.
ntp-4.2.8p15+dfsg/aclocal.m4:848:case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/aclocal.m4-849-*the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-857-   echo '.include "confinc"' > confmf
ntp-4.2.8p15+dfsg/aclocal.m4:858:   case `$am_make -s -f confmf 2> /dev/null` in #(
ntp-4.2.8p15+dfsg/aclocal.m4-859-   *the\ am__doit\ target*)
##############################################
ntp-4.2.8p15+dfsg/aclocal.m4-1039-     echo "timestamp, slept: $am_has_slept" > conftest.file
ntp-4.2.8p15+dfsg/aclocal.m4:1040:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ntp-4.2.8p15+dfsg/aclocal.m4-1041-     if test "$[*]" = "X"; then
ntp-4.2.8p15+dfsg/aclocal.m4-1042-	# -L didn't work.
ntp-4.2.8p15+dfsg/aclocal.m4:1043:	set X `ls -t "$srcdir/configure" conftest.file`
ntp-4.2.8p15+dfsg/aclocal.m4-1044-     fi
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-231-  while test -n "$$dir1"; do \
ntp-4.2.8p15+dfsg/Makefile.in:232:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/Makefile.in-233-    if test "$$first" != "."; then \
ntp-4.2.8p15+dfsg/Makefile.in-234-      if test "$$first" = ".."; then \
ntp-4.2.8p15+dfsg/Makefile.in:235:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ntp-4.2.8p15+dfsg/Makefile.in:236:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ntp-4.2.8p15+dfsg/Makefile.in-237-      else \
ntp-4.2.8p15+dfsg/Makefile.in:238:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/Makefile.in-239-        if test "$$first2" = "$$first"; then \
ntp-4.2.8p15+dfsg/Makefile.in:240:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/Makefile.in-241-        else \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-246-    fi; \
ntp-4.2.8p15+dfsg/Makefile.in:247:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/Makefile.in-248-  done; \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-594-# HMS: The following seems to be a work-in-progress...
ntp-4.2.8p15+dfsg/Makefile.in:595:CVO = `$(srcdir)/sntp/libevent/build-aux/config.guess`
ntp-4.2.8p15+dfsg/Makefile.in-596-BHOST = `(hostname || uname -n)`
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-672-	dot_seen=no; \
ntp-4.2.8p15+dfsg/Makefile.in:673:	target=`echo $@ | sed s/-recursive//`; \
ntp-4.2.8p15+dfsg/Makefile.in-674-	case "$@" in \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-735-GTAGS:
ntp-4.2.8p15+dfsg/Makefile.in:736:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/Makefile.in-737-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-767-	test -d "$(distdir)" || mkdir "$(distdir)"
ntp-4.2.8p15+dfsg/Makefile.in:768:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/Makefile.in:769:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/Makefile.in-770-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-781-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/Makefile.in:782:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/Makefile.in-783-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-895-	test -d $(distdir)/_build || exit 0; \
ntp-4.2.8p15+dfsg/Makefile.in:896:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ntp-4.2.8p15+dfsg/Makefile.in-897-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-939-	}; \
ntp-4.2.8p15+dfsg/Makefile.in:940:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ntp-4.2.8p15+dfsg/Makefile.in-941-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ntp-4.2.8p15+dfsg/Makefile.in-951-	fi
ntp-4.2.8p15+dfsg/Makefile.in:952:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ntp-4.2.8p15+dfsg/Makefile.in-953-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ntp-4.2.8p15+dfsg/CommitLog-113944-  sntp/utilities.c@1.19 +33 -0
ntp-4.2.8p15+dfsg/CommitLog:113945:    add hostnameaddr() to display given hostname and resolved numeric
ntp-4.2.8p15+dfsg/CommitLog-113946-      IP address, avoid duplication if the input was a numeric address.
##############################################
ntp-4.2.8p15+dfsg/CommitLog-113948-  sntp/utilities.h@1.11 +14 -12
ntp-4.2.8p15+dfsg/CommitLog:113949:    add hostnameaddr() to display given hostname and resolved numeric
ntp-4.2.8p15+dfsg/CommitLog-113950-      IP address, avoid duplication if the input was a numeric address.
##############################################
ntp-4.2.8p15+dfsg/CommitLog-139762-  sntp/tests/utilities.cpp@1.5 +11 -17
ntp-4.2.8p15+dfsg/CommitLog:139763:    Nonfunctional (whitespace, use SIZEOF_SOCKADDR(), declare locals first).
ntp-4.2.8p15+dfsg/CommitLog-139764-
##############################################
ntp-4.2.8p15+dfsg/CommitLog-151655-  include/ntp_net.h@1.7 +5 -0
ntp-4.2.8p15+dfsg/CommitLog:151656:    add SIZEOF_INADDR(family) macro to fetch sizeof either
ntp-4.2.8p15+dfsg/CommitLog-151657-      struct in_addr or struct in_addr6.
##############################################
ntp-4.2.8p15+dfsg/CommitLog-165471-    add wildcard match class for interface/nic rules.
ntp-4.2.8p15+dfsg/CommitLog:165472:    add sau_from_netaddr() prototype
ntp-4.2.8p15+dfsg/CommitLog-165473-
##############################################
ntp-4.2.8p15+dfsg/bootstrap-79-do
ntp-4.2.8p15+dfsg/bootstrap:80:    fb=`echo $f | sed -e 's/run-//'`
ntp-4.2.8p15+dfsg/bootstrap-81-    lt="$lt $fb"
##############################################
ntp-4.2.8p15+dfsg/bootstrap-94-def_files=`find [B-Za-z]* -type f -name '*.def' -print | fgrep -v /SCCS/`
ntp-4.2.8p15+dfsg/bootstrap:95:prog_opt_files=`grep -l '^prog.name' $def_files`
ntp-4.2.8p15+dfsg/bootstrap-96-
##############################################
ntp-4.2.8p15+dfsg/bootstrap-103-do
ntp-4.2.8p15+dfsg/bootstrap:104:    f=`echo $f | sed -e 's/-opts.def//' -e 's/.def//'`
ntp-4.2.8p15+dfsg/bootstrap:105:    dfi=`dirname $f`
ntp-4.2.8p15+dfsg/bootstrap:106:    dfi=`echo $dfi | sed -e 's:$:/invoke-*:'`
ntp-4.2.8p15+dfsg/bootstrap:107:    for i in `ls -1 $f* $dfi`
ntp-4.2.8p15+dfsg/bootstrap-108-    do
##############################################
ntp-4.2.8p15+dfsg/build-4-IAM=`hostname || uname -n`
ntp-4.2.8p15+dfsg/build:5:MYNAME=`IFS=. ; set $IAM ; echo $1`
ntp-4.2.8p15+dfsg/build-6-SIG=
##############################################
ntp-4.2.8p15+dfsg/build-12-    CONFIG_ARGS="$@"
ntp-4.2.8p15+dfsg/build:13:    KEY=`sed -e q < .buildkey-$MYNAME`
ntp-4.2.8p15+dfsg/build-14-    case "$SIG" in
##############################################
ntp-4.2.8p15+dfsg/build-40-
ntp-4.2.8p15+dfsg/build:41:CVO=`env PATH="$PATH:./sntp/libevent/build-aux" sntp/scripts/cvo.sh @cvo@`
ntp-4.2.8p15+dfsg/build-42-case "$CVO" in
##############################################
ntp-4.2.8p15+dfsg/build-115- *)
ntp-4.2.8p15+dfsg/build:116:    CCSUF="-`echo $CC | sed -e 's: :_:g' -e's:/:+:g'`"
ntp-4.2.8p15+dfsg/build-117-    ;;
##############################################
ntp-4.2.8p15+dfsg/build-150-    for try in test /bin/test /usr/bin/test ; do
ntp-4.2.8p15+dfsg/build:151:	case `$try config.status -nt ../configure 2>&1` in
ntp-4.2.8p15+dfsg/build-152-	 '')
##############################################
ntp-4.2.8p15+dfsg/flock-build-3-IAM=`hostname || uname -n`
ntp-4.2.8p15+dfsg/flock-build:4:MYNAME=`IFS=. ; set $IAM ; echo $1`
ntp-4.2.8p15+dfsg/flock-build-5-
##############################################
ntp-4.2.8p15+dfsg/flock-build-99-
ntp-4.2.8p15+dfsg/flock-build:100:		COUNT=\`expr \$COUNT + 1\`
ntp-4.2.8p15+dfsg/flock-build-101-		echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
ntp-4.2.8p15+dfsg/flock-build:102:		[ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
ntp-4.2.8p15+dfsg/flock-build-103-
##############################################
ntp-4.2.8p15+dfsg/flock-build-107-
ntp-4.2.8p15+dfsg/flock-build:108:			COUNT=\`expr \$COUNT + 1\`
ntp-4.2.8p15+dfsg/flock-build-109-			echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
ntp-4.2.8p15+dfsg/flock-build:110:			[ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
ntp-4.2.8p15+dfsg/flock-build-111-
##############################################
ntp-4.2.8p15+dfsg/flock-build-113-
ntp-4.2.8p15+dfsg/flock-build:114:			COUNT=\`expr \$COUNT + 1\`
ntp-4.2.8p15+dfsg/flock-build-115-			echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
ntp-4.2.8p15+dfsg/flock-build:116:			[ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
ntp-4.2.8p15+dfsg/flock-build-117-
##############################################
ntp-4.2.8p15+dfsg/flock-build-119-
ntp-4.2.8p15+dfsg/flock-build:120:			COUNT=\`expr \$COUNT + 1\`
ntp-4.2.8p15+dfsg/flock-build-121-			echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
##############################################
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq-41-
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq:42:arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq-43-
##############################################
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq-48-
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq:49:rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq-50-
##############################################
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq-59-
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq:60:instr=`echo setcpudelay+34?X | adb $kernel | cut -d: -f 2 | nawk '{ print $1 }'`
ntp-4.2.8p15+dfsg/html/hints/solaris.xtra.patchfreq-61-
##############################################
ntp-4.2.8p15+dfsg/ports/winnt/ntpd/nt_clockstuff.c-252-	/* RDTSC returns in EDX:EAX, same as C compiler */
ntp-4.2.8p15+dfsg/ports/winnt/ntpd/nt_clockstuff.c:253:	__asm {
ntp-4.2.8p15+dfsg/ports/winnt/ntpd/nt_clockstuff.c-254-		RDTSC
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-168-  esac
ntp-4.2.8p15+dfsg/scripts/Makefile.in:169:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/Makefile.in-170-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:171:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-172-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-173-  esac;
ntp-4.2.8p15+dfsg/scripts/Makefile.in:174:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/Makefile.in-175-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/Makefile.in-176-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:177:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/Makefile.in-178-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-239-  while test -n "$$dir1"; do \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:240:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-241-    if test "$$first" != "."; then \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-242-      if test "$$first" = ".."; then \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:243:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:244:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-245-      else \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:246:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-247-        if test "$$first2" = "$$first"; then \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:248:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-249-        else \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-254-    fi; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:255:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-256-  done; \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-652-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:653:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-654-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-693-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:694:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-695-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-744-	dot_seen=no; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:745:	target=`echo $@ | sed s/-recursive//`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-746-	case "$@" in \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-807-GTAGS:
ntp-4.2.8p15+dfsg/scripts/Makefile.in:808:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-809-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-830-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/Makefile.in:831:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:832:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-833-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/Makefile.in-844-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/Makefile.in:845:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/Makefile.in-846-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/plot_summary.in-238-    select $oldfh;
ntp-4.2.8p15+dfsg/scripts/plot_summary.in:239:    print `gnuplot $cmd_file`;
ntp-4.2.8p15+dfsg/scripts/plot_summary.in-240-    unlink $cmd_file;
##############################################
ntp-4.2.8p15+dfsg/scripts/plot_summary.in-320-    close OUTPUT or die "close failed on $cmd_file: $!";
ntp-4.2.8p15+dfsg/scripts/plot_summary.in:321:    print `gnuplot $cmd_file`;
ntp-4.2.8p15+dfsg/scripts/plot_summary.in-322-    unlink $cmd_file;
##############################################
ntp-4.2.8p15+dfsg/scripts/deprecated/freq_adj.in-77-
ntp-4.2.8p15+dfsg/scripts/deprecated/freq_adj.in:78:chop($mach_freq = `sysctl -n $sysctl`);
ntp-4.2.8p15+dfsg/scripts/deprecated/freq_adj.in-79-
##############################################
ntp-4.2.8p15+dfsg/scripts/deprecated/freq_adj.in-86-} else {
ntp-4.2.8p15+dfsg/scripts/deprecated/freq_adj.in:87:  print "i8254: ".`sysctl -w $sysctl=$n_mach_freq`;
ntp-4.2.8p15+dfsg/scripts/deprecated/freq_adj.in-88-}
##############################################
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-68-            # First we extract the reference ID (usually a host or a clock)
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper:69:            synchost=`fgrep "refid=" $ntpqlog`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-70-            #synchost=${synchost##*refid=} # strip off the beginning of the line
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-71-            #synchost=${synchost%%,*}      # strip off the end  
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper:72:	    synchost=`expr "$synchost" : '.*refid=\([^,]*\),.*'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-73-
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-74-            # Next, we get the stratum
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper:75:            stratum=`fgrep "stratum=" $ntpqlog`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-76-            #stratum=${stratum##*stratum=}
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-77-            #stratum=${stratum%%,*}
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper:78:	    stratum=`expr "$stratum" : '.*stratum=\([^,]*\),.*'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-groper-79-
##############################################
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status-26-do
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status:27:    HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status-28-    if [ -n "$HOSTNAME" ]
##############################################
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status-30-	$NTPDATE -d $HOST 2>/dev/null | $EGREP '^stratum|^delay|^offset|^originate' > $FILE
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status:31:	STRATUM=`$EGREP '^stratum' $FILE | $AWK '{print $2}'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status:32:	OFFSET=`$EGREP '^offset' $FILE | $AWK '{print $2}'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status:33:	DELAY=`$EGREP '^delay' $FILE | $AWK '{print $2}'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status:34:	TIMESTAMP=`$EGREP '^originate' $FILE | $AWK '{print $4 " " $5 " " $6 " " $7 " " $8}'`
ntp-4.2.8p15+dfsg/scripts/deprecated/ntp-status-35-	if [ "$STRATUM" -ne 0 ]
##############################################
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-10-    if [ -r $PIDFILE ]; then
ntp-4.2.8p15+dfsg/scripts/rc/ntpd:11:        echo "ntpd seems to be already running under pid `cat $PIDFILE`."
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-12-        echo "Delete $PIDFILE if this is not the case.";
##############################################
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-44-    echo -n "Stopping NTP daemon...";
ntp-4.2.8p15+dfsg/scripts/rc/ntpd:45:    PID=`cat $PIDFILE`
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-46-
##############################################
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-49-        for i in `seq 1 15`; do
ntp-4.2.8p15+dfsg/scripts/rc/ntpd:50:            if [ -n "`ps -p $PID|grep -v PID`" ]; then
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-51-                echo -n .
##############################################
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-66-    if [ -r $PIDFILE ]; then
ntp-4.2.8p15+dfsg/scripts/rc/ntpd:67:        echo "NTP daemon is running as `cat $PIDFILE`"
ntp-4.2.8p15+dfsg/scripts/rc/ntpd-68-    else
##############################################
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh-22-for f in loopstats.[12][0-9][0-9][0-9][0-1][0-9][0-3][0-9]; do
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh:23:	d=`echo $f | cut -f2 -d.`
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh-24-	if [ -f $f ] && [ $DATE != $d ]; then
##############################################
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh-41-for f in peerstats.199[4-9][0-1][0-9][0-3][0-9]; do
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh:42:	d=`echo $f | cut -f2 -d.`
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh-43-	if [ -f $f ] && [ $DATE != $d ]; then
##############################################
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh-54-for f in clockstats.199[4-9][0-1][0-9][0-3][0-9]; do
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh:55:	d=`echo $f | cut -f2 -d.`
ntp-4.2.8p15+dfsg/scripts/stats/summary.sh-56-	if [ -f $f ] && [ $DATE != $d ]; then
##############################################
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in-495-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in:496:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in:497:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in-498-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in-509-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in:510:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/build/Makefile.in-511-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/build/mkver.in-18-if [ -n "$SOURCE_DATE_EPOCH" ]; then
ntp-4.2.8p15+dfsg/scripts/build/mkver.in:19:   ConfStr="$ConfStr `LC_TIME=C TZ=UTC date -d@$SOURCE_DATE_EPOCH 2>/dev/null`" ||
ntp-4.2.8p15+dfsg/scripts/build/mkver.in:20:   ConfStr="$ConfStr `LC_TIME=C TZ=UTC date -r $SOURCE_DATE_EPOCH`"
ntp-4.2.8p15+dfsg/scripts/build/mkver.in-21-else
##############################################
ntp-4.2.8p15+dfsg/scripts/build/mkver.in-28-RUN="`cat .version`"
ntp-4.2.8p15+dfsg/scripts/build/mkver.in:29:RUN="`expr $RUN + 1`"
ntp-4.2.8p15+dfsg/scripts/build/mkver.in-30-echo $RUN > .version
##############################################
ntp-4.2.8p15+dfsg/scripts/build/checkHtmlFileDates-7-    # echo $i
ntp-4.2.8p15+dfsg/scripts/build/checkHtmlFileDates:8:    set `bk diffs $i | wc -l`
ntp-4.2.8p15+dfsg/scripts/build/checkHtmlFileDates-9-    lines=$1
##############################################
ntp-4.2.8p15+dfsg/scripts/build/fixautomakedepsmagic-2-
ntp-4.2.8p15+dfsg/scripts/build/fixautomakedepsmagic:3:prog=`basename $0`
ntp-4.2.8p15+dfsg/scripts/build/fixautomakedepsmagic-4-
##############################################
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-233- dev::1::0)
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint:234:    newpoint=`expr $point + 1`
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-235-    ;;
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-236- *::1::[1-9]*)
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint:237:    newpoint=`expr $point + 1`
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-238-    ;;
##############################################
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-257- 1::[0-9]*)
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint:258:    newbetapoint=`expr $betapoint + 1`
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-259-    ;;
##############################################
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-272- i::[0-9]*)
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint:273:    newrcpoint=`expr $rcpoint + 1`
ntp-4.2.8p15+dfsg/scripts/build/UpdatePoint-274-    ;;
##############################################
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-141-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:142:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-143-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:144:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-145-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-146-  esac;
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:147:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-148-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-149-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:150:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-151-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-671-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:672:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-673-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-714-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:715:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-716-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-760-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:761:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:762:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-763-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-774-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in:775:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/calc_tickadj/Makefile.in-776-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-140-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:141:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-142-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:143:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-144-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-145-  esac;
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:146:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-147-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-148-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:149:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-150-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-663-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:664:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-665-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-706-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:707:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-708-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-763-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:764:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-765-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-773-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:774:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:775:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-776-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-787-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in:788:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/ntp-wait/Makefile.in-789-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-140-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:141:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-142-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:143:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-144-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-145-  esac;
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:146:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-147-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-148-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:149:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-150-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-668-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:669:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-670-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-711-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:712:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-713-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-768-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:769:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-770-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-778-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:779:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:780:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-781-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-792-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in:793:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/ntpsweep/Makefile.in-794-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-140-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:141:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-142-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:143:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-144-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-145-  esac;
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:146:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-147-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-148-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:149:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-150-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-662-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:663:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-664-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-705-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:706:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-707-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-762-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:763:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-764-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-772-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:773:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:774:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-775-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-786-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in:787:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/ntptrace/Makefile.in-788-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-158-  esac
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-160-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-162-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-163-  esac;
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-165-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-166-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-168-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-518-	@list='$(nobase_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:519:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-520-	dir='$(DESTDIR)$(perllibdir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-528-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:529:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:530:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-531-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-542-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in:543:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/lib/Makefile.in-544-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-140-CONFIG_CLEAN_VPATH_FILES =
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:141:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-142-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:143:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-144-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-145-  esac;
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:146:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-147-am__install_max = 40
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-148-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:149:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-150-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-664-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:665:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-666-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-707-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:708:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-709-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-764-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:765:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-766-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-774-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:775:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:776:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-777-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-788-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in:789:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/scripts/update-leap/Makefile.in-790-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-50-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:51:SELF="`basename $0`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-52-
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-232-	fi
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:233:	echo "`echo \"$1\" | tr a-z A-Z`: $2"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-234-	return 0
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-265-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:266:    local RAW="`sed $1 -e'/^\\([0-9]\\|#[\$@h]\)/!d' -e'/^#[\$@h]/!s/#.*\$//g'`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-267-
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-269-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:270:    local DATA="`echo \"$RAW\" | sed -e'/^#h/d' -e's/^#[\$@]//g' | tr -d '[:space:]'`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-271-
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-275-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:276:    local DSHA="`echo -n \"$DATA\" | shasum | sed -e's/[? *].*$//'`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-277-
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-280-    # The sed [] includes a tab (\t) and space; #h is followed by a tab and space
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:281:    local FSHA="`echo \"$RAW\" | sed -e'/^#h/!d' -e's/^#h//' -e's/[ 	] */ 0x/g'`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:282:    FSHA=`printf '%08x%08x%08x%08x%08x' $FSHA`
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-283-
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-297-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:298:    EXPIRES="`echo \"$RAW\" | sed -e'/^#@/!d' -e's/^#@//' | tr -d '[:space:]'`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-299-    EXPIRES="$(($EXPIRES - 2208988800 ))"
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-301-    if [ $EXPIRES -lt `date -u +%s` ]; then
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:302:        log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-303-        return 2
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-316-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:317:LEAPFILE="`sed $NTPCONF -e'/^ *leapfile  *.*$/!d' -e's/^ *leapfile  *//'`"
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-318-if [ -z "$LEAPFILE" ]; then
##############################################
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-335-
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh:336:if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
ntp-4.2.8p15+dfsg/scripts/update-leap/update-leap.sh-337-    TRY=0
##############################################
ntp-4.2.8p15+dfsg/include/ntp.h-695-#define	NTP_HASH_MASK		(NTP_HASH_SIZE-1)
ntp-4.2.8p15+dfsg/include/ntp.h:696:#define	NTP_HASH_ADDR(src)	(sock_hash(src) & NTP_HASH_MASK)
ntp-4.2.8p15+dfsg/include/ntp.h-697-
##############################################
ntp-4.2.8p15+dfsg/include/ntp.h-829-typedef struct res_addr4_tag {
ntp-4.2.8p15+dfsg/include/ntp.h:830:	u_int32		addr;		/* IPv4 addr (host order) */
ntp-4.2.8p15+dfsg/include/ntp.h-831-	u_int32		mask;		/* IPv4 mask (host order) */
##############################################
ntp-4.2.8p15+dfsg/include/ntp.h-834-typedef struct res_addr6_tag {
ntp-4.2.8p15+dfsg/include/ntp.h:835:	struct in6_addr addr;		/* IPv6 addr (net order) */
ntp-4.2.8p15+dfsg/include/ntp.h-836-	struct in6_addr mask;		/* IPv6 mask (net order) */
##############################################
ntp-4.2.8p15+dfsg/include/ntp_io.h-87-/*isc_boolean_t	get_broadcastclient_flag(void);*/
ntp-4.2.8p15+dfsg/include/ntp_io.h:88:extern void	sau_from_netaddr(sockaddr_u *, const isc_netaddr_t *);
ntp-4.2.8p15+dfsg/include/ntp_io.h-89-extern void	add_nic_rule(nic_rule_match match_type,
##############################################
ntp-4.2.8p15+dfsg/include/ntp_machine.h-156-struct hostent *gethostbyname (char * netnum);
ntp-4.2.8p15+dfsg/include/ntp_machine.h:157:struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
ntp-4.2.8p15+dfsg/include/ntp_machine.h-158-/* type is the protocol */
##############################################
ntp-4.2.8p15+dfsg/include/ntp_machine.h-265-extern int gethostname(char *, int);
ntp-4.2.8p15+dfsg/include/ntp_machine.h:266:extern unsigned long inet_addr(char *);
ntp-4.2.8p15+dfsg/include/ntp_machine.h-267-extern char *strdup(const char *);
##############################################
ntp-4.2.8p15+dfsg/include/ntp_net.h-110-
ntp-4.2.8p15+dfsg/include/ntp_net.h:111:#define SIZEOF_INADDR(fam)					\
ntp-4.2.8p15+dfsg/include/ntp_net.h-112-	((AF_INET == (fam))					\
##############################################
ntp-4.2.8p15+dfsg/include/ntp_net.h-115-
ntp-4.2.8p15+dfsg/include/ntp_net.h:116:#define SIZEOF_SOCKADDR(fam)					\
ntp-4.2.8p15+dfsg/include/ntp_net.h-117-	((AF_INET == (fam))					\
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-205-  while test -n "$$dir1"; do \
ntp-4.2.8p15+dfsg/include/Makefile.in:206:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-207-    if test "$$first" != "."; then \
ntp-4.2.8p15+dfsg/include/Makefile.in-208-      if test "$$first" = ".."; then \
ntp-4.2.8p15+dfsg/include/Makefile.in:209:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ntp-4.2.8p15+dfsg/include/Makefile.in:210:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-211-      else \
ntp-4.2.8p15+dfsg/include/Makefile.in:212:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-213-        if test "$$first2" = "$$first"; then \
ntp-4.2.8p15+dfsg/include/Makefile.in:214:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-215-        else \
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-220-    fi; \
ntp-4.2.8p15+dfsg/include/Makefile.in:221:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-222-  done; \
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-624-	dot_seen=no; \
ntp-4.2.8p15+dfsg/include/Makefile.in:625:	target=`echo $@ | sed s/-recursive//`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-626-	case "$@" in \
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-687-GTAGS:
ntp-4.2.8p15+dfsg/include/Makefile.in:688:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/include/Makefile.in-689-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-710-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/include/Makefile.in:711:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/include/Makefile.in:712:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-713-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/include/Makefile.in-724-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/include/Makefile.in:725:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/include/Makefile.in-726-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-520-GTAGS:
ntp-4.2.8p15+dfsg/include/isc/Makefile.in:521:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-522-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-543-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/include/isc/Makefile.in:544:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in:545:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-546-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-557-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in:558:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/include/isc/Makefile.in-559-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/libntp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/libntp/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-899-.c.obj:
ntp-4.2.8p15+dfsg/libntp/Makefile.in:900:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-901-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-903-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:904:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-905-
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-913-assertions.o: $(srcdir)/../lib/isc/assertions.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:914:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT assertions.o -MD -MP -MF $(DEPDIR)/assertions.Tpo -c -o assertions.o `test -f '$(srcdir)/../lib/isc/assertions.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/assertions.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-915-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/assertions.Tpo $(DEPDIR)/assertions.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-917-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:918:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o assertions.o `test -f '$(srcdir)/../lib/isc/assertions.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/assertions.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-919-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-920-assertions.obj: $(srcdir)/../lib/isc/assertions.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:921:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT assertions.obj -MD -MP -MF $(DEPDIR)/assertions.Tpo -c -o assertions.obj `if test -f '$(srcdir)/../lib/isc/assertions.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/assertions.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/assertions.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-922-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/assertions.Tpo $(DEPDIR)/assertions.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-924-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:925:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o assertions.obj `if test -f '$(srcdir)/../lib/isc/assertions.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/assertions.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/assertions.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-926-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-927-buffer.o: $(srcdir)/../lib/isc/buffer.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:928:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT buffer.o -MD -MP -MF $(DEPDIR)/buffer.Tpo -c -o buffer.o `test -f '$(srcdir)/../lib/isc/buffer.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/buffer.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-929-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer.Tpo $(DEPDIR)/buffer.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-931-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:932:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o buffer.o `test -f '$(srcdir)/../lib/isc/buffer.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/buffer.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-933-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-934-buffer.obj: $(srcdir)/../lib/isc/buffer.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:935:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT buffer.obj -MD -MP -MF $(DEPDIR)/buffer.Tpo -c -o buffer.obj `if test -f '$(srcdir)/../lib/isc/buffer.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/buffer.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-936-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer.Tpo $(DEPDIR)/buffer.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-938-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:939:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o buffer.obj `if test -f '$(srcdir)/../lib/isc/buffer.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/buffer.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-940-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-941-backtrace-emptytbl.o: $(srcdir)/../lib/isc/backtrace-emptytbl.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:942:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backtrace-emptytbl.o -MD -MP -MF $(DEPDIR)/backtrace-emptytbl.Tpo -c -o backtrace-emptytbl.o `test -f '$(srcdir)/../lib/isc/backtrace-emptytbl.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/backtrace-emptytbl.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-943-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backtrace-emptytbl.Tpo $(DEPDIR)/backtrace-emptytbl.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-945-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:946:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backtrace-emptytbl.o `test -f '$(srcdir)/../lib/isc/backtrace-emptytbl.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/backtrace-emptytbl.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-947-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-948-backtrace-emptytbl.obj: $(srcdir)/../lib/isc/backtrace-emptytbl.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:949:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backtrace-emptytbl.obj -MD -MP -MF $(DEPDIR)/backtrace-emptytbl.Tpo -c -o backtrace-emptytbl.obj `if test -f '$(srcdir)/../lib/isc/backtrace-emptytbl.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/backtrace-emptytbl.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/backtrace-emptytbl.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-950-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backtrace-emptytbl.Tpo $(DEPDIR)/backtrace-emptytbl.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-952-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:953:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backtrace-emptytbl.obj `if test -f '$(srcdir)/../lib/isc/backtrace-emptytbl.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/backtrace-emptytbl.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/backtrace-emptytbl.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-954-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-955-backtrace.o: $(srcdir)/../lib/isc/backtrace.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:956:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backtrace.o -MD -MP -MF $(DEPDIR)/backtrace.Tpo -c -o backtrace.o `test -f '$(srcdir)/../lib/isc/backtrace.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/backtrace.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-957-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backtrace.Tpo $(DEPDIR)/backtrace.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-959-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:960:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backtrace.o `test -f '$(srcdir)/../lib/isc/backtrace.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/backtrace.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-961-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-962-backtrace.obj: $(srcdir)/../lib/isc/backtrace.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:963:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backtrace.obj -MD -MP -MF $(DEPDIR)/backtrace.Tpo -c -o backtrace.obj `if test -f '$(srcdir)/../lib/isc/backtrace.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/backtrace.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/backtrace.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-964-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backtrace.Tpo $(DEPDIR)/backtrace.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-966-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:967:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backtrace.obj `if test -f '$(srcdir)/../lib/isc/backtrace.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/backtrace.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/backtrace.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-968-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-969-condition.o: $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:970:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT condition.o -MD -MP -MF $(DEPDIR)/condition.Tpo -c -o condition.o `test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-971-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/condition.Tpo $(DEPDIR)/condition.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-973-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:974:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o condition.o `test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-975-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-976-condition.obj: $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:977:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT condition.obj -MD -MP -MF $(DEPDIR)/condition.Tpo -c -o condition.obj `if test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-978-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/condition.Tpo $(DEPDIR)/condition.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-980-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:981:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o condition.obj `if test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/condition.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-982-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-983-dir.o: $(srcdir)/../lib/isc/unix/dir.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:984:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dir.o -MD -MP -MF $(DEPDIR)/dir.Tpo -c -o dir.o `test -f '$(srcdir)/../lib/isc/unix/dir.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/dir.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-985-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dir.Tpo $(DEPDIR)/dir.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-987-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:988:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dir.o `test -f '$(srcdir)/../lib/isc/unix/dir.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/dir.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-989-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-990-dir.obj: $(srcdir)/../lib/isc/unix/dir.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:991:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dir.obj -MD -MP -MF $(DEPDIR)/dir.Tpo -c -o dir.obj `if test -f '$(srcdir)/../lib/isc/unix/dir.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/dir.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/dir.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-992-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dir.Tpo $(DEPDIR)/dir.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-994-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:995:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dir.obj `if test -f '$(srcdir)/../lib/isc/unix/dir.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/dir.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/dir.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-996-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-997-error.o: $(srcdir)/../lib/isc/error.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:998:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT error.o -MD -MP -MF $(DEPDIR)/error.Tpo -c -o error.o `test -f '$(srcdir)/../lib/isc/error.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/error.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-999-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/error.Tpo $(DEPDIR)/error.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1001-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1002:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o error.o `test -f '$(srcdir)/../lib/isc/error.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/error.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1003-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1004-error.obj: $(srcdir)/../lib/isc/error.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1005:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT error.obj -MD -MP -MF $(DEPDIR)/error.Tpo -c -o error.obj `if test -f '$(srcdir)/../lib/isc/error.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/error.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/error.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1006-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/error.Tpo $(DEPDIR)/error.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1008-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1009:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o error.obj `if test -f '$(srcdir)/../lib/isc/error.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/error.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/error.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1010-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1011-errno2result.o: $(srcdir)/../lib/isc/unix/errno2result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1012:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT errno2result.o -MD -MP -MF $(DEPDIR)/errno2result.Tpo -c -o errno2result.o `test -f '$(srcdir)/../lib/isc/unix/errno2result.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/errno2result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1013-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/errno2result.Tpo $(DEPDIR)/errno2result.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1015-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1016:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o errno2result.o `test -f '$(srcdir)/../lib/isc/unix/errno2result.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/errno2result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1017-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1018-errno2result.obj: $(srcdir)/../lib/isc/unix/errno2result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1019:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT errno2result.obj -MD -MP -MF $(DEPDIR)/errno2result.Tpo -c -o errno2result.obj `if test -f '$(srcdir)/../lib/isc/unix/errno2result.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/errno2result.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/errno2result.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1020-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/errno2result.Tpo $(DEPDIR)/errno2result.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1022-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1023:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o errno2result.obj `if test -f '$(srcdir)/../lib/isc/unix/errno2result.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/errno2result.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/errno2result.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1024-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1025-event.o: $(srcdir)/../lib/isc/event.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1026:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT event.o -MD -MP -MF $(DEPDIR)/event.Tpo -c -o event.o `test -f '$(srcdir)/../lib/isc/event.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/event.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1027-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/event.Tpo $(DEPDIR)/event.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1029-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1030:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o event.o `test -f '$(srcdir)/../lib/isc/event.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/event.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1031-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1032-event.obj: $(srcdir)/../lib/isc/event.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1033:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT event.obj -MD -MP -MF $(DEPDIR)/event.Tpo -c -o event.obj `if test -f '$(srcdir)/../lib/isc/event.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/event.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/event.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1034-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/event.Tpo $(DEPDIR)/event.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1036-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1037:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o event.obj `if test -f '$(srcdir)/../lib/isc/event.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/event.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/event.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1038-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1039-file.o: $(srcdir)/../lib/isc/unix/file.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1040:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT file.o -MD -MP -MF $(DEPDIR)/file.Tpo -c -o file.o `test -f '$(srcdir)/../lib/isc/unix/file.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/file.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1041-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/file.Tpo $(DEPDIR)/file.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1043-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1044:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o file.o `test -f '$(srcdir)/../lib/isc/unix/file.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/file.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1045-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1046-file.obj: $(srcdir)/../lib/isc/unix/file.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1047:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT file.obj -MD -MP -MF $(DEPDIR)/file.Tpo -c -o file.obj `if test -f '$(srcdir)/../lib/isc/unix/file.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/file.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/file.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1048-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/file.Tpo $(DEPDIR)/file.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1050-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1051:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o file.obj `if test -f '$(srcdir)/../lib/isc/unix/file.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/file.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/file.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1052-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1053-inet_ntop.o: $(srcdir)/../lib/isc/inet_ntop.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1054:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_ntop.o -MD -MP -MF $(DEPDIR)/inet_ntop.Tpo -c -o inet_ntop.o `test -f '$(srcdir)/../lib/isc/inet_ntop.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/inet_ntop.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1055-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/inet_ntop.Tpo $(DEPDIR)/inet_ntop.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1057-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1058:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inet_ntop.o `test -f '$(srcdir)/../lib/isc/inet_ntop.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/inet_ntop.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1059-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1060-inet_ntop.obj: $(srcdir)/../lib/isc/inet_ntop.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1061:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_ntop.obj -MD -MP -MF $(DEPDIR)/inet_ntop.Tpo -c -o inet_ntop.obj `if test -f '$(srcdir)/../lib/isc/inet_ntop.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/inet_ntop.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1062-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/inet_ntop.Tpo $(DEPDIR)/inet_ntop.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1064-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1065:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inet_ntop.obj `if test -f '$(srcdir)/../lib/isc/inet_ntop.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/inet_ntop.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/inet_ntop.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1066-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1067-inet_pton.o: $(srcdir)/../lib/isc/inet_pton.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1068:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_pton.o -MD -MP -MF $(DEPDIR)/inet_pton.Tpo -c -o inet_pton.o `test -f '$(srcdir)/../lib/isc/inet_pton.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/inet_pton.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1069-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/inet_pton.Tpo $(DEPDIR)/inet_pton.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1071-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1072:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inet_pton.o `test -f '$(srcdir)/../lib/isc/inet_pton.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/inet_pton.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1073-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1074-inet_pton.obj: $(srcdir)/../lib/isc/inet_pton.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1075:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inet_pton.obj -MD -MP -MF $(DEPDIR)/inet_pton.Tpo -c -o inet_pton.obj `if test -f '$(srcdir)/../lib/isc/inet_pton.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/inet_pton.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1076-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/inet_pton.Tpo $(DEPDIR)/inet_pton.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1078-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1079:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inet_pton.obj `if test -f '$(srcdir)/../lib/isc/inet_pton.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/inet_pton.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1080-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1081-interfaceiter.o: $(srcdir)/../lib/isc/unix/interfaceiter.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1082:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interfaceiter.o -MD -MP -MF $(DEPDIR)/interfaceiter.Tpo -c -o interfaceiter.o `test -f '$(srcdir)/../lib/isc/unix/interfaceiter.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/interfaceiter.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1083-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/interfaceiter.Tpo $(DEPDIR)/interfaceiter.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1085-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1086:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interfaceiter.o `test -f '$(srcdir)/../lib/isc/unix/interfaceiter.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/interfaceiter.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1087-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1088-interfaceiter.obj: $(srcdir)/../lib/isc/unix/interfaceiter.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1089:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interfaceiter.obj -MD -MP -MF $(DEPDIR)/interfaceiter.Tpo -c -o interfaceiter.obj `if test -f '$(srcdir)/../lib/isc/unix/interfaceiter.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/interfaceiter.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/interfaceiter.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1090-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/interfaceiter.Tpo $(DEPDIR)/interfaceiter.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1092-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1093:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interfaceiter.obj `if test -f '$(srcdir)/../lib/isc/unix/interfaceiter.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/interfaceiter.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/interfaceiter.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1094-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1095-lib.o: $(srcdir)/../lib/isc/lib.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1096:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib.o -MD -MP -MF $(DEPDIR)/lib.Tpo -c -o lib.o `test -f '$(srcdir)/../lib/isc/lib.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/lib.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1097-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib.Tpo $(DEPDIR)/lib.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1099-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1100:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib.o `test -f '$(srcdir)/../lib/isc/lib.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/lib.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1101-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1102-lib.obj: $(srcdir)/../lib/isc/lib.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1103:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib.obj -MD -MP -MF $(DEPDIR)/lib.Tpo -c -o lib.obj `if test -f '$(srcdir)/../lib/isc/lib.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/lib.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/lib.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1104-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib.Tpo $(DEPDIR)/lib.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1106-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1107:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib.obj `if test -f '$(srcdir)/../lib/isc/lib.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/lib.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/lib.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1108-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1109-log.o: $(srcdir)/../lib/isc/log.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1110:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT log.o -MD -MP -MF $(DEPDIR)/log.Tpo -c -o log.o `test -f '$(srcdir)/../lib/isc/log.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/log.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1111-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/log.Tpo $(DEPDIR)/log.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1113-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1114:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o log.o `test -f '$(srcdir)/../lib/isc/log.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/log.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1115-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1116-log.obj: $(srcdir)/../lib/isc/log.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1117:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT log.obj -MD -MP -MF $(DEPDIR)/log.Tpo -c -o log.obj `if test -f '$(srcdir)/../lib/isc/log.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/log.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/log.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1118-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/log.Tpo $(DEPDIR)/log.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1120-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1121:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o log.obj `if test -f '$(srcdir)/../lib/isc/log.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/log.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/log.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1122-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1123-md5.o: $(srcdir)/../lib/isc/md5.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1124:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md5.o -MD -MP -MF $(DEPDIR)/md5.Tpo -c -o md5.o `test -f '$(srcdir)/../lib/isc/md5.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/md5.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1125-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/md5.Tpo $(DEPDIR)/md5.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1127-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1128:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5.o `test -f '$(srcdir)/../lib/isc/md5.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/md5.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1129-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1130-md5.obj: $(srcdir)/../lib/isc/md5.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1131:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md5.obj -MD -MP -MF $(DEPDIR)/md5.Tpo -c -o md5.obj `if test -f '$(srcdir)/../lib/isc/md5.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/md5.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/md5.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1132-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/md5.Tpo $(DEPDIR)/md5.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1134-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1135:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5.obj `if test -f '$(srcdir)/../lib/isc/md5.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/md5.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/md5.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1136-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1137-msgcat.o: $(srcdir)/../lib/isc/nls/msgcat.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1138:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msgcat.o -MD -MP -MF $(DEPDIR)/msgcat.Tpo -c -o msgcat.o `test -f '$(srcdir)/../lib/isc/nls/msgcat.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/nls/msgcat.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1139-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/msgcat.Tpo $(DEPDIR)/msgcat.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1141-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1142:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcat.o `test -f '$(srcdir)/../lib/isc/nls/msgcat.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/nls/msgcat.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1143-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1144-msgcat.obj: $(srcdir)/../lib/isc/nls/msgcat.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1145:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msgcat.obj -MD -MP -MF $(DEPDIR)/msgcat.Tpo -c -o msgcat.obj `if test -f '$(srcdir)/../lib/isc/nls/msgcat.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/nls/msgcat.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/nls/msgcat.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1146-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/msgcat.Tpo $(DEPDIR)/msgcat.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1148-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1149:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcat.obj `if test -f '$(srcdir)/../lib/isc/nls/msgcat.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/nls/msgcat.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/nls/msgcat.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1150-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1151-net.o: $(srcdir)/../lib/isc/unix/net.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1152:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT net.o -MD -MP -MF $(DEPDIR)/net.Tpo -c -o net.o `test -f '$(srcdir)/../lib/isc/unix/net.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/net.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1153-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/net.Tpo $(DEPDIR)/net.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1155-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1156:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o net.o `test -f '$(srcdir)/../lib/isc/unix/net.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/net.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1157-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1158-net.obj: $(srcdir)/../lib/isc/unix/net.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1159:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT net.obj -MD -MP -MF $(DEPDIR)/net.Tpo -c -o net.obj `if test -f '$(srcdir)/../lib/isc/unix/net.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/net.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/net.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1160-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/net.Tpo $(DEPDIR)/net.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1162-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1163:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o net.obj `if test -f '$(srcdir)/../lib/isc/unix/net.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/net.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/net.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1164-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1165-netaddr.o: $(srcdir)/../lib/isc/netaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1166:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netaddr.o -MD -MP -MF $(DEPDIR)/netaddr.Tpo -c -o netaddr.o `test -f '$(srcdir)/../lib/isc/netaddr.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/netaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1167-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/netaddr.Tpo $(DEPDIR)/netaddr.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1169-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1170:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netaddr.o `test -f '$(srcdir)/../lib/isc/netaddr.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/netaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1171-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1172-netaddr.obj: $(srcdir)/../lib/isc/netaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1173:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netaddr.obj -MD -MP -MF $(DEPDIR)/netaddr.Tpo -c -o netaddr.obj `if test -f '$(srcdir)/../lib/isc/netaddr.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/netaddr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/netaddr.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1174-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/netaddr.Tpo $(DEPDIR)/netaddr.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1176-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1177:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netaddr.obj `if test -f '$(srcdir)/../lib/isc/netaddr.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/netaddr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/netaddr.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1178-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1179-netscope.o: $(srcdir)/../lib/isc/netscope.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1180:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netscope.o -MD -MP -MF $(DEPDIR)/netscope.Tpo -c -o netscope.o `test -f '$(srcdir)/../lib/isc/netscope.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/netscope.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1181-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/netscope.Tpo $(DEPDIR)/netscope.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1183-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1184:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netscope.o `test -f '$(srcdir)/../lib/isc/netscope.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/netscope.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1185-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1186-netscope.obj: $(srcdir)/../lib/isc/netscope.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1187:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netscope.obj -MD -MP -MF $(DEPDIR)/netscope.Tpo -c -o netscope.obj `if test -f '$(srcdir)/../lib/isc/netscope.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/netscope.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/netscope.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1188-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/netscope.Tpo $(DEPDIR)/netscope.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1190-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1191:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netscope.obj `if test -f '$(srcdir)/../lib/isc/netscope.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/netscope.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/netscope.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1192-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1193-ondestroy.o: $(srcdir)/../lib/isc/ondestroy.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1194:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ondestroy.o -MD -MP -MF $(DEPDIR)/ondestroy.Tpo -c -o ondestroy.o `test -f '$(srcdir)/../lib/isc/ondestroy.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/ondestroy.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1195-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ondestroy.Tpo $(DEPDIR)/ondestroy.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1197-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1198:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ondestroy.o `test -f '$(srcdir)/../lib/isc/ondestroy.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/ondestroy.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1199-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1200-ondestroy.obj: $(srcdir)/../lib/isc/ondestroy.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1201:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ondestroy.obj -MD -MP -MF $(DEPDIR)/ondestroy.Tpo -c -o ondestroy.obj `if test -f '$(srcdir)/../lib/isc/ondestroy.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/ondestroy.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/ondestroy.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1202-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ondestroy.Tpo $(DEPDIR)/ondestroy.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1204-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1205:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ondestroy.obj `if test -f '$(srcdir)/../lib/isc/ondestroy.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/ondestroy.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/ondestroy.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1206-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1207-random.o: $(srcdir)/../lib/isc/random.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1208:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT random.o -MD -MP -MF $(DEPDIR)/random.Tpo -c -o random.o `test -f '$(srcdir)/../lib/isc/random.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/random.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1209-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/random.Tpo $(DEPDIR)/random.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1211-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1212:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o random.o `test -f '$(srcdir)/../lib/isc/random.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/random.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1213-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1214-random.obj: $(srcdir)/../lib/isc/random.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1215:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT random.obj -MD -MP -MF $(DEPDIR)/random.Tpo -c -o random.obj `if test -f '$(srcdir)/../lib/isc/random.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/random.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/random.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1216-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/random.Tpo $(DEPDIR)/random.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1218-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1219:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o random.obj `if test -f '$(srcdir)/../lib/isc/random.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/random.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/random.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1220-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1221-result.o: $(srcdir)/../lib/isc/result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1222:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT result.o -MD -MP -MF $(DEPDIR)/result.Tpo -c -o result.o `test -f '$(srcdir)/../lib/isc/result.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1223-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/result.Tpo $(DEPDIR)/result.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1225-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1226:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o result.o `test -f '$(srcdir)/../lib/isc/result.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1227-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1228-result.obj: $(srcdir)/../lib/isc/result.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1229:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT result.obj -MD -MP -MF $(DEPDIR)/result.Tpo -c -o result.obj `if test -f '$(srcdir)/../lib/isc/result.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/result.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/result.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1230-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/result.Tpo $(DEPDIR)/result.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1232-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1233:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o result.obj `if test -f '$(srcdir)/../lib/isc/result.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/result.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/result.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1234-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1235-stdio.o: $(srcdir)/../lib/isc/unix/stdio.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1236:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio.o -MD -MP -MF $(DEPDIR)/stdio.Tpo -c -o stdio.o `test -f '$(srcdir)/../lib/isc/unix/stdio.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/stdio.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1237-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stdio.Tpo $(DEPDIR)/stdio.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1239-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1240:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio.o `test -f '$(srcdir)/../lib/isc/unix/stdio.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/stdio.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1241-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1242-stdio.obj: $(srcdir)/../lib/isc/unix/stdio.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1243:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio.obj -MD -MP -MF $(DEPDIR)/stdio.Tpo -c -o stdio.obj `if test -f '$(srcdir)/../lib/isc/unix/stdio.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/stdio.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/stdio.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1244-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stdio.Tpo $(DEPDIR)/stdio.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1246-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1247:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdio.obj `if test -f '$(srcdir)/../lib/isc/unix/stdio.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/stdio.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/stdio.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1248-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1249-stdtime.o: $(srcdir)/../lib/isc/unix/stdtime.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1250:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdtime.o -MD -MP -MF $(DEPDIR)/stdtime.Tpo -c -o stdtime.o `test -f '$(srcdir)/../lib/isc/unix/stdtime.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/stdtime.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1251-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stdtime.Tpo $(DEPDIR)/stdtime.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1253-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1254:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdtime.o `test -f '$(srcdir)/../lib/isc/unix/stdtime.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/stdtime.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1255-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1256-stdtime.obj: $(srcdir)/../lib/isc/unix/stdtime.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1257:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdtime.obj -MD -MP -MF $(DEPDIR)/stdtime.Tpo -c -o stdtime.obj `if test -f '$(srcdir)/../lib/isc/unix/stdtime.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/stdtime.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/stdtime.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1258-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stdtime.Tpo $(DEPDIR)/stdtime.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1260-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1261:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stdtime.obj `if test -f '$(srcdir)/../lib/isc/unix/stdtime.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/stdtime.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/stdtime.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1262-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1263-strerror.o: $(srcdir)/../lib/isc/unix/strerror.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1264:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strerror.o -MD -MP -MF $(DEPDIR)/strerror.Tpo -c -o strerror.o `test -f '$(srcdir)/../lib/isc/unix/strerror.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/strerror.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1265-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strerror.Tpo $(DEPDIR)/strerror.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1267-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1268:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strerror.o `test -f '$(srcdir)/../lib/isc/unix/strerror.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/strerror.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1269-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1270-strerror.obj: $(srcdir)/../lib/isc/unix/strerror.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1271:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strerror.obj -MD -MP -MF $(DEPDIR)/strerror.Tpo -c -o strerror.obj `if test -f '$(srcdir)/../lib/isc/unix/strerror.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/strerror.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/strerror.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1272-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strerror.Tpo $(DEPDIR)/strerror.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1274-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1275:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strerror.obj `if test -f '$(srcdir)/../lib/isc/unix/strerror.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/strerror.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/strerror.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1276-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1277-task.o: $(srcdir)/../lib/isc/task.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1278:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT task.o -MD -MP -MF $(DEPDIR)/task.Tpo -c -o task.o `test -f '$(srcdir)/../lib/isc/task.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/task.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1279-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/task.Tpo $(DEPDIR)/task.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1281-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1282:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o task.o `test -f '$(srcdir)/../lib/isc/task.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/task.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1283-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1284-task.obj: $(srcdir)/../lib/isc/task.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1285:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT task.obj -MD -MP -MF $(DEPDIR)/task.Tpo -c -o task.obj `if test -f '$(srcdir)/../lib/isc/task.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/task.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/task.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1286-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/task.Tpo $(DEPDIR)/task.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1288-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1289:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o task.obj `if test -f '$(srcdir)/../lib/isc/task.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/task.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/task.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1290-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1291-thread.o: $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1292:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread.o -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.o `test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1293-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1295-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1296:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread.o `test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1297-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1298-thread.obj: $(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1299:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread.obj -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.obj `if test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1300-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1303:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread.obj `if test -f '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/thread.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1304-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1305-time.o: $(srcdir)/../lib/isc/unix/time.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1306:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT time.o -MD -MP -MF $(DEPDIR)/time.Tpo -c -o time.o `test -f '$(srcdir)/../lib/isc/unix/time.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/time.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1307-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/time.Tpo $(DEPDIR)/time.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1309-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1310:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o time.o `test -f '$(srcdir)/../lib/isc/unix/time.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/unix/time.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1311-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1312-time.obj: $(srcdir)/../lib/isc/unix/time.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1313:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT time.obj -MD -MP -MF $(DEPDIR)/time.Tpo -c -o time.obj `if test -f '$(srcdir)/../lib/isc/unix/time.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/time.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/time.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1314-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/time.Tpo $(DEPDIR)/time.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1316-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1317:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o time.obj `if test -f '$(srcdir)/../lib/isc/unix/time.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/unix/time.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/unix/time.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1318-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1319-sha1.o: $(srcdir)/../lib/isc/sha1.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1320:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1.o -MD -MP -MF $(DEPDIR)/sha1.Tpo -c -o sha1.o `test -f '$(srcdir)/../lib/isc/sha1.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/sha1.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1321-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sha1.Tpo $(DEPDIR)/sha1.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1324:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1.o `test -f '$(srcdir)/../lib/isc/sha1.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/sha1.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1325-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1326-sha1.obj: $(srcdir)/../lib/isc/sha1.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1327:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1.obj -MD -MP -MF $(DEPDIR)/sha1.Tpo -c -o sha1.obj `if test -f '$(srcdir)/../lib/isc/sha1.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/sha1.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/sha1.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1328-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sha1.Tpo $(DEPDIR)/sha1.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1330-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1331:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1.obj `if test -f '$(srcdir)/../lib/isc/sha1.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/sha1.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/sha1.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1332-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1333-sockaddr.o: $(srcdir)/../lib/isc/sockaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1334:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sockaddr.o -MD -MP -MF $(DEPDIR)/sockaddr.Tpo -c -o sockaddr.o `test -f '$(srcdir)/../lib/isc/sockaddr.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/sockaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1335-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockaddr.Tpo $(DEPDIR)/sockaddr.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1338:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sockaddr.o `test -f '$(srcdir)/../lib/isc/sockaddr.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/sockaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1339-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1340-sockaddr.obj: $(srcdir)/../lib/isc/sockaddr.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1341:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sockaddr.obj -MD -MP -MF $(DEPDIR)/sockaddr.Tpo -c -o sockaddr.obj `if test -f '$(srcdir)/../lib/isc/sockaddr.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/sockaddr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/sockaddr.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1342-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockaddr.Tpo $(DEPDIR)/sockaddr.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1345:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sockaddr.obj `if test -f '$(srcdir)/../lib/isc/sockaddr.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/sockaddr.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/sockaddr.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1346-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1347-tsmemcmp.o: $(srcdir)/../lib/isc/tsmemcmp.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1348:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tsmemcmp.o -MD -MP -MF $(DEPDIR)/tsmemcmp.Tpo -c -o tsmemcmp.o `test -f '$(srcdir)/../lib/isc/tsmemcmp.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/tsmemcmp.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1349-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tsmemcmp.Tpo $(DEPDIR)/tsmemcmp.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1352:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tsmemcmp.o `test -f '$(srcdir)/../lib/isc/tsmemcmp.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/tsmemcmp.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1353-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1354-tsmemcmp.obj: $(srcdir)/../lib/isc/tsmemcmp.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1355:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tsmemcmp.obj -MD -MP -MF $(DEPDIR)/tsmemcmp.Tpo -c -o tsmemcmp.obj `if test -f '$(srcdir)/../lib/isc/tsmemcmp.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/tsmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/tsmemcmp.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1356-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tsmemcmp.Tpo $(DEPDIR)/tsmemcmp.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1359:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tsmemcmp.obj `if test -f '$(srcdir)/../lib/isc/tsmemcmp.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/tsmemcmp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/tsmemcmp.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1360-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1361-mutex.o: $(srcdir)/../lib/isc/pthreads/mutex.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1362:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutex.o -MD -MP -MF $(DEPDIR)/mutex.Tpo -c -o mutex.o `test -f '$(srcdir)/../lib/isc/pthreads/mutex.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/pthreads/mutex.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1363-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mutex.Tpo $(DEPDIR)/mutex.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1366:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutex.o `test -f '$(srcdir)/../lib/isc/pthreads/mutex.c' || echo '$(srcdir)/'`$(srcdir)/../lib/isc/pthreads/mutex.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1367-
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1368-mutex.obj: $(srcdir)/../lib/isc/pthreads/mutex.c
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1369:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mutex.obj -MD -MP -MF $(DEPDIR)/mutex.Tpo -c -o mutex.obj `if test -f '$(srcdir)/../lib/isc/pthreads/mutex.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/pthreads/mutex.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/pthreads/mutex.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1370-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mutex.Tpo $(DEPDIR)/mutex.Po
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1373:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mutex.obj `if test -f '$(srcdir)/../lib/isc/pthreads/mutex.c'; then $(CYGPATH_W) '$(srcdir)/../lib/isc/pthreads/mutex.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../lib/isc/pthreads/mutex.c'; fi`
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1374-
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1410-GTAGS:
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1411:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1412-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1433-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1436-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1447-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/libntp/Makefile.in:1448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/libntp/Makefile.in-1449-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/libntp/machines.c-52-
ntp-4.2.8p15+dfsg/libntp/machines.c:53:struct hostent *gethostbyaddr(char *name, int size, int addr_type)
ntp-4.2.8p15+dfsg/libntp/machines.c-54-	{
##############################################
ntp-4.2.8p15+dfsg/libntp/ntp_rfc2553.c-440-		return (EAI_FAMILY);
ntp-4.2.8p15+dfsg/libntp/ntp_rfc2553.c:441:	hp = gethostbyaddr(
ntp-4.2.8p15+dfsg/libntp/ntp_rfc2553.c-442-	    (const char *)&((const struct sockaddr_in *)sa)->sin_addr,
##############################################
ntp-4.2.8p15+dfsg/libntp/numtohost.c-34-	     && (ntohl(netnum) != LOOPBACKHOST))
ntp-4.2.8p15+dfsg/libntp/numtohost.c:35:	    || ((hp = gethostbyaddr((char *)&netnum, sizeof netnum, AF_INET))
ntp-4.2.8p15+dfsg/libntp/numtohost.c-36-		== 0))
##############################################
ntp-4.2.8p15+dfsg/libntp/socktoa.c-162-	       min(sizeof(isc_sa.type), sizeof(*psa)));
ntp-4.2.8p15+dfsg/libntp/socktoa.c:163:	isc_netaddr_fromsockaddr(&isc_na, &isc_sa);
ntp-4.2.8p15+dfsg/libntp/socktoa.c-164-	result = isc_netaddr_masktoprefixlen(&isc_na, &pfxlen);
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/libparse/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/libparse/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-642-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/libparse/Makefile.in:643:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/libparse/Makefile.in-644-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-692-.c.obj:
ntp-4.2.8p15+dfsg/libparse/Makefile.in:693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/libparse/Makefile.in-694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/libparse/Makefile.in:697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/libparse/Makefile.in-698-
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-741-GTAGS:
ntp-4.2.8p15+dfsg/libparse/Makefile.in:742:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/libparse/Makefile.in-743-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-764-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/libparse/Makefile.in:765:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/libparse/Makefile.in:766:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/libparse/Makefile.in-767-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/libparse/Makefile.in-778-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/libparse/Makefile.in:779:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/libparse/Makefile.in-780-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.am-474-version.c: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpd/Makefile.am:475:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpd
ntp-4.2.8p15+dfsg/ntpd/Makefile.am-476-
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-57-  { \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:58:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-59-  }; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-278-  esac
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:279:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-280-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:281:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-282-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-283-  esac;
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:284:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-285-am__install_max = 40
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-286-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:287:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-288-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-930-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:931:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-932-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-939-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:940:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-941-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-988-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:989:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-990-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1037-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1038:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1039-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1148-.c.obj:
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1149:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1150-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1152-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1153:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1154-
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1162-ntpdsim-ntp_config.o: ntp_config.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1163:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1164-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1166-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1167:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1168-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1169-ntpdsim-ntp_config.obj: ntp_config.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1170:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.obj `if test -f 'ntp_config.c'; then $(CYGPATH_W) 'ntp_config.c'; else $(CYGPATH_W) '$(srcdir)/ntp_config.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1171-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1173-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1174:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.obj `if test -f 'ntp_config.c'; then $(CYGPATH_W) 'ntp_config.c'; else $(CYGPATH_W) '$(srcdir)/ntp_config.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1175-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1176-ntpdsim-ntp_io.o: ntp_io.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1177:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_io.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_io.Tpo -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1178-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1180-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1181:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1182-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1183-ntpdsim-ntp_io.obj: ntp_io.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1184:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_io.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_io.Tpo -c -o ntpdsim-ntp_io.obj `if test -f 'ntp_io.c'; then $(CYGPATH_W) 'ntp_io.c'; else $(CYGPATH_W) '$(srcdir)/ntp_io.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1185-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1187-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1188:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.obj `if test -f 'ntp_io.c'; then $(CYGPATH_W) 'ntp_io.c'; else $(CYGPATH_W) '$(srcdir)/ntp_io.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1189-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1190-ntpdsim-ntp_parser.o: ntp_parser.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1191:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_parser.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_parser.Tpo -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1192-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1194-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1195:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1196-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1197-ntpdsim-ntp_parser.obj: ntp_parser.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1198:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_parser.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_parser.Tpo -c -o ntpdsim-ntp_parser.obj `if test -f 'ntp_parser.c'; then $(CYGPATH_W) 'ntp_parser.c'; else $(CYGPATH_W) '$(srcdir)/ntp_parser.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1199-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1201-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1202:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.obj `if test -f 'ntp_parser.c'; then $(CYGPATH_W) 'ntp_parser.c'; else $(CYGPATH_W) '$(srcdir)/ntp_parser.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1203-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1204-ntpdsim-ntp_scanner.o: ntp_scanner.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1205:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_scanner.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_scanner.Tpo -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1206-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1208-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1209:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1210-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1211-ntpdsim-ntp_scanner.obj: ntp_scanner.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1212:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_scanner.Tpo -c -o ntpdsim-ntp_scanner.obj `if test -f 'ntp_scanner.c'; then $(CYGPATH_W) 'ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/ntp_scanner.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1213-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1215-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1216:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.obj `if test -f 'ntp_scanner.c'; then $(CYGPATH_W) 'ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/ntp_scanner.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1217-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1218-ntpdsim-ntpd.o: ntpd.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1219:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd.Tpo -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1220-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1222-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1223:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1224-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1225-ntpdsim-ntpd.obj: ntpd.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1226:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd.Tpo -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1227-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1229-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1230:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1231-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1232-ntpdsim-ntpd-opts.o: ntpd-opts.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1233:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd-opts.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd-opts.Tpo -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1234-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1236-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1237:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1238-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1239-ntpdsim-ntpd-opts.obj: ntpd-opts.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1240:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd-opts.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd-opts.Tpo -c -o ntpdsim-ntpd-opts.obj `if test -f 'ntpd-opts.c'; then $(CYGPATH_W) 'ntpd-opts.c'; else $(CYGPATH_W) '$(srcdir)/ntpd-opts.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1241-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1243-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1244:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.obj `if test -f 'ntpd-opts.c'; then $(CYGPATH_W) 'ntpd-opts.c'; else $(CYGPATH_W) '$(srcdir)/ntpd-opts.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1245-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1246-ntpdsim-ntp_prio_q.o: ntp_prio_q.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1247:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo -c -o ntpdsim-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1248-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1250-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1251:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1252-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1253-ntpdsim-ntp_prio_q.obj: ntp_prio_q.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1254:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo -c -o ntpdsim-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1255-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1257-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1258:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1259-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1260-ntpdsim-ntpsim.o: ntpsim.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1261:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpsim.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpsim.Tpo -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1262-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1264-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1265:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1266-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1267-ntpdsim-ntpsim.obj: ntpsim.c
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1268:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpsim.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpsim.Tpo -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1269-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1271-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1272:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi`
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1273-
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1274-.y.c:
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1275:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1276-
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1286-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1287:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1288-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1329-	test -n "$(man5dir)" \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1330:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1331-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1372-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1373:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1374-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1429-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1431-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1462-GTAGS:
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1463:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1464-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1485-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1486:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1487:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1488-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1499-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1500:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1501-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1864-version.c: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpd/Makefile.in:1865:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpd
ntp-4.2.8p15+dfsg/ntpd/Makefile.in-1866-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-117-					      struct peer *, int);
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:118:static struct peer *	findexistingpeer_addr(sockaddr_u *,
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-119-					      struct peer *, int,
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-201-struct peer *		
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:202:findexistingpeer_addr(
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-203-	sockaddr_u *	addr,
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-211-
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:212:	DPRINTF(2, ("findexistingpeer_addr(%s, %s, %d, 0x%x, %p)\n",
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-213-		sptoa(addr),
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-229-	if (NULL == start_peer)
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:230:		peer = peer_hash[NTP_HASH_ADDR(addr)];
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-231-	else
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-274-	else
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:275:		return findexistingpeer_addr(addr, start_peer, mode,
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-276-					     cast_flags, ip_count);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-314-	srcadr = &rbufp->recv_srcadr;
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:315:	hash = NTP_HASH_ADDR(srcadr);
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-316-	for (p = peer_hash[hash]; p != NULL; p = p->adr_link) {
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-485-	if (unlink_peer) {
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:486:		hash = NTP_HASH_ADDR(&p->srcadr);
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-487-		peer_hash_count[hash]--;
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-1000-	 */
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c:1001:	hash = NTP_HASH_ADDR(&peer->srcadr);
ntp-4.2.8p15+dfsg/ntpd/ntp_peer.c-1002-	LINK_SLIST(peer_hash[hash], peer, adr_link);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-45- */
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:46:#define MASK_IPV6_ADDR(dst, src, msk)					\
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-47-	do {								\
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-110-static void		dec_res_limited(void);
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:111:static restrict_u *	match_restrict4_addr(u_int32, u_short);
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:112:static restrict_u *	match_restrict6_addr(const struct in6_addr *,
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-113-					     u_short);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-335-static restrict_u *
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:336:match_restrict4_addr(
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-337-	u_int32	addr,
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-366-static restrict_u *
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:367:match_restrict6_addr(
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-368-	const struct in6_addr *	addr,
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-382-			free_res(res, v6);
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:383:		MASK_IPV6_ADDR(&masked, addr, &res->u.v6.mask);
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-384-		if (ADDR6_EQ(&masked, &res->u.v6.addr)
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-529-
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:530:		match = match_restrict4_addr(SRCADR(srcadr),
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-531-					     SRCPORT(srcadr));
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-560-
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:561:		match = match_restrict6_addr(pin6, SRCPORT(srcadr));
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-562-		INSIST(match != NULL);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-652-		match.u.v6.mask = SOCK_ADDR6(resmask);
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:653:		MASK_IPV6_ADDR(&match.u.v6.addr, PSOCK_ADDR6(resaddr),
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-654-			       &match.u.v6.mask);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-778-	if (IS_IPV4(addr)) {
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:779:		res = match_restrict4_addr(SRCADR(addr), SRCPORT(addr));
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-780-		INSIST(res != NULL);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-782-	} else {
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c:783:		res = match_restrict6_addr(&SOCK_ADDR6(addr),
ntp-4.2.8p15+dfsg/ntpd/ntp_restrict.c-784-					   SRCPORT(addr));
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-376-static u_int32 get_logmask(const char *);
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c:377:static int/*BOOL*/ is_refclk_addr(const address_node * addr);
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-378-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-1425-		case T_Ttl:
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c:1426:			if (is_refclk_addr(addr)) {
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-1427-				msyslog(LOG_ERR, "'ttl' does not apply for refclocks");
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-1437-		case T_Mode:
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c:1438:			if (is_refclk_addr(addr)) {
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-1439-				my_node->ttl = option->value.u;
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-3287-					addrbits = 8 *
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c:3288:					    SIZEOF_INADDR(AF(&addr));
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-3289-					prefixlen = max(-1, prefixlen);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-5106-static int/*BOOL*/
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c:5107:is_refclk_addr(
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-5108-	const address_node * addr
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-5436-# ifdef ISC_PLATFORM_HAVESALEN
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c:5437:	addr->sa.sa_len = SIZEOF_SOCKADDR(AF(addr));
ntp-4.2.8p15+dfsg/ntpd/ntp_config.c-5438-# endif
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-212-
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:213:static int	is_wildcard_addr	(const sockaddr_u *);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-214-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-281-static	SOCKET	open_socket	(sockaddr_u *, int, int, endpt *);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:282:static	void	set_reuseaddr	(int);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-283-static	isc_boolean_t	socket_broadcast_enable	 (struct interface *, SOCKET, sockaddr_u *);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-673-	memcpy(&isc_sa.type, a, min(sizeof(isc_sa.type), sizeof(*a)));
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:674:	isc_netaddr_fromsockaddr(&isc_a, &isc_sa);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-675-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-677-	memcpy(&isc_sa.type, b, min(sizeof(isc_sa.type), sizeof(*b)));
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:678:	isc_netaddr_fromsockaddr(&isc_b, &isc_sa);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-679-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1269-
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:1270:	iswildcard = is_wildcard_addr(if_addr);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1271-	isloopback = !!(INT_LOOPBACK & if_flags);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1540-/*
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:1541: * sau_from_netaddr() - convert network address on-wire formats.
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1542- * Convert from libisc's isc_netaddr_t to NTP's sockaddr_u
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1544-void
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:1545:sau_from_netaddr(
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1546-	sockaddr_u *psau,
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1567-static int
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:1568:is_wildcard_addr(
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1569-	const sockaddr_u *psau
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1844-		 */
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:1845:		if (is_wildcard_addr(&enumep.sin))
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-1846-			continue;
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2075-	 */
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:2076:	set_reuseaddr(0);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2077-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2224-/*
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:2225: * set_reuseaddr() - set/clear REUSEADDR on all sockets
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2226- *			NB possible hole - should we be doing this on broadcast
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2229-static void
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:2230:set_reuseaddr(
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2231-	int flag
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2609-	nif = ni4 = ni6 = 0;
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:2610:	set_reuseaddr(1);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2611-
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2688-	}
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:2689:	set_reuseaddr(0);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2690-	if (nif != 0) {
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2777-
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:2778:	set_reuseaddr(1);
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-2779-	ep->bfd = INVALID_SOCKET;
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-3021-	 */
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:3022:	if (!is_wildcard_addr(addr))
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-3023-		set_wildcard_reuse(AF(addr), 1);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-3031-#ifdef OS_NEEDS_REUSEADDR_FOR_IFADDRBIND
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c:3032:	if (!is_wildcard_addr(addr))
ntp-4.2.8p15+dfsg/ntpd/ntp_io.c-3033-		set_wildcard_reuse(AF(addr), 0);
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntpd-opts.c-1268-/** The ntpd program bug email address. */
ntp-4.2.8p15+dfsg/ntpd/ntpd-opts.c:1269:#define zBugsAddr       (ntpd_opt_strs+3082)
ntp-4.2.8p15+dfsg/ntpd/ntpd-opts.c-1270-/** Clarification/explanation of what ntpd does. */
##############################################
ntp-4.2.8p15+dfsg/ntpd/invoke-ntp.conf.texi-2136-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/invoke-ntp.conf.texi:2137:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/invoke-ntp.conf.texi-2138-Further
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.5man-2396-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.5man:2397:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.5man-2398-Further
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.5mdoc-2221-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.5mdoc:2222:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.5mdoc-2223-Further
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.def-2224-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.def:2225:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.def-2226-Further
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.man.in-2396-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.man.in:2397:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.man.in-2398-Further
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.mdoc.in-2221-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.mdoc.in:2222:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.mdoc.in-2223-Further
##############################################
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.html-2403-persuade the server to cherish a reference clock with somewhat more
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.html:2404:enthusiasm than other reference clocks or peers.
ntp-4.2.8p15+dfsg/ntpd/ntp.conf.html-2405-Further
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.am-34-version.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpdate/Makefile.am:35:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
ntp-4.2.8p15+dfsg/ntpdate/Makefile.am-36-	
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-55-  { \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:56:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-57-  }; \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-590-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:591:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-592-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-639-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:640:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-641-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-688-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:689:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-690-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-712-.c.obj:
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-718-
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-761-GTAGS:
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:762:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-763-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-784-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:785:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:786:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-787-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-798-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:799:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-800-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-957-version.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in:958:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
ntp-4.2.8p15+dfsg/ntpdate/Makefile.in-959-
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.am-139-version.c: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpdc/Makefile.am:140:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc
ntp-4.2.8p15+dfsg/ntpdc/Makefile.am-141-	
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-56-  { \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-58-  }; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-207-  esac
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:208:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-209-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:210:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-211-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-212-  esac;
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:213:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-214-am__install_max = 40
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-215-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:216:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-217-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-681-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:682:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-683-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-730-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:731:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-732-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-779-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:780:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-781-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-810-.c.obj:
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-816-
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-833-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:834:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-835-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-876-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:877:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-878-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-933-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:934:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-935-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-966-GTAGS:
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:967:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-968-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-989-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:990:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:991:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-992-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-1003-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:1004:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-1005-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-1218-version.c: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in:1219:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc
ntp-4.2.8p15+dfsg/ntpdc/Makefile.in-1220-
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-247- */
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:248:#define SET_ADDR(address, v6flag, v4addr, v6addr)		\
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-249-do {								\
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-380-	while (items > 0) {
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:381:		SET_ADDR(paddr, plist->v6_flag, plist->addr, plist->addr6);
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-382-		if ((pcmd->nargs == 0) ||
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-982-
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:983:	SET_ADDR(peeraddr, is->v6_flag, is->peer, is->peer6);
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-984-
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-2031-		while (items > 0) {
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:2032:			SET_ADDR(dstadr, ml->v6_flag, ml->addr, ml->addr6);
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-2033-			if ((pcmd->nargs == 0) ||
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-2056-		while (items > 0) {
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:2057:			SET_ADDR(dstadr, oml->v6_flag, oml->addr, oml->addr6);
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-2058-			fprintf(fp, "%-20.20s %5u %9lu %4u   %3u %9lu %9lu\n",
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-3091-	while (items > 0) {
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:3092:		SET_ADDR(saddr, ntohl(ifs->v6_flag),
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-3093-			 ifs->unaddr.addr.s_addr, ifs->unaddr.addr6);
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-3109-
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:3110:		SET_ADDR(saddr, ntohl(ifs->v6_flag),
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-3111-			 ifs->unmask.addr.s_addr, ifs->unmask.addr6);
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-3114-		if (!ntohl(ifs->v6_flag) && ntohl(ifs->flags) & (INT_BCASTOPEN)) {
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c:3115:			SET_ADDR(saddr, ntohl(ifs->v6_flag),
ntp-4.2.8p15+dfsg/ntpdc/ntpdc_ops.c-3116-				 ifs->unbcast.addr.s_addr, ifs->unbcast.addr6);
##############################################
ntp-4.2.8p15+dfsg/ntpdc/ntpdc-opts.c-535-/** The ntpdc program bug email address. */
ntp-4.2.8p15+dfsg/ntpdc/ntpdc-opts.c:536:#define zBugsAddr       (ntpdc_opt_strs+1863)
ntp-4.2.8p15+dfsg/ntpdc/ntpdc-opts.c-537-/** Clarification/explanation of what ntpdc does. */
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.am-130-version.c: $(ntpq_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpq/Makefile.am:131:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpq
ntp-4.2.8p15+dfsg/ntpq/Makefile.am-132-
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-57-  { \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:58:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-59-  }; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-216-  esac
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:217:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-218-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:219:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-220-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-221-  esac;
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:222:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-223-am__install_max = 40
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-224-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:225:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-226-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-692-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:693:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-694-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-741-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:742:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-743-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-790-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:791:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-792-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-818-.c.obj:
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:819:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-820-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:823:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-824-
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-832-libntpq_a-libntpq.o: libntpq.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:833:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -MT libntpq_a-libntpq.o -MD -MP -MF $(DEPDIR)/libntpq_a-libntpq.Tpo -c -o libntpq_a-libntpq.o `test -f 'libntpq.c' || echo '$(srcdir)/'`libntpq.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-834-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libntpq_a-libntpq.Tpo $(DEPDIR)/libntpq_a-libntpq.Po
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:837:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -c -o libntpq_a-libntpq.o `test -f 'libntpq.c' || echo '$(srcdir)/'`libntpq.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-838-
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-839-libntpq_a-libntpq.obj: libntpq.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:840:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -MT libntpq_a-libntpq.obj -MD -MP -MF $(DEPDIR)/libntpq_a-libntpq.Tpo -c -o libntpq_a-libntpq.obj `if test -f 'libntpq.c'; then $(CYGPATH_W) 'libntpq.c'; else $(CYGPATH_W) '$(srcdir)/libntpq.c'; fi`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-841-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libntpq_a-libntpq.Tpo $(DEPDIR)/libntpq_a-libntpq.Po
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:844:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -c -o libntpq_a-libntpq.obj `if test -f 'libntpq.c'; then $(CYGPATH_W) 'libntpq.c'; else $(CYGPATH_W) '$(srcdir)/libntpq.c'; fi`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-845-
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-846-libntpq_a-libntpq_subs.o: libntpq_subs.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:847:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -MT libntpq_a-libntpq_subs.o -MD -MP -MF $(DEPDIR)/libntpq_a-libntpq_subs.Tpo -c -o libntpq_a-libntpq_subs.o `test -f 'libntpq_subs.c' || echo '$(srcdir)/'`libntpq_subs.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-848-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libntpq_a-libntpq_subs.Tpo $(DEPDIR)/libntpq_a-libntpq_subs.Po
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:851:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -c -o libntpq_a-libntpq_subs.o `test -f 'libntpq_subs.c' || echo '$(srcdir)/'`libntpq_subs.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-852-
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-853-libntpq_a-libntpq_subs.obj: libntpq_subs.c
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:854:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -MT libntpq_a-libntpq_subs.obj -MD -MP -MF $(DEPDIR)/libntpq_a-libntpq_subs.Tpo -c -o libntpq_a-libntpq_subs.obj `if test -f 'libntpq_subs.c'; then $(CYGPATH_W) 'libntpq_subs.c'; else $(CYGPATH_W) '$(srcdir)/libntpq_subs.c'; fi`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-855-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libntpq_a-libntpq_subs.Tpo $(DEPDIR)/libntpq_a-libntpq_subs.Po
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:858:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntpq_a_CPPFLAGS) $(CPPFLAGS) $(libntpq_a_CFLAGS) $(CFLAGS) -c -o libntpq_a-libntpq_subs.obj `if test -f 'libntpq_subs.c'; then $(CYGPATH_W) 'libntpq_subs.c'; else $(CYGPATH_W) '$(srcdir)/libntpq_subs.c'; fi`
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-859-
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-869-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:870:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-871-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-912-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:913:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-914-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-969-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:970:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-971-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1002-GTAGS:
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:1003:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1004-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1025-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:1026:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:1027:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1028-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1039-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:1040:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1041-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1250-version.c: $(ntpq_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/ntpq/Makefile.in:1251:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpq
ntp-4.2.8p15+dfsg/ntpq/Makefile.in-1252-
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-351-static int	qcmp_mru_r_avgint(const void *, const void *);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:352:static int	qcmp_mru_addr(const void *, const void *);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:353:static int	qcmp_mru_r_addr(const void *, const void *);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-354-static int	qcmp_mru_count(const void *, const void *);
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2469-
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:2470:	hash = NTP_HASH_ADDR(&add->addr);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2471-	/* see if we have it among previously received entries */
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2627-				UNLINK_DLIST(recent, mlink);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:2628:				hash = NTP_HASH_ADDR(&recent->addr);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2629-				UNLINK_SLIST(unlinked, hash_table[hash],
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2726-					}
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:2727:					hash = NTP_HASH_ADDR(&addr_older);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2728-					for (recent = hash_table[hash];
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2988-static int
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:2989:qcmp_mru_addr(
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-2990-	const void *v1,
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-3013-
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:3014:	cmplen = SIZEOF_INADDR(af1);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-3015-	addr_off = (AF_INET == af1)
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-3025-static int
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:3026:qcmp_mru_r_addr(
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-3027-	const void *v1,
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-3030-{
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c:3031:	return -qcmp_mru_addr(v1, v2);
ntp-4.2.8p15+dfsg/ntpq/ntpq-subs.c-3032-}
##############################################
ntp-4.2.8p15+dfsg/ntpq/ntpq-opts.c-556-/** The ntpq program bug email address. */
ntp-4.2.8p15+dfsg/ntpq/ntpq-opts.c:557:#define zBugsAddr       (ntpq_opt_strs+1924)
ntp-4.2.8p15+dfsg/ntpq/ntpq-opts.c-558-/** Clarification/explanation of what ntpq does. */
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-55-  { \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:56:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-57-  }; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-203-  esac
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:204:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-205-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:206:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-207-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-208-  esac;
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:209:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-210-am__install_max = 40
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-211-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:212:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-213-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-667-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:668:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-669-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-716-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:717:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-718-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-765-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:766:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-767-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-792-.c.obj:
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:793:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-794-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:797:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-798-
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-815-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:816:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-817-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-858-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:859:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-860-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-915-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:916:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-917-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-948-GTAGS:
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:949:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-950-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-971-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:972:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:973:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-974-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-985-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in:986:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/ntpsnmpd/Makefile.in-987-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/ntpsnmpd/ntpsnmpd-opts.c-314-/** The ntpsnmpd program bug email address. */
ntp-4.2.8p15+dfsg/ntpsnmpd/ntpsnmpd-opts.c:315:#define zBugsAddr       (ntpsnmpd_opt_strs+1559)
ntp-4.2.8p15+dfsg/ntpsnmpd/ntpsnmpd-opts.c-316-/** Clarification/explanation of what ntpsnmpd does. */
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-539-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:540:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-541-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-568-.c.obj:
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-574-
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-617-GTAGS:
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:618:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-619-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-640-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:641:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:642:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-643-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-654-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in:655:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/parseutil/Makefile.in-656-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-54-  { \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-56-  }; \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-580-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:581:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-582-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-629-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:630:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-631-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-678-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:679:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-680-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-702-.c.obj:
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:703:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-704-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-706-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:707:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-708-
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-751-GTAGS:
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:752:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-753-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-774-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:775:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:776:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-777-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-788-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in:789:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/adjtimed/Makefile.in-790-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-537-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:538:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-539-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-566-.c.obj:
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-572-
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-615-GTAGS:
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:616:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-617-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-638-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:639:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:640:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-641-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-652-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in:653:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/clockstuff/Makefile.in-654-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-202-  while test -n "$$dir1"; do \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:203:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-204-    if test "$$first" != "."; then \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-205-      if test "$$first" = ".."; then \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:206:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:207:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-208-      else \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:209:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-210-        if test "$$first2" = "$$first"; then \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:211:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-212-        else \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-217-    fi; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:218:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-219-  done; \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-539-	dot_seen=no; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:540:	target=`echo $@ | sed s/-recursive//`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-541-	case "$@" in \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-602-GTAGS:
ntp-4.2.8p15+dfsg/kernel/Makefile.in:603:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-604-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-625-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/kernel/Makefile.in:626:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:627:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-628-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/kernel/Makefile.in-639-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/kernel/Makefile.in:640:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/kernel/Makefile.in-641-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-518-GTAGS:
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in:519:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-520-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-541-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in:542:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in:543:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-544-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-555-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in:556:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/kernel/sys/Makefile.in-557-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.am-129-version.c: $(ntp_keygen_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/util/Makefile.am:130:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntp-keygen
ntp-4.2.8p15+dfsg/util/Makefile.am-131-
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-55-  { \
ntp-4.2.8p15+dfsg/util/Makefile.in:56:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-57-  }; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-281-  esac
ntp-4.2.8p15+dfsg/util/Makefile.in:282:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/util/Makefile.in-283-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/util/Makefile.in:284:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/util/Makefile.in-285-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/util/Makefile.in-286-  esac;
ntp-4.2.8p15+dfsg/util/Makefile.in:287:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/util/Makefile.in-288-am__install_max = 40
ntp-4.2.8p15+dfsg/util/Makefile.in-289-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/util/Makefile.in:290:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/util/Makefile.in-291-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-749-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/util/Makefile.in:750:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-751-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-798-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/util/Makefile.in:799:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-800-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-847-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/util/Makefile.in:848:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-849-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-947-.c.obj:
ntp-4.2.8p15+dfsg/util/Makefile.in:948:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/util/Makefile.in-949-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-951-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/util/Makefile.in:952:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/util/Makefile.in-953-
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-970-	test -n "$(man1dir)" \
ntp-4.2.8p15+dfsg/util/Makefile.in:971:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/util/Makefile.in-972-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-1013-	test -n "$(man8dir)" \
ntp-4.2.8p15+dfsg/util/Makefile.in:1014:	  && test -n "`echo $$list1$$list2`" \
ntp-4.2.8p15+dfsg/util/Makefile.in-1015-	  || exit 0; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-1070-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
ntp-4.2.8p15+dfsg/util/Makefile.in:1071:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-1072-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-1103-GTAGS:
ntp-4.2.8p15+dfsg/util/Makefile.in:1104:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/util/Makefile.in-1105-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-1126-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/util/Makefile.in:1127:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in:1128:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-1129-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-1140-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/util/Makefile.in:1141:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/util/Makefile.in-1142-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/util/Makefile.in-1348-version.c: $(ntp_keygen_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
ntp-4.2.8p15+dfsg/util/Makefile.in:1349:	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntp-keygen
ntp-4.2.8p15+dfsg/util/Makefile.in-1350-
##############################################
ntp-4.2.8p15+dfsg/util/ntp-keygen-opts.c-974-/** The ntp-keygen program bug email address. */
ntp-4.2.8p15+dfsg/util/ntp-keygen-opts.c:975:#define zBugsAddr       (ntp_keygen_opt_strs+2380)
ntp-4.2.8p15+dfsg/util/ntp-keygen-opts.c-976-/** Clarification/explanation of what ntp-keygen does. */
##############################################
ntp-4.2.8p15+dfsg/util/ntp-keygen.html-2068- 8 MD5 E|=jvFVov?Bn|Ev=&amp;aK\  # MD5 key
ntp-4.2.8p15+dfsg/util/ntp-keygen.html:2069: 9 MD5 T!c4UT&amp;`(m$+m+B6,`Q0  # MD5 key
ntp-4.2.8p15+dfsg/util/ntp-keygen.html-2070-10 MD5 JVF/1=)=IFbHbJQz..Cd  # MD5 key
##############################################
ntp-4.2.8p15+dfsg/util/ntp-keygen.texi-250- 8 MD5 E|=jvFVov?Bn|Ev=&aK\  # MD5 key
ntp-4.2.8p15+dfsg/util/ntp-keygen.texi:251: 9 MD5 T!c4UT&`(m$+m+B6,`Q0  # MD5 key
ntp-4.2.8p15+dfsg/util/ntp-keygen.texi-252-10 MD5 JVF/1=)=IFbHbJQz..Cd  # MD5 key
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-202-  while test -n "$$dir1"; do \
ntp-4.2.8p15+dfsg/tests/Makefile.in:203:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-204-    if test "$$first" != "."; then \
ntp-4.2.8p15+dfsg/tests/Makefile.in-205-      if test "$$first" = ".."; then \
ntp-4.2.8p15+dfsg/tests/Makefile.in:206:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ntp-4.2.8p15+dfsg/tests/Makefile.in:207:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-208-      else \
ntp-4.2.8p15+dfsg/tests/Makefile.in:209:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-210-        if test "$$first2" = "$$first"; then \
ntp-4.2.8p15+dfsg/tests/Makefile.in:211:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-212-        else \
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-217-    fi; \
ntp-4.2.8p15+dfsg/tests/Makefile.in:218:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-219-  done; \
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-540-	dot_seen=no; \
ntp-4.2.8p15+dfsg/tests/Makefile.in:541:	target=`echo $@ | sed s/-recursive//`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-542-	case "$@" in \
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-603-GTAGS:
ntp-4.2.8p15+dfsg/tests/Makefile.in:604:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/Makefile.in-605-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-626-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/Makefile.in:627:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in:628:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-629-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/Makefile.in-640-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/Makefile.in:641:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/Makefile.in-642-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-236-}
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:237:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-238-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:239:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-240-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-241-  esac;
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:242:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-243-am__install_max = 40
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-244-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:245:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-246-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-364-case "$@" in						\
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:365:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-366-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-394-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:395:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:396:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-397-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-408-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:409:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-410-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-778-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:779:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-780-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-803-.c.obj:
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-809-
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-852-GTAGS:
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:853:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-854-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-895-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:896:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:897:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-898-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-920-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:921:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-922-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:923:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:924:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:925:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:926:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:927:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:928:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:929:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:930:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-931-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-999-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1000:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1001:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1002:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1003-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1009-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1010:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1011:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1012-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1038-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1039:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1040:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1041-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1052-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in:1053:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/bug-2803/Makefile.in-1054-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-631-}
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:632:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-633-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:634:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-635-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-636-  esac;
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:637:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-638-am__install_max = 40
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-639-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:640:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-641-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-759-case "$@" in						\
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:760:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-761-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-789-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:790:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:791:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-792-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-803-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:804:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-805-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1496-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1497:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1498-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1761-.c.obj:
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1762:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1766:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1767-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1775-test_caljulian-caljulian.o: caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1776:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -MT test_caljulian-caljulian.o -MD -MP -MF $(DEPDIR)/test_caljulian-caljulian.Tpo -c -o test_caljulian-caljulian.o `test -f 'caljulian.c' || echo '$(srcdir)/'`caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caljulian-caljulian.Tpo $(DEPDIR)/test_caljulian-caljulian.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -c -o test_caljulian-caljulian.o `test -f 'caljulian.c' || echo '$(srcdir)/'`caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1781-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1782-test_caljulian-caljulian.obj: caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1783:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -MT test_caljulian-caljulian.obj -MD -MP -MF $(DEPDIR)/test_caljulian-caljulian.Tpo -c -o test_caljulian-caljulian.obj `if test -f 'caljulian.c'; then $(CYGPATH_W) 'caljulian.c'; else $(CYGPATH_W) '$(srcdir)/caljulian.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caljulian-caljulian.Tpo $(DEPDIR)/test_caljulian-caljulian.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1787:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -c -o test_caljulian-caljulian.obj `if test -f 'caljulian.c'; then $(CYGPATH_W) 'caljulian.c'; else $(CYGPATH_W) '$(srcdir)/caljulian.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1788-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1789-test_caljulian-run-caljulian.o: run-caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -MT test_caljulian-run-caljulian.o -MD -MP -MF $(DEPDIR)/test_caljulian-run-caljulian.Tpo -c -o test_caljulian-run-caljulian.o `test -f 'run-caljulian.c' || echo '$(srcdir)/'`run-caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caljulian-run-caljulian.Tpo $(DEPDIR)/test_caljulian-run-caljulian.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -c -o test_caljulian-run-caljulian.o `test -f 'run-caljulian.c' || echo '$(srcdir)/'`run-caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1795-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1796-test_caljulian-run-caljulian.obj: run-caljulian.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -MT test_caljulian-run-caljulian.obj -MD -MP -MF $(DEPDIR)/test_caljulian-run-caljulian.Tpo -c -o test_caljulian-run-caljulian.obj `if test -f 'run-caljulian.c'; then $(CYGPATH_W) 'run-caljulian.c'; else $(CYGPATH_W) '$(srcdir)/run-caljulian.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caljulian-run-caljulian.Tpo $(DEPDIR)/test_caljulian-run-caljulian.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -c -o test_caljulian-run-caljulian.obj `if test -f 'run-caljulian.c'; then $(CYGPATH_W) 'run-caljulian.c'; else $(CYGPATH_W) '$(srcdir)/run-caljulian.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1802-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1803-test_caljulian-test-libntp.o: test-libntp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -MT test_caljulian-test-libntp.o -MD -MP -MF $(DEPDIR)/test_caljulian-test-libntp.Tpo -c -o test_caljulian-test-libntp.o `test -f 'test-libntp.c' || echo '$(srcdir)/'`test-libntp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caljulian-test-libntp.Tpo $(DEPDIR)/test_caljulian-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -c -o test_caljulian-test-libntp.o `test -f 'test-libntp.c' || echo '$(srcdir)/'`test-libntp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1809-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1810-test_caljulian-test-libntp.obj: test-libntp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -MT test_caljulian-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_caljulian-test-libntp.Tpo -c -o test_caljulian-test-libntp.obj `if test -f 'test-libntp.c'; then $(CYGPATH_W) 'test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caljulian-test-libntp.Tpo $(DEPDIR)/test_caljulian-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caljulian_CFLAGS) $(CFLAGS) -c -o test_caljulian-test-libntp.obj `if test -f 'test-libntp.c'; then $(CYGPATH_W) 'test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1816-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1817-test_caltontp-caltontp.o: caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -MT test_caltontp-caltontp.o -MD -MP -MF $(DEPDIR)/test_caltontp-caltontp.Tpo -c -o test_caltontp-caltontp.o `test -f 'caltontp.c' || echo '$(srcdir)/'`caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caltontp-caltontp.Tpo $(DEPDIR)/test_caltontp-caltontp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -c -o test_caltontp-caltontp.o `test -f 'caltontp.c' || echo '$(srcdir)/'`caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1823-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1824-test_caltontp-caltontp.obj: caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -MT test_caltontp-caltontp.obj -MD -MP -MF $(DEPDIR)/test_caltontp-caltontp.Tpo -c -o test_caltontp-caltontp.obj `if test -f 'caltontp.c'; then $(CYGPATH_W) 'caltontp.c'; else $(CYGPATH_W) '$(srcdir)/caltontp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caltontp-caltontp.Tpo $(DEPDIR)/test_caltontp-caltontp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -c -o test_caltontp-caltontp.obj `if test -f 'caltontp.c'; then $(CYGPATH_W) 'caltontp.c'; else $(CYGPATH_W) '$(srcdir)/caltontp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1830-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1831-test_caltontp-run-caltontp.o: run-caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -MT test_caltontp-run-caltontp.o -MD -MP -MF $(DEPDIR)/test_caltontp-run-caltontp.Tpo -c -o test_caltontp-run-caltontp.o `test -f 'run-caltontp.c' || echo '$(srcdir)/'`run-caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caltontp-run-caltontp.Tpo $(DEPDIR)/test_caltontp-run-caltontp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -c -o test_caltontp-run-caltontp.o `test -f 'run-caltontp.c' || echo '$(srcdir)/'`run-caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1837-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1838-test_caltontp-run-caltontp.obj: run-caltontp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1839:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -MT test_caltontp-run-caltontp.obj -MD -MP -MF $(DEPDIR)/test_caltontp-run-caltontp.Tpo -c -o test_caltontp-run-caltontp.obj `if test -f 'run-caltontp.c'; then $(CYGPATH_W) 'run-caltontp.c'; else $(CYGPATH_W) '$(srcdir)/run-caltontp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_caltontp-run-caltontp.Tpo $(DEPDIR)/test_caltontp-run-caltontp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1843:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_caltontp_CFLAGS) $(CFLAGS) -c -o test_caltontp-run-caltontp.obj `if test -f 'run-caltontp.c'; then $(CYGPATH_W) 'run-caltontp.c'; else $(CYGPATH_W) '$(srcdir)/run-caltontp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1844-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1845-test_decodenetnum-decodenetnum.o: decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1846:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -MT test_decodenetnum-decodenetnum.o -MD -MP -MF $(DEPDIR)/test_decodenetnum-decodenetnum.Tpo -c -o test_decodenetnum-decodenetnum.o `test -f 'decodenetnum.c' || echo '$(srcdir)/'`decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_decodenetnum-decodenetnum.Tpo $(DEPDIR)/test_decodenetnum-decodenetnum.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1850:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -c -o test_decodenetnum-decodenetnum.o `test -f 'decodenetnum.c' || echo '$(srcdir)/'`decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1851-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1852-test_decodenetnum-decodenetnum.obj: decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1853:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -MT test_decodenetnum-decodenetnum.obj -MD -MP -MF $(DEPDIR)/test_decodenetnum-decodenetnum.Tpo -c -o test_decodenetnum-decodenetnum.obj `if test -f 'decodenetnum.c'; then $(CYGPATH_W) 'decodenetnum.c'; else $(CYGPATH_W) '$(srcdir)/decodenetnum.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_decodenetnum-decodenetnum.Tpo $(DEPDIR)/test_decodenetnum-decodenetnum.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1857:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -c -o test_decodenetnum-decodenetnum.obj `if test -f 'decodenetnum.c'; then $(CYGPATH_W) 'decodenetnum.c'; else $(CYGPATH_W) '$(srcdir)/decodenetnum.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1858-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1859-test_decodenetnum-run-decodenetnum.o: run-decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1860:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -MT test_decodenetnum-run-decodenetnum.o -MD -MP -MF $(DEPDIR)/test_decodenetnum-run-decodenetnum.Tpo -c -o test_decodenetnum-run-decodenetnum.o `test -f 'run-decodenetnum.c' || echo '$(srcdir)/'`run-decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_decodenetnum-run-decodenetnum.Tpo $(DEPDIR)/test_decodenetnum-run-decodenetnum.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1864:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -c -o test_decodenetnum-run-decodenetnum.o `test -f 'run-decodenetnum.c' || echo '$(srcdir)/'`run-decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1865-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1866-test_decodenetnum-run-decodenetnum.obj: run-decodenetnum.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1867:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -MT test_decodenetnum-run-decodenetnum.obj -MD -MP -MF $(DEPDIR)/test_decodenetnum-run-decodenetnum.Tpo -c -o test_decodenetnum-run-decodenetnum.obj `if test -f 'run-decodenetnum.c'; then $(CYGPATH_W) 'run-decodenetnum.c'; else $(CYGPATH_W) '$(srcdir)/run-decodenetnum.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_decodenetnum-run-decodenetnum.Tpo $(DEPDIR)/test_decodenetnum-run-decodenetnum.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1871:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -c -o test_decodenetnum-run-decodenetnum.obj `if test -f 'run-decodenetnum.c'; then $(CYGPATH_W) 'run-decodenetnum.c'; else $(CYGPATH_W) '$(srcdir)/run-decodenetnum.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1872-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1873-test_decodenetnum-sockaddrtest.o: sockaddrtest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1874:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -MT test_decodenetnum-sockaddrtest.o -MD -MP -MF $(DEPDIR)/test_decodenetnum-sockaddrtest.Tpo -c -o test_decodenetnum-sockaddrtest.o `test -f 'sockaddrtest.c' || echo '$(srcdir)/'`sockaddrtest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_decodenetnum-sockaddrtest.Tpo $(DEPDIR)/test_decodenetnum-sockaddrtest.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1878:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -c -o test_decodenetnum-sockaddrtest.o `test -f 'sockaddrtest.c' || echo '$(srcdir)/'`sockaddrtest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1879-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1880-test_decodenetnum-sockaddrtest.obj: sockaddrtest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1881:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -MT test_decodenetnum-sockaddrtest.obj -MD -MP -MF $(DEPDIR)/test_decodenetnum-sockaddrtest.Tpo -c -o test_decodenetnum-sockaddrtest.obj `if test -f 'sockaddrtest.c'; then $(CYGPATH_W) 'sockaddrtest.c'; else $(CYGPATH_W) '$(srcdir)/sockaddrtest.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_decodenetnum-sockaddrtest.Tpo $(DEPDIR)/test_decodenetnum-sockaddrtest.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1885:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_decodenetnum_CFLAGS) $(CFLAGS) -c -o test_decodenetnum-sockaddrtest.obj `if test -f 'sockaddrtest.c'; then $(CYGPATH_W) 'sockaddrtest.c'; else $(CYGPATH_W) '$(srcdir)/sockaddrtest.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1886-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1887-test_strtolfp-strtolfp.o: strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1888:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -MT test_strtolfp-strtolfp.o -MD -MP -MF $(DEPDIR)/test_strtolfp-strtolfp.Tpo -c -o test_strtolfp-strtolfp.o `test -f 'strtolfp.c' || echo '$(srcdir)/'`strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_strtolfp-strtolfp.Tpo $(DEPDIR)/test_strtolfp-strtolfp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1892:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -c -o test_strtolfp-strtolfp.o `test -f 'strtolfp.c' || echo '$(srcdir)/'`strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1893-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1894-test_strtolfp-strtolfp.obj: strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1895:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -MT test_strtolfp-strtolfp.obj -MD -MP -MF $(DEPDIR)/test_strtolfp-strtolfp.Tpo -c -o test_strtolfp-strtolfp.obj `if test -f 'strtolfp.c'; then $(CYGPATH_W) 'strtolfp.c'; else $(CYGPATH_W) '$(srcdir)/strtolfp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_strtolfp-strtolfp.Tpo $(DEPDIR)/test_strtolfp-strtolfp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1899:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -c -o test_strtolfp-strtolfp.obj `if test -f 'strtolfp.c'; then $(CYGPATH_W) 'strtolfp.c'; else $(CYGPATH_W) '$(srcdir)/strtolfp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1900-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1901-test_strtolfp-run-strtolfp.o: run-strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1902:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -MT test_strtolfp-run-strtolfp.o -MD -MP -MF $(DEPDIR)/test_strtolfp-run-strtolfp.Tpo -c -o test_strtolfp-run-strtolfp.o `test -f 'run-strtolfp.c' || echo '$(srcdir)/'`run-strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_strtolfp-run-strtolfp.Tpo $(DEPDIR)/test_strtolfp-run-strtolfp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1906:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -c -o test_strtolfp-run-strtolfp.o `test -f 'run-strtolfp.c' || echo '$(srcdir)/'`run-strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1907-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1908-test_strtolfp-run-strtolfp.obj: run-strtolfp.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1909:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -MT test_strtolfp-run-strtolfp.obj -MD -MP -MF $(DEPDIR)/test_strtolfp-run-strtolfp.Tpo -c -o test_strtolfp-run-strtolfp.obj `if test -f 'run-strtolfp.c'; then $(CYGPATH_W) 'run-strtolfp.c'; else $(CYGPATH_W) '$(srcdir)/run-strtolfp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_strtolfp-run-strtolfp.Tpo $(DEPDIR)/test_strtolfp-run-strtolfp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1913:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -c -o test_strtolfp-run-strtolfp.obj `if test -f 'run-strtolfp.c'; then $(CYGPATH_W) 'run-strtolfp.c'; else $(CYGPATH_W) '$(srcdir)/run-strtolfp.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1914-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1915-test_strtolfp-lfptest.o: lfptest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1916:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -MT test_strtolfp-lfptest.o -MD -MP -MF $(DEPDIR)/test_strtolfp-lfptest.Tpo -c -o test_strtolfp-lfptest.o `test -f 'lfptest.c' || echo '$(srcdir)/'`lfptest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_strtolfp-lfptest.Tpo $(DEPDIR)/test_strtolfp-lfptest.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1920:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -c -o test_strtolfp-lfptest.o `test -f 'lfptest.c' || echo '$(srcdir)/'`lfptest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1921-
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1922-test_strtolfp-lfptest.obj: lfptest.c
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1923:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -MT test_strtolfp-lfptest.obj -MD -MP -MF $(DEPDIR)/test_strtolfp-lfptest.Tpo -c -o test_strtolfp-lfptest.obj `if test -f 'lfptest.c'; then $(CYGPATH_W) 'lfptest.c'; else $(CYGPATH_W) '$(srcdir)/lfptest.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_strtolfp-lfptest.Tpo $(DEPDIR)/test_strtolfp-lfptest.Po
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1927:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_strtolfp_CFLAGS) $(CFLAGS) -c -o test_strtolfp-lfptest.obj `if test -f 'lfptest.c'; then $(CYGPATH_W) 'lfptest.c'; else $(CYGPATH_W) '$(srcdir)/lfptest.c'; fi`
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1928-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1964-GTAGS:
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:1965:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-1966-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2007-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2008:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2009:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2010-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2032-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2033:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2034-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2035:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2036:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2037:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2038:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2039:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2040:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2041:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2042:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2043-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2111-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2112:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2113:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2114:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2115-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2121-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2122:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2123:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2124-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2423-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2426-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2437-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in:2438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/libntp/Makefile.in-2439-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/a_md5encrypt.c-82-
ntp-4.2.8p15+dfsg/tests/libntp/a_md5encrypt.c:83:	address = inet_addr("192.0.2.1");
ntp-4.2.8p15+dfsg/tests/libntp/a_md5encrypt.c-84-	addr.sa4.sin_addr.s_addr = address;
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-181-static int/*BOOL*/
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:182:getaddr(
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-183-	int af,
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-214-
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:215:	TEST_ASSERT_TRUE(getaddr(AF_INET , "192.128.1.1", &ip4));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:216:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "::1"        , &ip6));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-217-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-239-	
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:240:	TEST_ASSERT_TRUE(getaddr(AF_INET, "192.128.1.1", &ip4));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-241-	for (bits = 0; bits < 40; ++bits)
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-250-	
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:251:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "::1" , &ip6));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-252-	for (bits = 0; bits < 136; ++bits)
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-260-	
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:261:	TEST_ASSERT_TRUE(getaddr(AF_INET , "192.128.1.1", &ip4));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:262:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "::1"        , &ip6));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-263-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-274-
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:275:	TEST_ASSERT_TRUE(getaddr(AF_INET, "192.128.2.1", &a1));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:276:	TEST_ASSERT_TRUE(getaddr(AF_INET, "192.128.3.1", &a2));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-277-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-285-
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:286:	TEST_ASSERT_TRUE(getaddr(AF_INET, "192.128.2.127", &a1));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:287:	TEST_ASSERT_TRUE(getaddr(AF_INET, "192.128.2.128", &a2));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-288-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-304-	
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:305:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "FEDC:BA98:7654:3210::2:FFFF", &a1));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:306:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "FEDC:BA98:7654:3210::3:FFFF", &a2));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-307-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-315-
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:316:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "FEDC:BA98:7654:3210::2:7FFF", &a1));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c:317:	TEST_ASSERT_TRUE(getaddr(AF_INET6, "FEDC:BA98:7654:3210::2:8000", &a2));
ntp-4.2.8p15+dfsg/tests/libntp/authkeys.c-318-
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c-42-	expected.sa4.sin_family = AF_INET;
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c:43:	expected.sa4.sin_addr.s_addr = inet_addr("192.0.2.1");
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c-44-	SET_PORT(&expected, NTP_PORT);
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c-58-	expected.sa4.sin_family = AF_INET;
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c:59:	expected.sa4.sin_addr.s_addr = inet_addr("192.0.2.2");
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c-60-	SET_PORT(&expected, 2000);
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c-221-	expected.sa4.sin_family = AF_INET;
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c:222:	expected.sa4.sin_addr.s_addr = inet_addr("192.0.2.1");
ntp-4.2.8p15+dfsg/tests/libntp/decodenetnum.c-223-	SET_PORT(&expected, NTP_PORT);
##############################################
ntp-4.2.8p15+dfsg/tests/libntp/sockaddrtest.c-10-	s.sa4.sin_family = AF_INET;
ntp-4.2.8p15+dfsg/tests/libntp/sockaddrtest.c:11:	s.sa4.sin_addr.s_addr = inet_addr(address);
ntp-4.2.8p15+dfsg/tests/libntp/sockaddrtest.c-12-	SET_PORT(&s, port);
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-312-}
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:313:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-314-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:315:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-316-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-317-  esac;
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:318:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-319-am__install_max = 40
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-320-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:321:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-322-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-440-case "$@" in						\
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:441:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-442-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-470-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:471:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:472:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-473-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-484-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:485:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-486-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-952-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:953:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-954-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1013-.c.obj:
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1014:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1015-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1017-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1018:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1019-
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1027-test_leapsec-leapsec.o: leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1028:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-leapsec.o -MD -MP -MF $(DEPDIR)/test_leapsec-leapsec.Tpo -c -o test_leapsec-leapsec.o `test -f 'leapsec.c' || echo '$(srcdir)/'`leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1029-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-leapsec.Tpo $(DEPDIR)/test_leapsec-leapsec.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1031-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1032:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-leapsec.o `test -f 'leapsec.c' || echo '$(srcdir)/'`leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1033-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1034-test_leapsec-leapsec.obj: leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1035:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-leapsec.obj -MD -MP -MF $(DEPDIR)/test_leapsec-leapsec.Tpo -c -o test_leapsec-leapsec.obj `if test -f 'leapsec.c'; then $(CYGPATH_W) 'leapsec.c'; else $(CYGPATH_W) '$(srcdir)/leapsec.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1036-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-leapsec.Tpo $(DEPDIR)/test_leapsec-leapsec.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1039:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-leapsec.obj `if test -f 'leapsec.c'; then $(CYGPATH_W) 'leapsec.c'; else $(CYGPATH_W) '$(srcdir)/leapsec.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1040-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1041-test_leapsec-run-leapsec.o: run-leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1042:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-run-leapsec.o -MD -MP -MF $(DEPDIR)/test_leapsec-run-leapsec.Tpo -c -o test_leapsec-run-leapsec.o `test -f 'run-leapsec.c' || echo '$(srcdir)/'`run-leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1043-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-run-leapsec.Tpo $(DEPDIR)/test_leapsec-run-leapsec.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1046:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-run-leapsec.o `test -f 'run-leapsec.c' || echo '$(srcdir)/'`run-leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1047-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1048-test_leapsec-run-leapsec.obj: run-leapsec.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1049:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-run-leapsec.obj -MD -MP -MF $(DEPDIR)/test_leapsec-run-leapsec.Tpo -c -o test_leapsec-run-leapsec.obj `if test -f 'run-leapsec.c'; then $(CYGPATH_W) 'run-leapsec.c'; else $(CYGPATH_W) '$(srcdir)/run-leapsec.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1050-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-run-leapsec.Tpo $(DEPDIR)/test_leapsec-run-leapsec.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1053:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-run-leapsec.obj `if test -f 'run-leapsec.c'; then $(CYGPATH_W) 'run-leapsec.c'; else $(CYGPATH_W) '$(srcdir)/run-leapsec.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1054-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1055-test_leapsec-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1056:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-test-libntp.o -MD -MP -MF $(DEPDIR)/test_leapsec-test-libntp.Tpo -c -o test_leapsec-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1057-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-test-libntp.Tpo $(DEPDIR)/test_leapsec-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1060:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1061-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1062-test_leapsec-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1063:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_leapsec-test-libntp.Tpo -c -o test_leapsec-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1064-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-test-libntp.Tpo $(DEPDIR)/test_leapsec-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1067:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1068-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1069-test_ntp_prio_q-ntp_prio_q.o: ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1070:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo -c -o test_ntp_prio_q-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1071-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1074:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1075-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1076-test_ntp_prio_q-ntp_prio_q.obj: ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1077:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo -c -o test_ntp_prio_q-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1078-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1081:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1082-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1083-test_ntp_prio_q-run-ntp_prio_q.o: run-ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1084:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-run-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo -c -o test_ntp_prio_q-run-ntp_prio_q.o `test -f 'run-ntp_prio_q.c' || echo '$(srcdir)/'`run-ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1085-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1088:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-run-ntp_prio_q.o `test -f 'run-ntp_prio_q.c' || echo '$(srcdir)/'`run-ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1089-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1090-test_ntp_prio_q-run-ntp_prio_q.obj: run-ntp_prio_q.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1091:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-run-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo -c -o test_ntp_prio_q-run-ntp_prio_q.obj `if test -f 'run-ntp_prio_q.c'; then $(CYGPATH_W) 'run-ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_prio_q.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1092-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1095:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-run-ntp_prio_q.obj `if test -f 'run-ntp_prio_q.c'; then $(CYGPATH_W) 'run-ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_prio_q.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1096-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1097-test_ntp_prio_q-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1098:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-test-libntp.o -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo -c -o test_ntp_prio_q-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1099-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo $(DEPDIR)/test_ntp_prio_q-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1102:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1103-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1104-test_ntp_prio_q-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1105:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo -c -o test_ntp_prio_q-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1106-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo $(DEPDIR)/test_ntp_prio_q-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1109:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1110-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1111-test_ntp_restrict-ntp_restrict.o: ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1112:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-ntp_restrict.o -MD -MP -MF $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo -c -o test_ntp_restrict-ntp_restrict.o `test -f 'ntp_restrict.c' || echo '$(srcdir)/'`ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1113-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-ntp_restrict.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1116:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-ntp_restrict.o `test -f 'ntp_restrict.c' || echo '$(srcdir)/'`ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1117-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1118-test_ntp_restrict-ntp_restrict.obj: ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1119:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-ntp_restrict.obj -MD -MP -MF $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo -c -o test_ntp_restrict-ntp_restrict.obj `if test -f 'ntp_restrict.c'; then $(CYGPATH_W) 'ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/ntp_restrict.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1120-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-ntp_restrict.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1123:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-ntp_restrict.obj `if test -f 'ntp_restrict.c'; then $(CYGPATH_W) 'ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/ntp_restrict.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1124-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1125-test_ntp_restrict-run-ntp_restrict.o: run-ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1126:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-run-ntp_restrict.o -MD -MP -MF $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo -c -o test_ntp_restrict-run-ntp_restrict.o `test -f 'run-ntp_restrict.c' || echo '$(srcdir)/'`run-ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1127-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1130:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-run-ntp_restrict.o `test -f 'run-ntp_restrict.c' || echo '$(srcdir)/'`run-ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1131-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1132-test_ntp_restrict-run-ntp_restrict.obj: run-ntp_restrict.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1133:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-run-ntp_restrict.obj -MD -MP -MF $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo -c -o test_ntp_restrict-run-ntp_restrict.obj `if test -f 'run-ntp_restrict.c'; then $(CYGPATH_W) 'run-ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_restrict.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1134-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1137:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-run-ntp_restrict.obj `if test -f 'run-ntp_restrict.c'; then $(CYGPATH_W) 'run-ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_restrict.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1138-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1139-test_ntp_restrict-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1140:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-test-libntp.o -MD -MP -MF $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo -c -o test_ntp_restrict-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1141-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo $(DEPDIR)/test_ntp_restrict-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1144:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1145-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1146-test_ntp_restrict-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1147:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo -c -o test_ntp_restrict-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1148-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo $(DEPDIR)/test_ntp_restrict-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1151:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1152-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1153-test_ntp_scanner-t-ntp_scanner.o: t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1154:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-t-ntp_scanner.o -MD -MP -MF $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo -c -o test_ntp_scanner-t-ntp_scanner.o `test -f 't-ntp_scanner.c' || echo '$(srcdir)/'`t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1155-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1158:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-t-ntp_scanner.o `test -f 't-ntp_scanner.c' || echo '$(srcdir)/'`t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1159-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1160-test_ntp_scanner-t-ntp_scanner.obj: t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-t-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo -c -o test_ntp_scanner-t-ntp_scanner.obj `if test -f 't-ntp_scanner.c'; then $(CYGPATH_W) 't-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/t-ntp_scanner.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-t-ntp_scanner.obj `if test -f 't-ntp_scanner.c'; then $(CYGPATH_W) 't-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/t-ntp_scanner.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1166-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1167-test_ntp_scanner-run-t-ntp_scanner.o: run-t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-run-t-ntp_scanner.o -MD -MP -MF $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo -c -o test_ntp_scanner-run-t-ntp_scanner.o `test -f 'run-t-ntp_scanner.c' || echo '$(srcdir)/'`run-t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-run-t-ntp_scanner.o `test -f 'run-t-ntp_scanner.c' || echo '$(srcdir)/'`run-t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1173-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1174-test_ntp_scanner-run-t-ntp_scanner.obj: run-t-ntp_scanner.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-run-t-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo -c -o test_ntp_scanner-run-t-ntp_scanner.obj `if test -f 'run-t-ntp_scanner.c'; then $(CYGPATH_W) 'run-t-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/run-t-ntp_scanner.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-run-t-ntp_scanner.obj `if test -f 'run-t-ntp_scanner.c'; then $(CYGPATH_W) 'run-t-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/run-t-ntp_scanner.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1180-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1181-test_ntp_scanner-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1182:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-test-libntp.o -MD -MP -MF $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo -c -o test_ntp_scanner-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1183-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo $(DEPDIR)/test_ntp_scanner-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1186:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1187-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1188-test_ntp_scanner-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1189:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo -c -o test_ntp_scanner-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1190-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo $(DEPDIR)/test_ntp_scanner-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1192-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1193:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1194-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1195-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1196:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-libntp.o -MD -MP -MF $(DEPDIR)/test-libntp.Tpo -c -o test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1197-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-libntp.Tpo $(DEPDIR)/test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1199-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1200:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1201-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1202-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1203:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-libntp.obj -MD -MP -MF $(DEPDIR)/test-libntp.Tpo -c -o test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1204-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-libntp.Tpo $(DEPDIR)/test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1206-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1207:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1208-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1209-test_rc_cmdlength-rc_cmdlength.o: rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1210:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-rc_cmdlength.o -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo -c -o test_rc_cmdlength-rc_cmdlength.o `test -f 'rc_cmdlength.c' || echo '$(srcdir)/'`rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1211-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1213-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1214:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-rc_cmdlength.o `test -f 'rc_cmdlength.c' || echo '$(srcdir)/'`rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1215-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1216-test_rc_cmdlength-rc_cmdlength.obj: rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1217:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-rc_cmdlength.obj -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo -c -o test_rc_cmdlength-rc_cmdlength.obj `if test -f 'rc_cmdlength.c'; then $(CYGPATH_W) 'rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/rc_cmdlength.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1218-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1220-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1221:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-rc_cmdlength.obj `if test -f 'rc_cmdlength.c'; then $(CYGPATH_W) 'rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/rc_cmdlength.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1222-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1223-test_rc_cmdlength-run-rc_cmdlength.o: run-rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1224:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-run-rc_cmdlength.o -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo -c -o test_rc_cmdlength-run-rc_cmdlength.o `test -f 'run-rc_cmdlength.c' || echo '$(srcdir)/'`run-rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1225-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1227-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1228:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-run-rc_cmdlength.o `test -f 'run-rc_cmdlength.c' || echo '$(srcdir)/'`run-rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1229-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1230-test_rc_cmdlength-run-rc_cmdlength.obj: run-rc_cmdlength.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1231:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-run-rc_cmdlength.obj -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo -c -o test_rc_cmdlength-run-rc_cmdlength.obj `if test -f 'run-rc_cmdlength.c'; then $(CYGPATH_W) 'run-rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/run-rc_cmdlength.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1232-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1234-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1235:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-run-rc_cmdlength.obj `if test -f 'run-rc_cmdlength.c'; then $(CYGPATH_W) 'run-rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/run-rc_cmdlength.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1236-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1237-test_rc_cmdlength-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1238:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-test-libntp.o -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo -c -o test_rc_cmdlength-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1239-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo $(DEPDIR)/test_rc_cmdlength-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1242:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1243-
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1244-test_rc_cmdlength-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1245:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo -c -o test_rc_cmdlength-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1246-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo $(DEPDIR)/test_rc_cmdlength-test-libntp.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1248-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1249:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1250-
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1286-GTAGS:
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1287:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1288-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1329-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1330:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1331:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1332-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1354-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1355:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1356-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1357:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1358:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1359:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1360:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1361:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1362:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1363:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1364:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1365-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1433-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1434:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1435:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1436:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1437-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1443-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1444:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1445:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1446-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1507-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1510-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1521-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in:1522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/ntpd/Makefile.in-1523-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpd/ntp_restrict.c-20-	memset(sockaddr.sa4.sin_zero, 0, 8);
ntp-4.2.8p15+dfsg/tests/ntpd/ntp_restrict.c:21:	sockaddr.sa4.sin_addr.s_addr = inet_addr(ip_addr);
ntp-4.2.8p15+dfsg/tests/ntpd/ntp_restrict.c-22-
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-50-  { \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-52-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-243-}
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:244:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-245-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:246:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-247-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-248-  esac;
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:249:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-250-am__install_max = 40
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-251-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:252:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-253-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-371-case "$@" in						\
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:372:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-373-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-401-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:402:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:403:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-404-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-415-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:416:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-417-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-790-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:791:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-792-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-815-.c.obj:
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:816:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-817-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-819-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:820:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-821-
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-864-GTAGS:
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:865:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-866-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-907-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:908:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:909:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-910-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-932-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:933:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-934-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:935:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:936:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:937:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:938:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:939:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:940:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:941:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:942:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-943-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1011-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1012:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1013:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1014:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1015-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1021-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1022:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1023:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1024-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1050-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1051:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1052:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1053-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1064-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in:1065:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/ntpq/Makefile.in-1066-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-51-  { \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-53-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-267-}
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:268:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-269-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:270:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-271-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-272-  esac;
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:273:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-274-am__install_max = 40
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-275-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:276:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-277-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-395-case "$@" in						\
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:396:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-397-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-425-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:426:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:427:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-428-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-439-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:440:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-441-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-815-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:816:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-817-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-858-.c.obj:
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:859:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-860-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:863:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-864-
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-907-GTAGS:
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:908:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-909-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-950-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:951:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:952:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-953-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-975-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:976:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-977-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:978:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:979:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:980:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:981:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:982:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:983:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:984:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:985:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-986-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1054-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1055:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1056:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1057:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1058-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1064-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1065:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1066:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1067-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1100-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1101:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1102:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1103-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1114-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in:1115:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/sandbox/Makefile.in-1116-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-49-  { \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-51-  }; \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-237-}
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:238:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-239-am__vpath_adj = case $$p in \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:240:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-241-    *) f=$$p;; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-242-  esac;
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:243:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-244-am__install_max = 40
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-245-am__nobase_strip_setup = \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:246:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-247-am__nobase_strip = \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-365-case "$@" in						\
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:366:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-367-    *) am__odir=.;; 					\
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-395-  bases='$(TEST_LOGS)'; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:396:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:397:  bases=`echo $$bases`
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-398-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-409-        */*) b='$*';; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:410:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-411-       esac;; \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-781-	test -n "$(EXEEXT)" || exit 0; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:782:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-783-	echo " rm -f" $$list; \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-806-.c.obj:
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:807:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-808-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:811:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-812-
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-855-GTAGS:
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:856:	here=`$(am__cd) $(top_builddir) && pwd` \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-857-	  && $(am__cd) $(top_srcdir) \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-898-	if test -n "$$redo_bases"; then \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:899:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:900:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-901-	  if $(am__make_dryrun); then :; else \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-923-	ws='[ 	]'; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:924:	results=`for b in $$bases; do echo $$b.trs; done`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-925-	test -n "$$results" || results=/dev/null; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:926:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:927:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:928:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:929:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:930:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:931:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:932:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:933:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-934-	  success=true; \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1002-	@set +e; $(am__set_TESTS_bases); \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1003:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1004:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1005:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1006-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1012-	         | $(am__list_recheck_tests)` || exit 1; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1013:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1014:	log_list=`echo $$log_list`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1015-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1041-distdir: $(DISTFILES)
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1042:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1043:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1044-	list='$(DISTFILES)'; \
##############################################
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1055-	  if test -d $$d/$$file; then \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in:1056:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ntp-4.2.8p15+dfsg/tests/sec-2853/Makefile.in-1057-	    if test -d "$(distdir)/$$file"; then \
##############################################
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4-76- *:notempty:notgiven:notgiven)
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:77:    for pkg in `echo $with_crypto | sed -e 's/,/ /'`; do
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4-78-	AC_MSG_CHECKING([pkg-config for $pkg])
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4-79-	if $PKG_CONFIG --exists $pkg ; then
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:80:	    CPPFLAGS_NTP="$CPPFLAGS_NTP `$PKG_CONFIG --cflags-only-I $pkg`"
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:81:	    CFLAGS_NTP="$CFLAGS_NTP `$PKG_CONFIG --cflags-only-other $pkg`"
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:82:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-L $pkg`"
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:83:	    LDADD_NTP="$LDADD_NTP `$PKG_CONFIG --libs-only-l --static $pkg`"
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:84:	    LDFLAGS_NTP="$LDFLAGS_NTP `$PKG_CONFIG --libs-only-other $pkg`"
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4-85-	    VER_SUFFIX=o
##############################################
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4-87-	    ntp_openssl_from_pkg_config=yes
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4:88:	    ntp_openssl_version="`$PKG_CONFIG --modversion $pkg`"
ntp-4.2.8p15+dfsg/.pc/openssl_libdir.patch/sntp/m4/ntp_openssl.m4-89-	    case "$ntp_openssl_version" in
##############################################
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-188-	    [ntp_cv_net_snmp_version],
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac:189:	    [ntp_cv_net_snmp_version=`$PATH_NET_SNMP_CONFIG --version`]
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-190-	)
##############################################
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-1182-    AC_DEFINE([DECL_SIGVEC_0], [1], [Declaration style])
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac:1183:    case "`basename $ac_cv_prog_CC`" in
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-1184-     acc*) ;;
##############################################
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3876-     /*)
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac:3877:	SNMP_LIBS=`$PATH_NET_SNMP_CONFIG --agent-libs`
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3878-	# Bug 2815.  This is a bit of a hack, but it works...
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3879-	case "$ntp_cv_net_snmp_version" in
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac:3880:	 5.3*)	SNMP_LIBS=`echo $SNMP_LIBS | $SED -e 's/-lnetsnmpagent/-lnetsnmpagent -lnetsnmpmibs/'`
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3881-		;;
##############################################
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3884-	# HMS: we really want to separate CPPFLAGS and CFLAGS
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac:3885:	foo=`$PATH_NET_SNMP_CONFIG --cflags`
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3886-	SNMP_CPPFLAGS=
##############################################
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3913-	# check -lnetsnmp for netsnmp_daemonize
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac:3914:	LIBS=`$PATH_NET_SNMP_CONFIG --libs`
ntp-4.2.8p15+dfsg/.pc/dfsg.patch/configure.ac-3915-	AC_CHECK_LIB(
##############################################
ntp-4.2.8p15+dfsg/configure.ac-188-	    [ntp_cv_net_snmp_version],
ntp-4.2.8p15+dfsg/configure.ac:189:	    [ntp_cv_net_snmp_version=`$PATH_NET_SNMP_CONFIG --version`]
ntp-4.2.8p15+dfsg/configure.ac-190-	)
##############################################
ntp-4.2.8p15+dfsg/configure.ac-1182-    AC_DEFINE([DECL_SIGVEC_0], [1], [Declaration style])
ntp-4.2.8p15+dfsg/configure.ac:1183:    case "`basename $ac_cv_prog_CC`" in
ntp-4.2.8p15+dfsg/configure.ac-1184-     acc*) ;;
##############################################
ntp-4.2.8p15+dfsg/configure.ac-3876-     /*)
ntp-4.2.8p15+dfsg/configure.ac:3877:	SNMP_LIBS=`$PATH_NET_SNMP_CONFIG --agent-libs`
ntp-4.2.8p15+dfsg/configure.ac-3878-	# Bug 2815.  This is a bit of a hack, but it works...
ntp-4.2.8p15+dfsg/configure.ac-3879-	case "$ntp_cv_net_snmp_version" in
ntp-4.2.8p15+dfsg/configure.ac:3880:	 5.3*)	SNMP_LIBS=`echo $SNMP_LIBS | $SED -e 's/-lnetsnmpagent/-lnetsnmpagent -lnetsnmpmibs/'`
ntp-4.2.8p15+dfsg/configure.ac-3881-		;;
##############################################
ntp-4.2.8p15+dfsg/configure.ac-3884-	# HMS: we really want to separate CPPFLAGS and CFLAGS
ntp-4.2.8p15+dfsg/configure.ac:3885:	foo=`$PATH_NET_SNMP_CONFIG --cflags`
ntp-4.2.8p15+dfsg/configure.ac-3886-	SNMP_CPPFLAGS=
##############################################
ntp-4.2.8p15+dfsg/configure.ac-3913-	# check -lnetsnmp for netsnmp_daemonize
ntp-4.2.8p15+dfsg/configure.ac:3914:	LIBS=`$PATH_NET_SNMP_CONFIG --libs`
ntp-4.2.8p15+dfsg/configure.ac-3915-	AC_CHECK_LIB(