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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for src/ppp/management
  2. #
  3. # modification history
  4. # --------------------
  5. # 01i,19oct01,tam  added support for new archive directory hierarchy
  6. # 01h,14nov00,rae  remove igmpPortLib, cleanup
  7. # 01g,20jul00,rae  removed PRE_INCLUDE
  8. # 01f,16may00,rae  added  -DVIRTUAL_STACK
  9. # 01e,22mar00,sj   removed debug flag -g
  10. # 01d,10mar00,rae  add WRN/include
  11. # 01c,10mar00,rae  add include to include path
  12. # 01b,17feb00,adb  avlLib.o
  13. # 01a,07jan00,sj   created 
  14. #
  15. # DESCRIPTION
  16. # This file contains the makefile rules for building the wrn utilities.
  17. #
  18. #*/
  19. TGT_DIR=$(WIND_BASE)/target
  20. DOC_FILES=
  21. LIB_BASE_NAME   = net
  22. OBJS=   avlLib.o 
  23. include $(TGT_DIR)/h/make/rules.library