annotate example/renew_task/Makefile.def @ 625:60aa3f241b10
64bit mode worked on Mac OS X.
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Mon, 16 Nov 2009 10:59:55 +0900 |
parents |
af07173af3f4 |
children |
|
rev |
line source |
192
|
1 TARGET = renew_task
|
|
2
|
|
3 # include/library path
|
|
4 # ex: macosx
|
|
5 #CERIUM = /Users/gongo/Source/Cerium
|
|
6
|
|
7 # ex: linux/ps3
|
260
|
8 CERIUM = ../../../Cerium
|
192
|
9
|
|
10 CC = g++
|
|
11 CFLAGS = -g -Wall -O9
|
|
12
|
|
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
|
|
14 LIBS = -L${CERIUM}/TaskManager
|