Mercurial > hg > Game > Cerium
view example/dependency_task/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 | 026e9e7f1402 |
children | 29355ae40e6c |
line wrap: on
line source
TARGET = dependency # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # 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