Mercurial > hg > Game > Cerium
view example/get_segment/Makefile.def @ 1513:18b63e697c61 draft
many_task/quick_sort is changed recursive to loop
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Oct 2012 02:03:18 +0900 |
parents | c95d9b86bf1f |
children | 8ff6aa0c311d |
line wrap: on
line source
TARGET = mainMem # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager