447dea5395d3c1998566f5a13ac3ca99b205a1e0
[gnulib.git] / modules / pthread
1 Description:
2 Implement a trivial subset of the pthreads library.
3
4 Files:
5 lib/pthread.in.h
6 m4/pthread.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_PTHREAD_CHECK
12
13 Makefile.am:
14 BUILT_SOURCES += $(PTHREAD_H)
15
16 # We need the following in order to create <pthread.h> when the system
17 # doesn't have one that works with the given compiler.
18 pthread.h: pthread.in.h
19         ln -f pthread.in.h $@ || cp pthread.in.h $@
20 MOSTLYCLEANFILES += pthread.h
21
22 Include:
23 <pthread.h>
24
25 Link:
26 $(LIB_PTHREAD)
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Glen Lenker and Paul Eggert