Home
last modified time | relevance | path

Searched refs:TOPDIR (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd/external/bsd/am-utils/dist/m4/
H A DGNUmakefile26 TOPDIR=.. macro
29 all: testdir ${TOPDIR}/configure config.h.in ${TOPDIR}/Makefile.in \
33 (cd ${TOPDIR} && ./buildall -c)
36 (cd ${TOPDIR} && ./buildall -C)
39 (cd ${TOPDIR} && ./buildall -q)
41 build: all $(TOPDIR)/buildall aux_conf.h.in
42 (cd ${TOPDIR} && ./buildall -b)
45 (cd ${TOPDIR} && ./buildall)
47 testdir: ${TOPDIR}/amd/amd.c
78 (cd ${TOPDIR} && ${AUTOMAKE})
[all …]
/netbsd/external/bsd/acpica/bin/iasl/
H A DMakefile15 CPPFLAGS+= -I${TOPDIR}/../include -I${TOPDIR} -I.
27 .PATH: ${TOPDIR}
113 .PATH: ${TOPDIR}/../common
138 .PATH: ${TOPDIR}/../debugger
141 .PATH: ${TOPDIR}/../disassembler
155 .PATH: ${TOPDIR}/../dispatcher
170 .PATH: ${TOPDIR}/../executer
194 .PATH: ${TOPDIR}/../parser
207 .PATH: ${TOPDIR}/../tables
217 .PATH: ${TOPDIR}/../namespace
[all …]
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/asan
17 .PATH: ${TOPDIR}/lib/lsan
21 .PATH: ${TOPDIR}/lib/ubsan
25 .PATH: ${TOPDIR}/lib/sanitizer_common
44 CPPFLAGS+= -I${TOPDIR}/lib
52 SYMS_EXTRA= ${TOPDIR}/lib/asan/asan.syms.extra
/netbsd/external/bsd/atf/
H A DMakefile.inc5 TOPDIR= ${NETBSDSRCDIR}/external/bsd/atf
6 SRCDIR= ${TOPDIR}/dist
15 @grep 'define VERSION' ${TOPDIR}/bconfig.h \
40 CPPFLAGS+= -I${TOPDIR} # For bconfig.h.
41 CPPFLAGS+= -I${TOPDIR}/lib/libatf-c # For atf-c/defs.hpp.
45 LIBTOOLSOBJDIR!= cd ${TOPDIR}/lib/tools; ${PRINTOBJDIR}
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dgetsrcs.sh21 TOPDIR="$2"
24 TOPDIR=`llvm-config --src-root`
27 if test -d "$TOPDIR" ; then
28 cd $TOPDIR
29 ./utils/llvmdo -topdir "$TOPDIR" \
H A Dcountloc.sh24 TOPDIR="$2"
27 TOPDIR=`llvm-config --src-root`
31 if test -d "$TOPDIR" ; then
32 cd $TOPDIR
33 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
H A Dllvmgrep21 TOPDIR="$2"
24 TOPDIR=`llvm-config --src-root`
27 if test -d "$TOPDIR" ; then
28 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" \
H A Dllvmdo45 TOPDIR="$2"
48 TOPDIR=`llvm-config --src-root`
166 if test -d "$TOPDIR" ; then
167 cd $TOPDIR
182 echo "Can't find LLVM top directory in $TOPDIR"
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/asan
17 .PATH: ${TOPDIR}/lib/lsan
21 .PATH: ${TOPDIR}/lib/ubsan
25 .PATH: ${TOPDIR}/lib/sanitizer_common
41 CPPFLAGS+= -I${TOPDIR}/lib
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/asan
17 .PATH: ${TOPDIR}/lib/lsan
21 .PATH: ${TOPDIR}/lib/ubsan
25 .PATH: ${TOPDIR}/lib/sanitizer_common
41 CPPFLAGS+= -I${TOPDIR}/lib
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/asan
17 .PATH: ${TOPDIR}/lib/lsan
21 .PATH: ${TOPDIR}/lib/ubsan
25 .PATH: ${TOPDIR}/lib/sanitizer_common
45 CPPFLAGS+= -I${TOPDIR}/lib
/netbsd/sys/rump/librump/
H A Dmakerumpif.sh50 unset TOPDIR
53 TOPDIR=$2
62 if [ -z "${TOPDIR}" ]; then
67 TOPDIR="`pwd`"
78 ' ${1} | awk -F\| -v topdir=${TOPDIR} '
/netbsd/external/bsd/kyua-cli/
H A DMakefile.inc5 TOPDIR= ${NETBSDSRCDIR}/external/bsd/kyua-cli
6 SRCDIR= ${TOPDIR}/dist
21 KYUA_TARNAME!= grep 'define PACKAGE_TARNAME' ${TOPDIR}/config.h \
30 KYUA_VERSION!= grep 'define VERSION' ${TOPDIR}/config.h | cut -d '"' -f 2
50 CPPFLAGS+= -I${TOPDIR} # For config.h.
51 CPPFLAGS+= -I${TOPDIR}/lib # For utils/defs.hpp.
55 LIBOBJDIR_${lib}!= cd ${TOPDIR}/lib/${lib}; ${PRINTOBJDIR}
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/ubsan
12 .PATH: ${TOPDIR}/lib/msan
16 .PATH: ${TOPDIR}/lib/interception
20 .PATH: ${TOPDIR}/lib/sanitizer_common
39 CPPFLAGS+= -I${TOPDIR}/lib
47 SYMS_EXTRA= ${TOPDIR}/lib/msan/msan.syms.extra
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/ubsan
12 .PATH: ${TOPDIR}/lib/tsan/rtl
17 .PATH: ${TOPDIR}/lib/interception
21 .PATH: ${TOPDIR}/lib/sanitizer_common
41 CPPFLAGS+= -I${TOPDIR}/lib
47 SYMS_EXTRA= ${TOPDIR}/lib/tsan/rtl/tsan.syms.extra
/netbsd/external/bsd/top/bin/
H A DMakefile8 TOPDIR=${.CURDIR}/../dist macro
9 .PATH: ${TOPDIR} ${TOPDIR}/machine
14 CPPFLAGS+=-I${.CURDIR} -I${TOPDIR} -I. -D_KERNTYPES
22 sigdesc.h: ${TOPDIR}/sigconv.awk ${DESTDIR}/usr/include/sys/signal.h
24 ${TOOL_AWK} -f ${TOPDIR}/sigconv.awk \
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/sanitizer_common
19 .PATH: ${TOPDIR}/lib/ubsan
39 CPPFLAGS+= -I${TOPDIR}/lib
45 SYMS_EXTRA= ${TOPDIR}/lib/ubsan/ubsan.syms.extra
/netbsd/external/gpl3/gdb/dist/zlib/os400/
H A Dmake.sh79 -e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${TOPDIR}/treebuild.xml\" |
149 TOPDIR=`dirname "${SCRIPTDIR}"`
150 export SCRIPTDIR TOPDIR
151 cd "${TOPDIR}"
182 for TEXT in "${TOPDIR}/ChangeLog" "${TOPDIR}/FAQ" \
183 "${TOPDIR}/README" "${SCRIPTDIR}/README400"
213 for HFILE in "${TOPDIR}/"*.h
/netbsd/external/gpl3/binutils/dist/zlib/os400/
H A Dmake.sh79 -e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${TOPDIR}/treebuild.xml\" |
149 TOPDIR=`dirname "${SCRIPTDIR}"`
150 export SCRIPTDIR TOPDIR
151 cd "${TOPDIR}"
182 for TEXT in "${TOPDIR}/ChangeLog" "${TOPDIR}/FAQ" \
183 "${TOPDIR}/README" "${SCRIPTDIR}/README400"
213 for HFILE in "${TOPDIR}/"*.h
/netbsd/external/gpl3/binutils.old/dist/zlib/os400/
H A Dmake.sh79 -e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${TOPDIR}/treebuild.xml\" |
149 TOPDIR=`dirname "${SCRIPTDIR}"`
150 export SCRIPTDIR TOPDIR
151 cd "${TOPDIR}"
182 for TEXT in "${TOPDIR}/ChangeLog" "${TOPDIR}/FAQ" \
183 "${TOPDIR}/README" "${SCRIPTDIR}/README400"
213 for HFILE in "${TOPDIR}/"*.h
/netbsd/external/gpl3/gdb.old/dist/zlib/os400/
H A Dmake.sh79 -e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${TOPDIR}/treebuild.xml\" |
149 TOPDIR=`dirname "${SCRIPTDIR}"`
150 export SCRIPTDIR TOPDIR
151 cd "${TOPDIR}"
182 for TEXT in "${TOPDIR}/ChangeLog" "${TOPDIR}/FAQ" \
183 "${TOPDIR}/README" "${SCRIPTDIR}/README400"
213 for HFILE in "${TOPDIR}/"*.h
/netbsd/common/dist/zlib/os400/
H A Dmake.sh79 -e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${TOPDIR}/treebuild.xml\" |
149 TOPDIR=`dirname "${SCRIPTDIR}"`
150 export SCRIPTDIR TOPDIR
151 cd "${TOPDIR}"
182 for TEXT in "${TOPDIR}/ChangeLog" "${TOPDIR}/FAQ" \
183 "${TOPDIR}/README" "${SCRIPTDIR}/README400"
213 for HFILE in "${TOPDIR}/"*.h
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/sanitizer_common
19 .PATH: ${TOPDIR}/lib/ubsan
31 CPPFLAGS+= -I${TOPDIR}/lib
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/tsan/dd
12 .PATH: ${TOPDIR}/lib/interception
16 .PATH: ${TOPDIR}/lib/sanitizer_common
29 CPPFLAGS+= -I${TOPDIR}/lib
/netbsd/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/
H A DMakefile8 .PATH: ${TOPDIR}/lib/interception
12 .PATH: ${TOPDIR}/lib/sanitizer_common
19 .PATH: ${TOPDIR}/lib/ubsan
31 CPPFLAGS+= -I${TOPDIR}/lib

123456