Makefile
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for bsp/src/drv
  2. #
  3. # modification history
  4. # --------------------
  5. # 01e,09nov01,jmp  specified subdirs to build for simulators only.
  6. # 01d,12oct01,tam  added repackaging support
  7. # 01c,04jun98,dat  removed unnecessary EXTRA_INCLUDE, removed bspVersion.o
  8. # 01b,06jan98,cym  Changed -I to $(OPTION_INCLUDE_DIR) to decouple from GNU
  9. # 01a,18jun96,yp   created from 01f of MakeSkel
  10. #
  11. # DESCRIPTION
  12. # This file contains the makefile rules for building the vx library
  13. #
  14. #*/
  15. TGT_DIR=$(WIND_BASE)/target
  16. LIB_BASE_NAME=drv
  17. OBJS=
  18. #
  19. # define SUBDIRS for simulators only, to avoid building everything
  20. #
  21. ifneq ($(subst SIM,,$(CPU)),$(CPU))
  22. SUBDIRS=end netif vxfusion wdb
  23. endif
  24. include $(TGT_DIR)/h/make/rules.library