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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/rip
  2. #
  3. # modification history
  4. # --------------------
  5. # 01g,23oct01,tam  updated for re-packaging
  6. # 01f,15oct01,rae  merge from truestack ver 01f, base o1e (add md5.o)
  7. # 01e,10nov00,spm  merged from version 01e of tor3_x branch (SPR #21906 fix)
  8. # 01d,11sep98,spm  removed unused trace.c module (SPR #22350)
  9. # 01c,11aug97,gnn  changed the name of timer.c to ripTimer.c
  10. # 01b,07apr97,gnn  added MIB-II RIP library.
  11. # 01a,02mar97,vin  sorted and merged bsd44 to tor1_0_1, merge with 
  12. #    01b of MakeSkel
  13. #
  14. # DESCRIPTION
  15. # This file contains the makefile rules for building the vx library
  16. #
  17. #*/
  18. TGT_DIR=$(WIND_BASE)/target
  19. DOC_FILES= ripLib.c m2RipLib.c
  20. LIB_BASE_NAME   = net
  21. OBJS=  routed_if.o ripLib.o tables.o inet.o output.o ripTimer.o af.o 
  22. input.o startup.o m2RipLib.o md5.o
  23. include $(TGT_DIR)/h/make/rules.library