annotate example/MemList/Makefile.def @ 655:0eed1fa290c1

fix on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2009 16:27:39 +0900
parents 126f90e8582c
children da49d9e458dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
364
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
1 TARGET = mainMem
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
2
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
3 # include/library path
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
4 # ex: macosx
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
5
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
6 # ex: linux/ps3
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
7 CERIUM = ../../../Cerium
655
0eed1fa290c1 fix on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 368
diff changeset
8 ABIBIT=32
364
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
9
655
0eed1fa290c1 fix on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 368
diff changeset
10 CC = g++ -m$(ABIBIT)
0eed1fa290c1 fix on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 368
diff changeset
11 CFLAGS = -g -Wall -O9
364
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
12
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
14 LIBS = -L${CERIUM}/TaskManager