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

📄 makefile

📁 这是全套的PPP协议的源码
💻
字号:
# Makefile - makefile for vw/src/netinet/ppp## Copyright (C) 2003 Wind River Systems, Inc.## modification history# --------------------# 01q,19aug03,rp  adding pppRadiusComponent.o to OBJS# 01p,07aug03,rp  removing random.o and message_digest.o# 01o,22jul03,rp  adding/updating copyright notice# 01n,10jun03,ijm use STACK_NAME to distinguish network stacks# 01m,05may03,ijm make diab flags same as for v4/v6 dual stack# 01l,18nov02,ijm remove trailing slash in IS_T22 test# 01k,30oct02,jk_ use libppp.a if Tornado 2.2# 01j,09aug02,adb added to DOC_FILES pppIpv6cpComponent.c# 01i,23may02,vk  added pppIpv6cpComponent.o pppNcpLib.o and#                 pppIpStateMachineFunction.o# 01h,07feb02,mk  added -fno-builtin flag# 01g,29oct01,ijm added rasamm.o# 01f,18jan01,sj  added note for including pppRadiusComponent.o# 01e,29sep00,sj  merging with TOR2_0-WINDNET_PPP-CUM_PATCH_2# 01d,21mar00,sj  defined DOC_DIR and DOC_CHAPTER# 01c,08feb00,sj  added ipcpInterfaces.o# 01b,29nov99,sj  added pppPapComponent.o and pppChapComponent.o + DOC_FILES# 01a,xxxxxxx,koz created## DESCRIPTION# This file contains the makefile rules for building the VxWorks PPP product##TGT_DIR=$(WIND_BASE)/targetDOC_FILES= pppControlLayer.c pppLcpComponent.c pppChapComponent.c \		pppPapComponent.c pppIpcpComponent.c pppBacpComponent.c pppbaptx.c \		portManagerSerial.c pppIpv6cpComponent.c IS_T22 := $(wildcard $(TGT_DIR)/h/tool/common)ifeq ($(IS_T22),)LIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxelseLIB_BASE_NAME=pppendififeq ($(findstring diab,$(TOOL)),diab)override ADDED_CFLAGS += -ei1710 -Xlint=0x10elseoverride ADDED_CFLAGS += -fno-builtinendifOBJS=	pppControlLayer.o pppstate.o ppplcptx.o ppplcprx.o pppoptn.o pppoptna.o\	pppoptnp.o pppconfg.o pppcfgar.o listutls.o pppLcpComponent.o \	lcpInterfaces.o lcptimer.o lcpstate.o pppIpcpComponent.o \	pppncptx.o pppncprx.o pppChapComponent.o \	pppPapComponent.o ipcpInterfaces.o mpLcpInterfaces.o \	pppBacpComponent.o pppbacprx.o pppbacptx.o bacpstate.o bacptimer.o \	baputil.o bacpaction.o bacpoptn.o pppbaprx.o pppbaptx.o \	portManagerSerial.o rasamm.o pppNcpLib.o pppIpv6cpComponent.o pppIpStateMachineFunction.o \	pppRadiusComponent.o## if WindNet RADIUS is installed pppRadiusComponent.o should be added to# the definition of OBJS above to activate RADIUS#include $(TGT_DIR)/h/make/rules.libraryDOC_DIR= $(WIND_BASE)/docs/vxworks/ref/Remote_AccessDOC_CHAPTER= Remote_Access

⌨️ 快捷键说明

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