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

VxWorks

开发平台:

C/C++

  1. # defs.vxcom - makefile target rules for vxcom and vxdcom
  2. #
  3. # modification history
  4. # --------------------
  5. # 01f,01oct02,sfp  remove double definition of extra flags
  6. # 01e,01oct02,sfp  add another include dir for Windows build
  7. # 01d,30sep02,sfp  update for win32 com builds
  8. # 01c,22oct01,dbs  add extra subdirs to vxcom build
  9. # 01b,19oct01,dbs  add config to allow derived files to be checked in
  10. # 01a,19sep01,nel  created
  11. VXDCOM_BUILD_HOST=t2
  12. ifeq ($(WIND_HOST_TYPE),x86-win32)
  13.     VXCOM_BASE = $(WIND_BASE)/target/src/vxcom.win32
  14.     VXDCOM_BASE = $(WIND_BASE)/target/src/vxdcom.win32
  15.     VXCOM_EXTRA_CFLAGS = -I$(VXCOM_BASE)/veloce-hack -I$(VXDCOM_BASE)/h
  16. else
  17.     VXCOM_BASE = $(WIND_BASE)/target/src/vxcom
  18.     VXDCOM_BASE = $(WIND_BASE)/target/src/vxdcom
  19.     VXCOM_EXTRA_CFLAGS = -I$(VXCOM_BASE)/veloce-hack
  20. endif
  21. VXCOM_PUBLIC_H_DIR = $(VXCOM_BASE)/veloce-hack
  22. VXCOM_PRIVATE_H_DIR = $(VXCOM_BASE)/veloce-hack
  23. VXCOM_PS_DIR = $(VXCOM_BASE)/veloce-hack
  24. VXCOM_GUID_DIR = $(VXCOM_BASE)/veloce-hack
  25. VXDCOM_PUBLIC_H_DIR = $(VXCOM_BASE)/veloce-hack
  26. VXDCOM_PRIVATE_H_DIR = $(VXCOM_BASE)/veloce-hack
  27. VXDCOM_PS_DIR = $(VXCOM_BASE)/veloce-hack
  28. VXDCOM_GUID_DIR = $(VXCOM_BASE)/veloce-hack
  29. VXCOM_NO_AUTOMATIC_IDLCOMP = 1
  30. VXCOM_EXTRA_SUBDIRS = veloce-hack