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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/netinet
  2. #
  3. # modification history
  4. # --------------------
  5. # 01f,26apr02,mil  Removed O1 workaround for PPC compiler bug for route.o.
  6. # 01e,24jan02,yvp  Temporary: reduce optimization to O1 for route.o. Workaround
  7. #                  for GNU PPC compiler bug - trashing data on stack.
  8. # 01d,14nov01,tcr  add INCLUDE_WVNET
  9. # 01c,08aug01,mem  New runtime arrangement support.
  10. # 01b,28feb97,vin  sorted and merged bsd44 to tor1_0_1
  11. # 01a,18jun96,yp   created from 01b of MakeSkel
  12. #
  13. # DESCRIPTION
  14. # This file contains the makefile rules for building the vx library
  15. #
  16. #*/
  17. TGT_DIR=$(WIND_BASE)/target
  18. LIB_BASE_NAME=net
  19. OBJS= if.o if_ether.o if_subr.o igmp.o in.o in_cksum.o in_pcb.o 
  20. in_proto.o ip_icmp.o ip_input.o ip_mroute.o ip_output.o radix.o 
  21. raw_cb.o raw_ip.o raw_usrreq.o route.o rtsock.o sl_compress.o 
  22. sys_socket.o tcp_debug.o tcp_input.o tcp_output.o tcp_subr.o 
  23. tcp_timer.o tcp_usrreq.o udp_usrreq.o uipc_dom.o uipc_mbuf.o 
  24. uipc_sock.o uipc_sock2.o unixLib.o 
  25. EXTRA_DEFINE= -DINCLUDE_WVNET
  26. include $(TGT_DIR)/h/make/rules.library