Mercurial > hg > Game > Cerium
view example/MemList/Makefile.def @ 1891:e0d465efc57e draft
directory reogranization for Cell/Fifo/ManyCore/Gpu
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 04 Jan 2014 19:10:32 +0900 (2014-01-04) |
parents | d17459601f28 |
children |
line wrap: on
line source
TARGET = mainMem # include/library path # ex: macosx # ex: linux/ps3 CERIUM = ../../../Cerium ABIBIT=32 CC = g++ -m$(ABIBIT) CFLAGS = -g -Wall #-O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager