Searched refs:mk (Results 1 – 25 of 4532) sorted by relevance
12345678910>>...182
| /freebsd-head/contrib/bmake/mk/ |
| HD | FILES | 5 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 …]
|
| HD | ChangeLog | 3 * init.mk: include Skipping ${RELDIR} when _SKIP_BUILD is not empty. 7 * install-mk (MK_VERSION): 20250414 9 * init.mk: check ONLY_*_LIST and NOT_*_LIST for SKIP_BUILD_VAR_LIST 12 * genfiles.mk: add FILTER support 14 * rst2htm.mk: latest docutils drops .py extensions 18 * install-mk (MK_VERSION): 20250326 20 * auto.obj.mk: fix and simplify handling of relative __objdir, 25 * install-mk (MK_VERSION): 20250314 27 * meta.stage.mk: StageFiles --subdir: preserve the dir part of 32 * meta.autodep.mk: do a better job of handling MAKESYSPATH in [all …]
|
| HD | mk-files.txt | 1 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 …]
|
| HD | install-mk | 3 # 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 …]
|
| HD | sys.mk | 24 .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 …]
|
| HD | prog.mk | 9 .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 …]
|
| HD | libnames.mk | 21 .-include <local.libnames.mk> 22 .-include <sjg.libnames.mk> 23 .-include <fwall.libnames.mk> 24 .-include <host.libnames.mk>
|
| HD | README | 3 This directory contains some makefiles 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 …]
|
| /freebsd-head/share/mk/ |
| HD | Makefile | 11 .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 …]
|
| HD | bsd.test.mk | 8 .include <bsd.init.mk> 10 __<bsd.test.mk>__: .NOTMAIN 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>
|
| HD | bsd.README | 3 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 …]
|
| HD | bsd.opts.mk | 32 .if !target(__<bsd.opts.mk>__) 33 __<bsd.opts.mk>__: .NOTMAIN 116 .-include <local.opts.mk> 118 .include <bsd.mkopt.mk> 120 .include <bsd.cpu.mk>
|
| HD | src.sys.env.mk | 44 .-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-head/contrib/bmake/ |
| HD | FILES | 16 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 …]
|
| HD | Makefile | 48 DEFAULT_SYS_PATH ?= ${prefix}/share/mk 128 .include <own.mk> 149 .include <${srcdir}/mk/genfiles.mk> 196 .include <prog.mk> 221 .include <autoconf.mk> 223 SHARE_MK ?= ${SHAREDIR}/mk 224 MKSRC = ${srcdir}/mk 228 install: install-mk 235 install-mk: 236 .if exists(${MKSRC}/install-mk) [all …]
|
| /freebsd-head/contrib/bmake/unit-tests/ |
| HD | archive.mk | 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 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
|
| HD | 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 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>
|
| HD | deptgt-posix.mk | 26 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-head/contrib/bearssl/mk/ |
| HD | NMake.mk | 29 !include mk/Defaults.mk 37 !include conf/$(CONF).mk 38 !include mk/Rules.mk
|
| HD | SingleUnix.mk | 29 include mk/Defaults.mk 37 include conf/$(CONF).mk 38 include mk/Rules.mk
|
| /freebsd-head/usr.bin/bmake/tests/sysmk/t0/mk/ |
| HD | Makefile | 3 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-head/usr.bin/bmake/tests/sysmk/t2/mk/ |
| HD | Makefile | 3 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-head/usr.bin/bmake/tests/sysmk/t1/mk/ |
| HD | Makefile | 3 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-head/contrib/bearssl/ |
| HD | Makefile | 36 !include mk/NMake.mk # \ 39 include mk/SingleUnix.mk
|
| /freebsd-head/sys/conf/ |
| HD | kmod.opts.mk | 5 .if !target(__<kmod.opts.mk>__) 6 __<kmod.opts.mk>__: 8 .include <bsd.init.mk> 12 .include <bsd.compiler.mk>
|
12345678910>>...182