source:
trunk/sys/libphoenix/Makefile
@
76
Last change on this file since 76 was 1, checked in by , 8 years ago | |
---|---|
File size: 298 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | |
2 | LIB= phoenix | |
3 | ||
4 | SRCS= iterator.c locality.c map_reduce.c \ | |
5 | mcs.c memory.c processor.c pt_mutex.c \ | |
6 | scheduler.c synch.c taskQ.c tpool.c | |
7 | ||
8 | INCFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)../dietlibc/include \ | |
9 | -I$(SRCDIR)../libpthread/include -I$(SRCDIR)../dietlibc/cpu/${CPU} | |
10 | ||
11 | include $(SRCDIR)../lib.mk |
Note: See TracBrowser
for help on using the repository browser.