📄 makefile
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -