2019-10-05 01:30:54 +08:00
|
|
|
|
|
|
|
add_header(
|
|
|
|
llvm_libc_common_h
|
|
|
|
HDR
|
|
|
|
__llvm-libc-common.h
|
|
|
|
)
|
|
|
|
|
|
|
|
add_header(
|
|
|
|
ctype_h
|
|
|
|
HDR
|
|
|
|
ctype.h
|
|
|
|
DEPENDS
|
|
|
|
llvm_libc_common_h
|
|
|
|
)
|
|
|
|
|
|
|
|
add_header(
|
|
|
|
math_h
|
|
|
|
HDR
|
|
|
|
math.h
|
|
|
|
DEPENDS
|
|
|
|
llvm_libc_common_h
|
|
|
|
)
|
|
|
|
|
2019-11-06 03:40:26 +08:00
|
|
|
add_gen_header(
|
2019-10-05 01:30:54 +08:00
|
|
|
string_h
|
2019-11-06 03:40:26 +08:00
|
|
|
DEF_FILE string.h.def
|
|
|
|
GEN_HDR string.h
|
2019-10-05 01:30:54 +08:00
|
|
|
DEPENDS
|
|
|
|
llvm_libc_common_h
|
|
|
|
)
|
2019-12-06 04:09:24 +08:00
|
|
|
|
|
|
|
add_gen_header(
|
|
|
|
errno_h
|
|
|
|
DEF_FILE errno.h.def
|
|
|
|
PARAMS
|
|
|
|
platform_errno=../config/${LIBC_TARGET_OS}/errno.h.in
|
|
|
|
GEN_HDR errno.h
|
|
|
|
DATA_FILES
|
|
|
|
../config/${LIBC_TARGET_OS}/errno.h.in
|
|
|
|
)
|