Home
last modified time | relevance | path

Searched refs:mk (Results 1 – 25 of 3801) sorted by relevance

12345678910>>...153

/netbsd-src/share/mk/
H A DMakefile6 .include <bsd.own.mk>
9 FILES= bsd.README bsd.buildinstall.mk bsd.clang-analyze.mk bsd.clean.mk \
10 bsd.dep.mk bsd.doc.mk bsd.dtb.mk bsd.endian.mk bsd.files.mk bsd.gcc.mk \
11 bsd.host.mk bsd.hostinit.mk bsd.hostlib.mk bsd.hostprog.mk bsd.inc.mk \
12 bsd.info.mk bsd.init.mk bsd.ioconf.mk bsd.kernobj.mk bsd.kinc.mk \
13 bsd.klinks.mk bsd.kmodule.mk bsd.lib.mk bsd.links.mk bsd.lua.mk \
14 bsd.man.mk bsd.nls.mk \
15 bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.rpc.mk \
16 bsd.sanitizer.mk bsd.shlib.mk \
17 bsd.subdir.mk bsd.sys.mk bsd.syscall.mk bsd.test.mk bsd.x11.mk sys.mk
[all …]
H A Dbsd.README5 source tree. The files are installed in /usr/share/mk, and are,
6 by convention, named with the suffix ".mk".
9 level of the NetBSD source tree, and the mk.conf(5) man page.
11 Note: this file is not intended to replace reading through the .mk
20 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
24 this is because .mk files often modify variables and behavior based on the
45 It's fairly difficult to make the BSD .mk files work when you're building
81 command-line override of a mk.conf(5) or <bsd.own.mk>
93 NO<feature> variables must be defined before <bsd.own.mk>
[all...]
H A Dbsd.lua.mk47 .include <bsd.init.mk>
48 .include <bsd.shlib.mk>
49 .include <bsd.gcc.mk>
168 .include <bsd.clean.mk>
169 .include <bsd.dep.mk>
170 .include <bsd.inc.mk>
171 .include <bsd.obj.mk>
172 .include <bsd.sys.mk>
/netbsd-src/lib/libm/arch/m68060/
H A Dmakeas.sh63 mk () { function
188 mk __ieee754_acos '' 0008 e_acos
190 mk __ieee754_asin '' 0020 e_asin
193 mk _atan atan 0038 s_atan
195 mk __ieee754_atanh '' 0050 e_atanh
198 mk _cos cos 0068 s_cos
200 mk __ieee754_cosh '' 0080 e_cosh
203 mk __ieee754_exp '' 0098 e_exp
205 mk _expm1 expm1 00b0 s_expm1
208 mk __ieee754_log10 '' 00f8 e_log10
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Darchive.mk1 # $NetBSD: archive.mk,v 1.14 2025/01/10 23:00:38 rillig Exp $
11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
51 # XXX: I had expected that this dependency would select all *.mk file
[all...]
H A Dopt-m-include-dir.mk23 CANARY_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-canary.mk
24 ACTUAL_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-step3.mk
25 WANTED_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-check.mk
29 _!= cp ${MAKEFILE} ${TEST_DIR}/step2.mk
35 @${.MAKE} -C ${TEST_DIR} -f step2.mk step2
47 .MAKEFLAGS: -m .../opt-m-canary.mk
53 .include <opt-m-step3.mk>
58 .include <opt-m-check.mk>
H A Ddeptgt-posix.mk26 MAIN_MK= ${TESTTMP}/main.mk
27 INCLUDED_MK= ${TESTTMP}/included.mk
34 printf '%s\n' > ${SYSDIR}/sys.mk \
37 printf '%s\n' > ${SYSDIR}/posix.mk \
60 check-not-seen-sys-mk: .USE
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dinclude22 -include nonexistent.mk
23 -include nonexistent.mk
24 sinclude nonexistent.mk
25 sinclude nonexistent-2.mk
26 -include makeit.mk
27 sinclude makeit.mk
29 error: makeit.mk
53 # how to create makeit.mk, but we should also get a message (even though
59 -include foo.mk
60 error: foo.mk ; @echo $@
[all …]
H A Dreinvoke12 &utouch(-600, 'incl.mk');
15 &utouch(-1, 'incl-1.mk');
20 #MAKEFILE# incl.mk: incl-1.mk
24 include incl.mk',
25 '', "rebuilding incl.mk\nrunning rules.\n");
33 &rmfiles('incl.mk', 'incl-1.mk');
/netbsd-src/distrib/common/
H A DMakefile.crunch58 ${CRUNCHBIN}: ${CRUNCHBIN}.mk ${CRUNCHBIN}.cache ${CRUNCHBIN}.c
59 ${MAKE} ${CRUNCHENV} -f ${CRUNCHBIN}.mk ${CRUNCHBIN}.crunched
61 ${CRUNCHBIN}.c: ${CRUNCHBIN}.mk
64 ${CRUNCHBIN}.cache: ${CRUNCHBIN}.mk
69 ${CRUNCHBIN}.mk: ${CRUNCHBIN}.conf ${CRUNCHGEN}
86 if [ -f ${CRUNCHBIN}.mk ]; then \
87 ${MAKE} -f ${CRUNCHBIN}.mk clean; \
89 rm -f ${CRUNCHBIN}.mk
/netbsd-src/distrib/evbsh3/rom/ramdiskeb/
H A DMakefile63 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
66 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
67 ${MAKE} -f ${CBIN}.mk all
82 ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c tmplabel
84 .include <bsd.own.mk>
85 .include <bsd.obj.mk>
86 .include <bsd.subdir.mk>
87 .include <bsd.files.mk>
/netbsd-src/distrib/evbsh3/rom/ramdiskel/
H A DMakefile63 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
66 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
67 ${MAKE} -f ${CBIN}.mk all
82 ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c tmplabel
84 .include <bsd.own.mk>
85 .include <bsd.obj.mk>
86 .include <bsd.subdir.mk>
87 .include <bsd.files.mk>
/netbsd-src/external/bsd/am-utils/bin/mk-amd-map/
H A DMakefile5 PROG= mk-amd-map
7 DIST= ${IDIST}/mk-amd-map
10 SRCS= mk-amd-map.c
11 MAN+= mk-amd-map.8
13 .include <bsd.prog.mk>
/netbsd-src/external/gpl3/gcc/
H A DREADME.warnings15 <bsd.own.mk> provides several variables for use in Makefiles:
38 bsd.own.mk variable: ${CC_WNO_MISSING_TEMPLATE_KEYWORD}
45 bsd.own.mk variable: ${CC_WNO_STRINGOP_OVERREAD}
52 bsd.own.mk variable: ${CC_WNO_REGISTER}
63 bsd.own.mk variable: ${CC_WNO_ARRAY_BOUNDS}
78 bsd.own.mk variable: ${CC_WNO_MAYBE_UNINITIALIZED}
86 bsd.own.mk variable: ${CC_WNO_RETURN_LOCAL_ADDR}
98 bsd.own.mk variable: ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
110 bsd.own.mk variable: ${CC_WNO_STRINGOP_TRUNCATION}
120 bsd.own.mk variable: ${CC_WNO_CAST_FUNCTION_TYPE}
[all …]
/netbsd-src/distrib/amiga/floppies/inst-common/
H A DMakefile.inc42 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
45 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
46 ${MAKE} -f ${CBIN}.mk all
49 /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
51 .include <bsd.obj.mk>
52 .include <bsd.subdir.mk>
/netbsd-src/tools/binutils/
H A Dmknative-binutils28 INCLUDES TDEFAULTS HAVEVECS | write_mk $d/defs.mk
42 archdefs BFD_MACHINES libopcodes_la_SOURCES | write_mk $d/defs.mk
51 getvars libctf/Makefile libctf_la_SOURCES | write_mk $d/defs.mk
64 ALLOCA EXTRA_OFILES LIBOBJS REQUIRED_OFILES | write_mk $d/defs.mk
75 getvars libsframe/Makefile libsframe_la_SOURCES | write_mk $d/defs.mk
101 } | write_mk $d/defs.mk
117 write_mk $d/defs.mk
130 | write_mk $d/defs.mk
146 } | write_mk $d/defs.mk
/netbsd-src/tools/compat/
H A DMakefile5 .include <bsd.hostinit.mk>
70 DPSRCS+= defs.mk
72 CLEANDIRFILES+= defs.mk config.cache confdefs.h
87 config.cache: include/.stamp configure nbtool_config.h.in defs.mk.in
93 defs.mk: config.cache
115 install: .PHONY install.lib includes install.defs.mk
145 # Install defs.mk in ${TOOLDIR}/share/compat
146 install.defs.mk: .PHONY ${HOST_SHAREDIR}/compat/defs.mk
147 ${HOST_SHAREDIR}/compat/defs.mk
[all...]
/netbsd-src/external/gpl3/gcc.old/lib/libgcc/libgcov/
H A DMakefile11 .include <bsd.own.mk>
12 .include <bsd.init.mk>
29 DPSRCS+= ${.CURDIR}/arch/${LIBGCC_MACHINE_ARCH}/defs.mk
50 .include <bsd.lib.mk>
52 .include <bsd.prog.mk> # do nothing
/netbsd-src/external/gpl3/gcc/usr.bin/common/
H A DMakefile7 .include <bsd.init.mk>
28 version.cc: ${GCCARCH}/defs.mk ${TOP}/tools/gcc/gcc-version.mk
30 ${SRCS}: ${GCCARCH}/defs.mk
34 .include <bsd.lib.mk>
/netbsd-src/tools/gdb/
H A Dmknative-gdb29 } | write_mk $_BFD/arch/$_MACHINE_SUBDIR/defs.mk
46 } | write_mk $_GDB/lib/libopcodes//arch/$_MACHINE_SUBDIR/defs.mk
61 | write_mk $_IBERTY/arch/$_MACHINE_SUBDIR/defs.mk
76 } | write_mk $_READLINE/arch/$_MACHINE_SUBDIR/defs.mk
90 write_mk $_DECNUMBER/arch/$_MACHINE_SUBDIR/defs.mk
107 write_mk $_GDBSUPPORT/arch/$_MACHINE_SUBDIR/defs.mk
121 write_mk $_CTF/arch/$_MACHINE_SUBDIR/defs.mk
136 write_mk $_BACKTRACE/arch/$_MACHINE_SUBDIR/defs.mk
152 write_mk $_SFRAME/arch/$_MACHINE_SUBDIR/defs.mk
165 write_mk $_GNULIB/arch/$_MACHINE_SUBDIR/defs.mk
[all...]
/netbsd-src/external/gpl3/gcc/lib/libsupc++/
H A DMakefile11 .include <bsd.init.mk>
17 .if exists(${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no"
36 .include <bsd.lib.mk>
43 ${OBJS}: ${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk
45 .include <bsd.prog.mk> # do nothing
/netbsd-src/external/gpl3/gcc.old/lib/libsupc++/
H A DMakefile11 .include <bsd.init.mk>
17 .if exists(${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no"
36 .include <bsd.lib.mk>
43 ${OBJS}: ${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk
45 .include <bsd.prog.mk> # do nothing
/netbsd-src/external/gpl3/gcc/lib/libgcc/libgcov/
H A DMakefile12 .include <bsd.own.mk>
13 .include <bsd.init.mk>
30 DPSRCS+= ${.CURDIR}/arch/${LIBGCC_MACHINE_ARCH}/defs.mk
59 .include <bsd.lib.mk>
61 .include <bsd.prog.mk> # do nothing
/netbsd-src/external/gpl3/gcc.old/usr.bin/common/
H A DMakefile7 .include <bsd.init.mk>
28 version.c: ${GCCARCH}/defs.mk ${TOP}/tools/gcc/gcc-version.mk
30 ${SRCS}: ${GCCARCH}/defs.mk
32 .include <bsd.lib.mk>
/netbsd-src/compat/
H A DREADME22 include "../../compatsubdir.mk". E.g., amd64/i386/Makefile has:
24 BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.i386.mk
26 .include "../../compatsubdir.mk"
31 helper Makefiles around. amd64/i386/bsd.i386.mk looks like:
44 .include "${NETBSDSRCDIR}/compat/m32.mk"
46 and the referenced m32.mk looks like:
57 compatsubdir.mk holds the list of subdirectories (the libraries and
60 archdirs.mk holds the list of subdirectories for each port.

12345678910>>...153