📄 makefile
字号:
# Makefile - makefile for vw/src/netwrs/resolv## Copyright 1997-1998 Wind River Systems, Inc.## modification history# --------------------# 01d,08aug01,mem New runtime arrangement support.# 01c,06oct98,jmp replaced resolvLib.c by resolvLibDoc.c in DOC_FILES.# 01b,30apr97,jag added DOC_FILES# 01a,02mar97,vin sorted and merged bsd44 to tor1_0_1, merge with # 01a of MakeSkel ## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES= resolvLibDoc.cLIB_BASE_NAME=netOBJS= gethostnamadr.o res_comp.o \ res_debug.o res_mkquery.o res_query.o \ res_send.o resolvLib.oinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -