/external/jpeg/ |
D | ltmain.sh | 389 rpath= 440 rpath) 441 rpath="$rpath $arg" 880 set dummy $rpath 882 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 1157 if test -n "$rpath"; then 1159 for libdir in $rpath; do 1371 rpath= 1376 rpath="$rpath$dir:" 1380 rpath="$rpath\$thisdir/$dir:" [all …]
|
/external/libpng/scripts/ |
D | makefile.linux | 57 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm 58 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
D | makefile.nommx | 57 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm 58 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
D | makefile.gcmmx | 76 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm 77 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
D | libpng-config-body.in | 17 --R_opts print dynamic linker "-R" or "-rpath" flags
|
D | makefile.dec | 61 LDFLAGS=-L$(ZLIBLIB) -rpath $(ZLIBLIB) libpng.a -lz -lm
|
/external/clearsilver/imd/ |
D | imd.c | 200 NEOERR *rotate_image(char *path, char *file, int degree, char *rpath) in rotate_image() argument 211 snprintf (rpath, _POSIX_PATH_MAX, "%s/%s", path, file); in rotate_image() 212 ch = strrchr(rpath, '.'); in rotate_image() 227 strcat(rpath, "_r"); in rotate_image() 232 strcat(rpath, "_l"); in rotate_image() 237 strcat(rpath, "_u"); in rotate_image() 246 strcat(rpath, ".jpg"); in rotate_image() 247 …printf(cmd, sizeof(cmd), "djpeg -pnm %s | pnmflip %s | cjpeg -quality 85 > %s", ofile, opt, rpath); in rotate_image() 251 strcat(rpath, ".gif"); in rotate_image() 252 snprintf(cmd, sizeof(cmd), "giftopnm %s | pnmflip %s | ppmtogif > %s", ofile, opt, rpath); in rotate_image() [all …]
|
/external/elfutils/src/ |
D | ld.c | 606 add_rxxpath (&ld_state.rpath, arg); in parse_opt_1st() 1261 if (ld_state.rpath != NULL) in gen_rxxpath_data() 1263 struct pathelement *endp = ld_state.rpath; in gen_rxxpath_data() 1264 ld_state.rpath = ld_state.rpath->next; in gen_rxxpath_data() 1282 while (ld_state.rpath != NULL) in gen_rxxpath_data() 1284 struct pathelement *old = ld_state.rpath; in gen_rxxpath_data() 1285 ld_state.rpath = ld_state.rpath->next; in gen_rxxpath_data()
|
/external/expat/conftools/ |
D | ltmain.sh | 1127 rpath= 1379 case "$rpath " in 1381 *) rpath="$rpath $arg" ;; 1688 -rpath) 1689 prev=rpath 3134 set dummy $rpath 3141 if test -z "$rpath"; then 3455 if test -n "$rpath"; then 3851 test "$mode" != relink && rpath="$compile_rpath$rpath" 3852 for libdir in $rpath; do [all …]
|
/external/bluez/utils/ |
D | ltmain.sh | 1157 rpath= 1418 case "$rpath " in 1420 *) rpath="$rpath $arg" ;; 1728 -rpath) 1729 prev=rpath 3176 set dummy $rpath 3183 if test -z "$rpath"; then 3502 if test -n "$rpath"; then 3895 test "$mode" != relink && rpath="$compile_rpath$rpath" 3896 for libdir in $rpath; do [all …]
|
/external/bluez/libs/ |
D | ltmain.sh | 1157 rpath= 1418 case "$rpath " in 1420 *) rpath="$rpath $arg" ;; 1728 -rpath) 1729 prev=rpath 3176 set dummy $rpath 3183 if test -z "$rpath"; then 3502 if test -n "$rpath"; then 3895 test "$mode" != relink && rpath="$compile_rpath$rpath" 3896 for libdir in $rpath; do [all …]
|
/external/libffi/ |
D | ltmain.sh | 1157 rpath= 1418 case "$rpath " in 1420 *) rpath="$rpath $arg" ;; 1728 -rpath) 1729 prev=rpath 3176 set dummy $rpath 3183 if test -z "$rpath"; then 3502 if test -n "$rpath"; then 3895 test "$mode" != relink && rpath="$compile_rpath$rpath" 3896 for libdir in $rpath; do [all …]
|
/external/dbus/ |
D | ltmain.sh | 1148 rpath= 1409 case "$rpath " in 1411 *) rpath="$rpath $arg" ;; 1718 -rpath) 1719 prev=rpath 3166 set dummy $rpath 3173 if test -z "$rpath"; then 3487 if test -n "$rpath"; then 3880 test "$mode" != relink && rpath="$compile_rpath$rpath" 3881 for libdir in $rpath; do [all …]
|
/external/libpng/ |
D | ltmain.sh | 3576 rpath= 3825 rpath | xrpath) 3833 if test "$prev" = rpath; then 3834 case "$rpath " in 3836 *) rpath="$rpath $arg" ;; 4109 -rpath) 4110 prev=rpath 5614 set dummy $rpath 5622 if test -z "$rpath"; then 5952 if test -n "$rpath"; then [all …]
|
/external/dhcpcd/mk/ |
D | os-Darwin.mk | 5 LINK_RPATH= --rpath
|
D | prog.mk | 12 LINK_RPATH?= -Wl,-rpath
|
/external/elfutils/ |
D | ChangeLog | 40 * config.rpath: Likewise. 47 (EXTRA_DIST): Remove config.rpath.
|
/external/bison/m4/ |
D | lib-link.m4 | 93 dnl Determine the platform dependent parameters needed to use rpath: 98 dnl Tell automake >= 1.10 to complain if config.rpath is missing. 99 m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) 106 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 118 dnl Determine whether the user wants rpath handling at all. 119 AC_ARG_ENABLE(rpath, optenable 120 [ --disable-rpath do not hardcode runtime library paths], 502 dnl Weird platform: only the last -rpath option counts, the user must 516 dnl The -rpath options are cumulative.
|
/external/elfutils/config/ |
D | ChangeLog | 9 * config.rpath: Likewise.
|
/external/clearsilver/dso/ |
D | Makefile | 20 …/usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libne…
|
/external/dropbear/libtomcrypt/testprof/ |
D | makefile.shared | 21 …libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | xargs` -o $@ -rpath $…
|
/external/icu4c/config/ |
D | mh-bsd-gcc | 21 LD_RPATH_PRE= -Wl,-rpath,
|
D | mh-alpha-linux-gcc | 25 LD_RPATH_PRE= -Wl,-rpath,
|
/external/clearsilver/ |
D | aclocal.m4 | 259 dnl Determine the platform dependent parameters needed to use rpath: 264 dnl Tell automake >= 1.10 to complain if config.rpath is missing. 265 m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) 272 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 284 dnl Determine whether the user wants rpath handling at all. 285 AC_ARG_ENABLE(rpath, optenable 286 [ --disable-rpath do not hardcode runtime library paths], 667 dnl Weird platform: only the last -rpath option counts, the user must 681 dnl The -rpath options are cumulative.
|
/external/libpng/contrib/gregbook/ |
D | Makefile.unx | 36 PNGLIBd = -Wl,-rpath,$(PNGDIR) -L$(PNGDIR) -lpng12 # dynamically linked
|