Searched refs:BUILD_DIR (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/
H A Dtestsuite_flags.in20 BUILD_DIR=@libphobos_builddir@
39 GDCPATHS_config="-B${BUILD_DIR}/src
40 -I${BUILD_DIR}/libdruntime
49 GDCLDFLAGS="-B${BUILD_DIR}/src
50 -B${BUILD_DIR}/libdruntime/gcc
51 -B${BUILD_DIR}/src/.libs
52 -L${BUILD_DIR}/src/.libs"
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/
H A Dtestsuite_flags.in20 BUILD_DIR=@libphobos_builddir@
36 GDCPATHS_config="-B${BUILD_DIR}/src
37 -I${BUILD_DIR}/libdruntime
46 GDCLDFLAGS="-B${BUILD_DIR}/src
47 -B${BUILD_DIR}/libdruntime/gcc
48 -L${BUILD_DIR}/src/.libs"
/netbsd-current/external/bsd/elftosb/dist/
H A Dmakefile15 BUILD_DIR = bld/linux macro
21 BUILD_DIR = bld/cygwin macro
31 @mkdir -p ${BUILD_DIR};
32 make -C ${BUILD_DIR} -f ${SRC_DIR}/makefile.rules SRC_DIR=${SRC_DIR} $@;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in29 BUILD_DIR=@glibcxx_builddir@
70 -B${BUILD_DIR}/../libgomp
71 -I${BUILD_DIR}/../libgomp
72 -L${BUILD_DIR}/../libgomp/.libs -lgomp"
82 if [ -d ${BUILD_DIR}/src/filesystem/.libs ]; then
83 FS_LDFLAGS=-L${BUILD_DIR}/src/filesystem/.libs
85 if [ -d ${BUILD_DIR}/src/libbacktrace/.libs ]; then
86 BT_LDFLAGS=-L${BUILD_DIR}/src/libbacktrace/.libs
H A Dcheck_compile6 # check_compile SRC_DIR BUILD_DIR
11 BUILD_DIR=$2
25 flags_script=$BUILD_DIR/scripts/testsuite_flags
H A Dcheck_performance6 # check_performance SRC_DIR BUILD_DIR
11 BUILD_DIR=$2
25 flags_script=$BUILD_DIR/scripts/testsuite_flags
31 SH_FLAG="-Wl,--rpath -Wl,$BUILD_DIR/../../gcc \
32 -Wl,--rpath -Wl,$BUILD_DIR/src/.libs"
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in29 BUILD_DIR=@glibcxx_builddir@
70 -B${BUILD_DIR}/../libgomp
71 -I${BUILD_DIR}/../libgomp
72 -L${BUILD_DIR}/../libgomp/.libs -lgomp"
81 -L${BUILD_DIR}/src/filesystem/.libs"
H A Dcheck_compile6 # check_compile SRC_DIR BUILD_DIR
11 BUILD_DIR=$2
25 flags_script=$BUILD_DIR/scripts/testsuite_flags
H A Dcheck_performance6 # check_performance SRC_DIR BUILD_DIR
11 BUILD_DIR=$2
25 flags_script=$BUILD_DIR/scripts/testsuite_flags
31 SH_FLAG="-Wl,--rpath -Wl,$BUILD_DIR/../../gcc \
32 -Wl,--rpath -Wl,$BUILD_DIR/src/.libs"
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Drun-buildbot49 BUILD_DIR="${2}"
64 BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build/${BUILDER}}"
65 INSTALL_DIR="${BUILD_DIR}/install"
75 rm -rf "${BUILD_DIR}"
81 -B "${BUILD_DIR}" \
118 ${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi
121 ${NINJA} -vC "${BUILD_DIR}" check-cxx
124 ${NINJA} -vC "${BUILD_DIR}" check-cxxabi
131 ${NINJA} -vC "${BUILD_DIR}" chec
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh54 BUILD_DIR=$(readlink -f ./symbolizer)
55 mkdir -p $BUILD_DIR
56 cd $BUILD_DIR
72 ZLIB_BUILD=${BUILD_DIR}/zlib
73 LIBCXX_BUILD=${BUILD_DIR}/libcxx
74 LLVM_BUILD=${BUILD_DIR}/llvm
75 SYMBOLIZER_BUILD=${BUILD_DIR}/symbolizer
132 cd ${BUILD_DIR}
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A DMakefile.in34 BUILD_DIR = @BUILD_DIR@
255 -$(INSTALL_DATA) $(BUILD_DIR)/readline.pc $(DESTDIR)$(pkgconfigdir)/readline.pc
361 bind.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
365 callback.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
367 compat.o: ${BUILD_DIR}/config.h
370 complete.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
373 display.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
379 funmap.o: ${BUILD_DIR}/config.h
382 histexpand.o: ${BUILD_DIR}/confi
[all...]
H A Dconfigure634 BUILD_DIR
6875 msdosdjgpp*) BUILD_DIR=`pwd.exe` ;; # to prevent //d/path/file
6876 *) BUILD_DIR=`pwd` ;;
6879 case "$BUILD_DIR" in
6880 *\ *) BUILD_DIR=`echo "$BUILD_DIR" | sed 's: :\\\\ :g'` ;;
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A DMakefile.in34 BUILD_DIR = @BUILD_DIR@
255 -$(INSTALL_DATA) $(BUILD_DIR)/readline.pc $(DESTDIR)$(pkgconfigdir)/readline.pc
361 bind.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
365 callback.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
367 compat.o: ${BUILD_DIR}/config.h
370 complete.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
373 display.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
379 funmap.o: ${BUILD_DIR}/config.h
382 histexpand.o: ${BUILD_DIR}/confi
[all...]
H A Dconfigure634 BUILD_DIR
6908 msdosdjgpp*) BUILD_DIR=`pwd.exe` ;; # to prevent //d/path/file
6909 *) BUILD_DIR=`pwd` ;;
6912 case "$BUILD_DIR" in
6913 *\ *) BUILD_DIR=`echo "$BUILD_DIR" | sed 's: :\\\\ :g'` ;;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/shlib/
H A DMakefile.in35 BUILD_DIR = @BUILD_DIR@
228 bind.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
232 compat.so: ${BUILD_DIR}/config.h
235 callback.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h
240 complete.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
245 display.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
253 funmap.so: ${BUILD_DIR}/config.h $(topdir)/tilde.h
256 histexpand.so: ${BUILD_DIR}/config.h
259 histfile.so: ${BUILD_DIR}/confi
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/shlib/
H A DMakefile.in35 BUILD_DIR = @BUILD_DIR@
228 bind.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
232 compat.so: ${BUILD_DIR}/config.h
235 callback.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h
240 complete.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
245 display.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
253 funmap.so: ${BUILD_DIR}/config.h $(topdir)/tilde.h
256 histexpand.so: ${BUILD_DIR}/config.h
259 histfile.so: ${BUILD_DIR}/confi
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A DMakefile.in52 BUILD_DIR = @BUILD_DIR@
201 -if test "X$(topdir)" != "X.." && test "X$(topdir)" != "X$(BUILD_DIR)"; then \
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A DMakefile.in34 #BUILD_DIR = .
35 BUILD_DIR = @BUILD_DIR@
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A DMakefile.in52 BUILD_DIR = @BUILD_DIR@
201 -if test "X$(topdir)" != "X.." && test "X$(topdir)" != "X$(BUILD_DIR)"; then \
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A DMakefile.in34 #BUILD_DIR = .
35 BUILD_DIR = @BUILD_DIR@

Completed in 378 milliseconds