| /dflybsd-src/share/mk/ |
| H A D | bsd.lib.mk | 15 .if !defined(SHLIB_NAME) && defined(LIB) && defined(SHLIB_MAJOR) 16 SHLIB_NAME= lib${LIB}.so.${SHLIB_MAJOR} 133 .if defined(LIB) && !empty(LIB) || defined(SHLIB_NAME) 139 .if defined(LIB) && !empty(LIB) 140 _LIBS= lib${LIB}.a 142 . if ! target(lib${LIB}.a) 143 lib${LIB}.a: ${OBJS} ${STATICOBJS} 144 @${ECHO} building static ${LIB} library 152 . if !defined(NOPROFILE) && defined(LIB) && !empty(LIB) 153 _LIBS+= lib${LIB}_p.a [all …]
|
| H A D | bsd.hostlib.mk | 24 .if defined(LIB) && !empty(LIB) 30 .if defined(LIB) && !empty(LIB) 31 _LIBS= lib${LIB}.na 33 lib${LIB}.na: ${OBJS} ${STATICOBJS} 34 @${ECHO} building native static ${LIB} library 47 .if defined(LIB) && !empty(LIB) 57 .if defined(LIB) && !empty(LIB)
|
| /dflybsd-src/contrib/bmake/mk/ |
| H A D | lib.mk | 114 SHLIB_SHFLAGS= -soname lib${LIB}.so.${SHLIB_SOVERSION} 128 SHLIB_SHFLAGS= -soname lib${LIB}.so.${SHLIB_SOVERSION} 151 LD_shared=-h lib${LIB}.so.${SHLIB_MAJOR} -G 162 LD_solib= -all lib${LIB}_pic.a 169 LD_solib= lib${LIB}_pic.a 173 LD_shared=-shared -Wl,-soname,lib${LIB}.so.${SHLIB_MAJOR} 174 LD_solib= -Wl,--whole-archive lib${LIB}_pic.a -Wl,--no-whole-archive 191 -install_name ${LIBDIR}/lib${LIB}.${SHLIB_INSTALL_VERSION}.${LD_solink} \ 196 SHLIB_LINKS += lib${LIB}.$v.${LD_solink} 200 SHLIB_LINKS += lib${LIB}.${LD_solink} [all …]
|
| H A D | libs.mk | 27 .ifndef LIB 31 LIB?= $t 37 .if defined(LIB) 53 .if defined(${v}.${LIB}) || defined(${v}_${LIB}) 54 $v += ${${v}_${LIB}:U${${v}.${LIB}}} 59 .if ${LIB} == ${UPDATE_DEPENDFILE_LIB:Uno} 65 DEPENDFILE?= .depend.${LIB} 80 .ifndef LIB 86 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} LIB=$b -DWITHOUT_META_STATS) 90 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} LIB=$b ${@:E} -DWITHOUT_META_STATS)
|
| H A D | whats.mk | 21 .elif defined(LIB) 22 what_thing ?= lib${LIB}
|
| H A D | ldorder.mk | 143 .ifdef LIB 146 libLDORDER_INC = lib${LIB}.${LDORDER_INC}
|
| /dflybsd-src/contrib/lvm2/dist/scripts/ |
| H A D | clvmd_fix_conf.sh | 12 LIB=$3 27 [ -z "$LIB" ] && LIB="liblvm2clusterlock.so" 41 if [ ! -f "$PREFIX/$LIB" ] 43 echo "$PREFIX/$LIB does not exist, did you do a \"make install\" ?" 100 locking_library = "$LIB" 130 …SEDCMD="${SEDCMD}\ns/^[[:blank:]]*locking_library[[:blank:]]*=.*/\ \ \ \ locking_library = \"$LIB\… 132 SEDCMD="${SEDCMD}\n/global[[:blank:]]*{/a\ \ \ \ locking_library = \"$LIB\""
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | msvc | 67 # like: dbfntx1! DBFNTX.LIB zlibCompileFlags_ ZLIB.LIB atoi! mwlibc.lib 71 # library flags; 0 or 1, but WHAT IS 0x4d in MOUSE.LIB ? 79 # Module name often source name like "dos\crt0.asm" in mlibce.lib or "QB4UTIL.ASM" in QB4UTIL.LIB 80 # or "C:\Documents and Settings\Allan Campbell\My Documents\FDOSBoot\zlib\zutil.c" in ZLIB.LIB 81 # or title like "87INIT" in FP87.LIB or "ACOSASIN" in MATHC.LIB or "Copyright" in calc-bcc.lib 102 # CODE (mwlibc.lib) _TEXT32 (JMPPM32.LIB) _OVLCODE (WOVL.LIB) 106 # like: DATA (mwlibc.lib) CODE (JMPPM32.LIB) _TEXT (EMU87.LIB) 110 # like: DATA (DEBUG.LIB) DGROUP (mwlibc.lib MOUSE.LIB) 114 # comment record length like: 3 FLIB7M.LIB 1Bh 1Eh 23h 27h 2Bh 30h freetype-bcc.lib 117 # like: 2 LIBFL.LIB 4 "UUID" 5 "dscap" 6 "int386" 7 "qb4util" 8 "AMSGEXIT" 16 REXX.LIB 20 27 35 44 … [all …]
|
| /dflybsd-src/lib/libexecinfo/ |
| H A D | Makefile | 3 LIB= execinfo macro 25 lib${LIB}.a: ${SRCS:.c=.o} script.ar 26 @${ECHO} building static ${LIB} library via script 31 lib${LIB}_p.a: ${SRCS:.c=.po} script_p.ar 32 @${ECHO} building profiled ${LIB} library via script 38 @echo "CREATE lib${LIB}.a" > ${.TARGET} 49 @echo "CREATE lib${LIB}_p.a" > ${.TARGET}
|
| /dflybsd-src/gnu/usr.bin/cc80/ |
| H A D | Makefile.intcxx_lib | 17 .if defined(LIB) && !empty(LIB) && !empty(SRCS) 21 .if defined(LIB) && !empty(LIB) 22 _LIBS= lib${LIB}.na 24 lib${LIB}.na: ${OBJS} ${STATICOBJS} 25 @${ECHO} building native static ${LIB} library 206 . if defined(LIB) && !empty(LIB) 216 . if defined(LIB) && !empty(LIB)
|
| /dflybsd-src/share/examples/sunrpc/ |
| H A D | Makefile | 8 LIB= macro 23 cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
|
| /dflybsd-src/share/examples/sunrpc/msg/ |
| H A D | Makefile | 6 LIB = -lrpclib macro 25 $(CC) -o $@ msg_proc.o msg_svc.o $(LIB) 28 $(CC) -o $@ rprintmsg.o msg_clnt.o $(LIB)
|
| /dflybsd-src/share/examples/sunrpc/dir/ |
| H A D | Makefile | 6 LIB = -lrpclib macro 15 $(CC) -o $@ dir_proc.o dir_svc.o dir_xdr.o $(LIB) 18 $(CC) -o $@ rls.o dir_clnt.o dir_xdr.o $(LIB)
|
| /dflybsd-src/share/examples/sunrpc/sort/ |
| H A D | Makefile | 7 LIB = -lrpclib macro 13 $(CC) $(LDFLAGS) -o $@ rsort.o sort_clnt.o sort_xdr.o $(LIB) 21 $(CC) $(LDFLAGS) -o $@ sort_proc.o sort_svc.o sort_xdr.o $(LIB)
|
| /dflybsd-src/contrib/gdb-7/gdb/stubs/ |
| H A D | ia64vms-stub.c | 312 LIB$SIGNAL (status); in term_raw_write() 452 LIB$SIGNAL (status); in term_init() 469 LIB$SIGNAL (status); in term_init() 521 LIB$SIGNAL (status); in sock_init() 538 LIB$SIGNAL (status); in sock_init() 569 LIB$SIGNAL (status); in sock_init() 599 LIB$SIGNAL (status); in sock_init() 619 LIB$SIGNAL (status); in sock_init() 643 LIB$SIGNAL (status); in sock_init() 668 LIB$SIGNAL (status); in sock_init() [all …]
|
| /dflybsd-src/gnu/lib/gcc80/libstdcxx/product/ |
| H A D | Makefile | 7 LIB= stdc++ macro 47 @${ECHO} building static ${LIB} library via script 54 @${ECHO} building profiled ${LIB} library via script
|
| /dflybsd-src/lib/libc/ |
| H A D | Makefile.inc | 21 .if ${LIB} == "c" 60 .elif ${LIB} == "c_rtld"
|
| /dflybsd-src/contrib/smbfs/lib/smb/ |
| H A D | Makefile | 3 LIB= smb macro 44 rm -f ${DESTDIR}/${LIBDIR}/lib${LIB}.a
|
| /dflybsd-src/contrib/gcc-8.0/include/ |
| H A D | gomp-constants.h | 207 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV)) argument
|
| /dflybsd-src/lib/i18n_module/HZ/ |
| H A D | Makefile | 3 LIB= HZ macro
|
| /dflybsd-src/lib/i18n_module/VIQR/ |
| H A D | Makefile | 3 LIB= VIQR macro
|
| /dflybsd-src/lib/i18n_module/UTF8/ |
| H A D | Makefile | 3 LIB= UTF8 macro
|
| /dflybsd-src/lib/i18n_module/MSKanji/ |
| H A D | Makefile | 3 LIB= MSKanji macro
|
| /dflybsd-src/lib/i18n_module/ZW/ |
| H A D | Makefile | 3 LIB= ZW macro
|
| /dflybsd-src/lib/i18n_module/DECHanyu/ |
| H A D | Makefile | 3 LIB= DECHanyu macro
|