# @(#)06 1.6 src/samples/tutorial/simple/Makefile, sw.samples, sdk_pub 10/11/05 15:26:25 # -------------------------------------------------------------- # (C) Copyright 2001,2005, # International Business Machines Corporation, # Sony Computer Entertainment Incorporated, # Toshiba Corporation. # # All Rights Reserved. # -------------------------------------------------------------- # PROLOG END TAG zYx ######################################################################## # Subdirectories ######################################################################## CELL_TOP := /opt/cell/sdk DIRS := spu ######################################################################## # Target ######################################################################## PROGRAMS_ppu := multi_spe single_spe ######################################################################## # Local Defines ######################################################################## IMPORTS := spu/lib_simple_spu.a -lspe2 ######################################################################## # make.footer ######################################################################## include $(CELL_TOP)/buildutils/make.footer