Mercurial > hg > Game > Cerium
annotate example/regex_mas/Makefile.def @ 1598:0f94d9d580f9 draft
add regex_mas
author | Masa <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 01 Apr 2013 19:00:49 +0900 |
parents | |
children | 08e9e416c2e0 |
rev | line source |
---|---|
1598 | 1 TARGET = regex |
2 | |
3 # include/library path | |
4 # ex macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 ABIBIT=64 | |
7 | |
8 # ex linux/ps3 | |
9 CERIUM = ../../../Cerium | |
10 | |
11 | |
12 OPT = -g3 -O0 | |
13 | |
14 CC = clang++ | |
15 CFLAGS = -Wall $(OPT) | |
16 | |
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
18 LIBS = -L${CERIUM}/TaskManager |