# @(#)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 ######################################################################## TOPDIR = /opt/IBM/cell-sdk-1.1 DIRS := spu ######################################################################## # Target ######################################################################## PROGRAM_ppu := simple ######################################################################## # Local Defines ######################################################################## IMPORTS := spu/lib_simple_spu.a -lspe CC_OPT_LEVEL := -g -O0 ######################################################################## # make.footer ######################################################################## include $(TOPDIR)/make.footer