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

📄 makefile

📁 This a good VPN source
💻
字号:
# Makefile for the KLIPS interface utilities# Copyright (C) 1998, 1999  Henry Spencer.# Copyright (C) 1999, 2000, 2001  Richard Guy Briggs# # This program is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License as published by the# Free Software Foundation; either version 2 of the License, or (at your# option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License# for more details.## RCSID $Id: Makefile,v 1.13 2004/12/02 06:20:06 mcr Exp $OPENSWANSRCDIR=../..include ${OPENSWANSRCDIR}/Makefile.incPROGRAM:=lwdnsqOBJS:=cmds.o lookup.oLWRESINCL=${LWRESDIR}/includeLIBS:=${FREESWANLIB} ${LWRESLIB} ${BIND9STATICLIBDIR}/libdns.a ${BIND9STATICLIBDIR}/libisc.a ifdef BIND9INCDIRCFLAGS+=-I${BIND9INCDIR}endifCFLAGS+=-I${LWRESINCL}# for debugging#CFLAGS+=-DEFENCE#LIBS+=-lefence#USERCOMPILE=-ginclude ../Makefile.programlwdnsq.8: lwdnsq.xml	xmlto man lwdnsq.xmllwdnsq.xml: lwdnsq.xml.inTAGS: 	etags *.[ch] ../../lib/liblwres/*.[ch] ../../lib/liblwres/include/lwres/*.h# manually maintained dependancieslwdnsq.o:	lwdnsq.c lwdnsq.h cmds.o:		cmds.c lwdnsq.hlookup.o:	lookup.c lwdnsq.h## $Log: Makefile,v $# Revision 1.13  2004/12/02 06:20:06  mcr# 	turn off linking against efence.## Revision 1.12  2004/12/02 06:16:19  mcr# 	fixed long standing bug with async resolver when there was# 	more than one outstanding request.## Revision 1.11  2004/04/03 19:44:46  ken# FREESWANSRCDIR -> OPENSWANSRCDIR (patch by folken)## Revision 1.10  2003/12/10 03:09:55  mcr# 	only include -I$BIND9INCDIR if it is set.## Revision 1.9  2003/09/03 01:13:24  mcr# 	first attempt at async capable lwdnsq.## Revision 1.8  2003/02/27 09:29:02  mcr# 	moved targets to after include file so that XML-conversion# 	does not occur by default.## Revision 1.7  2003/02/01 01:36:53  mcr#    updates to lwdnsq man page to reflect CONTRACT## Revision 1.6  2003/01/14 03:01:14  dhr## improve diagnostics; tidy## Revision 1.5  2003/01/10 23:20:40  dhr## remove reference to /sandel## Revision 1.4  2002/12/19 05:45:47  mcr# 	use BIND9STATICLIBDIR to find -lisc/-ldns.## Revision 1.3  2002/12/12 06:03:41  mcr# 	added --regress option to force times to be regular## Revision 1.2  2002/12/04 03:21:06  mcr# 	DNS zone files (with signed versions) for DNSSEC enabled testing root.## Revision 1.1  2002/10/30 02:25:31  mcr# 	renamed version of files from dnskey/## Revision 1.4  2002/10/18 04:08:02  mcr# 	added -ldns and -lisc to libraries, but it isn't clear# 	where we will find these only-slightly standard libraries yet.## Revision 1.3  2002/10/09 20:13:10  mcr# 	get appropriate LWRES include directory.## Revision 1.2  2002/09/30 18:55:54  mcr# 	skeleton for dnskey helper program.## Revision 1.1  2002/09/30 16:50:23  mcr# 	documentation for "dnskey" helper###

⌨️ 快捷键说明

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