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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/wtx
  2. #
  3. # modification history
  4. # --------------------
  5. # 01d,12oct01,tam  added repackaging support
  6. # 01c,13dec96,elp  changed syncLib.c into symSyncLib.c
  7. # 01b,13nov96,elp  added doc generation.
  8. # 01a,07oct96,yp  derived from 01a of MakeSkel
  9. #
  10. # DESCRIPTION
  11. # This file contains the makefile rules for building the vx library
  12. #
  13. #*/
  14. TGT_DIR=$(WIND_BASE)/target
  15. LIB_BASE_NAME   = os
  16. DOC_FILES=symSyncLib.c
  17. EXTRA_INCLUDE= -I../../../share/src/agents/wdb
  18. OBJS = regfree.o regerror.o regcomp.o regexec.o xdrwtx.o 
  19. wtxrpc.o wtxexch.o wtx.o symSyncLib.o
  20. include $(TGT_DIR)/h/make/rules.library