diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-31 16:12:57 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-31 16:12:57 +0000 |
commit | c33968bd0da29642125229dd4779cfcb70129961 (patch) | |
tree | 47ce01cfaa0e57347edd800e7b36021fc82fbf59 /examples/Reactor | |
parent | 4ca8b2f96ae62c864c2f77d56d9d0256c23adbb6 (diff) | |
download | ATCD-c33968bd0da29642125229dd4779cfcb70129961.tar.gz |
ChangeLogTag:Thu Jul 31 16:14:30 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Reactor')
-rw-r--r-- | examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc | 208 |
1 files changed, 208 insertions, 0 deletions
diff --git a/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc b/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc index fd3f031c332..be0edc5cf4d 100644 --- a/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc +++ b/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc @@ -1,5 +1,18 @@ project(*Abandoned): aceexe { exename = abandoned + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo abandoned will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Abandoned.cpp } @@ -7,6 +20,19 @@ project(*Abandoned): aceexe { project(*APC): aceexe { exename = apc + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo apc will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { APC.cpp } @@ -14,6 +40,19 @@ project(*APC): aceexe { project(*Console_Input): aceexe { exename = console_input + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo console_input will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Console_Input.cpp } @@ -21,6 +60,19 @@ project(*Console_Input): aceexe { project(*Directory_Changes): aceexe { exename = directory_changes + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo directory_changes will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Directory_Changes.cpp } @@ -28,6 +80,19 @@ project(*Directory_Changes): aceexe { project(*Exceptions): aceexe { exename = exceptions + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo exceptions will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Exceptions.cpp } @@ -35,6 +100,19 @@ project(*Exceptions): aceexe { project(*Handle_Close): aceexe { exename = handle_close + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo handle_close will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Handle_Close.cpp } @@ -42,6 +120,19 @@ project(*Handle_Close): aceexe { project(*Multithreading): aceexe { exename = multithreading + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo multithreading will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Multithreading.cpp } @@ -49,6 +140,19 @@ project(*Multithreading): aceexe { project(*Network_Events): aceexe { exename = network_events + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo network_events will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Network_Events.cpp } @@ -56,6 +160,19 @@ project(*Network_Events): aceexe { project(*Prerun_State_Changes): aceexe { exename = prerun_state_changes + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo prerun_state_changes will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Prerun_State_Changes.cpp } @@ -63,6 +180,19 @@ project(*Prerun_State_Changes): aceexe { project(*Registration): aceexe { exename = registration + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo registration will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Registration.cpp } @@ -70,6 +200,19 @@ project(*Registration): aceexe { project(*Registry_Changes): aceexe { exename = registry_changes + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo registry_changes will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Registry_Changes.cpp } @@ -77,6 +220,19 @@ project(*Registry_Changes): aceexe { project(*Removals): aceexe { exename = removals + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo removals will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Removals.cpp } @@ -84,6 +240,19 @@ project(*Removals): aceexe { project(*Suspended_Removals): aceexe { exename = suspended_removals + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo suspended_removals will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Suspended_Removals.cpp } @@ -91,6 +260,19 @@ project(*Suspended_Removals): aceexe { project(*Talker): aceexe { exename = talker + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo talker will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Talker.cpp } @@ -98,6 +280,19 @@ project(*Talker): aceexe { project(*Timeouts): aceexe { exename = timeouts + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo timeouts will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Timeouts.cpp } @@ -105,6 +300,19 @@ project(*Timeouts): aceexe { project(*Window_Messages): aceexe { exename = window_messages + + verbatim(gnuace, top) { + ifneq ($(MAKE),) + include $(ACE_ROOT)/include/makeinclude/macros.GNU + TARGETS_NESTED := $(TARGETS_NESTED:.nested=) + $(TARGETS_NESTED): + " @echo window_messages will only build on Windows" + else + } + verbatim(gnuace, bottom) { + endif + } + Source_Files { Window_Messages.cpp } |