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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/libc/ctype
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,12oct01,tam  added repackaging support
  6. # 01a,18jun96,yp   created from 01d of MakeSkel
  7. #
  8. # DESCRIPTION
  9. # This file contains the makefile rules for building the vx library
  10. #
  11. #*/
  12. TGT_DIR=$(WIND_BASE)/target
  13. LIB_BASE_NAME   = os
  14. DOC_FILES= ansiStdlib.c
  15. ## ansiStdlib.c includes the following files
  16. #  abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c div.c 
  17. # labs.c ldiv.c multibyte.c qsort.c rand.c strtod.c strtol.c 
  18. # strtoul.c system.c
  19. OBJS= abort.o abs.o atexit.o atof.o atoi.o atol.o bsearch.o div.o labs.o 
  20.       ldiv.o multibyte.o qsort.o rand.o strtod.o strtol.o strtoul.o system.o
  21. include $(TGT_DIR)/h/make/rules.library