comparison TaskManager/Test/simple_render/spe/Makefile @ 79:83b57e03d3ef

*** empty log message ***
author gongo
date Tue, 19 Feb 2008 17:28:04 +0900
parents 5a1a5f4c28fd
children 9b96b190cb73
comparison
equal deleted inserted replaced
78:3c6dec161ade 79:83b57e03d3ef
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 = #-O9 #-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# -lm
10 10
11 .SUFFIXES: .cpp .o 11 .SUFFIXES: .cpp .o
12 12
13 .cpp.o: 13 .cpp.o:
14 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ 14 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@