Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/simple_render/spe/Makefile @ 76:5a1a5f4c28fd
*** empty log message ***
author | gongo |
---|---|
date | Mon, 18 Feb 2008 11:40:11 +0900 |
parents | 5da437ae84db |
children | 83b57e03d3ef |
comparison
equal
deleted
inserted
replaced
75:db2b7c565b89 | 76:5a1a5f4c28fd |
---|---|
2 | 2 |
3 SRCS = $(wildcard *.cpp) | 3 SRCS = $(wildcard *.cpp) |
4 OBJS = $(SRCS:.cpp=.o) | 4 OBJS = $(SRCS:.cpp=.o) |
5 | 5 |
6 CC = spu-g++ | 6 CC = spu-g++ |
7 CFLAGS = #-g -Wall# -DDEBUG | 7 CFLAGS = #-O9 #-g -Wall# -DDEBUG |
8 INCLUDE = -I../../../../include/TaskManager -I. -I.. | 8 INCLUDE = -I../../../../include/TaskManager -I. -I.. |
9 LIBS = -L../../.. -lspemanager | 9 LIBS = -L../../.. -lspemanager |
10 | 10 |
11 .SUFFIXES: .cpp .o | 11 .SUFFIXES: .cpp .o |
12 | 12 |