Mercurial > hg > Members > kono > Cerium
diff TaskManager/Makefile.def @ 2:70e9baa00f51
*** empty log message ***
author | gongo |
---|---|
date | Tue, 05 Feb 2008 20:22:50 +0900 |
parents | |
children | 2356238ebea7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TaskManager/Makefile.def Tue Feb 05 20:22:50 2008 +0900 @@ -0,0 +1,26 @@ +#TARGET = ppe-main +TARGET = libmanager.a + +KERN_DIR = kernel + +KERN_PPE_DIR = $(KERN_DIR)/ppe +KERN_PPE_SRCS = $(wildcard $(KERN_PPE_DIR)/*.cpp) +KERN_PPE_OBJS = $(KERN_PPE_SRCS:.cpp=.o) + +KERN_SPE_DIR = $(KERN_DIR)/spe +KERN_SPE_SRCS = $(wildcard $(KERN_SPE_DIR)/*.cpp) +KERN_SPE_OBJS = $(KERN_SPE_SRCS:.cpp=.o) + +IMPL_FIFO_DIR = Fifo +IMPL_FIFO_SRCS = $(wildcard $(IMPL_FIFO_DIR)/*.cpp) +IMPL_FIFO_OBJS = $(IMPL_FIFO_SRCS:.cpp=.o) + +IMPL_CELL_DIR = Cell +IMPL_CELL_SRCS = $(wildcard $(IMPL_CELL_DIR)/*.cpp) +IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cpp=.o) + +CC = g++ +CFLAGS = -Wall -O2 -g +LIBS = + +INCLUDE = -I../include \ No newline at end of file