HomeSort by: relevance | last modified time | path
    Searched refs:mkdep (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/tools/mkdep/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}mkdep
4 HOST_SRCDIR= usr.bin/mkdep
6 SRCS= mkdep.c
  /src/usr.bin/mkdep/
Makefile 5 MAN= mkdep.1
6 PROG= mkdep
7 SRCS= mkdep.c findcc.c
  /src/tests/usr.bin/mkdep/
Makefile 5 TESTSDIR= ${TESTSBASE}/usr.bin/mkdep
12 .PATH: ${NETBSDSRCDIR}/usr.bin/mkdep
14 CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/mkdep
t_mkdep.sh 34 atf_set "require.progs" "mkdep cc"
40 atf_check mkdep -f sample.d -P some/path/ sample.c
47 atf_set "require.progs" "mkdep cc"
54 atf_check mkdep -f sample.d sample.c
58 atf_check mkdep -f sample.d -s '.a .b' sample.c
62 atf_check mkdep -f sample.d -s '' sample.c
69 atf_set "require.progs" "mkdep cc"
75 atf_check mkdep -f sample.d -s '.a .b' -P c/d sample.c
  /src/tools/date/
Makefile 12 # Use uninstalled copy of host-mkdep
13 HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR}
14 HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep
15 MKDEP= ${HOST_MKDEP}
  /src/tools/host-mkdep/
Makefile 5 HOSTPROG= host-mkdep
6 HOSTPROGNAME= ${_TOOL_PREFIX}host-mkdep
11 CLEANFILES+= config.cache config.log config.status host-mkdep
17 # available at the time that host-mkdep is built. The configure script
27 realall: host-mkdep
28 host-mkdep: configure host-mkdep.in
39 # corresponding to host-mkdep.
host-mkdep.in 3 # $NetBSD: host-mkdep.in,v 1.34 2025/09/07 21:31:21 andvar Exp $
36 # @(#)mkdep.old.compiler 8.1 (Berkeley) 6/6/93
208 TMP=/tmp/mkdep$$
  /src/usr.bin/xlint/xlint/
Makefile 3 .PATH: ${.CURDIR}/../../mkdep
10 CPPFLAGS+= -I${.CURDIR}/../../mkdep
  /src/share/mk/
bsd.host.mk 61 HOST_MKDEP?= ${TOOLDIR}/bin/${_TOOL_PREFIX}host-mkdep
62 HOST_MKDEPCXX?= ${TOOLDIR}/bin/${_TOOL_PREFIX}host-mkdep
64 HOST_MKDEP?= CC=${HOST_CC:Q} mkdep
65 HOST_MKDEPCXX?= CC=${HOST_CXX:Q} mkdep
bsd.dep.mk 12 MKDEP?= mkdep
13 MKDEPCXX?= mkdep
17 # some of the rules involve .h sources, so remove them from mkdep line
59 ${MKDEP} ${_MKDEP_MERGEFLAGS} -d -f ${.TARGET} ${__DPSRCS.d}
65 ${MKDEP} -f ${.TARGET}.tmp ${_MKDEP_FILEFLAGS} -- ${MKDEPFLAGS} \
73 ${MKDEP} -f ${.TARGET}.tmp ${_MKDEP_FILEFLAGS} -- ${MKDEPFLAGS} \
81 ${MKDEP} -f ${.TARGET}.tmp ${_MKDEP_FILEFLAGS} -- ${MKDEPFLAGS} \
  /src/external/bsd/libbind/dist/make/
mkdep.in 56 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
79 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
84 echo "mkdep: no writeable file \"$MAKE\""
88 TMP=mkdep$$
97 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/gpl3/binutils/dist/
mkdep 18 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
41 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
46 echo "mkdep: no writeable file \"$MAKE\""
50 TMP=/tmp/mkdep$$
59 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/gpl3/binutils.old/dist/
mkdep 18 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
41 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
46 echo "mkdep: no writeable file \"$MAKE\""
50 TMP=/tmp/mkdep$$
59 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/gpl3/gcc/dist/
mkdep 18 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
41 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
46 echo "mkdep: no writeable file \"$MAKE\""
50 TMP=/tmp/mkdep$$
59 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/gpl3/gcc.old/dist/
mkdep 18 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
41 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
46 echo "mkdep: no writeable file \"$MAKE\""
50 TMP=/tmp/mkdep$$
59 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/gpl3/gdb/dist/
mkdep 18 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
41 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
46 echo "mkdep: no writeable file \"$MAKE\""
50 TMP=/tmp/mkdep$$
59 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/gpl3/gdb.old/dist/
mkdep 18 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
41 echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
46 echo "mkdep: no writeable file \"$MAKE\""
50 TMP=/tmp/mkdep$$
59 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/tests/usr.bin/
Makefile 10 indent infocmp jot ld locale m4 make mixerctl mkdep mtree \
  /src/external/bsd/libpcap/dist/
mkdep 13 # @(#)mkdep.sh 5.11 (Berkeley) 5/5/88
67 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [-m dependency-cflag] [-s source-directory] [flags] file ...'
72 echo "mkdep: no writeable file \"$MAKE\""
76 TMP=${TMPDIR:-/tmp}/mkdep$$
85 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/external/bsd/tcpdump/dist/
mkdep 13 # @(#)mkdep.sh 5.11 (Berkeley) 5/5/88
62 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [-m dependency-cflag] [-s source-directory] [flags] file ...'
67 echo "mkdep: no writeable file \"$MAKE\""
71 TMP=${TMPDIR:-/tmp}/mkdep$$
80 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/tools/
Makefile 76 # All of host-mkdep, compat, and binstall are needed before anything
85 .ORDER: dependall-host-mkdep dependall-compat dependall-binstall \
87 .if make(dependall-host-mkdep) && make(dependall-compat)
88 dependall-compat: dependall-host-mkdep
94 dependall-date: dependall-host-mkdep dependall-compat
98 # See above for special treatment for host-mkdep, compat, and binstall.
100 SUBDIR= host-mkdep compat binstall .WAIT date \
108 SUBDIR+= cat gzip rpcgen join lorder m4 mkdep tsort what \
  /src/external/bsd/openldap/dist/build/
mkdep 31 # @(#)mkdep.sh 5.12 (Berkeley) 6/30/88
97 echo 'usage: mkdep [-p] [-s] [-c cc] [-m flags] [-f makefile] [-d srcdir] [cppflags] file ...'
102 echo "mkdep: no writeable file \"$MAKE\""
106 TMP=${TMPDIR-/tmp}/mkdep$$
115 # DO NOT DELETE THIS LINE -- mkdep uses it.
  /src/usr.bin/
Makefile 20 mkcsmapper mkdep mkesdb mkfifo mklocale mktemp mkubootimage \
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
  /src/tools/compat/
Makefile 162 # Use uninstalled copy of host-mkdep
163 HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR}
164 HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep
165 MKDEP= ${HOST_MKDEP}

Completed in 51 milliseconds

1 2