?? makefile
字號:
# Makefile - makefile for vw/src/netinet/ppp## modification history# --------------------# 01c,08aug01,mem New runtime arrangement support.# 01b,14jul97,vin removed ppp_slcompress.o# 01a,18jun96,yp created from 01d of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the VxWorks PPP product##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME=netDOC_FILES= pppLib.c pppShow.c pppSecretLib.c pppHookLib.cOBJS= pppLib.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o ppp_md5.o crypt.o \ auth.o options.o ppp_vxworks.o if_ppp.o random.o \ pppShow.o pppSecretLib.o pppHookLib.oinclude $(TGT_DIR)/h/make/rules.library
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -