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
98 Log_Msg_NT_Event_Log.cpp
99 Log_Msg_UNIX_Syslog.cpp
126 Monitor_Admin_Manager.cpp
128 Monitor_Point_Registry.cpp
130 Monitor_Control_Types.cpp
131 Monitor_Control_Action.cpp
132 Monotonic_Time_Policy.cpp
133 Multihomed_INET_Addr.cpp
136 Notification_Strategy.cpp
137 Notification_Queue.cpp
141 Object_Manager_Base.cpp
144 OS_Log_Msg_Attributes.cpp
166 OS_NS_sys_resource.cpp
168 OS_NS_sys_sendfile.cpp
174 OS_NS_sys_utsname.cpp
182 OS_Thread_Adapter.cpp
184 Pagefile_Memory_Pool.cpp
190 POSIX_CB_Proactor.cpp
198 Process_Semaphore.cpp
202 Reactor_Notification_Strategy.cpp
203 Reactor_Timer_Interface.cpp
205 Recursive_Thread_Mutex.cpp
214 Select_Reactor_Base.cpp
218 Shared_Memory_Pool.cpp
233 SOCK_SEQPACK_Acceptor.cpp
234 SOCK_SEQPACK_Association.cpp
235 SOCK_SEQPACK_Connector.cpp
245 String_Base_Const.cpp
248 SV_Semaphore_Complex.cpp
249 SV_Semaphore_Simple.cpp
286 Abstract_Timer_Queue.cpp
288 Active_Map_Manager_T.cpp
303 Cache_Map_Manager_T.cpp
304 Cached_Connect_Strategy_T.cpp
305 Caching_Strategies_T.cpp
306 Caching_Utility_T.cpp
307 Cleanup_Strategies_T.cpp
317 Framework_Component_T.cpp
323 Hash_Cache_Map_Manager_T.cpp
324 Hash_Map_Manager_T.cpp
325 Hash_Multi_Map_Manager_T.cpp
326 Hash_Map_With_Allocator_T.cpp
328 Intrusive_Auto_Ptr.cpp
330 Intrusive_List_Node.cpp
331 LOCK_SOCK_Acceptor.cpp
332 Local_Name_Space_T.cpp
349 Refcounted_Auto_Ptr.cpp
369 Timer_Queue_Adapters.cpp
370 Timer_Queue_Iterator.cpp
375 Typed_SV_Message_Queue.cpp
387 Intrusive_Auto_Ptr.inl
390 Refcounted_Auto_Ptr.inl
397 // Set recurse so that everything from os_include is pulled in
423 Monotonic_Time_Policy.h
434 Object_Manager_Base.h
438 Reactor_Timer_Interface.h
439 Refcounted_Auto_Ptr.h
450 Svc_Conf_Token_Table.h
466 Versioned_Namespace.h
479 Documentation_Files {
489 ../bin/MakeProjectCreator
490 ../bin/DependencyGenerator
493 ../bin/add_rel_link.sh
495 ../bin/ace_install_pkgconfig.pl
496 ../bin/generate_export_file.pl
500 ../include/makeinclude
506 ../PROBLEM-REPORT-FORM
514 verbatim(gnuace, postinstall) {
515 " perl -i -pe's!\\$$[{(]ACE_ROOT[})]!$(INSTALL_PREFIX)/include!g unless /^\\s*include / || /^INS/' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/include/makeinclude/wrapper_macros.GNU"
516 " 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"
517 " perl -i -ne'print unless /^\\s*ARCH\\s*[+?:]?=/' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/include/makeinclude/platform_macros.GNU"
518 " echo export ACE_ROOT=$(INSTALL_PREFIX)/share/ace> $(DESTDIR)$(INSTALL_PREFIX)/share/ace/ace-devel.sh"