Searched refs:rpath (Results 101 - 125 of 456) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1481 rpath=
1723 rpath | xrpath)
1732 if test "$prev" = rpath; then
1733 case "$rpath " in
1735 *) rpath="$rpath $arg" ;;
2042 -rpath)
2043 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/build-aux/
H A Dltmain.sh1067 rpath=
1303 rpath | xrpath)
1312 if test "$prev" = rpath; then
1313 case "$rpath " in
1315 *) rpath="$rpath $arg" ;;
1572 -rpath)
1573 prev=rpath
2379 # Make sure the rpath contains only unique directories.
2944 if test -n "$rpath"; the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/build-aux/
H A Dltmain.sh1067 rpath=
1303 rpath | xrpath)
1312 if test "$prev" = rpath; then
1313 case "$rpath " in
1315 *) rpath="$rpath $arg" ;;
1572 -rpath)
1573 prev=rpath
2379 # Make sure the rpath contains only unique directories.
2944 if test -n "$rpath"; the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/
H A Dlibtool286 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
293 # Whether we need a single -rpath flag with a separated argument.
1411 rpath=
1647 rpath | xrpath)
1656 if test "$prev" = rpath; then
1657 case "$rpath " in
1659 *) rpath="$rpath $arg" ;;
1916 -rpath)
1917 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A Dlibtool286 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
293 # Whether we need a single -rpath flag with a separated argument.
1411 rpath=
1647 rpath | xrpath)
1656 if test "$prev" = rpath; then
1657 case "$rpath " in
1659 *) rpath="$rpath $arg" ;;
1916 -rpath)
1917 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A DMakefile.unx36 PNGLIBd = -Wl,-rpath,$(PNGDIR) -L$(PNGDIR) -lpng12 # dynamically linked
47 #ZLIBd = -Wl,-rpath,$(ZDIR) -L$(ZDIR) -lz # -rpath allows in-place testing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.dec61 LDFLAGS=-L$(ZLIBLIB) -rpath $(ZLIBLIB) libpng.a -lz -lm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A Dautoclean.sh14 rm -f config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dautoclean.sh14 rm -f config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dautoclean.sh11 rm -f config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dautoclean.sh49 rm -f admin/config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dautoclean.sh11 rm -f config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc/
H A Dautoclean.sh14 rm -f config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnome/
H A Dautoclean.sh11 rm -f config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dadd-to-archive66 config.rpath)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c847 char *rpath; local
914 rpath = rlp->line;
915 if (strncmp(rpath, "//|||//", strlen("//|||//")) == 0) {
916 rpath += strlen("//|||//");
925 (void) fprintf(fp, "This will be the remote file \"%s\" after you finish editing this file.\n", rpath);
932 Trace(-1, "Please wait while %s is downloaded for editing.\n", rpath);
933 result = FTPGetOneFile3(&gConn, rpath, llp->line, kTypeBinary, -1, kResumeNo, kAppendNo, kDeleteNo, kNoFTPConfirmResumeDownloadProc, 0);
936 FTPPerror(&gConn, result, kErrCouldNotStartDataTransfer, "get for editing", rpath);
942 Trace(-1, "Cannot edit \"%s\", as the local file \"%s\" was deleted after it was downloaded.\n", rpath, llp->line);
1002 rpath
4154 char *rpath; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh856 rpath=
1080 rpath | xrpath)
1089 if test "$prev" = rpath; then
1090 case "$rpath " in
1092 *) rpath="$rpath $arg" ;;
1293 -rpath)
1294 prev=rpath
2047 # Make sure the rpath contains only unique directories.
2501 if test -n "$rpath"; the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dlibtool291 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
298 # Whether we need a single -rpath flag with a separated argument.
1506 rpath=
1757 rpath | xrpath)
1766 if test "$prev" = rpath; then
1767 case "$rpath " in
1769 *) rpath="$rpath $arg" ;;
2077 -rpath)
2078 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1514 rpath=
1765 rpath | xrpath)
1774 if test "$prev" = rpath; then
1775 case "$rpath " in
1777 *) rpath="$rpath $arg" ;;
2084 -rpath)
2085 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1511 rpath=
1762 rpath | xrpath)
1771 if test "$prev" = rpath; then
1772 case "$rpath " in
1774 *) rpath="$rpath $arg" ;;
2082 -rpath)
2083 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1511 rpath=
1762 rpath | xrpath)
1771 if test "$prev" = rpath; then
1772 case "$rpath " in
1774 *) rpath="$rpath $arg" ;;
2082 -rpath)
2083 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1511 rpath=
1762 rpath | xrpath)
1771 if test "$prev" = rpath; then
1772 case "$rpath " in
1774 *) rpath="$rpath $arg" ;;
2082 -rpath)
2083 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1511 rpath=
1762 rpath | xrpath)
1771 if test "$prev" = rpath; then
1772 case "$rpath " in
1774 *) rpath="$rpath $arg" ;;
2082 -rpath)
2083 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibtool294 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
301 # Whether we need a single -rpath flag with a separated argument.
1509 rpath=
1760 rpath | xrpath)
1769 if test "$prev" = rpath; then
1770 case "$rpath " in
1772 *) rpath="$rpath $arg" ;;
2080 -rpath)
2081 prev=rpath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/
H A Dlibtool297 hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
304 # Whether we need a single -rpath flag with a separated argument.
1503 rpath=
1754 rpath | xrpath)
1763 if test "$prev" = rpath; then
1764 case "$rpath " in
1766 *) rpath="$rpath $arg" ;;
2073 -rpath)
2074 prev=rpath
[all...]

Completed in 201 milliseconds

1234567891011>>