# -*- 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: Basic_Notify_AdminProperties Basic_Notify_ConnectDisconnect Basic_Notify_Events Basic_Notify_Filter Basic_Notify_IdAssignment Basic_Notify_LifeCycle Basic_Notify_MultiTypes Basic_Notify_Sequence Basic_Notify_Simple Basic_Notify_Updates REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS) $(REMAINING_TARGETS): @$(MAKE) -f GNUmakefile.Basic_Notify_AdminProperties $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_ConnectDisconnect $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_Events $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_Filter $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_IdAssignment $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_LifeCycle $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_MultiTypes $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_Sequence $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_Simple $(@) @$(MAKE) -f GNUmakefile.Basic_Notify_Updates $(@) .PHONY: Basic_Notify_AdminProperties Basic_Notify_AdminProperties: @$(MAKE) -f GNUmakefile.Basic_Notify_AdminProperties all .PHONY: Basic_Notify_ConnectDisconnect Basic_Notify_ConnectDisconnect: @$(MAKE) -f GNUmakefile.Basic_Notify_ConnectDisconnect all .PHONY: Basic_Notify_Events Basic_Notify_Events: @$(MAKE) -f GNUmakefile.Basic_Notify_Events all .PHONY: Basic_Notify_Filter Basic_Notify_Filter: @$(MAKE) -f GNUmakefile.Basic_Notify_Filter all .PHONY: Basic_Notify_IdAssignment Basic_Notify_IdAssignment: @$(MAKE) -f GNUmakefile.Basic_Notify_IdAssignment all .PHONY: Basic_Notify_LifeCycle Basic_Notify_LifeCycle: @$(MAKE) -f GNUmakefile.Basic_Notify_LifeCycle all .PHONY: Basic_Notify_MultiTypes Basic_Notify_MultiTypes: @$(MAKE) -f GNUmakefile.Basic_Notify_MultiTypes all .PHONY: Basic_Notify_Sequence Basic_Notify_Sequence: @$(MAKE) -f GNUmakefile.Basic_Notify_Sequence all .PHONY: Basic_Notify_Simple Basic_Notify_Simple: @$(MAKE) -f GNUmakefile.Basic_Notify_Simple all .PHONY: Basic_Notify_Updates Basic_Notify_Updates: @$(MAKE) -f GNUmakefile.Basic_Notify_Updates all project_name_list: @echo Basic_Notify_AdminProperties @echo Basic_Notify_ConnectDisconnect @echo Basic_Notify_Events @echo Basic_Notify_Filter @echo Basic_Notify_IdAssignment @echo Basic_Notify_LifeCycle @echo Basic_Notify_MultiTypes @echo Basic_Notify_Sequence @echo Basic_Notify_Simple @echo Basic_Notify_Updates