view example/MemList/Makefile.def @ 1940:0f6d0ae5c3f3 draft

change manager->allocate size long long to long
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 22:54:40 +0900
parents d17459601f28
children
line wrap: on
line source

TARGET = mainMem

# include/library path
# ex: macosx

# 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