Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / include / makeinclude / component_check.GNU
blobb592d053b575ff7d8f66e899ad0328870669bb59
1 # -*- Makefile -*-
3 #----------------------------------------------------------------------------
4 #  
5 #----------------------------------------------------------------------------
7 # Load all components.
8 ALL_COMPONENTS := $(ACE_MAKE_OPTIONS)
9 ALL_COMPONENTS += $(shell sh $(ACE_ROOT)/bin/ace_components --ace)
10 ALL_COMPONENTS += $(shell sh $(ACE_ROOT)/bin/ace_components --tao)
11 ALL_COMPONENTS += $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
13 # Filter out all the components that are currently available from the
14 # list of requirements.
15 MISSING_COMPONENTS := $(filter-out $(ALL_COMPONENTS), $(REQUIRED_COMPONENTS))