Changeset View
Changeset View
Standalone View
Standalone View
lib/Makefile
| Show First 20 Lines • Show All 146 Lines • ▼ Show 20 Lines | |||||
| SUBDIR.${MK_TOOLCHAIN}+=libpe | SUBDIR.${MK_TOOLCHAIN}+=libpe | ||||
| SUBDIR.${MK_DIALOG}+= libdpv | SUBDIR.${MK_DIALOG}+= libdpv | ||||
| SUBDIR.${MK_FILE}+= libmagic | SUBDIR.${MK_FILE}+= libmagic | ||||
| SUBDIR.${MK_GPIO}+= libgpio | SUBDIR.${MK_GPIO}+= libgpio | ||||
| SUBDIR.${MK_GSSAPI}+= libgssapi librpcsec_gss | SUBDIR.${MK_GSSAPI}+= libgssapi librpcsec_gss | ||||
| SUBDIR.${MK_ICONV}+= libiconv_modules | SUBDIR.${MK_ICONV}+= libiconv_modules | ||||
| SUBDIR.${MK_KERBEROS_SUPPORT}+= libcom_err | SUBDIR.${MK_KERBEROS_SUPPORT}+= libcom_err | ||||
| SUBDIR.${MK_LDNS}+= libldns | SUBDIR.${MK_LDNS}+= libldns | ||||
| SUBDIR.${MK_STATS}+= libstats | |||||
| # The libraries under libclang_rt can only be built by clang, and only make | # The libraries under libclang_rt can only be built by clang, and only make | ||||
| # sense to build when clang is enabled at all. Furthermore, they can only be | # sense to build when clang is enabled at all. Furthermore, they can only be | ||||
| # built for certain architectures. | # built for certain architectures. | ||||
| .if ${MK_CLANG} != "no" && ${COMPILER_TYPE} == "clang" && \ | .if ${MK_CLANG} != "no" && ${COMPILER_TYPE} == "clang" && \ | ||||
| (${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ | (${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ | ||||
| ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "i386") | ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "i386") | ||||
| _libclang_rt= libclang_rt | _libclang_rt= libclang_rt | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||