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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/libc/stdio
  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= ansiStdio.c
  15. ## ansiStdio.c includes the following files
  16. #  clearerr.c fclose.c fdopen.c feof.c ferror.c fflush.c 
  17. # fgetc.c fgetpos.c fgets.c fileno.c fopen.c fprintf.c 
  18. # fputc.c fputs.c fread.c freopen.c fscanf.c fseek.c 
  19. # fsetpos.c ftell.c fvwrite.c fwrite.c getc.c getchar.c 
  20. # gets.c getw.c perror.c putc.c putchar.c puts.c putw.c 
  21. # rewind.c scanf.c setbuf.c setbuffer.c setvbuf.c stdioLib.c 
  22. # stdioShow.c tmpfile.c tmpnam.c ungetc.c vfprintf.c
  23. OBJS= clearerr.o fclose.o fdopen.o feof.o ferror.o fflush.o fgetc.o 
  24.         fgetpos.o fgets.o fileno.o flags.o fopen.o fprintf.o 
  25.         fputc.o fputs.o fread.o freopen.o fscanf.o fseek.o fsetpos.o 
  26.         ftell.o fvwrite.o fwrite.o getc.o getchar.o gets.o getw.o 
  27. makebuf.o perror.o putc.o putchar.o putw.o puts.o refill.o 
  28.         rewind.o rget.o scanf.o setbuf.o setbuffer.o setvbuf.o 
  29. stdio.o stdioLib.o stdioShow.o tmpnam.o tmpfile.o ungetc.o 
  30. wbuf.o wsetup.o vfprintf.o 
  31. include $(TGT_DIR)/h/make/rules.library