HomeSort by relevance Sort by last modified time
    Searched refs:BINDIR (Results 51 - 66 of 66) sorted by null

1 23

  /external/icu/icu4c/source/tools/makeconv/
Makefile.in 29 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
56 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
57 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 53 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
107 BINDIR= ${exec_prefix}/bin
872 -if test -f $(DESTDIR)$(BINDIR)/$(PYTHON) -o -h $(DESTDIR)$(BINDIR)/$(PYTHON); \
873 then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
876 -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
877 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
878 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
879 -rm -f $(DESTDIR)$(BINDIR)/python2-config
880 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 53 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
107 BINDIR= ${exec_prefix}/bin
873 -if test -f $(DESTDIR)$(BINDIR)/$(PYTHON) -o -h $(DESTDIR)$(BINDIR)/$(PYTHON); \
874 then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
877 -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
878 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
879 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
880 -rm -f $(DESTDIR)$(BINDIR)/python2-config
881 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 53 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
107 BINDIR= ${exec_prefix}/bin
872 -if test -f $(DESTDIR)$(BINDIR)/$(PYTHON) -o -h $(DESTDIR)$(BINDIR)/$(PYTHON); \
873 then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
876 -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
877 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
878 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
879 -rm -f $(DESTDIR)$(BINDIR)/python2-config
880 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 53 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
107 BINDIR= ${exec_prefix}/bin
873 -if test -f $(DESTDIR)$(BINDIR)/$(PYTHON) -o -h $(DESTDIR)$(BINDIR)/$(PYTHON); \
874 then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
877 -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
878 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
879 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
880 -rm -f $(DESTDIR)$(BINDIR)/python2-config
881 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config
    [all...]
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 45 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
103 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
104 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 282 plugin_dir = concat (BINDIR, "/../lib/bfd-plugins", NULL);
284 BINDIR,
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 70 my $BINDIR = "$ABS_RUN_DIR/bin";
103 } elsif ($arg eq "--bindir") {
104 $has_opt = 1; print "$BINDIR\n";
183 --bindir Directory containing LLVM executables.
  /external/syslinux/com32/lib/
Makefile 79 BINDIR = /usr/bin
  /external/syslinux/
Makefile 330 mkdir -m 755 -p $(INSTALLROOT)$(BINDIR)
331 install -m 755 -c $(INSTALL_BIN) $(INSTALLROOT)$(BINDIR)
syslinux.spec 73 INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
  /toolchain/binutils/binutils-2.25/ld/
ldfile.c 524 dir = make_relative_prefix (program_name, BINDIR, SCRIPTDIR);
ldmain.c 576 path = get_relative_sysroot (BINDIR);
    [all...]
  /external/openssh/contrib/suse/
openssh.spec 166 make install install.man BINDIR=%{_libdir}/ssh DESTDIR=$RPM_BUILD_ROOT/
  /external/lz4/tests/
Makefile 33 BINDIR := $(PREFIX)/bin
  /toolchain/binutils/binutils-2.25/gold/
options.cc 751 char* path = get_relative_sysroot(BINDIR);
    [all...]

Completed in 330 milliseconds

1 23