comparison regexParser/cerium/Makefile.def @ 266:e51cac73e42a

CeriumGrep start
author masa
date Thu, 28 Jan 2016 21:14:34 +0900
parents
children 5aa9d01926f1
comparison
equal deleted inserted replaced
265:1e2c12ec25b7 266:e51cac73e42a
1 TARGET = word_count
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 = -g -O0
13
14 CC = clang++
15 CFLAGS = -m64 -Wall $(OPT)
16
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
18 LIBS = -L${CERIUM}/TaskManager