Searched refs:makefiles (Results 1 - 24 of 24) sorted by last modified time

/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk39 # These should be tested with `== "no"' or `!= "no"' in makefiles.
40 # The NO_* variables should only be set by makefiles for variables
H A Dbsd.cpu.mk173 # unordered list to make it easy for client makefiles to test for the
H A Dsys.mk458 # when running target scripts, this is a problem for many makefiles here.
469 # Hack for ports compatibility. Historically, ports makefiles have
H A Dbsd.opts.mk38 # These should be tested with `== "no"' or `!= "no"' in makefiles.
39 # The NO_* variables should only be set by makefiles for variables
H A Dmeta.autodep.mk141 # some makefiles and/or targets contain
H A Dbsd.prog.mk9 # XXX The use of COPTS in modern makefiles is discouraged.
H A Ddirdeps.mk57 # .MAKE.DEPENDFILE_PREFIX) to refer to these makefiles to
71 # makefiles to not do anything at .MAKE.LEVEL 0.
177 # The makefiles may only partially specify (eg. MACHINE only),
634 # some makefiles may still look at this
H A Dmeta.stage.mk180 # some makefiles need to populate multiple directories
/freebsd-11-stable/sys/conf/
H A Dkmod.mk123 # Add -I paths for system headers. Individual module makefiles don't
H A Dkern.pre.mk222 # MKMODULESENV is set here so that port makefiles can augment
H A Dkern.post.mk8 # should be defined in the kern.pre.mk so that port makefiles can
H A Dkern.opts.mk9 # These should be tested with `== "no"' or `!= "no"' in makefiles.
10 # The NO_* variables should only be set by makefiles for variables
165 # wrapped around declarations. Module makefiles can optionally compile such
/freebsd-11-stable/contrib/bmake/
H A Dmain.c161 static Lst makefiles; /* ordered list of makefiles to read */ variable
584 (void)Lst_AtEnd(makefiles, argvalue);
861 * Allow makefiles some control over the mode we run in.
1107 * This is the traditional preference for makefiles.
1117 makefiles = Lst_Init(FALSE);
1174 /* some makefiles need to know this */
1375 if (!Lst_IsEmpty(makefiles)) {
1378 ln = Lst_Find(makefiles, NULL, ReadAllMakefiles);
1386 (void)str2Lst_Append(makefiles, p
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh8 This script regenerates the DTrace test suite makefiles. It should be run
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.stage.mk191 # some makefiles need to populate multiple directories
H A Dmeta.autodep.mk140 # some makefiles and/or targets contain
H A Ddpadd.mk39 # so do not use in makefiles.
H A Ddirdeps.mk56 # .MAKE.DEPENDFILE_PREFIX) to refer to these makefiles to
73 # makefiles to not do anything at .MAKE.LEVEL 0.
206 # The makefiles may only partially specify (eg. MACHINE only),
702 # some makefiles may still look at this
H A Dmeta.sys.mk127 # and mtime of makefiles does not matter in meta mode
H A Dautodep.mk54 # we also need to handle makefiles where the .d's from __depsrcs
H A Dobj.mk67 # so we can interact with freebsd makefiles
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk50 # Dependency that the article makefiles can use to pull in
/freebsd-11-stable/contrib/libreadline/
H A DMakefile.in177 Makefiles makefiles: config.status $(srcdir)/Makefile.in
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk112 # The system makefiles make the .c.a rule .PRECIOUS with a special source,

Completed in 147 milliseconds