comparison example/word_count_run16array/Makefile.def @ 805:583f348e3c5b draft

add word_count_run16array
author yutaka@localhost.localdomain
date Fri, 21 May 2010 19:00:48 +0900
parents
children 0729db4d99fe
comparison
equal deleted inserted replaced
804:c63110ac1430 805:583f348e3c5b
1 TARGET = word_count
2
3 # include/library path
4 # ex macosx
5 #CERIUM = /Users/gongo/Source/Cerium
6
7 # ex linux/ps3
8 CERIUM = ../../../Cerium
9
10
11 OPT = -O9
12 #OPT = -g
13
14 CC = g++
15 CFLAGS = -Wall $(OPT)
16
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
18 LIBS = -L${CERIUM}/TaskManager