* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
[gnulib.git] / modules / lock
1 Description:
2 Locking in multithreaded situations.
3
4 Files:
5 lib/lock.h
6 lib/lock.c
7 m4/lock.m4
8 build-aux/config.rpath
9
10 Depends-on:
11 havelib
12
13 configure.ac-early:
14 AC_REQUIRE([gl_LOCK_EARLY])
15
16 configure.ac:
17 gl_LOCK
18
19 Makefile.am:
20 lib_SOURCES += lock.h lock.c
21
22 Include:
23 "lock.h"
24
25 Link:
26 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33