source:
vendor/current/source3/lib/pthreadpool/Makefile
| Last change on this file was 988, checked in by , 9 years ago | |
|---|---|
| File size: 205 bytes | |
| Line | |
|---|---|
| 1 | all: tests |
| 2 | |
| 3 | CFLAGS=-O3 -g -Wall |
| 4 | |
| 5 | pthreadpool.o: pthreadpool.c pthreadpool.h |
| 6 | gcc -c -O3 -o pthreadpool.o pthreadpool.c -I../../.. |
| 7 | |
| 8 | tests: tests.o pthreadpool.o |
| 9 | gcc -o tests tests.o pthreadpool.o -lpthread |
Note:
See TracBrowser
for help on using the repository browser.
