📄 makefile
字号:
# $Id: Makefile,v 1.3 2001/05/15 15:51:41 wbreu Exp $# $Log: Makefile,v $# Revision 1.3 2001/05/15 15:51:41 wbreu# remove commented line## Revision 1.2 2001/04/20 21:00:34 wbreu# since util/Makefile is picking up Dns* files, update this# Makefile to only build testDnsResolver executable.## Revision 1.1 2001/03/27 23:51:44 wbreu# Check in DnsResolver utility - initial version## Revision 1.1 1999/11/03 23:01:16 bogawa## add make file for the util directory#BUILD = ../../buildinclude $(BUILD)/Makefile.preDEFINES += TARGET_LIBRARY = PACKAGES += UTIL BIND PTHREAD# names of programs (e.g. test programs) to be compiledTESTPROGRAMS = \ testDnsResolver.cxx# name of all files to be compiled (don't include header files)SRC =include $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -