?? makefile
字號(hào):
# 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -