Home
last modified time | relevance | path

Searched refs:SHLIBDIR (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libsepol/src/
DMakefile5 SHLIBDIR ?= $(DESTDIR)/lib macro
69 test -d $(SHLIBDIR) || install -m 755 -d $(SHLIBDIR)
70 install -m 755 $(LIBSO) $(SHLIBDIR)
73 ln -sf --relative $(SHLIBDIR)/$(LIBSO) $(LIBDIR)/$(TARGET)
76 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/external/selinux/libselinux/src/
DMakefile12 SHLIBDIR ?= $(DESTDIR)/lib macro
147 test -d $(SHLIBDIR) || install -m 755 -d $(SHLIBDIR)
148 install -m 755 $(LIBSO) $(SHLIBDIR)
151 ln -sf --relative $(SHLIBDIR)/$(LIBSO) $(LIBDIR)/$(TARGET)
164 /sbin/restorecon $(SHLIBDIR)/$(LIBSO)
/external/llvm/test/Unit/
Dlit.site.cfg.in10 config.shlibdir = "@SHLIBDIR@"
/external/clang/test/Unit/
Dlit.site.cfg.in12 config.shlibdir = "@SHLIBDIR@"
/external/selinux/
DREADME13 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
/external/clang/test/
Dlit.site.cfg.in9 config.llvm_shlib_dir = "@SHLIBDIR@"
DMakefile69 @$(ECHOPATH) s=@SHLIBDIR@=$(SharedLibDir)=g >> unit.tmp
/external/llvm/test/
DMakefile127 @$(ECHOPATH) s=@SHLIBDIR@=$(SharedLibDir)=g >> lit.tmp
159 @$(ECHOPATH) s=@SHLIBDIR@=$(SharedLibDir)=g >> unit.tmp
Dlit.site.cfg.in11 config.llvm_shlib_dir = "@SHLIBDIR@"
/external/compiler-rt/test/
Dlit.common.configured.in21 set_default("llvm_shlib_dir", "@SHLIBDIR@")
/external/selinux/libsemanage/src/
DMakefile12 SHLIBDIR ?= $(DESTDIR)/lib macro
/external/llvm/cmake/modules/
DAddLLVM.cmake733 # SHLIBDIR points the build tree.
734 string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} SHLIBDIR "${LLVM_SHLIB_OUTPUT_INTDIR}")
/external/selinux/libsepol/
DChangeLog21 * Remove assumption that SHLIBDIR is ../../ relative to LIBDIR, from Steve
/external/selinux/libsemanage/
DChangeLog11 * Fix Makefile to allow LIBDIR and SHLIBDIR to be set to different
/external/selinux/libselinux/
DChangeLog17 * Remove assumption that SHLIBDIR is ../../ relative to LIBDIR, from Steve