diff options
author | Steve Huston <shuston@riverace.com> | 2004-11-12 22:28:16 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-11-12 22:28:16 +0000 |
commit | 45a88bef801c7cf492bcd2086b1fd0ed292f6ceb (patch) | |
tree | d41c5f34ee79767b9d4c07bff53953fca21f2a0e /examples/APG | |
parent | 765faf9feb5bb80ad8f3574b98b08e45ee6acd29 (diff) | |
download | ATCD-45a88bef801c7cf492bcd2086b1fd0ed292f6ceb.tar.gz |
ChangeLogTag:Fri Nov 12 17:23:41 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/APG')
-rw-r--r-- | examples/APG/Active_Objects/Makefile.am | 46 | ||||
-rw-r--r-- | examples/APG/Config/Makefile.am | 82 | ||||
-rw-r--r-- | examples/APG/Containers/Makefile.am | 218 | ||||
-rw-r--r-- | examples/APG/Logging/Makefile.am | 362 | ||||
-rw-r--r-- | examples/APG/Makefile.am | 31 | ||||
-rw-r--r-- | examples/APG/Misc_IPC/Makefile.am | 59 | ||||
-rw-r--r-- | examples/APG/Naming/Makefile.am | 101 | ||||
-rw-r--r-- | examples/APG/Proactor/Makefile.am | 34 | ||||
-rw-r--r-- | examples/APG/Processes/Makefile.am | 72 | ||||
-rw-r--r-- | examples/APG/Reactor/Makefile.am | 139 | ||||
-rw-r--r-- | examples/APG/Shared_Memory/Makefile.am | 90 | ||||
-rw-r--r-- | examples/APG/Signals/Makefile.am | 85 | ||||
-rw-r--r-- | examples/APG/Sockets/Makefile.am | 72 | ||||
-rw-r--r-- | examples/APG/Streams/Makefile.am | 50 | ||||
-rw-r--r-- | examples/APG/Svc_Config/Makefile.am | 68 | ||||
-rw-r--r-- | examples/APG/ThreadManagement/Makefile.am | 146 | ||||
-rw-r--r-- | examples/APG/ThreadPools/Makefile.am | 90 | ||||
-rw-r--r-- | examples/APG/ThreadSafety/Makefile.am | 132 | ||||
-rw-r--r-- | examples/APG/Threads/Makefile.am | 104 | ||||
-rw-r--r-- | examples/APG/Timers/Makefile.am | 91 |
20 files changed, 2072 insertions, 0 deletions
diff --git a/examples/APG/Active_Objects/Makefile.am b/examples/APG/Active_Objects/Makefile.am new file mode 100644 index 00000000000..0b982bbfdae --- /dev/null +++ b/examples/APG/Active_Objects/Makefile.am @@ -0,0 +1,46 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.AO.am +noinst_PROGRAMS = AO + +AO_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +AO_SOURCES = \ + AO.cpp + +AO_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.AO2.am +noinst_PROGRAMS += AO2 + +AO2_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +AO2_SOURCES = \ + AO2.cpp + +AO2_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Config/Makefile.am b/examples/APG/Config/Makefile.am new file mode 100644 index 00000000000..968baca94c6 --- /dev/null +++ b/examples/APG/Config/Makefile.am @@ -0,0 +1,82 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.ARGV_Example.am +noinst_PROGRAMS = ARGV_Example + +ARGV_Example_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +ARGV_Example_SOURCES = \ + ARGV_Example.cpp \ + HASTATUS_export.h \ + HA_Status.h + +ARGV_Example_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Config_HA_Status.am +noinst_LTLIBRARIES = libHA_Status.la + +libHA_Status_la_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -DHASTATUS_BUILD_DLL + +libHA_Status_la_SOURCES = \ + HA_Status.cpp + +libHA_Status_la_LIBADD = \ + $(top_builddir)/ace/libACE.la + +noinst_HEADERS = \ + HA_Status.h + +## Makefile.Get_Opt.am +noinst_PROGRAMS += Get_Opt + +Get_Opt_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Get_Opt_SOURCES = \ + Get_Opt.cpp \ + HASTATUS_export.h \ + HA_Status.h + +Get_Opt_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Get_Opt_Long.am +noinst_PROGRAMS += Get_Opt_Long + +Get_Opt_Long_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Get_Opt_Long_SOURCES = \ + Get_Opt_Long.cpp \ + HASTATUS_export.h \ + HA_Status.h + +Get_Opt_Long_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Containers/Makefile.am b/examples/APG/Containers/Makefile.am new file mode 100644 index 00000000000..78fbb4856f2 --- /dev/null +++ b/examples/APG/Containers/Makefile.am @@ -0,0 +1,218 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Allocator.am +noinst_PROGRAMS = Allocator + +Allocator_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Allocator_SOURCES = \ + Allocator.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Allocator_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Array.am +noinst_PROGRAMS += Array + +Array_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Array_SOURCES = \ + Array.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Array_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Containers_Hash_Map.am +noinst_PROGRAMS += Hash_Map + +Hash_Map_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Hash_Map_SOURCES = \ + Hash_Map.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Hash_Map_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Containers_Map_Manager.am +noinst_PROGRAMS += Map_Manager + +Map_Manager_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Map_Manager_SOURCES = \ + Map_Manager.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Map_Manager_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.DLList.am +noinst_PROGRAMS += DLList + +DLList_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +DLList_SOURCES = \ + DLList.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +DLList_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Hash_Map_Hash.am +noinst_PROGRAMS += Hash_Map_Hash + +Hash_Map_Hash_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Hash_Map_Hash_SOURCES = \ + Hash_Map_Hash.cpp \ + Hash_Map_Hash.h + +Hash_Map_Hash_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Map_Manager_Specialization.am +noinst_PROGRAMS += Map_Manager_Specialization + +Map_Manager_Specialization_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Map_Manager_Specialization_SOURCES = \ + Map_Manager_Specialization.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Map_Manager_Specialization_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Queues.am +noinst_PROGRAMS += Queues + +Queues_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Queues_SOURCES = \ + Queues.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Queues_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.RB_Tree.am +noinst_PROGRAMS += RB_Tree + +RB_Tree_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +RB_Tree_SOURCES = \ + RB_Tree.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +RB_Tree_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.RB_Tree_Functors.am +noinst_PROGRAMS += RB_Tree_Functors + +RB_Tree_Functors_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +RB_Tree_Functors_SOURCES = \ + RB_Tree_Functors.cpp \ + RB_Tree_Functors.h + +RB_Tree_Functors_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Sets.am +noinst_PROGRAMS += Sets + +Sets_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Sets_SOURCES = \ + Sets.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Sets_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Stacks.am +noinst_PROGRAMS += Stacks + +Stacks_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Stacks_SOURCES = \ + Stacks.cpp \ + DataElement.h \ + Hash_Map_Hash.h \ + KeyType.h \ + RB_Tree_Functors.h + +Stacks_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Logging/Makefile.am b/examples/APG/Logging/Makefile.am new file mode 100644 index 00000000000..e75a6ca364e --- /dev/null +++ b/examples/APG/Logging/Makefile.am @@ -0,0 +1,362 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Change_Instance_Default.am +noinst_PROGRAMS = Change_Instance_Default + +Change_Instance_Default_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Change_Instance_Default_SOURCES = \ + Change_Instance_Default.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Change_Instance_Default_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Change_Mask.am +noinst_PROGRAMS += Change_Mask + +Change_Mask_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Change_Mask_SOURCES = \ + Change_Mask.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Change_Mask_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Howto_Syslog.am +noinst_PROGRAMS += Howto_Syslog + +Howto_Syslog_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Howto_Syslog_SOURCES = \ + Howto_Syslog.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Howto_Syslog_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Simple1.am +noinst_PROGRAMS += Simple1 + +Simple1_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Simple1_SOURCES = \ + Simple1.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Simple1_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Simple2.am +noinst_PROGRAMS += Simple2 + +Simple2_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Simple2_SOURCES = \ + Simple2.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Simple2_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Trace_Return.am +noinst_PROGRAMS += Trace_Return + +Trace_Return_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Trace_Return_SOURCES = \ + Trace_Return.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Trace_Return_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Callback.am +noinst_PROGRAMS += Use_Callback + +Use_Callback_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Callback_SOURCES = \ + Use_Callback.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Callback_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Callback2.am +noinst_PROGRAMS += Use_Callback2 + +Use_Callback2_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Callback2_SOURCES = \ + Use_Callback2.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Callback2_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_LogManager.am +noinst_PROGRAMS += Use_LogManager + +Use_LogManager_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_LogManager_SOURCES = \ + Use_LogManager.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_LogManager_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Logger.am +noinst_PROGRAMS += Use_Logger + +Use_Logger_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Logger_SOURCES = \ + Use_Logger.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Logger_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Logging_Server.am +noinst_PROGRAMS += Use_Logging_Server + +Use_Logging_Server_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Logging_Server_SOURCES = \ + Use_Logging_Server.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Logging_Server_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Logging_Strategy.am +noinst_PROGRAMS += Use_Logging_Strategy + +Use_Logging_Strategy_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Logging_Strategy_SOURCES = \ + Use_Logging_Strategy.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Logging_Strategy_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Multiple_Sinks.am +noinst_PROGRAMS += Use_Multiple_Sinks + +Use_Multiple_Sinks_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Multiple_Sinks_SOURCES = \ + Use_Multiple_Sinks.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Multiple_Sinks_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Ostream.am +noinst_PROGRAMS += Use_Ostream + +Use_Ostream_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Ostream_SOURCES = \ + Use_Ostream.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Ostream_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Stderr.am +noinst_PROGRAMS += Use_Stderr + +Use_Stderr_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Stderr_SOURCES = \ + Use_Stderr.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Stderr_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Use_Syslog.am +noinst_PROGRAMS += Use_Syslog + +Use_Syslog_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Use_Syslog_SOURCES = \ + Use_Syslog.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Use_Syslog_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Wrap_Macros.am +noinst_PROGRAMS += Wrap_Macros + +Wrap_Macros_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Wrap_Macros_SOURCES = \ + Wrap_Macros.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Wrap_Macros_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Wrap_Macros_Alt.am +noinst_PROGRAMS += Wrap_Macros_Alt + +Wrap_Macros_Alt_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Wrap_Macros_Alt_SOURCES = \ + Wrap_Macros_Alt.cpp \ + Callback-2.h \ + Callback-3.h \ + Callback.h \ + LogManager.h \ + Log_Msg_Alt.h \ + Trace.h + +Wrap_Macros_Alt_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Makefile.am b/examples/APG/Makefile.am new file mode 100644 index 00000000000..f79765c9348 --- /dev/null +++ b/examples/APG/Makefile.am @@ -0,0 +1,31 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +SUBDIRS = \ + Active_Objects \ + Config \ + Containers \ + Logging \ + Misc_IPC \ + Naming \ + Proactor \ + Processes \ + Reactor \ + Shared_Memory \ + Signals \ + Sockets \ + Streams \ + Svc_Config \ + ThreadManagement \ + ThreadPools \ + ThreadSafety \ + Threads \ + Timers + diff --git a/examples/APG/Misc_IPC/Makefile.am b/examples/APG/Misc_IPC/Makefile.am new file mode 100644 index 00000000000..0460d3c9805 --- /dev/null +++ b/examples/APG/Misc_IPC/Makefile.am @@ -0,0 +1,59 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.UDP_Broadcast.am +noinst_PROGRAMS = UDP_Broadcast + +UDP_Broadcast_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +UDP_Broadcast_SOURCES = \ + UDP_Broadcast.cpp + +UDP_Broadcast_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.UDP_Multicast.am +noinst_PROGRAMS += UDP_Multicast + +UDP_Multicast_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +UDP_Multicast_SOURCES = \ + UDP_Multicast.cpp + +UDP_Multicast_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.UDP_Unicast.am +noinst_PROGRAMS += UDP_Unicast + +UDP_Unicast_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +UDP_Unicast_SOURCES = \ + UDP_Unicast.cpp + +UDP_Unicast_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Naming/Makefile.am b/examples/APG/Naming/Makefile.am new file mode 100644 index 00000000000..997d71e15ae --- /dev/null +++ b/examples/APG/Naming/Makefile.am @@ -0,0 +1,101 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Netlocal.am +noinst_PROGRAMS = Netlocal + +Netlocal_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Netlocal_SOURCES = \ + Netlocal.cpp \ + Temperature_Monitor2.cpp \ + Temperature_Monitor2.h + +Netlocal_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Netlocal_Reader.am +noinst_PROGRAMS += Netlocal_reader + +Netlocal_reader_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Netlocal_reader_SOURCES = \ + Graph.cpp \ + Netlocal_reader.cpp \ + Temperature_Grapher.cpp \ + Graph.h \ + Temperature_Grapher.h + +Netlocal_reader_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Nodelocal.am +noinst_PROGRAMS += Nodelocal + +Nodelocal_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Nodelocal_SOURCES = \ + Nodelocal.cpp \ + Temperature_Monitor.cpp \ + Temperature_Monitor.h + +Nodelocal_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Nodelocal_Shared.am +noinst_PROGRAMS += Nodelocal_shared + +Nodelocal_shared_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Nodelocal_shared_SOURCES = \ + Nodelocal_shared.cpp \ + Temperature_Monitor2.cpp \ + Temperature_Monitor2.h + +Nodelocal_shared_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Nodelocal_Shared_Reader.am +noinst_PROGRAMS += Nodelocal_shared_reader + +Nodelocal_shared_reader_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Nodelocal_shared_reader_SOURCES = \ + Graph.cpp \ + Nodelocal_shared_reader.cpp \ + Temperature_Grapher.cpp \ + Temperature_Monitor.cpp \ + Graph.h \ + Temperature_Grapher.h \ + Temperature_Monitor.h + +Nodelocal_shared_reader_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Proactor/Makefile.am b/examples/APG/Proactor/Makefile.am new file mode 100644 index 00000000000..6a5f6501b38 --- /dev/null +++ b/examples/APG/Proactor/Makefile.am @@ -0,0 +1,34 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.HA_Proactive_Status.am +noinst_PROGRAMS = HA_Proactive_Status + +HA_Proactive_Status_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +HA_Proactive_Status_SOURCES = \ + HA_Proactive_Status.cpp \ + HA_Proactive_Status.h + +HA_Proactive_Status_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Processes/Makefile.am b/examples/APG/Processes/Makefile.am new file mode 100644 index 00000000000..f7dd56beaba --- /dev/null +++ b/examples/APG/Processes/Makefile.am @@ -0,0 +1,72 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Process_Manager_Death.am +noinst_PROGRAMS = Process_Manager_Death + +Process_Manager_Death_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Process_Manager_Death_SOURCES = \ + Process_Manager_Death.cpp + +Process_Manager_Death_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Process_Manager_Spawn.am +noinst_PROGRAMS += Process_Manager_Spawn + +Process_Manager_Spawn_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Process_Manager_Spawn_SOURCES = \ + Process_Manager_Spawn.cpp + +Process_Manager_Spawn_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Process_Mutex.am +noinst_PROGRAMS += Process_Mutex + +Process_Mutex_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Process_Mutex_SOURCES = \ + Process_Mutex.cpp + +Process_Mutex_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Spawn.am +noinst_PROGRAMS += Spawn + +Spawn_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Spawn_SOURCES = \ + Spawn.cpp + +Spawn_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Reactor/Makefile.am b/examples/APG/Reactor/Makefile.am new file mode 100644 index 00000000000..300bc549828 --- /dev/null +++ b/examples/APG/Reactor/Makefile.am @@ -0,0 +1,139 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Client.am +noinst_PROGRAMS = Client + +Client_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Client_SOURCES = \ + Client.cpp \ + Client.h + +Client_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.HAStatus.am +noinst_PROGRAMS += HAStatus + +HAStatus_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +HAStatus_SOURCES = \ + HAStatus.cpp \ + Client.h \ + ClientService.h + +HAStatus_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.HAStatus_AC.am +noinst_PROGRAMS += HAStatus-AC + +HAStatus_AC_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +HAStatus_AC_SOURCES = \ + HAStatus-AC.cpp \ + Client.h \ + ClientService.h + +HAStatus_AC_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Reactor_Timers.am +noinst_PROGRAMS += Timers + +Timers_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Timers_SOURCES = \ + Timers.cpp \ + Client.h \ + ClientService.h + +Timers_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Reschedule.am +noinst_PROGRAMS += Reschedule + +Reschedule_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Reschedule_SOURCES = \ + Reschedule.cpp \ + Client.h \ + ClientService.h + +Reschedule_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Schedule_Timers.am +noinst_PROGRAMS += Schedule_Timers + +Schedule_Timers_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Schedule_Timers_SOURCES = \ + Schedule_Timers.cpp \ + Client.h \ + ClientService.h + +Schedule_Timers_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Timer_Cancel.am +noinst_PROGRAMS += Timer_Cancel + +Timer_Cancel_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Timer_Cancel_SOURCES = \ + Timer_Cancel.cpp \ + Client.h \ + ClientService.h + +Timer_Cancel_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Timer_State_Data.am +noinst_PROGRAMS += Timer_State_Data + +Timer_State_Data_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Timer_State_Data_SOURCES = \ + Timer_State_Data.cpp \ + Client.h \ + ClientService.h + +Timer_State_Data_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Shared_Memory/Makefile.am b/examples/APG/Shared_Memory/Makefile.am new file mode 100644 index 00000000000..c514d269e23 --- /dev/null +++ b/examples/APG/Shared_Memory/Makefile.am @@ -0,0 +1,90 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Malloc.am +noinst_PROGRAMS = Malloc + +Malloc_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Malloc_SOURCES = \ + Malloc.cpp \ + Record.h + +Malloc_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Mem_Map.am +noinst_PROGRAMS += Mem_Map + +Mem_Map_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Mem_Map_SOURCES = \ + Mem_Map.cpp \ + Record.h + +Mem_Map_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.PI_Malloc.am +noinst_PROGRAMS += PI_Malloc + +PI_Malloc_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +PI_Malloc_SOURCES = \ + PI_Malloc.cpp \ + Record.h + +PI_Malloc_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Pool_Growth.am +noinst_PROGRAMS += Pool_Growth + +Pool_Growth_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Pool_Growth_SOURCES = \ + Pool_Growth.cpp \ + Record.h + +Pool_Growth_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Shared_Memory_Hash_Map.am +noinst_PROGRAMS += Hash_Map + +Hash_Map_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Hash_Map_SOURCES = \ + Hash_Map.cpp \ + Record.h + +Hash_Map_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Signals/Makefile.am b/examples/APG/Signals/Makefile.am new file mode 100644 index 00000000000..5b1a36a19c4 --- /dev/null +++ b/examples/APG/Signals/Makefile.am @@ -0,0 +1,85 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.SigAction.am +noinst_PROGRAMS = SigAction + +SigAction_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +SigAction_SOURCES = \ + SigAction.cpp + +SigAction_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.SigGuard.am +noinst_PROGRAMS += SigGuard + +SigGuard_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +SigGuard_SOURCES = \ + SigGuard.cpp + +SigGuard_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.SigHandler.am +noinst_PROGRAMS += SigHandler + +SigHandler_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +SigHandler_SOURCES = \ + SigHandler.cpp + +SigHandler_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.SigHandlers.am +noinst_PROGRAMS += SigHandlers + +SigHandlers_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +SigHandlers_SOURCES = \ + SigHandlers.cpp + +SigHandlers_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.SigInfo.am +noinst_PROGRAMS += SigInfo + +SigInfo_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +SigInfo_SOURCES = \ + SigInfo.cpp + +SigInfo_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Sockets/Makefile.am b/examples/APG/Sockets/Makefile.am new file mode 100644 index 00000000000..8f97704abdf --- /dev/null +++ b/examples/APG/Sockets/Makefile.am @@ -0,0 +1,72 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Sockets_Basic.am +noinst_PROGRAMS = Basic + +Basic_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Basic_SOURCES = \ + Basic.cpp + +Basic_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Sockets_Basic_Robust.am +noinst_PROGRAMS += Basic_Robust + +Basic_Robust_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Basic_Robust_SOURCES = \ + Basic_Robust.cpp + +Basic_Robust_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Sockets_Iovec.am +noinst_PROGRAMS += Iovec + +Iovec_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Iovec_SOURCES = \ + Iovec.cpp + +Iovec_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Sockets_Server.am +noinst_PROGRAMS += Server + +Server_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Server_SOURCES = \ + Server.cpp + +Server_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Streams/Makefile.am b/examples/APG/Streams/Makefile.am new file mode 100644 index 00000000000..1d6a16735a9 --- /dev/null +++ b/examples/APG/Streams/Makefile.am @@ -0,0 +1,50 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +noinst_PROGRAMS = +## Makefile.Answerer.am + +if BUILD_THREADS +noinst_PROGRAMS += Answerer + +Answerer_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Answerer_SOURCES = \ + Answerer.cpp \ + CommandModule.cpp \ + CommandStream.cpp \ + CommandTask.cpp \ + CommandTasks.cpp \ + RecordingDeviceFactory.cpp \ + RecordingDevice_Text.cpp \ + CommandModule.h \ + CommandStream.h \ + CommandTask.h \ + CommandTasks.h \ + RecordingDeviceFactory.h \ + RecordingDevice_Text.h + +Answerer_LDADD = \ + $(top_builddir)/ace/libACE.la + +endif BUILD_THREADS + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Svc_Config/Makefile.am b/examples/APG/Svc_Config/Makefile.am new file mode 100644 index 00000000000..8ef0d1c5370 --- /dev/null +++ b/examples/APG/Svc_Config/Makefile.am @@ -0,0 +1,68 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.HA_Configurable_Server_Dynamic.am +noinst_PROGRAMS = HA_Configurable_Server_Dynamic + +HA_Configurable_Server_Dynamic_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +HA_Configurable_Server_Dynamic_SOURCES = \ + HA_Configurable_Server_Dynamic.cpp \ + HASTATUS_export.h \ + HA_Status_Dynamic.h \ + HA_Status_Static.h + +HA_Configurable_Server_Dynamic_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.HA_Configurable_Server_Static.am +noinst_PROGRAMS += HA_Configurable_Server_Static + +HA_Configurable_Server_Static_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +HA_Configurable_Server_Static_SOURCES = \ + HA_Configurable_Server_Static.cpp \ + HA_Status_Static.cpp \ + HA_Status_Static.h + +HA_Configurable_Server_Static_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Svc_Config_HA_Status.am +noinst_LTLIBRARIES = libHA_Status.la + +libHA_Status_la_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) \ + -DHASTATUS_BUILD_DLL + +libHA_Status_la_SOURCES = \ + HA_Status_Dynamic.cpp + +libHA_Status_la_LIBADD = \ + $(top_builddir)/ace/libACE.la + +noinst_HEADERS = \ + HA_Status_Dynamic.h + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/ThreadManagement/Makefile.am b/examples/APG/ThreadManagement/Makefile.am new file mode 100644 index 00000000000..519bf1a1cf0 --- /dev/null +++ b/examples/APG/ThreadManagement/Makefile.am @@ -0,0 +1,146 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Async_Cancel.am +noinst_PROGRAMS = Async_Cancel + +Async_Cancel_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Async_Cancel_SOURCES = \ + Async_Cancel.cpp \ + SecurityContext.h + +Async_Cancel_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Coop_Cancel.am +noinst_PROGRAMS += Coop_Cancel + +Coop_Cancel_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Coop_Cancel_SOURCES = \ + Coop_Cancel.cpp \ + SecurityContext.h + +Coop_Cancel_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.ExitHandler.am +noinst_PROGRAMS += ExitHandler + +ExitHandler_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +ExitHandler_SOURCES = \ + ExitHandler.cpp \ + SecurityContext.h + +ExitHandler_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Pool.am +noinst_PROGRAMS += Pool + +Pool_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Pool_SOURCES = \ + Pool.cpp \ + SecurityContext.h + +Pool_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Priorities.am +noinst_PROGRAMS += Priorities + +Priorities_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Priorities_SOURCES = \ + Priorities.cpp \ + SecurityContext.h + +Priorities_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Signals.am +noinst_PROGRAMS += Signals + +Signals_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Signals_SOURCES = \ + Signals.cpp \ + SecurityContext.h + +Signals_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Signals2.am +noinst_PROGRAMS += Signals2 + +Signals2_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Signals2_SOURCES = \ + Signals2.cpp \ + SecurityContext.h + +Signals2_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Start_Hook.am +noinst_PROGRAMS += Start_Hook + +Start_Hook_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Start_Hook_SOURCES = \ + Start_Hook.cpp \ + SecurityContext.h + +Start_Hook_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.State.am +noinst_PROGRAMS += State + +State_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +State_SOURCES = \ + State.cpp \ + SecurityContext.h + +State_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/ThreadPools/Makefile.am b/examples/APG/ThreadPools/Makefile.am new file mode 100644 index 00000000000..998929ce3a1 --- /dev/null +++ b/examples/APG/ThreadPools/Makefile.am @@ -0,0 +1,90 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Futures.am +noinst_PROGRAMS = Futures + +Futures_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Futures_SOURCES = \ + Futures.cpp \ + Request_Handler.h + +Futures_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.LF_ThreadPool.am +noinst_PROGRAMS += LF_ThreadPool + +LF_ThreadPool_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +LF_ThreadPool_SOURCES = \ + LF_ThreadPool.cpp \ + Request_Handler.h + +LF_ThreadPool_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.TP_Reactor.am +noinst_PROGRAMS += TP_Reactor + +TP_Reactor_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +TP_Reactor_SOURCES = \ + TP_Reactor.cpp \ + Request_Handler.h + +TP_Reactor_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Task_ThreadPool.am +noinst_PROGRAMS += Task_ThreadPool + +Task_ThreadPool_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Task_ThreadPool_SOURCES = \ + Task_ThreadPool.cpp \ + Request_Handler.h + +Task_ThreadPool_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.ThreadPool.am +noinst_PROGRAMS += ThreadPool + +ThreadPool_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +ThreadPool_SOURCES = \ + ThreadPool.cpp \ + Request_Handler.h + +ThreadPool_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/ThreadSafety/Makefile.am b/examples/APG/ThreadSafety/Makefile.am new file mode 100644 index 00000000000..848a55521de --- /dev/null +++ b/examples/APG/ThreadSafety/Makefile.am @@ -0,0 +1,132 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Atomic_Op.am +noinst_PROGRAMS = Atomic_Op + +Atomic_Op_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Atomic_Op_SOURCES = \ + Atomic_Op.cpp \ + ClientContext.h + +Atomic_Op_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Barrier.am +noinst_PROGRAMS += Barrier + +Barrier_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Barrier_SOURCES = \ + Barrier.cpp \ + ClientContext.h + +Barrier_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Mutex.am +noinst_PROGRAMS += Mutex + +Mutex_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Mutex_SOURCES = \ + Mutex.cpp \ + ClientContext.h + +Mutex_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.RW_Lock.am +noinst_PROGRAMS += RW_Lock + +RW_Lock_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +RW_Lock_SOURCES = \ + RW_Lock.cpp \ + ClientContext.h + +RW_Lock_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Semaphore.am +noinst_PROGRAMS += Semaphore + +Semaphore_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Semaphore_SOURCES = \ + Semaphore.cpp \ + ClientContext.h + +Semaphore_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.TSS.am +noinst_PROGRAMS += TSS + +TSS_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +TSS_SOURCES = \ + TSS.cpp \ + ClientContext.h + +TSS_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Tokens.am +noinst_PROGRAMS += Tokens + +Tokens_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Tokens_SOURCES = \ + Tokens.cpp \ + ClientContext.h + +Tokens_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Tokens_Deadlock.am +noinst_PROGRAMS += Tokens_Deadlock + +Tokens_Deadlock_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Tokens_Deadlock_SOURCES = \ + Tokens_Deadlock.cpp \ + ClientContext.h + +Tokens_Deadlock_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Threads/Makefile.am b/examples/APG/Threads/Makefile.am new file mode 100644 index 00000000000..9a9f9878b1c --- /dev/null +++ b/examples/APG/Threads/Makefile.am @@ -0,0 +1,104 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Activate.am +noinst_PROGRAMS = Activate + +Activate_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Activate_SOURCES = \ + Activate.cpp \ + Message_Receiver.h + +Activate_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Condition_Variables.am +noinst_PROGRAMS += Condition_Variables + +Condition_Variables_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Condition_Variables_SOURCES = \ + Condition_Variables.cpp \ + Message_Receiver.h + +Condition_Variables_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Guards.am +noinst_PROGRAMS += Guards + +Guards_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Guards_SOURCES = \ + Guards.cpp \ + Message_Receiver.h + +Guards_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Message_Blocks.am +noinst_PROGRAMS += Message_Blocks + +Message_Blocks_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Message_Blocks_SOURCES = \ + Message_Blocks.cpp \ + Message_Receiver.h + +Message_Blocks_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Message_Queue.am +noinst_PROGRAMS += Message_Queue + +Message_Queue_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Message_Queue_SOURCES = \ + Message_Queue.cpp \ + Message_Receiver.h + +Message_Queue_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Mutexes.am +noinst_PROGRAMS += Mutexes + +Mutexes_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Mutexes_SOURCES = \ + Mutexes.cpp \ + Message_Receiver.h + +Mutexes_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/examples/APG/Timers/Makefile.am b/examples/APG/Timers/Makefile.am new file mode 100644 index 00000000000..d5b8014c3bf --- /dev/null +++ b/examples/APG/Timers/Makefile.am @@ -0,0 +1,91 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +ACE_BUILDDIR = $(top_builddir) +ACE_ROOT = $(top_srcdir) + +## Makefile.Alarm.am +noinst_PROGRAMS = Alarm + +Alarm_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Alarm_SOURCES = \ + Alarm.cpp \ + CB.h \ + PCB.h \ + PTimerDispatcher.h \ + TimerDispatcher.h \ + Upcall.h + +Alarm_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Task.am +noinst_PROGRAMS += Task + +Task_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Task_SOURCES = \ + Task.cpp \ + CB.h \ + PCB.h \ + PTimerDispatcher.h \ + TimerDispatcher.h \ + Upcall.h + +Task_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Timers.am +noinst_PROGRAMS += Timers + +Timers_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Timers_SOURCES = \ + CB.cpp \ + TimerDispatcher.cpp \ + Timers.cpp \ + CB.h \ + TimerDispatcher.h + +Timers_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Makefile.Upcall.am +noinst_PROGRAMS += Upcall + +Upcall_CPPFLAGS = \ + -I$(ACE_ROOT) \ + -I$(ACE_BUILDDIR) + +Upcall_SOURCES = \ + PCB.cpp \ + PTimerDispatcher.cpp \ + Upcall.cpp \ + PCB.h \ + PTimerDispatcher.h \ + Upcall.h + +Upcall_LDADD = \ + $(top_builddir)/ace/libACE.la + +## Clean up template repositories, etc. +clean-local: + -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* + -rm -f gcctemp.c gcctemp so_locations *.ics + -rm -rf cxx_repository ptrepository ti_files + -rm -rf templateregistry ir.out + -rm -rf ptrepository SunWS_cache Templates.DB |