Home
last modified time | relevance | path

Searched refs:SHLIB_NAME (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/config/arm/
Dt-netbsd9 SHLIB_NAME = @shlib_base_name@.so
15 -o $(SHLIB_NAME).tmp @multilib_flags@ $(SHLIB_OBJS) -lc && \
17 if [ -f $(SHLIB_NAME) ]; then \
18 mv -f $(SHLIB_NAME) $(SHLIB_NAME).backup; \
20 mv $(SHLIB_NAME).tmp $(SHLIB_NAME) && \
21 $(LN_S) $(SHLIB_NAME) $(SHLIB_SONAME)
26 $(INSTALL_DATA) $(SHLIB_NAME) $$(DESTDIR)$$(slibdir)/$(SHLIB_SONAME); \
27 rm -f $$(DESTDIR)$$(slibdir)/$(SHLIB_NAME); \
28 $(LN_S) $(SHLIB_SONAME) $$(DESTDIR)$$(slibdir)/$(SHLIB_NAME)
/freebsd-10-stable/share/mk/
Dbsd.lib.mk19 .undef SHLIB_NAME
25 .if !defined(SHLIB_NAME) && defined(SHLIB) && defined(SHLIB_MAJOR)
26 SHLIB_NAME= lib${SHLIB}.so.${SHLIB_MAJOR}
28 .if defined(SHLIB_NAME) && !empty(SHLIB_NAME:M*.so.*)
29 SHLIB_LINK?= ${SHLIB_NAME:R}
31 SONAME?= ${SHLIB_NAME}
138 .if defined(SHLIB_NAME)
140 SHLIB_NAME_FULL=${SHLIB_NAME}.full
151 SHLIB_NAME_FULL=${SHLIB_NAME}
168 .if defined(LIB) && !empty(LIB) || defined(SHLIB_NAME)
[all …]
Dbsd.snmpmod.mk5 SHLIB_NAME= snmp_${MOD}.so.${SHLIB_MAJOR}
/freebsd-10-stable/contrib/gcc/config/i386/
Dt-nwld32 SHLIB_NAME = @shlib_base_name@.nlm
40 echo "name $(SHLIB_NAME)" >>@shlib_base_name@.def; \
47 else echo "WARNING: $(SHLIB_NAME) built without XDC data will not work well." 1>&2; \
49 $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -o $(SHLIB_NAME) \
60 $$(INSTALL_DATA) $(SHLIB_NAME) $$(slibdir)$(SHLIB_SLIBDIR_QUAL)/$(SHLIB_NAME); \
/freebsd-10-stable/contrib/smbfs/lib/smb/
DMakefile45 .if defined(SHLIB_NAME)
46 rm -f ${DESTDIR}/${SHLIBDIR}/${SHLIB_NAME}
/freebsd-10-stable/tools/regression/tls/libxx/
DMakefile3 SHLIB_NAME= libxx.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libnuron/
DMakefile3 SHLIB_NAME?= libnuron.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libchil/
DMakefile3 SHLIB_NAME?= libchil.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libubsec/
DMakefile3 SHLIB_NAME?= libubsec.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libatalla/
DMakefile3 SHLIB_NAME?= libatalla.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libcswift/
DMakefile3 SHLIB_NAME?= libcswift.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libaep/
DMakefile3 SHLIB_NAME?= libaep.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libsureware/
DMakefile3 SHLIB_NAME?= libsureware.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/lib4758cca/
DMakefile3 SHLIB_NAME?= lib4758cca.so macro
/freebsd-10-stable/tools/regression/tls/libyy/
DMakefile3 SHLIB_NAME= libyy.so macro
/freebsd-10-stable/lib/libalias/modules/
DMakefile.inc7 SHLIB_NAME?=libalias_${NAME}.so
/freebsd-10-stable/lib/libpam/modules/
DMakefile.inc16 SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
/freebsd-10-stable/sbin/geom/class/
DMakefile.inc4 SHLIB_NAME?=geom_${GEOM_CLASS}.so
/freebsd-10-stable/lib/libthr/tests/dlopen/dso/
DMakefile7 SHLIB_NAME= h_pthread_dlopen.so.${SHLIB_MAJOR} macro
/freebsd-10-stable/lib/libc/tests/tls/dso/
DMakefile7 SHLIB_NAME= h_tls_dlopen.so macro
/freebsd-10-stable/secure/lib/libcrypto/engines/libgost/
DMakefile3 SHLIB_NAME?= libgost.so macro
/freebsd-10-stable/sys/boot/userboot/userboot/
DMakefile8 SHLIB_NAME= userboot.so macro
/freebsd-10-stable/contrib/bmake/mk/
Dmeta.stage.mk170 .elif !empty(SHLIB_LINK) && !empty(SHLIB_NAME)
171 …@${STAGE_LINKS_SCRIPT}; StageLinks -s ${STAGE_LIBDIR:${STAGE_DIR_FILTER}} ${SHLIB_NAME} ${SHLIB_LI…
Ddpadd.mk167 .if defined(SHLIB_NAME) && ${LDADD:M-l${__lib:T:R:S,lib,,}} != ""
/freebsd-10-stable/gnu/lib/libgcc/
DMakefile6 SHLIB_NAME= libgcc_s.so.1 macro

12