view regexParser/cerium/Makefile.def @ 324:879dc5d1cb6a default tip

fix
author mir3636
date Fri, 27 May 2016 21:21:09 +0900
parents c9ac6f06e706
children
line wrap: on
line source

TARGET = ceriumGrep

ABIBIT=64

# ex  linux/ps3

OPT =  -g -O

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

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