Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/simple_render/Makefile @ 105:3e331f7576a1
*** empty log message ***
author | gongo |
---|---|
date | Mon, 03 Mar 2008 18:55:28 +0900 |
parents | 62679f4cae18 |
children | 5c194c71eca8 |
comparison
equal
deleted
inserted
replaced
104:226c743d07c6 | 105:3e331f7576a1 |
---|---|
6 TASK_DIR = task | 6 TASK_DIR = task |
7 TASK_SRCS = $(wildcard $(TASK_DIR)/*.cpp) | 7 TASK_SRCS = $(wildcard $(TASK_DIR)/*.cpp) |
8 TASK_OBJS = $(TASK_SRCS:.cpp=.o) | 8 TASK_OBJS = $(TASK_SRCS:.cpp=.o) |
9 | 9 |
10 CC = g++ | 10 CC = g++ |
11 CFLAGS = -g -Wall# -DDEBUG | 11 CFLAGS = -O9 -g -Wall# -DDEBUG |
12 INCLUDE = -I../../../include/TaskManager -I. | 12 INCLUDE = -I../../../include/TaskManager -I. |
13 | 13 |
14 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags` -I/usr/local/include/SDL | 14 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags` -I/usr/local/include/SDL |
15 | 15 |
16 EXTRA_LIBS = -lCellManager -lspe2 -lpthread | 16 EXTRA_LIBS = -lCellManager -lspe2 -lpthread |