largefile: port to C++
[gnulib.git] / modules / sched
blob042aa8be04f7446ed76706e0759926bffaf3838d
1 Description:
2 A <sched.h> include file.
4 Files:
5 lib/sched.in.h
6 m4/sched_h.m4
7 m4/pid_t.m4
9 Depends-on:
10 gen-header
11 include_next
12 snippet/c++defs
13 snippet/warn-on-use
15 configure.ac:
16 gl_SCHED_H
17 gl_SCHED_H_REQUIRE_DEFAULTS
18 AC_PROG_MKDIR_P
20 Makefile.am:
21 BUILT_SOURCES += sched.h
23 # We need the following in order to create a replacement for <sched.h> when
24 # the system doesn't have one.
25 sched.h: sched.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
26 @NMD@   $(AM_V_GEN)$(MKDIR_P) '%reldir%'
27         $(gl_V_at)$(SED_HEADER_STDOUT) \
28               -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
29               -e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \
30               -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
31               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
32               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
33               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
34               -e 's|@''NEXT_SCHED_H''@|$(NEXT_SCHED_H)|g' \
35               -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|$(HAVE_STRUCT_SCHED_PARAM)|g' \
36               -e 's/@''GNULIB_SCHED_YIELD''@/$(GNULIB_SCHED_YIELD)/g' \
37               -e 's|@''HAVE_SCHED_YIELD''@|$(HAVE_SCHED_YIELD)|g' \
38               -e 's|@''REPLACE_SCHED_YIELD''@|$(REPLACE_SCHED_YIELD)|g' \
39               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
40               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
41               $(srcdir)/sched.in.h > $@-t
42         $(AM_V_at)mv $@-t $@
43 MOSTLYCLEANFILES += sched.h sched.h-t
45 Include:
46 <sched.h>
48 License:
49 LGPLv2+
51 Maintainer:
52 all