comparison example/dependency_task/Makefile.def @ 115:d9ea79aac04f draft

fix Makefile
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Thu, 13 Nov 2008 10:46:36 +0900
parents 028ffc9c0375
children 2c775d229cc6
comparison
equal deleted inserted replaced
114:442cbf594017 115:d9ea79aac04f
1 TARGET = dependency 1 TARGET = dependency
2 2
3 # include/library path 3 # include/library path
4 # ex: macosx 4 # ex: macosx
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium 5 #CERIUM = /Users/gongo/Source/Cerium
6 6
7 # ex: linux/ps3 7 # ex: linux/ps3
8 CERIUM = /home/gongo/Game_project/Cerium 8 CERIUM = /home/gongo/Cerium
9
10 CC = g++
11 CFLAGS = -g -Wall -O9
12
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
14 LIBS = -L${CERIUM}/TaskManager