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

1 2 3

  /src/compat/
Makefile 8 .if !make(includes)
compatsubdir.mk 10 .if !make(includes)
  /src/sys/dev/microcode/rum/
Makefile 12 includes: target
  /src/sys/modules/arch/
Makefile 8 .if !make(includes)
compatsubdir.mk 8 .if !make(includes)
  /src/share/
Makefile 25 includes-examples includes-man:
  /src/sys/dev/microcode/ral/
Makefile 12 includes: target
  /src/sys/dev/microcode/run/
Makefile 12 includes: target
  /src/sys/dev/microcode/zyd/
Makefile 12 includes: target
  /src/bin/sh/
mkinit.sh 89 includes=' "shell.h" "mystring.h" "init.h" '
109 [ "${includes}" != "${includes% $2 *}" ] && continue
110 includes="$includes$2 "
176 for f in $includes; do
  /src/tools/elftoolchain/common/
Makefile 24 install: .PHONY includes
26 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES} target
  /src/sys/dev/microcode/qat/
Makefile 17 includes: target
  /src/sys/
Makefile 18 .if make(includes) || make(obj) || make(cleandir)
  /src/share/mk/
bsd.init.mk 3 # <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
bsd.kinc.mk 5 # INCSDIR Directory to install includes into (and/or make, and/or
24 includes: ${DESTDIR}${INCSDIR} .WAIT ${INCS} incinstall target
30 # make sure the directory is OK, and install includes.
bsd.inc.mk 6 includes: ${INCS} incinstall inclinkinstall target
  /src/usr.bin/make/unit-tests/
varname-dot-includes.mk 1 # $NetBSD: varname-dot-includes.mk,v 1.2 2020/09/13 16:53:19 rillig Exp $
3 # Tests for the special .INCLUDES variable, which is not documented in the
12 .INCLUDES: .h
14 # The .INCLUDES variable is not yet available.
15 .if defined(.INCLUDES)
20 @echo .INCLUDES=${.INCLUDES:Q}
deptgt-suffixes.mk 6 # varname-dot-includes.mk
include-main.mk 11 # properly handle nested includes and even .for loops.
directive-dinclude.mk 3 # Tests for the .dinclude directive, which includes another file,
directive-hyphen-include.mk 3 # Tests for the .-include directive, which includes another file,
directive-sinclude.mk 3 # Tests for the .sinclude directive, which includes another file,
  /src/tools/elftoolchain/common/sys/
Makefile 20 install: .PHONY ${HOST_INCSDIR} .WAIT includes
33 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES} target
  /src/usr.bin/xlint/lint1/
err.c 17 * This product includes software developed by Jochen Pohl for
453 } *includes; variable in typeref:struct:include_level *
480 top = includes;
488 top->by = includes;
489 includes = top;
492 includes = top->by;
494 top = includes;
508 if ((top = includes) == NULL)
  /src/
Makefile 31 # NOINCLUDES will avoid the `make includes' usually done by `make build'.
32 # NOBINARIES will not build binaries, only includes and libraries
94 # includes: installs include files.
237 BUILDTARGETS+= includes
260 includes-lib: .PHONY includes-include includes-sys
462 .for targ in cleandir obj includes
518 includes-${dir}: .PHONY

Completed in 17 milliseconds

1 2 3