Home
last modified time | relevance | path

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

12345678910>>...151

/freebsd/contrib/bmake/mk/
H A DFILES5 auto.dep.mk
6 auto.obj.mk
7 autoconf.mk
8 autodep.mk
9 cc-wrap.mk
10 ccm.dep.mk
11 compiler.mk
12 cython.mk
13 dep.mk
14 dirdeps-cache-update.mk
[all …]
H A DChangeLog3 * install-mk (MK_VERSION): 20260704
7 * dirdeps.mk: make use of alternation support in latest bmake
9 Makefile.depend* and *.mk to make cache out-of-date.
18 * install-mk (MK_VERSION): 20260621
20 * gendirdeps.mk: more debug output
22 * meta.autodep.mk: remove extra } from GENDIRDEPS_ENV
26 * install-mk (MK_VERSION): 20260619
28 * install-new.mk: for POSIX_SHELL we need .new*
37 * gendirdeps.mk: also apply ':S,/$,,' and ':C,/(\.[^.]*)$,\1,'
40 * dirdeps.mk: when debugging it is handy to be able to skip
[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 links to *.mk
51 # sys.mk:
[all …]
H A Dsys.mk17 .include <sys.debug.mk>
26 .include <sys.vars.mk>
32 .-include <sys.env.mk>
36 .include <host-target.mk>
39 .-include <local.sys.env.mk>
63 .-include <sys/$x.mk>
64 _sys_mk := ${.MAKE.MAKEFILES:M*/$x.mk}
71 .-include <$x.sys.mk>
72 _sys_mk := ${.MAKE.MAKEFILES:M*/$x.sys.mk:T}
101 .-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.mk14 .-include <local.libnames.mk>
15 .-include <sjg.libnames.mk>
16 .-include <fwall.libnames.mk>
17 .-include <host.libnames.mk>
/freebsd/share/mk/
H A DMakefile11 .include <src.opts.mk>
15 auto.obj.mk \
17 bsd.arch.inc.mk \
18 bsd.clang-analyze.mk \
19 bsd.compiler.mk \
20 bsd.compat.mk \
21 bsd.compat.pre.mk \
22 bsd.confs.mk \
23 bsd.cpu.mk \
24 bsd.crunchgen.mk \
[all …]
H A Dbsd.test.mk8 .include <bsd.init.mk>
10 __<bsd.test.mk>__: .NOTMAIN
67 .include <googletest.test.mk>
68 .include <plain.test.mk>
69 .include <tap.test.mk>
71 .include <atf.test.mk>
94 .include <suite.test.mk>
99 .include <host.test.mk>
111 .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.prog.mk3 .include <bsd.init.mk>
4 .include <bsd.compiler.mk>
5 .include <bsd.linker.mk>
7 .include <bsd.suffixes-extra.mk>
253 .include <bsd.libnames.mk>
329 .include <bsd.nls.mk>
331 .include <bsd.confs.mk>
332 .include <bsd.files.mk>
333 .include <bsd.incs.mk>
338 .include <bsd.links.mk>
[all …]
H A Dbsd.lib.mk16 .include <bsd.init.mk>
17 .include <bsd.compiler.mk>
18 .include <bsd.linker.mk>
19 .include <bsd.compat.pre.mk>
21 __<bsd.lib.mk>__: .NOTMAIN
172 .include <bsd.libnames.mk>
174 .include <bsd.suffixes-extra.mk>
200 .include <bsd.symver.mk>
472 .include <bsd.nls.mk>
473 .include <bsd.confs.mk>
[all …]
H A Dbsd.opts.mk32 .if !target(__<bsd.opts.mk>__)
33 __<bsd.opts.mk>__: .NOTMAIN
118 .-include <local.opts.mk>
120 .include <bsd.mkopt.mk>
122 .include <bsd.cpu.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/char-005c-reverse-solidus.mk
83 unit-tests/cmd-errors-jobs.mk
85 unit-tests/cmd-errors-lint.mk
87 unit-tests/cmd-errors.mk
89 unit-tests/cmd-interrupt.mk
91 unit-tests/cmdline-redirect-stdin.mk
93 unit-tests/cmdline-undefined.mk
[all …]
H A DMakefile48 DEFAULT_SYS_PATH ?= ${prefix}/share/mk
134 .include <own.mk>
155 .include <${srcdir}/mk/genfiles.mk>
202 .include <prog.mk>
228 .include <autoconf.mk>
230 SHARE_MK ?= ${SHAREDIR}/mk
231 MKSRC = ${srcdir}/mk
235 install: install-mk
242 install-mk:
243 .if exists(${MKSRC}/install-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.c129 adjyear(struct tm *t, char type, int64_t val, int mk) in adjyear() argument
146 return !mk || domktime(t, type) != -1; in adjyear()
150 adjmon(struct tm *t, char type, int64_t val, int istext, int mk) in adjmon() argument
206 return !mk || domktime(t, type) != -1; in adjmon()
210 adjday(struct tm *t, char type, int64_t val, int mk) in adjday() argument
250 return !mk || domktime(t, type) != -1; in adjday()
254 adjwday(struct tm *t, char type, int64_t val, int istext, int mk) in adjwday() argument
268 return !val || adjday(t, '+', val, mk); in adjwday()
277 return !val || adjday(t, '-', val, mk); in adjwday()
280 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

12345678910>>...151