📄 makefile
字号:
# Makefile - top level makefile for target/src to build runtime libraries## Copyright (C) 2003 Wind River Systems, Inc.## modification history# --------------------# 01j,22jul03,rp adding/updating copyright notice# 01i,12feb01,ijm made CLEANLIBS=NO# 01h,21mar00,sj define DOC_CHAPTER and DOC_DIR# 01g,11dec98,j_w define CLEANLIBS -- for removing lib$(CPU)$(TOOL)*.a# 01f,22may98,ms removed SUBDIRS hack# 01e,29apr98,dbt removed rdb directory# 01d,05nov97,kkk added rip, dhcp directory# 01c,28oct97,kkk added ospf directory# 01b,15nov96,jag added snmpv1 directory# 01a,17jun96,yp written## DESCRIPTION# This file contains the makefile rules to detect subdirectories that contain# sources for building the vx library and builds them. ##*/TGT_DIR=$(WIND_BASE)/target# remove lib$(CPU)$(TOOL)*.a if make rclean is done at target/src levelCLEANLIBS = NOinclude $(TGT_DIR)/h/make/rules.libraryDOC_DIR=RA_PPPDOC_CHAPTER=RemoteAccessFramework
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -