Mercurial > hg > Members > kono > Cerium
comparison example/mainMem/Makefile.def @ 312:57530cb7f7d1
memMain tester
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 23:19:11 +0900 |
parents | |
children | 2b167196cb27 |
comparison
equal
deleted
inserted
replaced
311:b09784a9cb09 | 312:57530cb7f7d1 |
---|---|
1 TARGET = mainMem | |
2 | |
3 # include/library path | |
4 # ex: macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex: linux/ps3 | |
8 CERIUM = ../../../Cerium | |
9 | |
10 CC = g++ | |
11 CFLAGS = -g -Wall -O9 | |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |