HomeSort by: relevance | last modified time | path
    Searched defs:includes (Results 1 - 15 of 15) sorted by relevancy

  /src/share/
Makefile 25 includes-examples includes-man:
  /src/sys/dev/microcode/qat/
Makefile 17 includes: target
  /src/sys/dev/microcode/ral/
Makefile 12 includes: target
  /src/sys/dev/microcode/rum/
Makefile 12 includes: target
  /src/sys/dev/microcode/run/
Makefile 12 includes: target
  /src/sys/dev/microcode/zyd/
Makefile 12 includes: target
  /src/sys/dev/microcode/radeon/
Makefile 74 includes: target
  /src/share/mk/
bsd.inc.mk 6 includes: ${INCS} incinstall inclinkinstall target
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.
  /src/tools/elftoolchain/common/
Makefile 24 install: .PHONY includes
26 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES} target
  /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
  /src/tools/compat/
Makefile 118 install: .PHONY install.lib includes install.defs.mk
142 includes: .PHONY ${HOST_INCINSTDIRS} .WAIT ${HOST_INCINSTFILES} target
  /src/usr.bin/make/
parse.c 52 * This product includes software developed by the University of
152 SP_INCLUDES, /* .INCLUDES; not mentioned in the manual page */
243 static Vector /* of IncludedFile */ includes; variable in typeref:typename:Vector
245 SearchPath *parseIncPath; /* directories for "..." includes */
246 SearchPath *sysIncPath; /* directories for <...> includes */
265 { ".INCLUDES", SP_INCLUDES, OP_NONE },
329 assert(i < includes.len);
330 return Vector_Get(&includes, i);
337 return GetInclude(includes.len - 1);
420 n = includes.len
    [all...]

Completed in 20 milliseconds