26 lines
1.3 KiB
Batchfile
26 lines
1.3 KiB
Batchfile
|
savedcmd_scripts/selinux/genheaders/genheaders := clang -Wp,-MMD,scripts/selinux/genheaders/.genheaders.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -Wdeclaration-after-statement -I./include/uapi -I./include -I./security/selinux/include -o scripts/selinux/genheaders/genheaders scripts/selinux/genheaders/genheaders.c
|
||
|
|
||
|
source_scripts/selinux/genheaders/genheaders := scripts/selinux/genheaders/genheaders.c
|
||
|
|
||
|
deps_scripts/selinux/genheaders/genheaders := \
|
||
|
/usr/include/gentoo/fortify.h \
|
||
|
/usr/include/gentoo/maybe-stddefs.h \
|
||
|
security/selinux/include/classmap.h \
|
||
|
include/uapi/linux/capability.h \
|
||
|
include/uapi/linux/types.h \
|
||
|
include/uapi/linux/posix_types.h \
|
||
|
include/uapi/linux/stddef.h \
|
||
|
include/linux/compiler_types.h \
|
||
|
$(wildcard include/config/DEBUG_INFO_BTF) \
|
||
|
$(wildcard include/config/PAHOLE_HAS_BTF_TAG) \
|
||
|
$(wildcard include/config/FUNCTION_ALIGNMENT) \
|
||
|
$(wildcard include/config/CC_IS_GCC) \
|
||
|
$(wildcard include/config/HAVE_ARCH_COMPILER_H) \
|
||
|
$(wildcard include/config/CC_HAS_ASM_INLINE) \
|
||
|
include/uapi/linux/socket.h \
|
||
|
security/selinux/include/initial_sid_to_string.h \
|
||
|
|
||
|
scripts/selinux/genheaders/genheaders: $(deps_scripts/selinux/genheaders/genheaders)
|
||
|
|
||
|
$(deps_scripts/selinux/genheaders/genheaders):
|