view grep/Makefile.def @ 0:3cd6685bba2e default tip

grep
author kyodashigehisa@kyoda-3.local
date Mon, 01 Nov 2010 17:03:36 +0900
parents
children
line wrap: on
line source

TARGET = word_count

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

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


#OPT =  -O9
OPT =  -g

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

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