# @(#)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 := main ######################################################################## # Local Defines ######################################################################## IMPORTS := spu/lib_simple_spu.a -lspe CFLAGS := -D__HUGETLBFS__ ######################################################################## # make.footer ######################################################################## include $(TOPDIR)/make.footer