| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | intlmacosx.m4 | 23 [gt_save_LIBS="$LIBS" 24 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 31 LIBS="$gt_save_LIBS"]) 38 [gt_save_LIBS="$LIBS" 39 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 46 LIBS="$gt_save_LIBS"]) 52 [gt_save_LIBS="$LIBS" 53 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 60 LIBS="$gt_save_LIBS"])
|
| H A D | user-libudev.m4 | 11 LIBS="$LIBUDEV_LIBS $LIBS"
|
| H A D | iconv.m4 | 52 am_save_LIBS="$LIBS" 53 LIBS="$LIBS $LIBICONV" 65 LIBS="$am_save_LIBS" 72 am_save_LIBS="$LIBS" 74 LIBS="$LIBS $LIBICONV" 201 LIBS="$am_save_LIBS"
|
| H A D | find_system_library.m4 | 22 # set _header_found/_library_found if the user passed in CFLAGS/LIBS 74 # if pkg-config or the user set LIBS, fail if the library is unusable 78 # if the user set LIBS, fail if we didn't find the header
|
| H A D | gettext.m4 | 189 gt_save_LIBS="$LIBS" 190 LIBS="$LIBS $LIBINTL" 217 LIBS="$LIBS $LIBICONV" 245 LIBS="$gt_save_LIBS"]) 278 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
|
| H A D | ax_python_devel.m4 | 284 print (conf('LIBS') + ' ' + conf('SYSLIBS'))"` 306 ac_save_LIBS="$LIBS" 309 LIBS="$ac_save_LIBS $PYTHON_LIBS $PYTHON_EXTRA_LIBS $PYTHON_EXTRA_LIBS" 320 LIBS="$ac_save_LIBS" 330 via the LIBS environment variable. 331 Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
|
| H A D | ax_restore_flags.m4 | 30 LIBS="${LIBS_save}"
|
| H A D | ax_save_flags.m4 | 30 LIBS_save="${LIBS}"
|
| H A D | lib-link.m4 | 76 ac_save_LIBS="$LIBS" 77 dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS, 79 dnl LIBS. -l options benefit only from the -L options listed before it. 80 dnl Otherwise, add it to the front of LIBS, because it may be a static 81 dnl library that depends on another static library that is present in LIBS. 85 *" -l"*) LIBS="$LIBS $LIB[]NAME" ;; 86 *) LIBS="$LIB[]NAME $LIBS" ;; 92 LIBS="$ac_save_LIBS"
|
| /f-stack/example/ |
| H A D | Makefile | 15 LIBS+= $(shell $(PKGCONF) --static --libs libdpdk) 16 LIBS+= -L${FF_PATH}/lib -Wl,--whole-archive,-lfstack,--no-whole-archive 17 LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -pthread -lnuma 21 cc ${CFLAGS} -o ${TARGET} main.c ${LIBS} 22 cc ${CFLAGS} -o ${TARGET}_epoll main_epoll.c ${LIBS}
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | Makefile | 24 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc 29 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc 34 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lpthread -lc 39 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc 44 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc 53 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
|
| /f-stack/tools/ |
| H A D | prog.mk | 64 LIBS+= $(foreach n,${LIBADD},-L${TOPDIR}/tools/lib${n} -l${n}) 66 LIBS+= ${FF_PROG_LIBS} 72 ${CXX} ${CXXFLAGS} ${LDFLAGS} -o ${PROGDIR}/${PROG} ${OBJS} ${LIBS} 74 ${CC} ${CFLAGS} ${LDFLAGS} -o ${PROGDIR}/${PROG} ${OBJS} ${LIBS}
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 26 # variables in your default LIBS, CFLAGS, and CC: 28 # LIBS="$PTHREAD_LIBS $LIBS" 105 ax_pthread_save_LIBS="$LIBS" 108 LIBS="$PTHREAD_LIBS $LIBS" 118 LIBS="$ax_pthread_save_LIBS" 356 ax_pthread_save_LIBS="$LIBS" 358 LIBS="$PTHREAD_LIBS $LIBS" 386 LIBS="$ax_pthread_save_LIBS" 399 ax_pthread_save_LIBS="$LIBS" 401 LIBS="$PTHREAD_LIBS $LIBS" [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 6002 LIBS="${LIBS}${T_APPEND_V}" 7483 LIBS="${LIBS}${T_APPEND_V}" 9447 LIBS="-lunwind $LIBS" 9480 LIBS="${LIBS}${T_APPEND_V}" 9493 LIBS="${LIBS}${T_APPEND_V}" 9543 LIBS="-lgcc $LIBS" 9576 LIBS="${LIBS}${T_APPEND_V}" 9680 LIBS="${LIBS}${T_APPEND_V}" 10223 LIBS="-lpthread $LIBS" 10343 LIBS="-ldl $LIBS" [all …]
|
| H A D | Makefile.in | 38 LIBS := @LIBS@ 387 …$(CC) $(DSO_LDFLAGS) $(call RPATH,$(RPATH_EXTRA)) $(LDTARGET) $+ $(LDFLAGS) $(LIBS) $(EXTRA_LDFLAG… 399 …lter %.$(O),$^) $(call RPATH,$(objroot)lib) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDF… 403 …LJEMALLOC) $(LDFLAGS) $(filter-out -lm,$(filter -lrt -lpthread -lstdc++,$(LIBS))) $(LM) $(EXTRA_LD… 407 …) $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) $(LDFLAGS) $(filter-out -lm,$(LIBS)) -lm $(EXTRA_LDFLA… 411 …) $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDF…
|
| H A D | configure.ac | 294 SAVED_LIBS="${LIBS}" 295 JE_APPEND_VS(LIBS, -lstdc++) 304 LIBS="${SAVED_LIBS}" 632 JE_APPEND_VS(LIBS, -lposix4 -lsocket -lnsl) 1089 AC_CHECK_LIB([unwind], [unw_backtrace], [JE_APPEND_VS(LIBS, $LUNWIND)], 1092 JE_APPEND_VS(LIBS, $LUNWIND) 1115 AC_CHECK_LIB([gcc], [_Unwind_Backtrace], [JE_APPEND_VS(LIBS, -lgcc)], [enable_prof_libgcc="0"]) 1153 JE_APPEND_VS(LIBS, $LM) 1506 AC_CHECK_LIB([pthread], [pthread_create], [JE_APPEND_VS(LIBS, -lpthread)], 1515 [AC_CHECK_LIB([dl], [dlsym], [LIBS="$LIBS -ldl"], [have_dlsym="0"])]), [all …]
|
| /f-stack/tools/libxo/xo/ |
| H A D | Makefile.am | 21 LIBS = \ macro
|
| /f-stack/tools/libxo/xopo/ |
| H A D | Makefile.am | 21 LIBS = \ macro
|
| /f-stack/app/redis-5.0.5/tests/modules/ |
| H A D | Makefile | 24 $(LD) -o $@ $< $(SHOBJ_LDFLAGS) $(LIBS) -lc
|
| /f-stack/tools/ngctl/ |
| H A D | Makefile | 17 LIBS+= -ledit
|
| /f-stack/tools/libxo/encoder/cbor/ |
| H A D | Makefile.am | 28 LIBS = \ macro
|
| /f-stack/tools/libxo/encoder/csv/ |
| H A D | Makefile.am | 28 LIBS = \ macro
|
| /f-stack/tools/libxo/encoder/test/ |
| H A D | Makefile.am | 28 LIBS = \ macro
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | Makefile | 15 LIBS= -lm $(MYLIBS) macro 56 $(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) 59 $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | configure.ac | 131 LIBS="$PTHREAD_LIBS $LIBS" 142 LIBS="$LIBS -lsc_dbg_rt -lpoolalloc_bitmap -lstdc++"
|