Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/netinet/ppp
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,08aug01,mem  New runtime arrangement support.
  6. # 01b,14jul97,vin  removed ppp_slcompress.o
  7. # 01a,18jun96,yp   created from 01d of MakeSkel
  8. #
  9. # DESCRIPTION
  10. # This file contains the makefile rules for building the VxWorks PPP product
  11. #
  12. #*/
  13. TGT_DIR=$(WIND_BASE)/target
  14. LIB_BASE_NAME=net
  15. DOC_FILES= pppLib.c pppShow.c pppSecretLib.c pppHookLib.c
  16. OBJS= pppLib.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o ppp_md5.o crypt.o 
  17. auth.o options.o ppp_vxworks.o if_ppp.o random.o 
  18. pppShow.o pppSecretLib.o pppHookLib.o
  19. include $(TGT_DIR)/h/make/rules.library