| /freebsd/crypto/openssl/demos/bio/ |
| H A D | descrip.mms | 10 SHARED = TRUE 13 #SHARED = FALSE 16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt 17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt
|
| /freebsd/contrib/libfido2/windows/ |
| H A D | build.ps1 | 157 -DBUILD_SHARED_LIBS="${SHARED}" -DLIBRESSL_TESTS=OFF ` 177 -DBUILD_SHARED_LIBS="${SHARED}" ` 195 -DBUILD_SHARED_LIBS="${SHARED}" ` 225 -DBUILD_SHARED_LIBS="${SHARED}" ` 247 if ("${SHARED}" -eq "ON") {
|
| /freebsd/lib/csu/common/ |
| H A D | crtbegin.c | 32 #ifndef SHARED 81 #ifdef SHARED in __do_global_dtors_aux()
|
| /freebsd/share/sendmail/ |
| H A D | Makefile | 18 SHARED?= copies macro 22 beforeinstall: ${SHARED}
|
| /freebsd/contrib/libder/libder/ |
| H A D | CMakeLists.txt | 3 add_library(der SHARED ${libder_SOURCES})
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | form.ref | 5 ; SHARED VARIABLES
|
| /freebsd/include/ |
| H A D | Makefile | 330 SHARED?= copies macro 363 stage_includes: ${SHARED} 502 installincludes: ${SHARED} 503 ${SHARED}: compat
|
| /freebsd/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 163 # type can be either STATIC or SHARED to denote a static or shared library. 187 if (BUILD_SHARED_LIBS OR type STREQUAL "SHARED") 206 cxx_library_with_type(${name} SHARED "${cxx_flags}" ${ARGN})
|
| /freebsd/crypto/openssl/exporters/cmake/ |
| H A D | OpenSSLConfig.cmake.in | 180 add_library(OpenSSL::Crypto SHARED IMPORTED) 181 add_library(OpenSSL::SSL SHARED IMPORTED)
|
| /freebsd/share/mk/ |
| H A D | bsd.subdir.mk | 95 …${MAKE} install installconfig -DNO_SUBDIR DISTBASE=/${dist} DESTDIR=${DISTDIR}/${dist} SHARED=copi…
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant.conf | 2007 auth_alg=SHARED
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 211 set(EVENT_LIBRARY_TYPE SHARED) 220 "Building SHARED and STATIC is not supported for MSVC " 222 " between STATIC library and IMPORTED library for SHARED libraries)") 231 elseif ("${EVENT_LIBRARY_TYPE}" STREQUAL "SHARED")
|
| H A D | README.md | 30 # Type of the library to build (SHARED or STATIC) 31 # Default is: SHARED for MSVC, otherwise BOTH
|
| /freebsd/contrib/libevent/ |
| H A D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 211 set(EVENT_LIBRARY_TYPE SHARED) 220 "Building SHARED and STATIC is not supported for MSVC " 222 " between STATIC library and IMPORTED library for SHARED libraries)") 231 elseif ("${EVENT_LIBRARY_TYPE}" STREQUAL "SHARED")
|
| H A D | README.md | 30 # Type of the library to build (SHARED or STATIC) 31 # Default is: SHARED for MSVC, otherwise BOTH
|
| /freebsd/contrib/ntp/sntp/libevent/cmake/ |
| H A D | AddEventLibrary.cmake | 127 add_library("${LIB_NAME}_shared" SHARED ${LIB_SOURCES})
|
| /freebsd/contrib/libevent/cmake/ |
| H A D | AddEventLibrary.cmake | 127 add_library("${LIB_NAME}_shared" SHARED ${LIB_SOURCES})
|
| /freebsd/contrib/libfido2/src/ |
| H A D | CMakeLists.txt | 141 add_library(fido2_shared SHARED ${FIDO_SOURCES} ${COMPAT_SOURCES})
|
| /freebsd/sys/contrib/libsodium/contrib/ |
| H A D | Findsodium.cmake | 249 set(_LIB_TYPE SHARED)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_access.cpp | 323 goto SHARED; in CheckRaces() 358 SHARED: in CheckRaces()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-platform.h | 408 #elif !defined(SHARED) || defined(LIB_UNLOAD_PREVENTED)
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | gettext.m4 | 30 dnl AM-DISABLE-SHARED).
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND.pod | 75 =head1 THE THREE SHARED DRBG INSTANCES
|
| /freebsd/ |
| H A D | Makefile.inc1 | 1212 ${_+_}cd ${.CURDIR}; ${WMAKE} SUBDIR_OVERRIDE= SHARED=symlinks \ 1215 ${_+_}cd ${.CURDIR}; ${WMAKE} MK_INCLUDES=yes SHARED=symlinks includes
|
| /freebsd/contrib/ncurses/ |
| H A D | aclocal.m4 | 5035 if test "$CXX_MODEL" = SHARED; then 5038 test "x$with_shared_cxx" = xno && CF_VERBOSE(overriding CXX_MODEL to SHARED) 7879 ** SHARED LIB \$SHARED_LIB
|