comparison example/word_count_test/Makefile.def @ 664:7405d92733a8

word count
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 00:20:28 +0900
parents 8a807e2f64f8
children 4470ff271c5a
comparison
equal deleted inserted replaced
663:8a807e2f64f8 664:7405d92733a8
6 6
7 # ex linux/ps3 7 # ex linux/ps3
8 CERIUM = ../../../Cerium 8 CERIUM = ../../../Cerium
9 9
10 CC = g++ 10 CC = g++
11 CFLAGS = -g -Wall -O9 11 CFLAGS = -g -Wall # -O9
12 12
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. 13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
14 LIBS = -L${CERIUM}/TaskManager 14 LIBS = -L${CERIUM}/TaskManager