source:
trunk/sys/libgomp/Makefile
@
90
Last change on this file since 90 was 1, checked in by , 8 years ago | |
---|---|
File size: 362 bytes |
Line | |
---|---|
1 | |
2 | LIB= gomp |
3 | |
4 | SRCS= affinity.c alloc.c bar.c barrier.c critical.c \ |
5 | env.c error.c iter.c iter_ull.c lock.c \ |
6 | loop.c loop_ull.c mutex.c ordered.c \ |
7 | parallel.c proc.c ptrlock.c sections.c sem.c \ |
8 | single.c task.c team.c time.c work.c |
9 | |
10 | INCFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)../dietlibc/include \ |
11 | -I$(SRCDIR)../libpthread/include |
12 | |
13 | include $(SRCDIR)../lib.mk |
Note: See TracBrowser
for help on using the repository browser.