Enable C++14 for clang 5/6/7/8
[ACE_TAO.git] / ACE / include / makeinclude / platform_vxworks.GNU
blobb04de7654f971b35c10afbc9df71a0f7890b9177
1 # VxWorks main platform file. This requires that you have set the WIND_PLATFORM
2 # environment variable
4 ifeq (,$(WIND_PLATFORM))
5   default:
6         @ERROR: you must set your WIND_PLATFORM environment variable
7 endif # WIND_PLATFORM
9 ifeq (vxworks-6.2, $(findstring vxworks-6.2,$(WIND_PLATFORM)))
10   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.2.GNU
11 endif
12 ifeq (vxworks-6.3, $(findstring vxworks-6.3,$(WIND_PLATFORM)))
13   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.3.GNU
14 endif
15 ifeq (vxworks-6.4, $(findstring vxworks-6.4,$(WIND_PLATFORM)))
16   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.4.GNU
17 endif
18 ifeq (vxworks-6.5, $(findstring vxworks-6.5,$(WIND_PLATFORM)))
19   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.5.GNU
20 endif
21 ifeq (vxworks-6.6, $(findstring vxworks-6.6,$(WIND_PLATFORM)))
22   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.6.GNU
23 endif
24 ifeq (vxworks-6.7, $(findstring vxworks-6.7,$(WIND_PLATFORM)))
25   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.7.GNU
26 endif
27 ifeq (vxworks-6.8, $(findstring vxworks-6.8,$(WIND_PLATFORM)))
28   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.8.GNU
29 endif
30 ifeq (vxworks-6.9, $(findstring vxworks-6.9,$(WIND_PLATFORM)))
31   include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.9.GNU
32 endif
33 ifeq (vxworks-7, $(findstring vxworks-7,$(WIND_PLATFORM)))
34   include $(ACE_ROOT)/include/makeinclude/platform_vxworks7.0.GNU
35 endif