vxworks的系统故障诊断项目

源代码在线查看: makefile.in

软件大小: 86 K
上传用户: babydog00
关键词: vxworks 故障诊断 项目
下载地址: 免注册下载 普通下载 VIP

相关代码

				# 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 $@
							

相关资源