makefile.in
来自「摩托罗拉Motolola公司网络处理器C3的示范代码.实现了ATM的AAL2层交」· IN 代码 · 共 29 行
IN
29 行
# 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 +=aal2SwitchTablesXp.c aal2TableCreateXp.c \ atmConfigureXp.c atmTableCreateXp.c \ atmVccTableSetupXp.c atmTableUtilsXp.cMAINSRCS += xpMain.c xpMainInit.cINCLUDES += -I$(PROCDIR)/inc \ -I$(PROCDIR)/../inc \ -I$(PROCDIR)/../../../inc \ -I$(ROOT)/apps/components/sonet/inc \ -I$(ROOT)/apps/components/sonet/chip/$(CPORT_ARCH)/xprc/inc \ -I$(ROOT)/apps/components/aal2/inc \ -I$(ROOT)/apps/components/atm/inc \ -I$(ROOT)/apps/components/atm/chip/$(CPORT_ARCH)/xprc/inc \ -I$(ROOT)/apps/components/sonet/chip/$(CPORT_ARCH)/xprc/inc \ -I$(ROOT)/services/inc \ -I$(ROOT)/services/chip/inc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?