view example/Simple/Makefile.def @ 748:249e91be9152 draft

add ViewerDevice
author hiroki
date Mon, 25 Jan 2010 19:18:03 +0900
parents 2a611e8d8788
children 8ece2ac85149
line wrap: on
line source

TARGET = twice

# include/library path

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

SIMPLE_TASK=-DSIMPLE_TASK
# SIMPLE_TASK=

CC      = g++
CFLAGS  = -g -Wall -O9 $(SIMPLE_TASK)

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