Sophie

Sophie

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

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

#----------------------------------------------------------------------------
#	Makefile,v 4.4 2003/02/24 14:58:21 schmidt Exp
#
#	Makefile for the Mem_Map test directory
#----------------------------------------------------------------------------

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

# move definition of DIRS below so we can exclude one of them from
# mingw build

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

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

ifneq  ($(mingw32), 1)
 DIRS  = IO-tests \
        file-reverse
else
 DIRS  = file-reverse
endif

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