annotate example/dependency_task/Makefile.def @ 1621:f907bbac14f2
draft
Implement Boyer-Moore String Search Algorithm.(But incomplete divided file point)
author |
Masa <e085726@ie.u-ryukyu.ac.jp> |
date |
Tue, 21 May 2013 17:03:53 +0900 |
parents |
29355ae40e6c |
children |
|
rev |
line source |
109
|
1 TARGET = dependency
|
|
2
|
|
3 # include/library path
|
|
4 # ex: macosx
|
115
|
5 #CERIUM = /Users/gongo/Source/Cerium
|
109
|
6
|
|
7 # ex: linux/ps3
|
258
|
8 CERIUM = ../../../Cerium
|
115
|
9
|
649
|
10 ABIBIT=32
|
|
11
|
|
12 CC = g++ -m$(ABIBIT)
|
1015
|
13 CFLAGS = -g -Wall #-O9
|
115
|
14
|
|
15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
|
|
16 LIBS = -L${CERIUM}/TaskManager
|