Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 21280410b6ea906d791d7a12afae2579 > files > 521

libace5-doc-5.4-2mdk.i586.rpm

#----------------------------------------------------------------------------
#	Makefile,v 1.6 2004/01/06 19:30:49 shuston Exp
#
#	Makefile for the ACE examples/APG directory
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#	Local macros
#----------------------------------------------------------------------------

DIRS  =	Config \
	Containers \
	Logging \
	Misc_IPC \
	Proactor \
	Processes \
	Reactor \
	Shared_Memory \
	Signals \
	Sockets \
	Svc_Config \
	Timers

#----------------------------------------------------------------------------
#	Include macros and targets
#----------------------------------------------------------------------------

include	$(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include	$(ACE_ROOT)/include/makeinclude/macros.GNU

# The Naming examples use std::list, so don't attempt it with explicit
# templates turned on.
ifeq ($(templates),implicit)
DIRS += Naming
endif
# The following directories needs support from the synchronization 
# primitives in ACE. Do not attempt single threaded builds for the 
# following
ifeq ($(threads),1)
DIRS += Active_Objects \
	Streams \
	Threads \
	ThreadManagement \
	ThreadPools \
	ThreadSafety 
endif
include	$(ACE_ROOT)/include/makeinclude/rules.common.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU