gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / pthread-cond
blob384bdbe6eaddda98890c1ec01828bf690246050c
1 Description:
2 POSIX condition variables.
4 Files:
5 lib/pthread-cond.c
6 m4/pthread-cond.m4
8 Depends-on:
9 pthread-h
10 windows-cond    [test $gl_threads_api = windows]
11 pthread-mutex   [test $gl_threads_api = windows]
13 configure.ac:
14 gl_PTHREAD_COND
15 gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_COND],
16                [test $HAVE_PTHREAD_COND_INIT = 0 || test $REPLACE_PTHREAD_COND_INIT = 1])
17 gl_PTHREAD_MODULE_INDICATOR([pthread-cond])
19 Makefile.am:
20 if GL_COND_OBJ_PTHREAD_COND
21 lib_SOURCES += pthread-cond.c
22 endif
24 Include:
25 <pthread.h>
27 Link:
28 $(LIBPMULTITHREAD)
30 License:
31 LGPLv2+
33 Maintainer:
34 all