Mercurial > hg > Game > Cerium
annotate example/word_count_run16array/Makefile.def @ 924:1640b14ec15a draft
show dma wait format
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 30 Jul 2010 16:40:30 +0900 |
parents | 0729db4d99fe |
children |
rev | line source |
---|---|
805 | 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 | |
852 | 11 #OPT = -O9 |
12 OPT = -g | |
805 | 13 |
14 CC = g++ | |
15 CFLAGS = -Wall $(OPT) | |
16 | |
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
18 LIBS = -L${CERIUM}/TaskManager |