⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 vxworks的系统故障诊断项目
💻 IN
字号:
# See the file "mba/disclaimers-and-notices-L2.txt" for
# information on usage and redistribution of this file,
# and for a DISCLAIMER OF ALL WARRANTIES.


## First, the real executable here.
TARGET=names2ids
BINTARGET=$(TARGET)

OFILES=$(TARGET:%=%.o)
DEPS=${loc_libdir}/$(L2LIB_FILE) $(loc_libXERCES)

$(TARGET): $(OFILES) $(DEPS)
	$(LINKEXEC) -o $@ $(OFILES) -l$(L2LIB) $(lXERCES)


## Then, a script to go from simple stanley/l2test scripts to ones that
## qualify as input to names2ids
BININSTALL+=$(bindir)/scr2names

scr2names : scr2names.in Makefile
	$(RM) $@
	echo "#! @PERL@" > $@
	cat scr2names.in >> $@
	chmod 555 $@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -