Mercurial > hg > Members > kono > Cerium
view example/word_count_run16array/Makefile.def @ 852:5389de58734f
bug fix?
author | yutaka@localhost.localdomain |
---|---|
date | Mon, 07 Jun 2010 15:07:30 +0900 |
parents | 32584e896fe7 |
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