Mercurial > hg > Members > kono > Cerium
view TaskManager/Makefile.def @ 7:1eb4cd18abfd
*** empty log message ***
author | gongo |
---|---|
date | Wed, 06 Feb 2008 11:59:01 +0900 |
parents | 39ce245235d4 |
children | b02b69ebb89a |
line wrap: on
line source
#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 -g LIBS = INCLUDE = -I../include/TaskManager