/src/distrib/notes/ |
Makefile.inc | 21 MAIN= ${COMMON}/main ${EXTRA} 26 SRCS= ${MAIN} ${COMMON}/macros \ 98 ${TOOL_GROFF} ${ARGS_PS} ${GROFF_TIMESTAMP} -mdoc ${MAIN} \ 106 ${TOOL_GROFF} ${ARGS_TXT} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > $@ 109 ${TOOL_GROFF} ${ARGS_HTML} ${GROFF_TIMESTAMP} -mdoc2html ${MAIN} > $@ 112 ${TOOL_GROFF} ${ARGS_MORE} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > $@ 120 ${TOOL_GROFF} -dTOC=1 ${ARGS_PS} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/null 122 ${TOOL_GROFF} -dTOC=1 ${ARGS_PS} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/null 126 ${TOOL_GROFF} -dTOC=1 ${ARGS_TXT} ${GROFF_TIMESTAMP} -mdoc ${MAIN} > /dev/nul [all...] |
/src/usr.bin/make/unit-tests/ |
deptgt-main.mk | 1 # $NetBSD: deptgt-main.mk,v 1.4 2022/01/23 21:48:59 rillig Exp $ 3 # Tests for the special target .MAIN in dependency declarations, which defines 4 # the main target. This main target is built if no target has been specified 7 # The first target becomes the main target by default. It can be overridden 12 # This target is not the first to be defined, but it lists '.MAIN' as one of 13 # its sources. The word '.MAIN' only has a special meaning when it appears as 16 depsrc-main: .PHONY .MAIN 19 # This target is the first to be marked with '.MAIN', so it replaces th [all...] |
cond-func-make-main.mk | 1 # $NetBSD: cond-func-make-main.mk,v 1.2 2021/04/04 10:13:09 rillig Exp $ 8 # 1. The default main target is the first target in the given makefiles that 15 # override the default main target from above. 17 # 3. All sources of the first '.MAIN: sources' line. Any further .MAIN line 18 # is treated as if .MAIN were a regular name. 22 first-main-target: 25 # Even though the main-target would actually be made at this point, it is 27 .if make(first-main-target) 31 # Declaring a target via the .MAIN dependency adds it to the targets to b [all...] |
opt-debug-graph3.mk | 11 .MAIN: all
|
opt-debug-graph2.mk | 11 .MAIN: all
|
varname-dot-alltargets.mk | 5 .MAIN: all
|
depsrc-meta.mk | 8 .MAIN: all
|
cond-func-commands.mk | 5 .MAIN: all
|
cond-func-target.mk | 5 .MAIN: all
|
deptgt-suffixes.mk | 11 .MAIN: all
|
dep.mk | 5 .MAIN: all
|
varname-dot-make-jobs.mk | 6 .MAIN: all
|
meta-output.mk | 3 .MAIN: all
|
meta-cmd-cmp.mk | 6 .MAIN: all
|
varmod-path.mk | 17 .MAIN: all
|
/src/usr.bin/msgc/ |
defs.h | 44 #ifdef MAIN 59 /* Global variables .. to be defined in main.c, extern elsewhere. */ 89 /* Vars not defined in main.c */
|
msgmain.c | 35 /* main.c - main program */ 52 #define MAIN 59 main (int argc, char **argv) function in typeref:typename:int
|
/src/share/mk/ |
bsd.init.mk | 11 .MAIN: all
|
/src/sys/external/bsd/acpica/dist/tests/misc/ |
converterSample.asl | 37 Method(MAIN) {
|
/src/usr.bin/menuc/ |
defs.h | 45 #ifdef MAIN 59 /* Global variables .. to be defined in main.c, extern elsewhere. */ 94 /* Vars not defined in main.c */
|
main.c | 1 /* $NetBSD: main.c,v 1.11 2012/03/06 16:55:18 mbalmer Exp $ */ 35 /* main.c - main program for menu compiler. */ 44 __RCSID("$NetBSD: main.c,v 1.11 2012/03/06 16:55:18 mbalmer Exp $"); 52 #define MAIN 59 main(int argc, char **argv) function in typeref:typename:int
|
/src/sys/arch/sparc/stand/boot/ |
Makefile | 36 .MAIN: all
|
/src/lib/libcrypt/ |
hmac.c | 137 #if defined(MAIN) || defined(UNIT_TEST) 282 main (int argc, char *argv[]) function in typeref:typename:int
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-am65.dtsi | 72 <0x00 0x30800000 0x00 0x30800000 0x00 0x0bc00000>, /* MAIN NAVSS */ 121 #include "k3-am65-main.dtsi"
|
k3-j7200.dtsi | 129 <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>, /* MAIN NAVSS */ 171 #include "k3-j7200-main.dtsi"
|