Home
last modified time | relevance | path

Searched refs:INSTALL_DIR (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/
DMakefile17 INSTALL_DIR=$(DSTROOT)/$(INSTALL_PREFIX) macro
53 mkdir -p $(INSTALL_DIR)/usr/lib
54 strip -S -o $(INSTALL_DIR)/usr/lib/libc++.1.dylib \
56 cd $(INSTALL_DIR)/usr/lib && ln -s libc++.1.dylib libc++.dylib
/external/cmockery/cmockery_0_1_2/windows/
Dmakefile34 !IFNDEF INSTALL_DIR
35 INSTALL_DIR=..\0_1_2 macro
101 mkdir -p $(INSTALL_DIR)\lib
102 mkdir -p $(INSTALL_DIR)\include\google
103 cp -f $(LIBRARY_DIR)\cmockery.lib $(INSTALL_DIR)\lib
104 cp -f $(LIBRARY_SOURCE_DIRECTORY)\google\cmockery.h $(INSTALL_DIR)\include\google
/external/mesa3d/src/gallium/targets/libgl-xlib/
DMakefile101 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL
102 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR)
103 $(INSTALL) -m 644 $(TOP)/include/GL/*.h $(DESTDIR)$(INSTALL_DIR)/include/GL
105 $(MINSTALL) $(TOP)/$(LIB_DIR)/libGL* $(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR); \
/external/valgrind/auxprogs/
Dbuild-gcc17 INSTALL_DIR=/tmp/install
48 ../gcc-$GCC_VERSION/configure --prefix=$INSTALL_DIR --disable-bootstrap \
/external/autotest/utils/
Dbuild_externals.py28 INSTALL_DIR = 'site-packages' variable
56 install_dir = os.path.join(top_of_tree, INSTALL_DIR)
/external/c-ares/
DREADME.msvc50 use same command prompt window to define environment variable INSTALL_DIR
54 > set INSTALL_DIR=c:\c-ares
61 c-ares header files to subdirectory 'include' below the INSTALL_DIR subdir.
63 When environment variable INSTALL_DIR is not defined, installation is done
/external/mesa3d/src/glx/apple/
DMakefile114 $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL
115 $(INSTALL) -m 644 include/GL/gl.h $(DESTDIR)$(INSTALL_DIR)/include/GL
/external/mesa3d/configs/
Ddefault131 INSTALL_DIR = /usr/local
132 INSTALL_LIB_DIR = $(INSTALL_DIR)/$(LIB_DIR)
133 INSTALL_INC_DIR = $(INSTALL_DIR)/include
Dcurrent.in159 INSTALL_DIR = $(prefix)
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
Dxatracker.pc.in1 prefix=@INSTALL_DIR@
/external/autotest/site_utils/autoupdate/
Dimport_common.py26 install_dir = os.path.join(tot, build_externals.INSTALL_DIR)
/external/selinux/policycoreutils/po/
DMakefile12 INSTALL_DIR = /usr/bin/install -d macro
125 $(INSTALL_DIR) $(INSTALL_NLS_DIR)/$$l/LC_MESSAGES; \
/external/squashfs-tools/squashfs-tools/
DMakefile111 INSTALL_DIR = /usr/local/bin macro
/external/gemmlowp/
DREADME.txt191 $ export INSTALL_DIR=~/toolchains/clang-21-stl-gnu
194 --install-dir=$INSTALL_DIR
195 $ export CXX="$INSTALL_DIR/bin/arm-linux-androideabi-g++ \
196 --sysroot=$INSTALL_DIR/sysroot"
/external/iputils/ninfod/
DMakefile.in72 @INSTALL_DIR@ @sbindir@
Dconfigure.in42 INSTALL_DIR="\${INSTALL} -d"
43 AC_SUBST(INSTALL_DIR) subst
Dconfigure3055 INSTALL_DIR="\${INSTALL} -d"
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake199 "PARENT_TARGET;OUTPUT_DIR;INSTALL_DIR"
338 INSTALL_DIR ${COMPILER_RT_LIBRARY_INSTALL_DIR})
352 INSTALL_DIR ${COMPILER_RT_LIBRARY_INSTALL_DIR})
449 INSTALL_DIR ${DARWIN_macho_embedded_LIBRARY_INSTALL_DIR})
DAddCompilerRT.cmake297 -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
/external/clang/
DCMakeLists.txt713 # We shouldn't need to set this here, but INSTALL_DIR doesn't
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch42 - $(CP) $(CLASSES) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)
43 + $(CP) $(CLASSES) $(SSL_CLASSES) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)