Searched refs:TOP_SRCDIR (Results 1 – 3 of 3) sorted by relevance
136 if [ -f "${TOP_SRCDIR}/$var" ]; then288 TOP_SRCDIR=${TOP_SRCDIR:=`dirname "$0"`/..}290 GLOBAL_BOILERPLATE="${TOP_SRCDIR}/.global_boilerplate"297 if [ -f "$TOP_SRCDIR/$var" ]; then299 $var+= `cat "$TOP_SRCDIR/$var"`
24 TOP_SRCDIR="$(dirname $0)"35 if [ -e "${TOP_SRCDIR}/.configure-custom.sh" ]; then36 . "${TOP_SRCDIR}/.configure-custom.sh"318 eval "${CMAKE_CMD}" "${TOP_SRCDIR}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" -DCMAKE_INSTALL_PREFIX="${PR…
42 $ make autotools # This must be run from "$TOP_SRCDIR"!44 $ cd "$TOP_BUILDDIR" && "$TOP_SRCDIR/configure" \50 $ cp "$TOP_SRCDIR/include/config.h.default" \52 $ cp "$TOP_SRCDIR/include/mk/config.mk.default" \54 $ cp "$TOP_SRCDIR/include/mk/features.mk.default" \62 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios.63 - $TOP_SRCDIR and $TOP_BUILDDIR differ for out-of-build-tree scenarios.127 -f "$TOP_SRCDIR/Makefile" \128 "top_srcdir=$TOP_SRCDIR" \132 -f "$TOP_SRCDIR/Makefile" \[all …]