Mercurial > hg > Members > kono > Cerium
view example/dependency_task/Makefile.def @ 281:6774e3e92539
changeset:260 repair
author | tkaito@localhost.localdomain |
---|---|
date | Fri, 05 Jun 2009 11:47:19 +0900 |
parents | a09588a03ea5 |
children | 55f898a58748 |
line wrap: on
line source
TARGET = dependency # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager