comparison TaskManager/Test/simple_render/spe/Makefile @ 74:5da437ae84db

*** empty log message ***
author gongo
date Mon, 18 Feb 2008 04:05:56 +0900
parents 178459e03f5c
children 5a1a5f4c28fd
comparison
equal deleted inserted replaced
73:811ffebd8deb 74:5da437ae84db
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 = #-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