libposix: Add _HEADERS primaries to posix modules.
[gnulib.git] / modules / search
1 Description:
2 A GNU-like <search.h>.
3
4 Files:
5 lib/search.in.h
6 m4/search_h.m4
7
8 Depends-on:
9 arg-nonnull
10 c++defs
11 include_next
12 warn-on-use
13
14 configure.ac:
15 gl_SEARCH_H
16
17 Makefile.am:
18 nodist_pkginclude_HEADERS += search.h
19
20 BUILT_SOURCES += search.h
21
22 # We need the following in order to create <search.h> when the system
23 # doesn't have one that works with the given compiler.
24 search.h: search.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
25         $(AM_V_GEN)rm -f $@-t $@ && \
26         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
27           sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
28               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
29               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
30               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
31               -e 's|@''NEXT_SEARCH_H''@|$(NEXT_SEARCH_H)|g' \
32               -e 's|@''GNULIB_TSEARCH''@|$(GNULIB_TSEARCH)|g' \
33               -e 's|@''HAVE_TSEARCH''@|$(HAVE_TSEARCH)|g' \
34               -e 's|@''REPLACE_TSEARCH''@|$(REPLACE_TSEARCH)|g' \
35               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
36               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
37               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
38               < $(srcdir)/search.in.h; \
39         } > $@-t && \
40         mv $@-t $@
41 MOSTLYCLEANFILES += search.h search.h-t
42
43 Include:
44 <search.h>
45
46 License:
47 LGPLv2+
48
49 Maintainer:
50 all