Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.fifo @ 3:2356238ebea7
*** empty log message ***
author | gongo |
---|---|
date | Tue, 05 Feb 2008 20:22:50 +0900 |
parents | |
children | aa11038dbdc1 |
comparison
equal
deleted
inserted
replaced
2:70e9baa00f51 | 3:2356238ebea7 |
---|---|
1 include ./Makefile.def | |
2 | |
3 .SUFFIXES: .cpp .o | |
4 | |
5 .cpp.o: | |
6 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ | |
7 | |
8 all: default | |
9 default: $(TARGET) | |
10 | |
11 $(TARGET): $(KERN_PPE_OBJS) $(KERN_SPE_OBJS) $(IMPL_FIFO_OBJS) | |
12 ar crus $@ $(KERN_PPE_OBJS) $(KERN_SPE_OBJS) $(IMPL_FIFO_OBJS) |