Makefile
上传用户:baixin
上传日期:2008-03-13
资源大小:4795k
文件大小:2k
开发平台:

MultiPlatform

  1. # Makefile - makefile for target/src/event
  2. #
  3. # modification history
  4. # --------------------
  5. # 01n,12oct01,tam  added repackaging support
  6. # 01m,09oct98,fle  updated DOC_FILES
  7. # 01l,06aug98,cth removed build for wvHostLib.o
  8. # 01n,19aug98,pr  restored vx libs for building and commented out "echo"
  9. # 01m,10aug98,pr  temporarily restored vxwv libs for building
  10. # 01l,29jul98,pr  removed ADDED_CFLAGS. Changed lib from wv.a to vx.a.
  11. # 01k,10feb98,pr  Added trgShow.o 
  12. # 01j,03feb98,cth fixed missing build of wvTsfsUploadPathLib.c
  13. # 01i,19dec97,cth changed names of wvXxxxUploadPath.c to wvXxxxUploadPathLib.c
  14. # 01h,16nov97,cth removed build for evtTsfsSockLib.o, evtSockLib.o, 
  15. #   wvRpc_xdr.c, wvRpcSvc.o, wvServer.o
  16. #                 added build for wvTsfsUploadPath.o, wvSockUploadPath.o
  17. # 01g,16nov97,cth removed build for evtBufferLib.o, scrPadLib.o, connLib.o
  18. #                 added build for wvFileUploadPath.c
  19. # 01f,21aug97,cth added build for evtTsfsSockLib
  20. # 01e,13aug97,pr  Added trgLib.c for WindView 2.0
  21. # 01d,31jul97,nps Removed scrPadLib.o for WindView 2.0
  22. # 01c,07feb97,dvs updating reference to wv archive and obj dir name
  23. # 01b.25nov96,ms  suppress archive generation
  24. # 01a.12jul96,yp  created from 01h of MakeSkel
  25. #
  26. # DESCRIPTION
  27. # This file contains the makefile rules for building the vx library
  28. #
  29. #
  30. TGT_DIR=$(WIND_BASE)/target
  31. DOC_FILES= trgLib.c trgShow.c wvTmrLib.c wvFileUploadPathLib.c 
  32.    wvSockUploadPathLib.c wvTsfsUploadPathLib.c wvLib.c
  33. LIB_BASE_NAME = windview
  34. OBJS= evtLogLib.o wvTmrLib.o 
  35. seqDrv.o wvLib.o wvTsfsUploadPathLib.o 
  36. wvSockUploadPathLib.o wvFileUploadPathLib.o trgLib.o 
  37. trgShow.o
  38. include $(TGT_DIR)/h/make/rules.library
  39. # The normal end when using makeLibrary is to create a lib, but here, we
  40. # don't need lib creation. The following settings prevent lib creation.
  41. #AR=echo
  42. #RANLIB=echo