Searched refs:LIBNAME (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/libreadline/support/
H A Dshlib-install36 LIBNAME="$1"
38 if [ -z "$LIBNAME" ]; then
51 ${echo} $RM ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
52 if [ -f "$INSTALLDIR/$LIBNAME" ]; then
53 ${echo} $MV $INSTALLDIR/$LIBNAME ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
60 ${echo} eval ${INSTALLPROG} $LIBNAME ${INSTALLDIR}/${LIBNAME}
62 ${echo} ${RM} ${INSTALLDIR}/${LIBNAME}
74 chmod 555 ${INSTALLDIR}/${LIBNAME}
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/semaphore/pthread/
H A Dt_sem_pth.c1 #define LIBNAME "pthread" macro
/freebsd-10-stable/crypto/openssl/
H A DMakefile.shared19 # LIBNAME contains just the name of the library, without prefix ("lib"
24 #LIBNAME=foo
25 LIBNAME=
130 LINK_SO_A= SHOBJECTS="lib$(LIBNAME).a $(LIBEXTRAS)"; $(LINK_SO)
134 SHOBJECTS=lib$(LIBNAME).o; \
137 ld $(LDFLAGS) -r -o lib$(LIBNAME).o $$ALL lib$(LIBNAME).a $(LIBEXTRAS) ); \
138 $(LINK_SO) && rm -f lib$(LIBNAME).o
142 (cd $$UNPACKDIR; ar x ../lib$(LIBNAME).a) && \
150 SHLIB=lib$(LIBNAME)
[all...]
H A DMakefile.org340 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
354 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
H A DMakefile342 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
356 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
/freebsd-10-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c31 "single thread (%s)", LIBNAME);
58 "value (%s)", LIBNAME);
79 atf_tc_set_md_var(tc, "descr", "tests sem_destroy works (%s)", LIBNAME);
105 "a busy semaphore (%s)", LIBNAME);
172 "(%s)", LIBNAME);
210 " (%s)", LIBNAME);
234 atf_tc_set_md_var(tc, "descr", "tests named semaphores (%s)", LIBNAME);
298 "closed (%s)", LIBNAME);
/freebsd-10-stable/tools/
H A Dmake_libdeps.sh73 while read LIBNAME
75 cat $LIBDIRS | tr ' ' '\n' | findlibdir "$LIBNAME"
/freebsd-10-stable/contrib/ncurses/misc/
H A Dmakellib146 echo LIBNAME "$llib"
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A DMakefile17 LIBNAME=gost macro
33 LIBNAME=$(LIBNAME) \
46 echo installing $(LIBNAME); \
56 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
59 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
61 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
62 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)
[all...]
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1388 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
1389 init_cumulative_args (&CUM, FNTYPE, LIBNAME, FALSE, FALSE, N_NAMED_ARGS)
1394 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \
1395 init_cumulative_args (&CUM, FNTYPE, LIBNAME, TRUE, FALSE, 1000)
1399 #define INIT_CUMULATIVE_LIBCALL_ARGS(CUM, MODE, LIBNAME) \
1400 init_cumulative_args (&CUM, NULL_TREE, LIBNAME, FALSE, TRUE, 0)
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.h1167 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
1172 (CUM).prototype = ((FNTYPE) && TYPE_ARG_TYPES (FNTYPE)) || (LIBNAME); \
1181 #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) \
/freebsd-10-stable/contrib/gcc/config/s390/
H A Ds390.h612 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN, N_NAMED_ARGS) \
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsparc.h1550 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
1551 init_cumulative_args (& (CUM), (FNTYPE), (LIBNAME), (FNDECL));
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.h1485 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
1486 arm_init_cumulative_args (&(CUM), (FNTYPE), (LIBNAME), (FNDECL))
/freebsd-10-stable/contrib/gcc/config/i386/
H A Di386.h1496 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
1497 init_cumulative_args (&(CUM), (FNTYPE), (LIBNAME), (FNDECL))
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.h1967 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
1968 init_cumulative_args (&CUM, FNTYPE, LIBNAME) \
/freebsd-10-stable/crypto/openssl/engines/
H A DMakefile80 LIBNAME=$$l LIBEXTRAS=e_$$l.o \

Completed in 185 milliseconds