Mercurial > hg > Members > kono > Cerium
view example/Simple/Makefile.def @ 953:8b073ba2384f
remove unused file
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 02 Aug 2010 22:16:48 +0900 |
parents | f725c6455d19 |
children |
line wrap: on
line source
TARGET = twice # include/library path # ex linux/ps3 CERIUM = ../../../Cerium OPT= -g CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager