Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 21280410b6ea906d791d7a12afae2579 > files > 1229

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

#----------------------------------------------------------------------------
#	Makefile,v 4.17 2004/01/04 04:58:43 bala Exp
#
#	Makefile for the ACE examples directory
#----------------------------------------------------------------------------

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

INFO  = README

DIRS  =	ASX \
        APG \
	C++NPv1 \
	C++NPv2 \
	Connection \
	IPC_SAP \
	IOStream \
	Logger \
	Log_Msg \
	Map_Manager \
	Mem_Map \
	Misc \
	Naming \
	Reactor	\
	Service_Configurator \
	Shared_Malloc \
	Shared_Memory \
	System_V_IPC \
	Synch \
	Threads \
	Timer_Queue

# Makefiles TBD:
#	ttcp
#       CORBA


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

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

ifneq ($(rmcast),0)
  DIRS += RMCast
endif # rmcast

include	$(ACE_ROOT)/include/makeinclude/macros.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.common.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU