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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/netwrs/resolv
  2. #
  3. # Copyright 1997-1998 Wind River Systems, Inc.
  4. #
  5. # modification history
  6. # --------------------
  7. # 01d,08aug01,mem  New runtime arrangement support.
  8. # 01c,06oct98,jmp  replaced resolvLib.c by resolvLibDoc.c in DOC_FILES.
  9. # 01b,30apr97,jag  added DOC_FILES
  10. # 01a,02mar97,vin  sorted and merged bsd44 to tor1_0_1, merge with 
  11. #    01a 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. DOC_FILES=      resolvLibDoc.c
  19. LIB_BASE_NAME=net
  20. OBJS=  gethostnamadr.o  res_comp.o  
  21.        res_debug.o res_mkquery.o res_query.o  
  22.        res_send.o resolvLib.o
  23. include $(TGT_DIR)/h/make/rules.library