view example/Pipeline/Makefile.def @ 992:1b018a00cd17

task/DataAllocate.cc is changed for fifo64.
author tkaito
date Mon, 11 Oct 2010 19:42:28 +0900
parents 86e50572561c
children
line wrap: on
line source

TARGET = twice

# include/library path

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


OPT= -g

CC      = g++
CFLAGS  = -Wall $(OPT) 

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