view example/Bulk/Makefile.def @ 715:0d8d2b7a3438

not work SgChange
author hiroki@localhost.localdomain
date Wed, 16 Dec 2009 16:29:31 +0900
parents dbe137505f2e
children 9a6cb2439593
line wrap: on
line source

TARGET = twice

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

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

CC      = g++
CFLAGS  = -g -Wall -O9

ABIBIT = 32

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