comparison TaskManager/Makefile.def @ 663:8a807e2f64f8

incremental task creation on word count_test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 02 Dec 2009 22:20:32 +0900
parents 55f898a58748
children 7405d92733a8
comparison
equal deleted inserted replaced
662:b72663cf056a 663:8a807e2f64f8
31 31
32 # SIMPLE_TASK=-DSIMPLE_TASK 32 # SIMPLE_TASK=-DSIMPLE_TASK
33 SIMPLE_TASK= 33 SIMPLE_TASK=
34 34
35 CC = g++ 35 CC = g++
36 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -g -m$(ABIBIT) # -O9 36 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -g -m$(ABIBIT) -O9
37 LIBS = -m$(ABIBIT) 37 LIBS = -m$(ABIBIT)
38 38
39 INCLUDE = -I../include/TaskManager 39 INCLUDE = -I../include/TaskManager