Home
last modified time | relevance | path

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

12345678910>>...125

/freebsd/contrib/bmake/mk/
H A DFILES5 auto.obj.mk
6 autoconf.mk
7 autodep.mk
8 auto.dep.mk
9 cc-wrap.mk
10 ccm.dep.mk
11 compiler.mk
12 cython.mk
13 dep.mk
14 doc.mk
[all …]
H A DChangeLog3 * install-mk (MK_VERSION): 20250314
5 * meta.stage.mk: StageFiles --subdir: preserve the dir part of
10 * meta.autodep.mk: do a better job of handling MAKESYSPATH in
16 * rust.mk: use RUST_LIBS and RUST_PROGS
20 * install-mk (MK_VERSION): 20250101
26 * rust.mk: add RUSTFLAGS if needed
30 * init.mk (OBJS_SRCS_FILTER): apply this as
35 * install-mk (MK_VERSION): 20241202
41 * meta.sys.mk: add META_MODE_XTRAS to META_MODE to make it
44 * install-mk (MK_VERSIO
[all...]
H A Dmk-files.txt1 mk-files
4 The term ``mk-files`` refers to a collection of ``*.mk`` files.
19 It quickly became clear that ``/usr/share/mk/*.mk`` were a great
24 of mk-files (mk.tar.gz_). NetBSD provided much of the original structure.
27 bmake which is kept closely in sync. The mk-files however have
36 Library makefiles include ``lib.mk`` and programs include ``prog.mk``
48 .include <lib.mk>
56 .include <prog.mk>
58 in such cases even the ``SRCS`` line is unnecessary as ``prog.mk``
66 mk-files
[all …]
H A Dinstall-mk3 # install-mk - install mk files
6 # install-mk [options] [var=val] [dest]
9 # This tool installs mk files in a semi-intelligent manner into
16 # -f use -f when copying sys,mk.
38 # All our *.mk files are copied to "dest" with appropriate
41 # By default if a sys.mk can be found in a standard location
42 # (that bmake will find) then no sys.mk will be put in "dest".
45 # If set, we will avoid installing our 'sys.mk'
49 # If set, we will skip making bsd.*.mk link
[all...]
H A Dsys.mk24 .include <sys.debug.mk>
33 .include <sys.vars.mk>
39 .-include <sys.env.mk>
43 .include <host-target.mk>
46 .-include <local.sys.env.mk>
70 .-include <sys/$x.mk>
71 _sys_mk := ${.MAKE.MAKEFILES:M*/$x.mk}
78 .-include <$x.sys.mk>
79 _sys_mk := ${.MAKE.MAKEFILES:M*/$x.sys.mk:T}
105 .-include <options.mk>
[all …]
H A Dprog.mk9 .include <init.mk>
50 .-include <libnames.mk>
53 .include <dpadd.mk>
131 .include <ldorder.mk>
208 .include <links.mk>
240 .include <files.mk>
244 .include <man.mk>
248 .include <nls.mk>
251 .include <obj.mk>
252 .include <dep.mk>
[all …]
H A Dlibnames.mk3 # $Id: libnames.mk,v 1.10 2024/02/17 17:26:57 sjg Exp $
21 .-include <local.libnames.mk>
22 .-include <sjg.libnames.mk>
23 .-include <fwall.libnames.mk>
24 .-include <host.libnames.mk>
/freebsd/share/mk/
H A DMakefile11 .include <src.opts.mk>
14 auto.obj.mk \
16 bsd.arch.inc.mk \
17 bsd.clang-analyze.mk \
18 bsd.compiler.mk \
19 bsd.compat.mk \
20 bsd.compat.pre.mk \
21 bsd.confs.mk \
22 bsd.cpu.mk \
23 bsd.crunchgen.mk \
[all …]
H A Dbsd.test.mk8 .include <bsd.init.mk>
10 __<bsd.test.mk>__:
64 .include <googletest.test.mk>
65 .include <plain.test.mk>
66 .include <tap.test.mk>
68 .include <atf.test.mk>
91 .include <suite.test.mk>
103 .include <bsd.progs.mk>
H A Dbsd.README3 source tree. The files are installed in /usr/share/mk, and are by
4 convention, named with the suffix ".mk". These files store several
7 Note, this file is not intended to replace reading through the .mk
11 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
12 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
14 files. In most cases it is only interesting to include bsd.prog.mk or
15 bsd.lib.mk.
17 bsd.arch.inc.mk - includes arch-specific Makefile.$arch
18 bsd.compat.mk - definitions for building programs against compat ABIs
19 bsd.compiler.mk - defined based on current compiler
[all …]
H A Dbsd.opts.mk32 .if !target(__<bsd.opts.mk>__)
33 __<bsd.opts.mk>__:
116 .-include <local.opts.mk>
118 .include <bsd.mkopt.mk>
120 .include <bsd.cpu.mk>
H A Dsrc.sys.env.mk44 .-include <site.src.sys.env.mk>
67 .include <bsd.mkopt.mk>
81 .if ${.MAKEFLAGS:M.../share/mk} != ""
82 .MAKEFLAGS:= ${.MAKEFLAGS:S,.../share/mk,${.PARSEDIR:tA},}
85 MAKESYSPATH:= ${MAKESYSPATH:S,.../share/mk,${.PARSEDIR:tA},}
95 .include <src.sys.obj.mk>
/freebsd/contrib/bmake/
H A DFILES16 bsd.after-import.mk
76 unit-tests/archive-suffix.mk
78 unit-tests/archive.mk
80 unit-tests/cmd-errors-jobs.mk
82 unit-tests/cmd-errors-lint.mk
84 unit-tests/cmd-errors.mk
86 unit-tests/cmd-interrupt.mk
88 unit-tests/cmdline-redirect-stdin.mk
90 unit-tests/cmdline-undefined.mk
92 unit-tests/cmdline.mk
[all …]
H A DMakefile48 DEFAULT_SYS_PATH ?= ${prefix}/share/mk
85 # start-delete1 for bsd.after-import.mk
128 .include <own.mk>
149 .include <${srcdir}/mk/genfiles.mk>
196 .include <prog.mk>
211 # start-delete2 for bsd.after-import.mk
221 .include <autoconf.mk>
223 SHARE_MK ?= ${SHAREDIR}/mk
224 MKSRC = ${srcdir}/mk
[all...]
/freebsd/contrib/bmake/unit-tests/
H A Darchive.mk11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
H A Dopt-m-include-dir.mk1 # $NetBSD: opt-m-include-dir.mk,v 1.5 2024/04/30 16:13:34 sjg Exp $
6 # The .../canary.mk special argument starts searching in the current
8 # directory that contains a file called canary.mk.
10 # To set up this scenario, the file step2.mk is created deep in a hierarchy
11 # of subdirectories. Another file called opt-m-step3.mk is created a few
14 # Next to the canary file, there is opt-m-step3.mk. This file is found
16 # target "step2" that is needed by "step2.mk".
18 .if ${.PARSEFILE:T} == "opt-m-include-dir.mk"
23 CANARY_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-canary.mk
24 ACTUAL_FILE:= ${.PARSEFILE:R}.tmp/sub/opt-m-step3.mk
[all...]
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
/freebsd/bin/date/
H A Dvary.c127 adjyear(struct tm *t, char type, int64_t val, int mk) in adjyear() argument
144 return !mk || domktime(t, type) != -1; in adjyear()
148 adjmon(struct tm *t, char type, int64_t val, int istext, int mk) in adjmon() argument
204 return !mk || domktime(t, type) != -1; in adjmon()
208 adjday(struct tm *t, char type, int64_t val, int mk) in adjday() argument
248 return !mk || domktime(t, type) != -1; in adjday()
252 adjwday(struct tm *t, char type, int64_t val, int istext, int mk) in adjwday() argument
266 return !val || adjday(t, '+', val, mk); in adjwday()
275 return !val || adjday(t, '-', val, mk); in adjwday()
278 return adjday(t, '-', t->tm_wday - val, mk); in adjwday()
[all …]
/freebsd/contrib/bearssl/mk/
H A DNMake.mk29 !include mk/Defaults.mk
37 !include conf/$(CONF).mk
38 !include mk/Rules.mk
H A DSingleUnix.mk29 include mk/Defaults.mk
37 include conf/$(CONF).mk
38 include mk/Rules.mk
/freebsd/usr.bin/bmake/tests/sysmk/t0/mk/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/mk
5 ${PACKAGE}FILES+= sys.mk.test
7 ${PACKAGE}FILESNAME_sys.mk.test= sys.mk
9 .include <bsd.test.mk>
/freebsd/usr.bin/bmake/tests/sysmk/t2/mk/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/mk
5 ${PACKAGE}FILES+= sys.mk.test
7 ${PACKAGE}FILESNAME_sys.mk.test= sys.mk
9 .include <bsd.test.mk>
/freebsd/usr.bin/bmake/tests/sysmk/t1/mk/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/mk
5 ${PACKAGE}FILES+= sys.mk.test
7 ${PACKAGE}FILESNAME_sys.mk.test= sys.mk
9 .include <bsd.test.mk>
/freebsd/contrib/bearssl/
H A DMakefile36 !include mk/NMake.mk # \
39 include mk/SingleUnix.mk
/freebsd/sys/conf/
H A Dkmod.opts.mk5 .if !target(__<kmod.opts.mk>__)
6 __<kmod.opts.mk>__:
8 .include <bsd.init.mk>
12 .include <bsd.compiler.mk>

12345678910>>...125