1 # VxWorks main platform file. This requires that you have set the WIND_PLATFORM
4 ifeq (,$(WIND_PLATFORM))
6 @ERROR: you must set your WIND_PLATFORM environment variable
9 ifeq (vxworks-6.2, $(findstring vxworks-6.2,$(WIND_PLATFORM)))
10 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.2.GNU
12 ifeq (vxworks-6.3, $(findstring vxworks-6.3,$(WIND_PLATFORM)))
13 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.3.GNU
15 ifeq (vxworks-6.4, $(findstring vxworks-6.4,$(WIND_PLATFORM)))
16 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.4.GNU
18 ifeq (vxworks-6.5, $(findstring vxworks-6.5,$(WIND_PLATFORM)))
19 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.5.GNU
21 ifeq (vxworks-6.6, $(findstring vxworks-6.6,$(WIND_PLATFORM)))
22 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.6.GNU
24 ifeq (vxworks-6.7, $(findstring vxworks-6.7,$(WIND_PLATFORM)))
25 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.7.GNU
27 ifeq (vxworks-6.8, $(findstring vxworks-6.8,$(WIND_PLATFORM)))
28 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.8.GNU
30 ifeq (vxworks-6.9, $(findstring vxworks-6.9,$(WIND_PLATFORM)))
31 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.9.GNU
33 ifeq (vxworks-7, $(findstring vxworks-7,$(WIND_PLATFORM)))
34 include $(ACE_ROOT)/include/makeinclude/platform_vxworks7.0.GNU