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

📄 makefile.in

📁 摩托罗拉Motolola公司网络处理器C3的示范代码.实现了ATM的AAL2层交换功能.想了解网络处理器的可以
💻 IN
字号:
##  Copyright (c) 2000, 2001, 2002 C-Port Corporation, a Motorola Company#  All Rights Reserved##  The information contained in this file is C-Port Corporation confidential and proprietary.#  Any reproduction, use or disclosure, in whole or in part, of this#  program, including any attempt to obtain a human-readable version of this#  program, without the express, prior written consent of C-Port#  Corporation or Motorola Incorporated is strictly prohibited.#CSRCS +=	aal2CpMain.c \		aal2RxCp.c \		aal2TxCp.c \		atmOc3TxCp.c \		atmOc3RxCp.c \		atmInit.c \		atmStats.c \		atmTmCp.c \		atmOc3CpMain.cMAINSRCS +=INCLUDES +=	-I$(PROCDIR)/inc \		-I$(PROCDIR)/../inc \		-I$(PROCDIR)/../../../inc \		-I$(ROOT)/apps/components/sonet/inc \		-I$(ROOT)/apps/components/sonet/chip/$(CPORT_ARCH)/cprc/inc \		-I$(ROOT)/apps/components/qos/inc \		-I$(ROOT)/apps/components/qos/chip/$(CPORT_ARCH)/cprc/inc \		-I$(ROOT)/apps/components/atm/inc \		-I$(ROOT)/apps/components/queueUtils/chip/$(CPORT_ARCH)/cprc/inc \		-I$(ROOT)/services/inc \		-I$(ROOT)/services/buffer/chip/$(CPORT_ARCH)/inc \		-I$(ROOT)/services/chip/inc# -I$(ROOT)/apps/components/aal2/inc \

⌨️ 快捷键说明

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