view regexParser/cerium/Makefile.def @ 290:7f320313f44e

clean up test in Makefile
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 10:51:56 +0900
parents 5aa9d01926f1
children c9ac6f06e706
line wrap: on
line source

TARGET = ceriumGrep

ABIBIT=64

# ex  linux/ps3

OPT =  -g -O0

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

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