# -*- makefile -*- #---------------------------------------------------------------------------- # GNU ACE Workspace # # $Id: GNUACEWorkspaceCreator.pm 77499 2007-03-02 18:19:05Z elliott_c $ # # This file was generated by MPC. Any changes made directly to # this file will be lost the next time it is generated. # # MPC Command: # /home/schmidt/adaptive/DOC_ROOT/ACE/bin/mwc.pl -type gnuace # #---------------------------------------------------------------------------- MAKEFILE = GNUmakefile ifeq ($(findstring k,$(MAKEFLAGS)),k) KEEP_GOING = - endif include $(ACE_ROOT)/include/makeinclude/macros.GNU all: Gate Agent SpaceCraft Notify_Filter Notify_Lanes_Consumer Notify_Lanes_Supplier monitor Notify_Subscribe Notify_ThreadPool_Supplier Notify_ThreadPool_Consumer REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS) $(REMAINING_TARGETS): @cd Federation/Gate && $(MAKE) -f GNUmakefile.Gate $(@) @cd Federation/Agent && $(MAKE) -f GNUmakefile.Agent $(@) @cd Federation/SpaceCraft && $(MAKE) -f GNUmakefile.SpaceCraft $(@) @cd Filter && $(MAKE) -f GNUmakefile.Notify_Filter $(@) @cd Lanes && $(MAKE) -f GNUmakefile.Notify_Lanes_Consumer $(@) @cd Lanes && $(MAKE) -f GNUmakefile.Notify_Lanes_Supplier $(@) @cd MC/monitor && $(MAKE) -f GNUmakefile.monitor $(@) @cd Subscribe && $(MAKE) -f GNUmakefile.Notify_Subscribe $(@) @cd ThreadPool && $(MAKE) -f GNUmakefile.Notify_ThreadPool_Supplier $(@) @cd ThreadPool && $(MAKE) -f GNUmakefile.Notify_ThreadPool_Consumer $(@) .PHONY: Gate Gate: @cd Federation/Gate && $(MAKE) -f GNUmakefile.Gate all .PHONY: Agent Agent: Gate @cd Federation/Agent && $(MAKE) -f GNUmakefile.Agent all .PHONY: SpaceCraft SpaceCraft: Gate @cd Federation/SpaceCraft && $(MAKE) -f GNUmakefile.SpaceCraft all .PHONY: Notify_Filter Notify_Filter: @cd Filter && $(MAKE) -f GNUmakefile.Notify_Filter all .PHONY: Notify_Lanes_Consumer Notify_Lanes_Consumer: @cd Lanes && $(MAKE) -f GNUmakefile.Notify_Lanes_Consumer all .PHONY: Notify_Lanes_Supplier Notify_Lanes_Supplier: Notify_Lanes_Consumer @cd Lanes && $(MAKE) -f GNUmakefile.Notify_Lanes_Supplier all .PHONY: monitor monitor: @cd MC/monitor && $(MAKE) -f GNUmakefile.monitor all .PHONY: Notify_Subscribe Notify_Subscribe: @cd Subscribe && $(MAKE) -f GNUmakefile.Notify_Subscribe all .PHONY: Notify_ThreadPool_Supplier Notify_ThreadPool_Supplier: @cd ThreadPool && $(MAKE) -f GNUmakefile.Notify_ThreadPool_Supplier all .PHONY: Notify_ThreadPool_Consumer Notify_ThreadPool_Consumer: Notify_ThreadPool_Supplier @cd ThreadPool && $(MAKE) -f GNUmakefile.Notify_ThreadPool_Consumer all project_name_list: @echo Agent @echo Gate @echo SpaceCraft @echo Notify_Filter @echo Notify_Lanes_Consumer @echo Notify_Lanes_Supplier @echo monitor @echo Notify_Subscribe @echo Notify_ThreadPool_Consumer @echo Notify_ThreadPool_Supplier