view regexParser/cerium/Makefile.def @ 270:c82f7e7f66f7

running ts
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 29 Jan 2016 18:13:04 +0900
parents e51cac73e42a
children 5aa9d01926f1
line wrap: on
line source

TARGET = word_count

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Cerium
ABIBIT=64

# ex  linux/ps3
CERIUM = ../../../Cerium


OPT =  -g -O0

CC      = clang++
CFLAGS  =  -m64 -Wall $(OPT)

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager