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
29 Base_Thread_Adapter.cpp
30 Based_Pointer_Repository.cpp
40 Codeset_Registry_db.cpp
41 Condition_Attributes.cpp
42 Condition_Recursive_Thread_Mutex.cpp
43 Condition_Thread_Mutex.cpp
45 Configuration_Import_Export.cpp
46 Connection_Recycling_Strategy.cpp
60 Dynamic_Message_Strategy.cpp
63 Event_Handler_Handle_Timeout_Upcall.cpp
75 Framework_Component.cpp
95 Log_Msg_Android_Logcat.cpp
99 Log_Msg_NT_Event_Log.cpp
100 Log_Msg_UNIX_Syslog.cpp
127 Monitor_Admin_Manager.cpp
129 Monitor_Point_Registry.cpp
131 Monitor_Control_Types.cpp
132 Monitor_Control_Action.cpp
133 Monotonic_Time_Policy.cpp
134 Multihomed_INET_Addr.cpp
137 Notification_Strategy.cpp
138 Notification_Queue.cpp
142 Object_Manager_Base.cpp
145 OS_Log_Msg_Attributes.cpp
167 OS_NS_sys_resource.cpp
169 OS_NS_sys_sendfile.cpp
175 OS_NS_sys_utsname.cpp
183 OS_Thread_Adapter.cpp
185 Pagefile_Memory_Pool.cpp
191 POSIX_CB_Proactor.cpp
199 Process_Semaphore.cpp
203 Reactor_Notification_Strategy.cpp
204 Reactor_Timer_Interface.cpp
206 Recursive_Thread_Mutex.cpp
216 Select_Reactor_Base.cpp
220 Shared_Memory_Pool.cpp
235 SOCK_SEQPACK_Acceptor.cpp
236 SOCK_SEQPACK_Association.cpp
237 SOCK_SEQPACK_Connector.cpp
247 String_Base_Const.cpp
251 SV_Semaphore_Complex.cpp
252 SV_Semaphore_Simple.cpp
289 Abstract_Timer_Queue.cpp
291 Active_Map_Manager_T.cpp
306 Cache_Map_Manager_T.cpp
307 Cached_Connect_Strategy_T.cpp
308 Caching_Strategies_T.cpp
309 Caching_Utility_T.cpp
310 Cleanup_Strategies_T.cpp
320 Framework_Component_T.cpp
326 Hash_Cache_Map_Manager_T.cpp
327 Hash_Map_Manager_T.cpp
328 Hash_Multi_Map_Manager_T.cpp
329 Hash_Map_With_Allocator_T.cpp
331 Intrusive_Auto_Ptr.cpp
333 Intrusive_List_Node.cpp
334 LOCK_SOCK_Acceptor.cpp
335 Local_Name_Space_T.cpp
352 Refcounted_Auto_Ptr.cpp
372 Timer_Queue_Adapters.cpp
373 Timer_Queue_Iterator.cpp
378 Typed_SV_Message_Queue.cpp
390 Intrusive_Auto_Ptr.inl
393 Refcounted_Auto_Ptr.inl
400 // Set recurse so that everything from os_include is pulled in
427 Monotonic_Time_Policy.h
438 Object_Manager_Base.h
442 Reactor_Timer_Interface.h
443 Refcounted_Auto_Ptr.h
454 Svc_Conf_Token_Table.h
470 Versioned_Namespace.h
483 Documentation_Files {
493 ../bin/MakeProjectCreator
494 ../bin/DependencyGenerator
497 ../bin/add_rel_link.sh
499 ../bin/ace_install_pkgconfig.pl
500 ../bin/generate_export_file.pl
504 ../include/makeinclude
510 ../PROBLEM-REPORT-FORM
518 verbatim(gnuace, postinstall) {
519 " perl -i -pe's!\\$$[{(]ACE_ROOT[})]!$(INSTALL_PREFIX)/include!g unless /^\\s*include / || /^INS/' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/include/makeinclude/wrapper_macros.GNU"
520 " 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"
521 " perl -i -ne'print unless /^\\s*ARCH\\s*[+?:]?=/' $(DESTDIR)$(INSTALL_PREFIX)/share/ace/include/makeinclude/platform_macros.GNU"
522 " echo export ACE_ROOT=$(INSTALL_PREFIX)/share/ace> $(DESTDIR)$(INSTALL_PREFIX)/share/ace/ace-devel.sh"