Searched refs:libs (Results 1 – 25 of 30) sorted by relevance
12
/php-src/scripts/ |
H A D | php-config.in | 13 libs="@EXTRA_LIBS@" 63 --libs) 64 echo $libs;; 96 --libs [$libs]
|
/php-src/build/ |
H A D | Makefile.global | 21 libs/libphp.bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) 22 …_SAPI_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp.so 119 find . -name .libs -a -type d|xargs rm -rf 120 … $(SAPI_FPM_PATH) $(SAPI_PHPDBG_PATH) $(SAPI_PHPDBG_SHARED_PATH) $(OVERALL_TARGET) modules/* libs/* 146 … $(SAPI_FPM_PATH) $(SAPI_PHPDBG_PATH) $(SAPI_PHPDBG_SHARED_PATH) $(OVERALL_TARGET) modules/* libs/*
|
H A D | pkg.m4 | 148 _PKG_CONFIG([$1][_LIBS], [libs], [$2]) 158 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` 160 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` 202 dnl and VARIABLE-PREFIX_LIBS from --libs.
|
H A D | php.m4 | 359 dnl PHP_EVAL_LIBLINE(libline, [libs-variable], [not-extension]) 364 dnl "libs-variable" (e.g., *_SHARED_LIBADD) when the extension is shared 366 dnl libraries are appended to "libs-variable" unconditionally (this is 796 OVERALL_TARGET=libs/libphp.bundle 1392 dnl PHP_CHECK_LIBRARY(library, function [, action-found [, action-not-found [, extra-libs]]]) 1436 dnl PHP_CHECK_FUNC_LIB(func, libs) 1513 dnl PHP_TEST_BUILD(function, action-if-ok, action-if-not-ok [, extra-libs [, extra-source]]) 1835 dnl Check external libs for iconv funcs. 2344 dtrace_lib_dir="$(echo $ac_bdir[$]ac_provsrc | $SED -e 's#\(.*\)/[^/]*#\1#')/.libs" 2345 dtrace_d_obj="$(echo $ac_bdir[$]ac_provsrc | $SED -e 's#\(.*\)/\([^/]*\)#\1/.libs/\2#').o" [all …]
|
H A D | ltmain.sh | 1193 -all-static | -static | -static-libtool-libs) 1210 -static-libtool-libs) 1782 -static | -static-libtool-libs) 2088 case "$libs " in 2092 libs="$libs $deplib" 2096 libs="$predeps $libs $compiler_lib_search_path $postdeps"
|
H A D | libtool.m4 | 370 # the location of the communication and MPI libs are included too. 1212 [rm -f .libs 2>/dev/null 1213 mkdir .libs 2>/dev/null 1214 if test -d .libs; then 1215 lt_cv_objdir=.libs 1220 rmdir .libs 2>/dev/null]) 1430 # Create ${libname}_ixlibrary.a entries in /sys/libs. 1771 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 3896 # user supplied libs so there is no need to process them. 4183 # Whether or not to disallow shared libs when runtime libs are static [all …]
|
/php-src/ext/skeleton/ |
H A D | .gitignore.in | 4 .libs
|
/php-src/ext/snmp/ |
H A D | config.m4 | 33 SNMP_LIBS=$($SNMP_CONFIG --netsnmp-libs) 34 SNMP_LIBS="$SNMP_LIBS $($SNMP_CONFIG --external-libs)"
|
/php-src/ext/pdo_mysql/ |
H A D | config.m4 | 41 PDO_MYSQL_LIBS=$($PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g") 62 AC_MSG_RESULT([libs under $PDO_MYSQL_LIB_DIR; seems promising])
|
/php-src/win32/build/ |
H A D | config.w32.phpize.in | 72 // General libs 87 …tracted the development libraries (https://wiki.php.net/internals/windows/libs). Assumes that it i… 91 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
|
H A D | config.w32.h.in | 107 * 3rdParty libs that were built with older compilers; switch
|
H A D | config.w32 | 98 // General libs 119 …tracted the development libraries (https://wiki.php.net/internals/windows/libs). Assumes that it i… 123 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
|
H A D | Makefile | 234 build-lib: build-ext-libs
|
H A D | confutils.js | 3647 var libs = (shared ? "libsqlite3.lib;libsqlite3_a.lib" : "libsqlite3_a.lib;libsqlite3.lib"); 3649 return CHECK_LIB(libs, target, path_to_check) &&
|
/php-src/ext/pdo_firebird/ |
H A D | config.m4 | 13 FB_LIBDIR=$($FB_CONFIG --libs)
|
/php-src/ext/pdo_dblib/ |
H A D | config.w32 | 7 * otherwise we'll poke around and look for MSSQL libs */
|
/php-src/sapi/apache2handler/ |
H A D | config.m4 | 100 MH_BUNDLE_FLAGS="$($APR_CONFIG --ldflags --link-ld --libs)" 103 MH_BUNDLE_FLAGS="$($APU_CONFIG --ldflags --link-ld --libs) $MH_BUNDLE_FLAGS"
|
/php-src/sapi/cli/ |
H A D | config.m4 | 41 …BJS) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK…
|
/php-src/sapi/cgi/ |
H A D | config9.m4 | 37 …BJS) \$(PHP_BINARY_OBJS) \$(PHP_CGI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK…
|
/php-src/ |
H A D | .gitignore | 33 .libs/ 82 libs/
|
H A D | configure.ac | 105 dnl libs subdirectory as the user who configures PHP. Otherwise, the current 106 dnl user will not be able to delete libs or the contents of libs. 108 $php_shtool mkdir -p libs 109 rm -f libs/* 265 SAPI_SHARED=libs/$SAPI_LIBNAME_SHARED 266 SAPI_STATIC=libs/$SAPI_LIBNAME_STATIC 1320 phptempdir=$(pwd)/libs
|
/php-src/ext/readline/ |
H A D | config.m4 | 156 dnl Add -Wno-strict-prototypes as depends on user libs
|
/php-src/ext/pdo_odbc/ |
H A D | config.m4 | 71 libs $PDO_ODBC_LIBDIR,
|
/php-src/sapi/fuzzer/ |
H A D | README.md | 94 export ONIG_LIBS="-L$PWD/oniguruma/src/.libs -l:libonig.a"
|
/php-src/ext/odbc/ |
H A D | config.m4 | 60 dnl we have an error and should bail out, as we can't find the libs!
|
Completed in 98 milliseconds
12