Lines Matching refs:objroot
733 objroot
2645 objroot=""
8261 echo "$with_version" > "${objroot}VERSION"
8277 (test ! "${srcroot}" && cd "${srcroot}"; git describe --long --abbrev=40 --match="${pattern}") > "${objroot}VERSION.tmp" 2>/dev/null
8279 mv "${objroot}VERSION.tmp" "${objroot}VERSION"
8284 rm -f "${objroot}VERSION.tmp"
8289 if test ! -e "${objroot}VERSION" ; then
8293 echo "0.0.0-0-g000000missing_version_try_git_fetch_tags" > "${objroot}VERSION"
8295 cp ${srcroot}VERSION ${objroot}VERSION
8298 jemalloc_version=`cat "${objroot}VERSION"`
14979 objroot="${objroot}"
14986 objroot="${objroot}"
14994 objroot="${objroot}"
15001 objroot="${objroot}"
15005 objroot="${objroot}"
15009 objroot="${objroot}"
15013 objroot="${objroot}"
15017 objroot="${objroot}"
15021 objroot="${objroot}"
15025 objroot="${objroot}"
15609 f="${objroot}include/jemalloc/internal/public_symbols.txt"
15610 mkdir -p "${objroot}include/jemalloc/internal"
15625 f="${objroot}include/jemalloc/internal/private_symbols.awk"
15626 mkdir -p "${objroot}include/jemalloc/internal"
15628 "${srcdir}/include/jemalloc/internal/private_symbols.sh" "${SYM_PREFIX}" ${export_syms} > "${objroot}include/jemalloc/internal/private_symbols.awk"
15631 f="${objroot}include/jemalloc/internal/private_symbols_jet.awk"
15632 mkdir -p "${objroot}include/jemalloc/internal"
15634 "${srcdir}/include/jemalloc/internal/private_symbols.sh" "${SYM_PREFIX}" ${export_syms} > "${objroot}include/jemalloc/internal/private_symbols_jet.awk"
15637 mkdir -p "${objroot}include/jemalloc/internal"
15638 "${srcdir}/include/jemalloc/internal/public_namespace.sh" "${objroot}include/jemalloc/internal/public_symbols.txt" > "${objroot}include/jemalloc/internal/public_namespace.h"
15641 mkdir -p "${objroot}include/jemalloc/internal"
15642 "${srcdir}/include/jemalloc/internal/public_unnamespace.sh" "${objroot}include/jemalloc/internal/public_symbols.txt" > "${objroot}include/jemalloc/internal/public_unnamespace.h"
15645 mkdir -p "${objroot}include/jemalloc"
15646 cat "${srcdir}/include/jemalloc/jemalloc_protos.h.in" | sed -e 's/@je_@/jet_/g' > "${objroot}include/jemalloc/jemalloc_protos_jet.h"
15649 mkdir -p "${objroot}include/jemalloc"
15650 "${srcdir}/include/jemalloc/jemalloc_rename.sh" "${objroot}include/jemalloc/internal/public_symbols.txt" > "${objroot}include/jemalloc/jemalloc_rename.h"
15653 mkdir -p "${objroot}include/jemalloc"
15654 "${srcdir}/include/jemalloc/jemalloc_mangle.sh" "${objroot}include/jemalloc/internal/public_symbols.txt" je_ > "${objroot}include/jemalloc/jemalloc_mangle.h"
15657 mkdir -p "${objroot}include/jemalloc"
15658 "${srcdir}/include/jemalloc/jemalloc_mangle.sh" "${objroot}include/jemalloc/internal/public_symbols.txt" jet_ > "${objroot}include/jemalloc/jemalloc_mangle_jet.h"
15661 mkdir -p "${objroot}include/jemalloc"
15662 "${srcdir}/include/jemalloc/jemalloc.sh" "${objroot}" > "${objroot}include/jemalloc/jemalloc${install_suffix}.h"
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: objroot : ${objroot}" >&5
15768 $as_echo "objroot : ${objroot}" >&6; }