view example/dependency_task/Makefile.def @ 1221:2a4ba6366394 draft

fix CellDmaManager
author Daichi TOMA <amothic@cr.ie.u-ryukyu.ac.jp>
date Sat, 23 Jul 2011 07:16:53 +0900
parents 29355ae40e6c
children
line wrap: on
line source

TARGET = dependency

# include/library path
# ex: macosx
#CERIUM = /Users/gongo/Source/Cerium

# ex: linux/ps3
CERIUM = ../../../Cerium

ABIBIT=32

CC      = g++ -m$(ABIBIT)
CFLAGS  = -g -Wall #-O9

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager