comparison grep/Makefile.def @ 0:3cd6685bba2e default tip

grep
author kyodashigehisa@kyoda-3.local
date Mon, 01 Nov 2010 17:03:36 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3cd6685bba2e
1 TARGET = word_count
2
3 # include/library path
4 # ex macosx
5 #CERIUM = /Users/gongo/Source/Cerium
6
7 # ex linux/ps3
8 CERIUM = ../../../Cerium
9
10
11 #OPT = -O9
12 OPT = -g
13
14 CC = g++
15 CFLAGS = -Wall $(OPT)
16
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
18 LIBS = -L${CERIUM}/TaskManager