makefile

来自「the vxworks system kernel souce packeg.t」· 代码 · 共 29 行

TXT
29
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?