Mercurial > hg > Game > Cerium
annotate example/bm_search/Makefile.def @ 2054:2e7a6f40672f draft
add param(4) in FileMapReduce.cc
author | masa |
---|---|
date | Fri, 29 Jan 2016 15:56:28 +0900 |
parents | 455e620ad2b2 |
children |
rev | line source |
---|---|
1982 | 1 TARGET = bm_search |
1598 | 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 | |
1914
08e9e416c2e0
Implement divide read in regex_mas
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
1598
diff
changeset
|
12 OPT = -g -O0 |
1598 | 13 |
14 CC = clang++ | |
1914
08e9e416c2e0
Implement divide read in regex_mas
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
1598
diff
changeset
|
15 CFLAGS = -m64 -Wall $(OPT) |
1598 | 16 |
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
18 LIBS = -L${CERIUM}/TaskManager |