📄 makefile.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# -------------------# 01a,20apr05,job update copyright notices### common/lib#$#equate(PRODUCTH $#filepath($(SRCDIR) target h wrn wm common))$#makefile-init()############################################################################### OBJECT FILE DEFINITION SECTION$#equate(DES_OBJS $#objs(desfake))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 $#(DES_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$#objs(desfake) : desfake.c $(SRCDIR)/target/h/wrn/wm/common/des.h \ $(SRCDIR)/target/h/wrn/wm/common/types.h $#port-hdr(oemtypes.h) \ $(SRCDIR)/target/h/wrn/wm/common/config.h \ $(SRCDIR)/target/h/wrn/wm/common/install.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -