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

📄 makefile.cfg

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 CFG
字号:
## Copyright (C) 1999-2005 Wind River Systems, Inc.# All rights reserved.  Provided under license only.# Distribution or other use of this software is only# permitted pursuant to the terms of a license agreement# from Wind River Systems (and is otherwise prohibited).# Refer to that license agreement for terms of use.## [clearcase]# modification history# -------------------# 01b,20apr05,job  update copyright notices# 01a,27sep04,job  modify makefile to use generic OBJS object group#                  designation### common/lib#$#equate(PRODUCTH $#filepath($(SRCDIR) target h wrn wm common))$#makefile-init()###############################################################################	OBJECT FILE DEFINITION SECTION$#equate(OBJS $#objs(des des_key des_sp desmodes)              $#if-installed(COMMON_3DES $#objs(des3)))all: des.tag $#filepath($(SRCDIR) target src wrn wm common lib $#libs(epdes)) $#dummy()###############################################################################	Make the library itselfdes.tag: $(MAKEFILENAME) $#dummy()	-$(RM) $#filepath($(SRCDIR) target src wrn wm common lib $#libs(epdes))	$(TOUCH) des.tag$#makelib-nodel($#filepath($(SRCDIR) target src wrn wm common lib) epdes $#(OBJS) $(MAKEFILENAME))############################################################################### commands to figure out how big this all compiles tosizes: $#dummy()	$#makesize(DES $(DES_OBJS))clean: $#dummy()	-$(RM) $#objs(*)	-$(RM) des.tag	-$(RM) epdes.tag	-$(RM) $#filepath($(SRCDIR) target src wrn wm common lib $#libs(epdes))$#clean()###############################################################################	file dependencies$#equate(SRC_HDIR $#filepath($(SRCDIR) target h wrn wm))$#objs(des) : des.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h $#port-hdr(oemtypes.h) 	\ $(SRC_HDIR)/common/config.h  $(SRC_HDIR)/common/install.h$#objs(des3) : des3.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h $#port-hdr(oemtypes.h) 	\ $(SRC_HDIR)/common/config.h  $(SRC_HDIR)/common/install.h$#objs(des_sp) : des_sp.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h $#port-hdr(oemtypes.h) 	\ $(SRC_HDIR)/common/config.h  $(SRC_HDIR)/common/install.h$#objs(desmodes) : desmodes.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h $#port-hdr(oemtypes.h) 	\ $(SRC_HDIR)/common/config.h  $(SRC_HDIR)/common/install.h$#objs(des_key) : des_key.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h $#port-hdr(oemtypes.h) 	\ $(SRC_HDIR)/common/config.h  $(SRC_HDIR)/common/install.h

⌨️ 快捷键说明

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