# --------------------------------------------------------------  
# (C)Copyright 2001,2008,                                         
# International Business Machines Corporation,                    
# Sony Computer Entertainment, Incorporated,                      
# Toshiba Corporation,                                            
#                                                                 
# All Rights Reserved.                                            
# --------------------------------------------------------------  
# PROLOG END TAG zYx                                              

########################################################################
#			Subdirectories
########################################################################

DIRS	 = include lib		# cell-libs-source
DIRS	+= tutorial		# cell-tutorial-source
DIRS	+= demos		# cell-demos-source
DIRS	+= examples		# cell-examples-source
DIRS	+= benchmarks		# cell-examples-source
DIRS	+= tests		# cell-compliance-tests-source
DIRS	+= blas-examples	# blas-devel/blas-cross-devel
DIRS	+= lapack-examples	# lapack-examples-source
DIRS	+= libfft-examples	# libfft-examples-source
DIRS	+= libmc-examples	# libmc-examples-source
DIRS	+= alf-examples		# alf-examples-source
DIRS	+= dacs-examples	# dacs-examples-source
DIRS	+= dacs-hybrid-examples	# dacs-hybrid-examples-source


########################################################################
#			buildutils/make.footer
########################################################################

ifdef CELL_TOP
	include $(CELL_TOP)/buildutils/make.footer
else
	include ../buildutils/make.footer
endif
