HomeSort by relevance Sort by last modified time
    Searched full:"$ prefix" (Results 151 - 175 of 833) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Mac/
Makefile.in 11 LIBDEST=$(prefix)/lib/python$(VERSION)
28 APPINSTALLDIR=$(prefix)/Resources/Python.app
55 $(INSTALL_PROGRAM) $(STRIPFLAG) pythonw "$(DESTDIR)$(prefix)/bin/pythonw$(VERSION)"
56 $(INSTALL_PROGRAM) $(STRIPFLAG) pythonw "$(DESTDIR)$(prefix)/bin/python$(VERSION)"
57 ln -sf python$(VERSION) "$(DESTDIR)$(prefix)/bin/python2"
58 ln -sf python2 "$(DESTDIR)$(prefix)/bin/python"
59 ln -sf pythonw$(VERSION) "$(DESTDIR)$(prefix)/bin/pythonw2"
60 ln -sf pythonw2 "$(DESTDIR)$(prefix)/bin/pythonw"
62 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/python$(VERSION)-32 pythonw
63 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/pythonw$(VERSION)-32 python
    [all...]
  /external/dtc/scripts/
kup-dtc 17 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
25 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
  /external/selinux/mcstrans/utils/
Makefile 3 LIBDIR ?= $(PREFIX)/lib
4 BINDIR ?= $(PREFIX)/sbin
  /external/syslinux/win32/
find-mingw32.sh 25 if "${prefix}${cc}" -v > /dev/null 2>&1; then
26 echo "$prefix"
  /external/syslinux/win64/
find-mingw64.sh 28 if "${prefix}${cc}" -v > /dev/null 2>&1; then
29 echo "$prefix"
  /external/valgrind/gdbserver_tests/
send_signal 18 VPID=`./vgdb -l $PREFIX 2>&1 | awk '{print $2}' | sed -e 's/--pid=//'`
21 echo "send_signal could not determine the valgrind pid with " $PREFIX
simulate_control_c 16 VGDBPID=`./vgdb -D $PREFIX 2>&1 | awk '/vgdb pid/ {print $3}'`
19 echo "simulate_control_c could not determine the vgdb pid with " $PREFIX
  /hardware/intel/common/libmix/mix_audio/m4/
as-mix-version.m4 10 dnl - defines [$PREFIX]_MAJOR, MINOR and REVISION, CURRENT, AGE
11 dnl - defines [$PREFIX], VERSION
  /hardware/intel/common/libmix/mix_common/m4/
as-mix-version.m4 10 dnl - defines [$PREFIX]_MAJOR, MINOR and REVISION, CURRENT, AGE
11 dnl - defines [$PREFIX], VERSION
  /hardware/intel/common/libmix/mix_vbp/m4/
as-mix-version.m4 10 dnl - defines [$PREFIX]_MAJOR, MINOR and REVISION, CURRENT, AGE
11 dnl - defines [$PREFIX], VERSION
  /hardware/intel/common/libmix/mix_video/m4/
as-mix-version.m4 10 dnl - defines [$PREFIX]_MAJOR, MINOR and REVISION, CURRENT, AGE
11 dnl - defines [$PREFIX], VERSION
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/pkgconfig/
sdl2.pc 4 exec_prefix=${prefix}
6 includedir=${prefix}/include
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/pkgconfig/
sdl2.pc 4 exec_prefix=${prefix}
6 includedir=${prefix}/include
  /bionic/tests/
file-check-cxx 8 $CXX "$@" -Wno-error 2>&1 | $FILECHECK -check-prefix=$PREFIX $SOURCE
  /external/abi-compliance-checker/
Makefile.pl 78 my ($PREFIX, $DESTDIR, $Help, $Install, $Remove);
82 "prefix=s" => \$PREFIX,
106 if($PREFIX ne "/") {
107 $PREFIX=~s/[\/]+\Z//g;
109 if(not $PREFIX)
112 $PREFIX = "/usr";
135 $PREFIX = $DESTDIR.$PREFIX;
136 if(not -d $PREFIX)
138 print STDERR "ERROR: you should create installation directory first (destdir + prefix):\n mkdir -p $PREFIX\n"
    [all...]
  /external/libvncserver/
libvncserver-config.in 13 includedir="$prefix"
14 libdir="$prefix/libvncserver/.libs $prefix/libvncclient/.libs"
39 echo $prefix
  /external/libxml2/
xml2-config.in 15 --prefix=DIR change libxml prefix [default $prefix]
43 includedir=$prefix/include
44 libdir=$prefix/lib
48 echo $prefix
  /external/ltp/testcases/open_posix_testsuite/bin/
Makefile 13 bindir?= $(prefix)/bin
  /external/mesa3d/src/mesa/
gl.pc.in 2 exec_prefix=${prefix}
  /external/selinux/libselinux/include/
Makefile 3 INCDIR ?= $(PREFIX)/include/selinux
  /external/selinux/libsemanage/src/
libsemanage.pc.in 2 exec_prefix=${prefix}
  /external/selinux/secilc/
Makefile 2 BINDIR ?= $(PREFIX)/bin
3 MANDIR ?= $(PREFIX)/share/man
4 LIBDIR ?= $(PREFIX)/lib
5 INCLUDEDIR ?= $(PREFIX)/include
  /prebuilts/libs/libedit/linux-x86/lib/pkgconfig/
libedit.pc 4 includedir=${prefix}/include
  /external/eigen/bench/perf_monitoring/gemm/
run.sh 120 make_backup $PREFIX"s"$bench
121 make_backup $PREFIX"d"$bench
122 make_backup $PREFIX"c"$bench
133 test_current $actual_rev float $PREFIX"s"$bench
134 test_current $actual_rev double $PREFIX"d"$bench
135 test_current $actual_rev "std::complex<double>" $PREFIX"c"$bench
141 cat $PREFIX"s""$bench.out"
145 cat $PREFIX"d""$bench.out"
149 cat $PREFIX"c""$bench.out"
152 ./make_plot.sh $PREFIX"s"$bench $benc
    [all...]
  /external/selinux/python/semanage/
Makefile 5 LIBDIR ?= $(PREFIX)/lib
6 SBINDIR ?= $(PREFIX)/sbin
7 MANDIR = $(PREFIX)/share/man

Completed in 3176 milliseconds

1 2 3 4 5 67 8 91011>>