makefile
来自「the vxworks system kernel souce packeg.t」· 代码 · 共 27 行
TXT
27 行
# Makefile - makefile for target/src/wtx## modification history# --------------------# 01d,12oct01,tam added repackaging support# 01c,13dec96,elp changed syncLib.c into symSyncLib.c# 01b,13nov96,elp added doc generation.# 01a,07oct96,yp derived from 01a of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME = osDOC_FILES=symSyncLib.cEXTRA_INCLUDE= -I../../../share/src/agents/wdbOBJS = regfree.o regerror.o regcomp.o regexec.o xdrwtx.o \ wtxrpc.o wtxexch.o wtx.o symSyncLib.oinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?