9b930b1be543230193b1e3781c5acfb3ce9a922e
[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 sched
10 time
11
12 configure.ac:
13 gl_PTHREAD_CHECK
14
15 Makefile.am:
16 BUILT_SOURCES += $(PTHREAD_H)
17
18 # We need the following in order to create <pthread.h> when the system
19 # doesn't have one that works with the given compiler.
20 pthread.h: pthread.in.h
21         $(AM_V_GEN)ln -f pthread.in.h $@ || cp pthread.in.h $@
22 MOSTLYCLEANFILES += pthread.h
23
24 Include:
25 <pthread.h>
26
27 Link:
28 $(LIB_PTHREAD)
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Glen Lenker and Paul Eggert