New module 'sched'.
[gnulib.git] / modules / sched
1 Description:
2 A <sched.h> include file.
3
4 Files:
5 lib/sched.in.h
6 m4/sched_h.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_SCHED_H
12
13 Makefile.am:
14 BUILT_SOURCES += $(SPAWN_H)
15
16 # We need the following in order to create a replacement for <sched.h> when
17 # the system doesn't have one.
18 sched.h: sched.in.h
19         rm -f $@-t $@
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat < $(srcdir)/sched.in.h; \
22         } > $@-t
23         mv $@-t $@
24 MOSTLYCLEANFILES += sched.h sched.h-t
25
26 Include:
27 <sched.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34