Searched refs:rpath (Results 1 – 25 of 131) sorted by relevance
123456
/external/webkit/Source/WebKit2/ |
D | WebProcess.pro | 24 # From Creator's src/rpath.pri: 25 # Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR 30 QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${MY_RPATH}\' -Wl,--no-undefined
|
/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/webkit/Tools/MiniBrowser/qt/ |
D | MiniBrowser.pro | 37 # From Creator's src/rpath.pri: 38 # Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR 43 QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${MY_RPATH}\'
|
/external/webkit/Tools/QtTestBrowser/ |
D | QtTestBrowser.pro | 43 # From Creator's src/rpath.pri: 44 # Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR 49 QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${MY_RPATH}\'
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
D | WebKitTestRunner.pro | 54 # From Creator's src/rpath.pri: 55 # Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR 60 QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${MY_RPATH}\' -Wl,--no-undefined
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | declarative.pro | 42 # From Creator's src/rpath.pri: 43 # Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR 48 QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${MY_RPATH}\'
|
/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.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 | 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
|
/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/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/llvm/autoconf/ |
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/chromium/sdch/open-vcdiff/ |
D | ltmain.sh | 1164 rpath= 1426 case "$rpath " in 1428 *) rpath="$rpath $arg" ;; 1741 -rpath) 1742 prev=rpath 3204 set dummy $rpath 3211 if test -z "$rpath"; then 3535 if test -n "$rpath"; then 3928 test "$mode" != relink && rpath="$compile_rpath$rpath" 3929 for libdir in $rpath; do [all …]
|
/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/chromium/third_party/libevent/ |
D | ltmain.sh | 1164 rpath= 1426 case "$rpath " in 1428 *) rpath="$rpath $arg" ;; 1741 -rpath) 1742 prev=rpath 3201 set dummy $rpath 3208 if test -z "$rpath"; then 3527 if test -n "$rpath"; then 3920 test "$mode" != relink && rpath="$compile_rpath$rpath" 3921 for libdir in $rpath; do [all …]
|
/external/dhcpcd/mk/ |
D | os-Darwin.mk | 5 LINK_RPATH= --rpath
|
/external/stlport/test/compiler/StTerm-order/ |
D | Makefile | 12 LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
|
/external/icu4c/config/ |
D | mh-linux | 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN 21 LD_RPATH_PRE = -Wl,-rpath,
|
D | mh-linux-va | 27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN 28 #LD_RPATH_PRE = -Wl,-rpath,
|
/external/elfutils/ |
D | ChangeLog | 40 * config.rpath: Likewise. 47 (EXTRA_DIST): Remove config.rpath.
|
/external/protobuf/gtest/build-aux/ |
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 5612 set dummy $rpath 5620 if test -z "$rpath"; then 5950 if test -n "$rpath"; then [all …]
|
/external/protobuf/ |
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 5612 set dummy $rpath 5620 if test -z "$rpath"; then 5950 if test -n "$rpath"; then [all …]
|
/external/elfutils/config/ |
D | ChangeLog | 9 * config.rpath: Likewise.
|
/external/libpng/ |
D | ltmain.sh | 4094 rpath= 4343 rpath | xrpath) 4351 if test "$prev" = rpath; then 4352 case "$rpath " in 4354 *) rpath="$rpath $arg" ;; 4636 -rpath) 4637 prev=rpath 6139 set dummy $rpath 6147 if test -z "$rpath"; then 6477 if test -n "$rpath"; then [all …]
|
/external/pcre/ |
D | ltmain.sh | 4409 rpath= 4663 rpath | xrpath) 4671 if test "$prev" = rpath; then 4672 case "$rpath " in 4674 *) rpath="$rpath $arg" ;; 4961 -rpath) 4962 prev=rpath 6467 set dummy $rpath 6475 if test -z "$rpath"; then 6805 if test -n "$rpath"; then [all …]
|
123456