Tests for module 'unicase/u8-toupper'.
[gnulib.git] / modules / selinux-h
1 Description:
2 SELinux-related headers for systems that lack them.
3
4 Files:
5 lib/se-context.in.h
6 lib/se-selinux.in.h
7 m4/selinux-context-h.m4
8 m4/selinux-selinux-h.m4
9
10 Depends-on:
11 errno
12
13 configure.ac:
14 gl_HEADERS_SELINUX_SELINUX_H
15 gl_HEADERS_SELINUX_CONTEXT_H
16 AC_REQUIRE([AC_C_INLINE])
17
18 Makefile.am:
19 lib_SOURCES += se-context.in.h se-selinux.in.h
20
21 BUILT_SOURCES += $(SELINUX_SELINUX_H)
22 selinux/selinux.h: se-selinux.in.h
23         rm -f $@-t $@
24         $(MKDIR_P) selinux
25         cp $(srcdir)/se-selinux.in.h $@-t
26         chmod a-x $@-t
27         mv $@-t $@
28 MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t
29
30 BUILT_SOURCES += $(SELINUX_CONTEXT_H)
31 selinux/context.h: se-context.in.h
32         rm -f $@-t $@
33         $(MKDIR_P) selinux
34         cp $(srcdir)/se-context.in.h $@-t
35         chmod a-x $@-t
36         mv $@-t $@
37 MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
38 MOSTLYCLEANDIRS += selinux
39
40 Include:
41 #include <selinux/selinux.h>
42 #include <selinux/context.h>
43
44 Link:
45 $(LIB_SELINUX)
46
47 License:
48 LGPLv2+
49
50 Maintainer:
51 Jim Meyering