Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 25 of 95) sorted by relevance

1234

/external/jpeg/
Dltmain.sh389 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/
Dmakefile.linux57 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
58 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
Dmakefile.nommx57 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
58 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
Dmakefile.gcmmx76 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
77 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
Dlibpng-config-body.in17 --R_opts print dynamic linker "-R" or "-rpath" flags
Dmakefile.dec61 LDFLAGS=-L$(ZLIBLIB) -rpath $(ZLIBLIB) libpng.a -lz -lm
/external/clearsilver/imd/
Dimd.c200 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/
Dld.c606 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/
Dltmain.sh1127 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/
Dltmain.sh1157 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/
Dltmain.sh1157 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/
Dltmain.sh1157 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/
Dltmain.sh1148 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/
Dltmain.sh3576 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/
Dos-Darwin.mk5 LINK_RPATH= --rpath
Dprog.mk12 LINK_RPATH?= -Wl,-rpath
/external/elfutils/
DChangeLog40 * config.rpath: Likewise.
47 (EXTRA_DIST): Remove config.rpath.
/external/bison/m4/
Dlib-link.m493 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/
DChangeLog9 * config.rpath: Likewise.
/external/clearsilver/dso/
DMakefile20 …/usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libne…
/external/dropbear/libtomcrypt/testprof/
Dmakefile.shared21 …libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | xargs` -o $@ -rpath $…
/external/icu4c/config/
Dmh-bsd-gcc21 LD_RPATH_PRE= -Wl,-rpath,
Dmh-alpha-linux-gcc25 LD_RPATH_PRE= -Wl,-rpath,
/external/clearsilver/
Daclocal.m4259 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/
DMakefile.unx36 PNGLIBd = -Wl,-rpath,$(PNGDIR) -L$(PNGDIR) -lpng12 # dynamically linked

1234