Mercurial > hg > Game > Cerium
view example/regex/Makefile.def @ 1296:4a33b2e340a9 draft
minor change
author | Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 02 Dec 2011 15:07:21 +0900 |
parents | 7b866a392adc |
children |
line wrap: on
line source
TARGET = grep # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium ABIBIT=64 # ex linux/ps3 CERIUM = ../../../Cerium #OPT = -O9 OPT = -g -O0 CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager