view example/task_queue/Makefile.def @ 2054:2e7a6f40672f draft

add param(4) in FileMapReduce.cc
author masa
date Fri, 29 Jan 2016 15:56:28 +0900
parents 4691b6ae44ec
children
line wrap: on
line source

TARGET = task_queue

# 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