Mercurial > hg > octave-shane > gnulib-hg
annotate modules/selinux-h @ 12841:6ff1b1c23f57
Perform the same test for many <math.h> functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 31 Jan 2010 19:40:17 +0100 |
parents | 94cbe360f46e |
children | a19ace3ba849 |
rev | line source |
---|---|
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
1 Description: |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
2 SELinux-related headers for systems that lack them. |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
3 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
4 Files: |
12143
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
5 lib/getfilecon.c |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
6 lib/se-context.in.h |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
7 lib/se-selinux.in.h |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
8 m4/selinux-context-h.m4 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
9 m4/selinux-selinux-h.m4 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
10 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
11 Depends-on: |
10695
24d0f9902f09
se-linux-h: remove ENOTSUPP-defining code; instead, use errno
Jim Meyering <meyering@redhat.com>
parents:
10694
diff
changeset
|
12 errno |
12503
92194f05b35f
selinux-h: Make generated .h files standalone.
Bruno Haible <bruno@clisp.org>
parents:
12143
diff
changeset
|
13 unused-parameter |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
14 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
15 configure.ac: |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
16 gl_HEADERS_SELINUX_SELINUX_H |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
17 gl_HEADERS_SELINUX_CONTEXT_H |
10695
24d0f9902f09
se-linux-h: remove ENOTSUPP-defining code; instead, use errno
Jim Meyering <meyering@redhat.com>
parents:
10694
diff
changeset
|
18 AC_REQUIRE([AC_C_INLINE]) |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
19 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
20 Makefile.am: |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
21 lib_SOURCES += se-context.in.h se-selinux.in.h |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
22 |
12143
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
23 BUILT_SOURCES += selinux/selinux.h |
12516
94cbe360f46e
modules/selinux-h: Depend on $(UNUSED_PARAMETER_H).
Simon Josefsson <simon@josefsson.org>
parents:
12503
diff
changeset
|
24 selinux/selinux.h: se-selinux.in.h $(UNUSED_PARAMETER_H) |
11868
67c2b22aff08
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents:
10703
diff
changeset
|
25 $(AM_V_at)$(MKDIR_P) selinux |
67c2b22aff08
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents:
10703
diff
changeset
|
26 $(AM_V_GEN)rm -f $@-t $@ && \ |
12143
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
27 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
28 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
29 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
30 -e 's|@''NEXT_SELINUX_SELINUX_H''@|$(NEXT_SELINUX_SELINUX_H)|g' \ |
12503
92194f05b35f
selinux-h: Make generated .h files standalone.
Bruno Haible <bruno@clisp.org>
parents:
12143
diff
changeset
|
31 -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \ |
12143
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
32 < $(srcdir)/se-selinux.in.h; \ |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12008
diff
changeset
|
33 } > $@-t && \ |
11868
67c2b22aff08
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents:
10703
diff
changeset
|
34 chmod a-x $@-t && \ |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
35 mv $@-t $@ |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
36 MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
37 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
38 BUILT_SOURCES += $(SELINUX_CONTEXT_H) |
12516
94cbe360f46e
modules/selinux-h: Depend on $(UNUSED_PARAMETER_H).
Simon Josefsson <simon@josefsson.org>
parents:
12503
diff
changeset
|
39 selinux/context.h: se-context.in.h $(UNUSED_PARAMETER_H) |
11868
67c2b22aff08
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents:
10703
diff
changeset
|
40 $(AM_V_at)$(MKDIR_P) selinux |
67c2b22aff08
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents:
10703
diff
changeset
|
41 $(AM_V_GEN)rm -f $@-t $@ && \ |
12503
92194f05b35f
selinux-h: Make generated .h files standalone.
Bruno Haible <bruno@clisp.org>
parents:
12143
diff
changeset
|
42 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
92194f05b35f
selinux-h: Make generated .h files standalone.
Bruno Haible <bruno@clisp.org>
parents:
12143
diff
changeset
|
43 sed -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \ |
92194f05b35f
selinux-h: Make generated .h files standalone.
Bruno Haible <bruno@clisp.org>
parents:
12143
diff
changeset
|
44 < $(srcdir)/se-context.in.h; \ |
92194f05b35f
selinux-h: Make generated .h files standalone.
Bruno Haible <bruno@clisp.org>
parents:
12143
diff
changeset
|
45 } > $@-t && \ |
11868
67c2b22aff08
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents:
10703
diff
changeset
|
46 chmod a-x $@-t && \ |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
47 mv $@-t $@ |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
48 MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
49 MOSTLYCLEANDIRS += selinux |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
50 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
51 Include: |
12008
18ea6ab4e81d
maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents:
11868
diff
changeset
|
52 <selinux/selinux.h> |
18ea6ab4e81d
maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents:
11868
diff
changeset
|
53 <selinux/context.h> |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
54 |
10703
e4584e8c5e4b
selinux-h: search for LIB_SELINUX and mark it as a link requirement
David Lutterkort <lutter@redhat.com>
parents:
10695
diff
changeset
|
55 Link: |
e4584e8c5e4b
selinux-h: search for LIB_SELINUX and mark it as a link requirement
David Lutterkort <lutter@redhat.com>
parents:
10695
diff
changeset
|
56 $(LIB_SELINUX) |
e4584e8c5e4b
selinux-h: search for LIB_SELINUX and mark it as a link requirement
David Lutterkort <lutter@redhat.com>
parents:
10695
diff
changeset
|
57 |
10694
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
58 License: |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
59 LGPLv2+ |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
60 |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
61 Maintainer: |
b2b4c17db720
selinux-h: new module (from coreutils/gl/)
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
62 Jim Meyering |