view example/regex_mas/Makefile.def @ 1634:c0841aa109a8 draft

add number of match position.
author Masa <e085726@ie.u-ryukyu.ac.jp>
date Tue, 11 Jun 2013 17:30:40 +0900
parents 0f94d9d580f9
children 08e9e416c2e0
line wrap: on
line source

TARGET = regex

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

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


OPT =  -g3 -O0

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

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