Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/simple_render/spe/Makefile @ 109:5c194c71eca8
Cerium cvs version
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:39:33 +0900 |
parents | 3e331f7576a1 |
children |
comparison
equal
deleted
inserted
replaced
108:6f3b3dd3c095 | 109:5c194c71eca8 |
---|---|
1 TARGET = ../spe-main | 1 TARGET = ../spe-main |
2 | 2 |
3 SRCS = $(wildcard *.cpp) | 3 SRCS_TMP = $(wildcard *.cpp) |
4 SRCS_EXCLUDE = CreatePolygonPack.cpp # ½ü³° | |
5 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP)) | |
4 OBJS = $(SRCS:.cpp=.o) | 6 OBJS = $(SRCS:.cpp=.o) |
5 | 7 |
6 CC = spu-g++ | 8 CC = spu-g++ |
7 CFLAGS = -O9 -g -Wall #-DDEBUG | 9 CFLAGS = -O9 -g -Wall -fno-exceptions -fno-rtti #-DDEBUG |
8 INCLUDE = -I../../../../include/TaskManager -I. -I.. | 10 INCLUDE = -I../../../../include/TaskManager -I. -I.. |
9 LIBS = -L../../.. -lspemanager# -lm | 11 LIBS = -L../../.. -lspemanager# -lm |
10 | 12 |
11 #EXTRA_CFLAGS = `sdl-config --cflags` | 13 #EXTRA_CFLAGS = `sdl-config --cflags` |
12 #EXTRA_LIBS = `sdl-config --libs` | 14 #EXTRA_LIBS = `sdl-config --libs` |