Searched refs:shared (Results 1 – 6 of 6) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | Makefile | 79 .PHONY: all static shared clean 84 all: shared static 89 shared: libmbedcrypto.$(DLEXT) libmbedx509.$(DLEXT) libmbedtls.$(DLEXT) target 100 …$(CC) -shared -Wl,-soname,$@ -L. -lmbedcrypto -lmbedx509 $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ $(OBJS_… 112 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. … 123 $(CC) -shared -Wl,-soname,$@ -L. -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ $(OBJS_X509) 135 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L.… 146 $(CC) -shared -Wl,-soname,$@ $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ $(OBJS_CRYPTO) 158 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -…
|
D | CMakeLists.txt | 2 option(USE_SHARED_MBEDTLS_LIBRARY "Build mbed TLS shared library." OFF) 110 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
|
/net-tools-latest/mbedtls-2.4.0/ |
D | README.md | 28 …GNU linker wants `-lmbedtls -lmbedx509 -lmbedcrypto`. Also, when loading shared libraries using dl… 77 Setting the variable `SHARED` in your environment will build shared libraries in addition to the st… 102 To configure CMake for building shared libraries, use:
|
D | ChangeLog | 298 * Fix missing -static-libgcc when building shared libraries for Windows 300 * Fix link error when building shared libraries for Windows with make.
|
/net-tools-latest/libcoap/ |
D | configure.ac | 31 # enable the automatically build of shared and static libraries, the unit 33 LT_INIT([shared static])
|
/net-tools-latest/tinydtls-0.8.2/ |
D | configure | 996 | --sharedst | --shareds | --shared | --share | --shar \ 1001 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
|