Mercurial > hg > Members > kono > Cerium
view example/hello_array/Makefile.def @ 1038:153dd7b4b8a6
accepts comma as a backward compatibility
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 07 Dec 2010 16:38:08 +0900 |
parents | 71a58131b2c0 |
children |
line wrap: on
line source
TARGET = hello # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ OPT = -g CFLAGS = -Wall $(OPT) ABIBIT = 32 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager