view example/word_count/Makefile.def @ 1586:345139e65ef1 draft

merge
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Sun, 31 Mar 2013 20:33:26 +0900
parents 99c9ed2932a0
children 5238ca826d6e
line wrap: on
line source

TARGET = word_count

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Cerium
ABIBIT=64

# ex  linux/ps3
CERIUM = ../../../Cerium


OPT =  -g

CC      = clang++
CFLAGS  =  -Wall $(OPT) 

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager