Home
last modified time | relevance | path

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

12345678910>>...180

/NextBSD/contrib/bmake/mk/
HDFILES4 auto.obj.mk
5 autoconf.mk
6 autodep.mk
7 auto.dep.mk
8 cython.mk
9 dep.mk
10 doc.mk
11 dpadd.mk
12 final.mk
13 host-target.mk
[all …]
HDChangeLog3 * install-mk (MK_VERSION): 20151212
4 * auto.obj.mk: do not require MAKEOBJDIRPREFIX to exist.
9 * install-mk (MK_VERSION): 20151111
11 * meta.sys.mk: include sys.dependfile.mk
13 * sys.mk (OPTIONS_DEFAULT_NO): use options.mk
15 include local.sys.env.mk early
16 include local.sys.mk later
18 * own.mk (OPTIONS_DEFAULT_NO): AUTO_OBJ etc moved to sys.mk
22 * meta.sys.mk (META_COOKIE_TOUCH):
25 * meta.stage.mk: stage_libs should ignore SYMLINKS.
[all …]
HDinstall-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.
34 # All our *.mk files are copied to "dest" with appropriate
37 # By default if a sys.mk can be found in a standard location
38 # (that bmake will find) then no sys.mk will be put in "dest".
41 # If set, we will avoid installing our 'sys.mk'
45 # If set, we will skip making bsd.*.mk links to *.mk
47 # sys.mk:
[all …]
HDmk-files.txt1 mk-files
4 The term ``mk-files`` refers to a collection of ``*.mk`` files.
19 ``/usr/share/mk/*.mk`` were a great model, but were quite tightly
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
35 Library makefiles include ``lib.mk`` and programs include ``prog.mk``
47 .include <lib.mk>
55 .include <prog.mk>
57 in such cases even the ``SRCS`` line is unnecessary as ``prog.mk``
65 mk-files
[all …]
HDsys.mk103 .-include <sys.env.mk>
107 .include <host-target.mk>
110 .-include <local.sys.env.mk>
119 .-include <sys/$x.mk>
120 _sys_mk := ${.MAKE.MAKEFILES:M*/$x.mk}
127 .-include <$x.sys.mk>
128 _sys_mk := ${.MAKE.MAKEFILES:M*/$x.sys.mk:T}
150 .-include <meta.sys.mk>
160 .include <auto.obj.mk>
208 .-include <local.sys.mk>
HDREADME3 This directory contains some macro's derrived from the NetBSD bsd.*.mk
13 source tree. The files are installed in /usr/share/mk, and are, by
14 convention, named with the suffix ".mk".
16 Note, this file is not intended to replace reading through the .mk
25 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
29 this is because .mk files often modify variables and behavior based on the
50 It's fairly difficult to make the BSD .mk files work when you're building
71 The include file <sys.mk> has the default rules for all makes, in the BSD
76 The include file <bsd.man.mk> handles installing manual pages and their
103 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
[all …]
HDprog.mk6 .include <init.mk>
47 .-include <libnames.mk>
50 .include <dpadd.mk>
186 .include <links.mk>
216 .include <man.mk>
220 .include <nls.mk>
223 .include <obj.mk>
224 .include <dep.mk>
225 .include <subdir.mk>
226 .include <final.mk>
HDsrctop.mk32 .for rd in share/mk build/mk mk
42 _SRCTOP_TEST_?= [ -f ../.sandbox-env -o -d share/mk ]
/NextBSD/share/mk/
HDMakefile14 .include <src.opts.mk>
17 auto.obj.mk \
19 bsd.arch.inc.mk \
20 bsd.compiler.mk \
21 bsd.confs.mk \
22 bsd.cpu.mk \
23 bsd.crunchgen.mk \
24 bsd.dep.mk \
25 bsd.doc.mk \
26 bsd.dtb.mk \
[all …]
HDbsd.test.mk9 .include <bsd.init.mk>
11 __<bsd.test.mk>__:
59 .include <atf.test.mk>
60 .include <plain.test.mk>
61 .include <tap.test.mk>
79 .include <suite.test.mk>
103 .include <bsd.progs.mk>
105 .include <bsd.files.mk>
117 .include <bsd.prog.mk>
121 .include <bsd.obj.mk>
HDbsd.README5 source tree. The files are installed in /usr/share/mk, and are by
6 convention, named with the suffix ".mk". These files store several
9 Note, this file is not intended to replace reading through the .mk
13 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
14 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
16 files. In most cases it is only interesting to include bsd.prog.mk or
17 bsd.lib.mk.
19 bsd.arch.inc.mk - includes arch-specific Makefile.$arch
20 bsd.compiler.mk - defined based on current compiler
21 bsd.confs.mk - install of configuration files
[all …]
HDbsd.prog.mk4 .include <bsd.init.mk>
5 .include <bsd.compiler.mk>
169 .include <bsd.libnames.mk>
254 .include <bsd.nls.mk>
256 .include <bsd.confs.mk>
257 .include <bsd.files.mk>
258 .include <bsd.incs.mk>
259 .include <bsd.links.mk>
276 .include <bsd.man.mk>
279 .include <bsd.dep.mk>
[all …]
HDbsd.init.mk9 .if !target(__<bsd.init.mk>__)
10 __<bsd.init.mk>__:
11 .include <bsd.opts.mk>
16 .include <bsd.own.mk>
HDbsd.opts.mk30 .if !target(__<bsd.opts.mk>__)
31 __<bsd.opts.mk>__:
81 .include <bsd.mkopt.mk>
107 .include <bsd.cpu.mk>
HDbsd.symver.mk3 .if !target(__<bsd.symver.mk>__)
4 __<bsd.symver.mk>__:
6 .include <bsd.init.mk>
26 _mpath+= /usr/share/mk
/NextBSD/contrib/bmake/
HDFILES13 bsd.after-import.mk
98 unit-tests/comment.mk
100 unit-tests/cond1.mk
102 unit-tests/cond2.mk
104 unit-tests/doterror.mk
106 unit-tests/dotwait.mk
108 unit-tests/error.mk
110 unit-tests/escape.mk
112 unit-tests/export-all.mk
114 unit-tests/export-env.mk
[all …]
HDMakefile72 DEFAULT_SYS_PATH?= ${prefix}/share/mk
131 .include <own.mk>
175 .include <prog.mk>
197 .include <autoconf.mk>
199 SHARE_MK?=${SHAREDIR}/mk
200 MKSRC=${srcdir}/mk
204 install: install-mk
211 install-mk:
212 .if exists(${MKSRC}/install-mk)
214 sh ${MKSRC}/install-mk -v -m 644 ${DESTDIR}${SHARE_MK}
[all …]
/NextBSD/bin/date/
HDvary.c128 adjyear(struct tm *t, char type, int val, int mk) in adjyear() argument
145 return !mk || domktime(t, type) != -1; in adjyear()
149 adjmon(struct tm *t, char type, int val, int istext, int mk) in adjmon() argument
205 return !mk || domktime(t, type) != -1; in adjmon()
209 adjday(struct tm *t, char type, int val, int mk) in adjday() argument
249 return !mk || domktime(t, type) != -1; in adjday()
253 adjwday(struct tm *t, char type, int val, int istext, int mk) in adjwday() argument
267 return !val || adjday(t, '+', val, mk); in adjwday()
276 return !val || adjday(t, '-', val, mk); in adjwday()
279 return adjday(t, '-', t->tm_wday - val, mk); in adjwday()
[all …]
/NextBSD/usr.bin/bmake/tests/sysmk/t2/mk/
HDMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/mk
6 FILES= sys.mk.test
7 FILESNAME_sys.mk.test= sys.mk
9 .include <bsd.test.mk>
/NextBSD/usr.bin/bmake/tests/sysmk/t1/mk/
HDMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/mk
6 FILES= sys.mk.test
7 FILESNAME_sys.mk.test= sys.mk
9 .include <bsd.test.mk>
/NextBSD/usr.bin/bmake/tests/sysmk/t0/mk/
HDMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/mk
6 FILES= sys.mk.test
7 FILESNAME_sys.mk.test= sys.mk
9 .include <bsd.test.mk>
/NextBSD/usr.sbin/amd/mk-amd-map/
HDMakefile8 .PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map
10 PROG= mk-amd-map
11 MAN= mk-amd-map.8
15 .include <bsd.prog.mk>
/NextBSD/contrib/wpa/src/eap_common/
HDeap_pax_common.c128 u8 *mk, u8 *ck, u8 *ick, u8 *mid) in eap_pax_initial_key_derivation() argument
132 e, 2 * EAP_PAX_RAND_LEN, EAP_PAX_MK_LEN, mk) || in eap_pax_initial_key_derivation()
133 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Confirmation Key", in eap_pax_initial_key_derivation()
135 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Integrity Check Key", in eap_pax_initial_key_derivation()
137 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Method ID", in eap_pax_initial_key_derivation()
142 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: MK", mk, EAP_PAX_MK_LEN); in eap_pax_initial_key_derivation()
/NextBSD/sys/kern/
HDMakefile9 sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
13 ../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master \
19 -mv -f ../sys/syscall.mk ../sys/syscall.mk.bak
/NextBSD/contrib/apr-util/
HDconfigure.in112 dnl even though we use apr_rules.mk for building apr-util, we need
228 dnl copy apr's rules.mk into our build directory.
242 < $APR_BUILD_DIR/apr_rules.mk > $abs_builddir/build/rules.mk
245 cp $APR_BUILD_DIR/apr_rules.mk $abs_builddir/build/rules.mk
256 INCLUDE_RULES="include $abs_builddir/build/rules.mk"
257 INCLUDE_OUTPUTS="include $abs_srcdir/build-outputs.mk"
259 INCLUDE_RULES=".include \"$abs_builddir/build/rules.mk\""
260 INCLUDE_OUTPUTS=".include \"$abs_srcdir/build-outputs.mk\""
264 INCLUDE_RULES="include $abs_builddir/build/rules.mk"
265 INCLUDE_OUTPUTS="include $abs_srcdir/build-outputs.mk"

12345678910>>...180