Mercurial > hg > Game > Cerium
annotate example/add/Makefile.def @ 2054:2e7a6f40672f draft
add param(4) in FileMapReduce.cc
author | masa |
---|---|
date | Fri, 29 Jan 2016 15:56:28 +0900 |
parents | 096412ad80fb |
children |
rev | line source |
---|---|
1555 | 1 TARGET = add |
2 | |
3 # include/library path | |
4 # ex macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex linux/ps3 | |
8 CERIUM = ../../../Cerium | |
9 | |
10 CC = clang++ | |
11 OPT = -g | |
12 CFLAGS = $(OPT) -Wall | |
13 | |
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
15 LIBS = -L${CERIUM}/TaskManager |