2 project(ACE) : ace_output, acedefaults, install, other, codecs, token, svcconf, uuid, filecache, versioned_namespace, pkgconfig, support_ostream {
5 dynamicflags += ACE_BUILD_DLL
7 Source_Files(ACE_COMPONENTS) {
13 Active_Map_Manager.cpp
15 Argv_Type_Converter.cpp
19 Asynch_Pseudo_Task.cpp
28 Base_Thread_Adapter.cpp
29 Based_Pointer_Repository.cpp
39 Codeset_Registry_db.cpp
40 Condition_Attributes.cpp
41 Condition_Recursive_Thread_Mutex.cpp
42 Condition_Thread_Mutex.cpp
44 Configuration_Import_Export.cpp
45 Connection_Recycling_Strategy.cpp
59 Dynamic_Message_Strategy.cpp
62 Event_Handler_Handle_Timeout_Upcall.cpp
74 Framework_Component.cpp
94 Log_Msg_Android_Logcat.cpp
96 Log_Msg_NT_Event_Log.cpp
97 Log_Msg_UNIX_Syslog.cpp
124 Monitor_Admin_Manager.cpp
126 Monitor_Point_Registry.cpp
128 Monitor_Control_Types.cpp
129 Monitor_Control_Action.cpp
130 Monotonic_Time_Policy.cpp
131 Multihomed_INET_Addr.cpp
134 Notification_Strategy.cpp
135 Notification_Queue.cpp
139 Object_Manager_Base.cpp
142 OS_Log_Msg_Attributes.cpp
164 OS_NS_sys_resource.cpp
166 OS_NS_sys_sendfile.cpp
172 OS_NS_sys_utsname.cpp
180 OS_Thread_Adapter.cpp
182 Pagefile_Memory_Pool.cpp
188 POSIX_CB_Proactor.cpp
196 Process_Semaphore.cpp
200 Reactor_Notification_Strategy.cpp
201 Reactor_Timer_Interface.cpp
203 Recursive_Thread_Mutex.cpp
212 Select_Reactor_Base.cpp
216 Shared_Memory_Pool.cpp
231 SOCK_SEQPACK_Acceptor.cpp
232 SOCK_SEQPACK_Association.cpp
233 SOCK_SEQPACK_Connector.cpp
243 String_Base_Const.cpp
246 SV_Semaphore_Complex.cpp
247 SV_Semaphore_Simple.cpp
284 Abstract_Timer_Queue.cpp
286 Active_Map_Manager_T.cpp
300 Cache_Map_Manager_T.cpp
301 Cached_Connect_Strategy_T.cpp
302 Caching_Strategies_T.cpp
303 Caching_Utility_T.cpp
304 Cleanup_Strategies_T.cpp
314 Framework_Component_T.cpp
320 Hash_Cache_Map_Manager_T.cpp
321 Hash_Map_Manager_T.cpp
322 Hash_Multi_Map_Manager_T.cpp
323 Hash_Map_With_Allocator_T.cpp
325 Intrusive_Auto_Ptr.cpp
327 Intrusive_List_Node.cpp
328 LOCK_SOCK_Acceptor.cpp
329 Local_Name_Space_T.cpp
346 Refcounted_Auto_Ptr.cpp
366 Timer_Queue_Adapters.cpp
367 Timer_Queue_Iterator.cpp
372 Typed_SV_Message_Queue.cpp
384 Intrusive_Auto_Ptr.inl
387 Refcounted_Auto_Ptr.inl
394 // Set recurse so that everything from os_include is pulled in
422 Monotonic_Time_Policy.h
433 Object_Manager_Base.h
437 Reactor_Timer_Interface.h
438 Refcounted_Auto_Ptr.h
449 Svc_Conf_Token_Table.h
465 Versioned_Namespace.h
477 Documentation_Files {
487 ../bin/MakeProjectCreator
488 ../bin/DependencyGenerator
491 ../bin/add_rel_link.sh
493 ../bin/ace_install_pkgconfig.pl
494 ../bin/generate_export_file.pl
498 ../include/makeinclude
504 ../PROBLEM-REPORT-FORM
512 verbatim(gnuace, postinstall) {
513 " perl -i -pe's!\\$$[{(]ACE_ROOT[})]!$(INSTALL_PREFIX)/include!g unless /^\\s*include / || /^INS/' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/include/makeinclude/wrapper_macros.GNU"
514 " perl -i -pe'BEGIN {$$lib = qq($(INSTALL_PREFIX)/$(INSTALL_LIB)); $$lp = qq(-value_project libpaths+=$$lib\\n); $$cl = qq(command_line =)}' -e'if ($$. == 1 && /^$$cl (.*)/ && $$1 !~ /$$lib\\b/) {chomp; print qq($$_ $$lp); $$_ = qq()}' -e'elsif ($$. == 1 && !/^$$cl/) {print qq($$cl $$lp)}' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin/MakeProjectCreator/config/MPC.cfg"
515 " perl -i -ne'print unless /^\\s*ARCH\\s*[+?:]?=/' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/include/makeinclude/platform_macros.GNU"
516 " echo export ACE_ROOT=$(INSTALL_PREFIX)/share/ace> $(DESTDIR)$(INSTALL_PREFIX)/share/ace/ace-devel.sh"