3 #----------------------------------------------------------------------------
5 #----------------------------------------------------------------------------
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))