view example/basic/Makefile.def @ 1491:fd09cdf2f531 draft

select CPU_TYPE
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Wed, 08 Aug 2012 13:45:00 +0900
parents cdd04411b8a4
children
line wrap: on
line source

TARGET = twice

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

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

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

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