Lines Matching refs:include
21 # in which "#include <selinux/selinux.h>" appears in other files.
23 ../include/selinux/selinux.h
24 ../include/selinux/avc.h
25 ../include/selinux/context.h
26 ../include/selinux/get_context_list.h
27 ../include/selinux/get_default_type.h
28 ../include/selinux/label.h
29 ../include/selinux/restorecon.h
31 if ! cat "${FILE_LIST[@]}" | ${CC:-gcc} -x c -c -I../include -o temp.o - -aux-info temp.aux
34 cat "${FILE_LIST[@]}" | gcc -x c -c -I../include -o temp.o - -aux-info temp.aux