Searched refs:SHLIB_NAME (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/secure/lib/libcrypto/engines/capi/
H A DMakefile3 SHLIB_NAME?= capi.so macro
/freebsd-13-stable/tools/regression/tls/libxx/
H A DMakefile3 SHLIB_NAME= libxx.so macro
/freebsd-13-stable/tools/regression/tls/libyy/
H A DMakefile3 SHLIB_NAME= libyy.so macro
/freebsd-13-stable/lib/libalias/modules/
H A DMakefile.inc7 SHLIB_NAME?=libalias_${NAME}.so
/freebsd-13-stable/sbin/nvmecontrol/modules/
H A DMakefile.inc11 SHLIB_NAME?= ${LIB}.so
/freebsd-13-stable/lib/libpam/modules/
H A DMakefile.inc10 SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
/freebsd-13-stable/lib/libxo/tests/encoder/
H A DMakefile9 SHLIB_NAME= libenc_test.so macro
13 SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
/freebsd-13-stable/lib/flua/libjail/
H A DMakefile3 SHLIB_NAME= jail.so macro
/freebsd-13-stable/lib/libc/tests/stdlib/dynthr_mod/
H A DMakefile3 SHLIB_NAME= dynthr_mod.so macro
/freebsd-13-stable/lib/libc/tests/tls/dso/
H A DMakefile6 SHLIB_NAME= h_tls_dlopen.so macro
/freebsd-13-stable/secure/lib/libcrypto/engines/padlock/
H A DMakefile3 SHLIB_NAME?= padlock.so macro
/freebsd-13-stable/tools/bus_space/Python/
H A DMakefile3 SHLIB_NAME= bus.so macro
/freebsd-13-stable/lib/geom/
H A DMakefile.inc6 SHLIB_NAME?=geom_${GEOM_CLASS}.so
/freebsd-13-stable/lib/csu/tests/dso/
H A DMakefile5 SHLIB_NAME= libh_csu.so macro
/freebsd-13-stable/lib/libthr/tests/dlopen/dso/
H A DMakefile8 SHLIB_NAME= h_pthread_dlopen.so.${SHLIB_MAJOR} macro
/freebsd-13-stable/lib/libxo/encoder/csv/
H A DMakefile12 SHLIB_NAME= csv.enc macro
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A DMakefile45 .if defined(SHLIB_NAME)
46 rm -f ${DESTDIR}/${SHLIBDIR}/${SHLIB_NAME}
/freebsd-13-stable/share/mk/
H A Dbsd.lib.mk23 # SHLIB_NAME will be defined only if we are to create a shared library.
28 .undef SHLIB_NAME
35 .if !defined(SHLIB_NAME) && defined(SHLIB) && defined(SHLIB_MAJOR)
36 SHLIB_NAME= lib${LIB_PRIVATE}${SHLIB}.so.${SHLIB_MAJOR} macro
38 .if defined(SHLIB_NAME) && !empty(SHLIB_NAME:M*.so.*)
39 SHLIB_LINK?= ${SHLIB_NAME:R}
41 SONAME?= ${SHLIB_NAME}
228 .if defined(SHLIB_NAME)
230 SHLIB_NAME_FULL=${SHLIB_NAME}
[all...]
H A Dbsd.snmpmod.mk5 SHLIB_NAME= snmp_${MOD}.so.${SHLIB_MAJOR} macro
H A Dbsd.sys.mk383 .if defined(DEBUG_FLAGS) && target(${SHLIB_NAME}.symbols)
384 stage_files.shlib: ${SHLIB_NAME}.symbols
389 .if defined(SHLIB_NAME) && defined(DEBUG_FLAGS) && target(${SHLIB_NAME}.symbols)
390 stage_libs: ${SHLIB_NAME}.symbols
/freebsd-13-stable/stand/userboot/userboot/
H A DMakefile11 SHLIB_NAME= userboot_${LOADER_INTERP}.so macro
48 LINKS+= ${BINDIR}/${SHLIB_NAME} ${BINDIR}/userboot.so
/freebsd-13-stable/lib/libomp/
H A DMakefile5 SHLIB_NAME= libomp.so macro
79 SYMLINKS+= ${SHLIB_NAME} ${LIBDIR}/libgomp.so
/freebsd-13-stable/lib/libgcc_s/
H A DMakefile4 SHLIB_NAME= libgcc_s.so.1 macro
/freebsd-13-stable/lib/libclang_rt/asan_dynamic/
H A DMakefile5 SHLIB_NAME= libclang_rt.asan-${CRTARCH}.so macro
87 # Kludge around a bsd.lib.mk shortcoming: when SHLIB_NAME is defined, but LIB
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.stage.mk177 .elif !empty(SHLIB_LINK) && !empty(SHLIB_NAME)
178 @${STAGE_LINKS_SCRIPT}; StageLinks -s ${STAGE_LIBDIR:${STAGE_DIR_FILTER}} ${SHLIB_NAME} ${SHLIB_LINK}

Completed in 248 milliseconds

12