annotate example/MemList/Makefile.def @ 404:0d2dc1869cbe draft

rename cpp to cc
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 23 Sep 2009 12:23:01 +0900
parents 1a80a2aa696c
children aefb5ee6fcd0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
364
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
1 TARGET = mainMem
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
2
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
3 # include/library path
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
4 # ex: macosx
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
5
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
6 # ex: linux/ps3
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
7 CERIUM = ../../../Cerium
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
8
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
9 CC = g++
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
10 CFLAGS = -g -Wall -O9
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
11
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
12 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
13 LIBS = -L${CERIUM}/TaskManager