Home
last modified time | relevance | path

Searched refs:makefiles (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-14-stable/contrib/bmake/
HDmain.c512 Lst_Append(&opts.makefiles, bmake_strdup(argvalue)); in MainParseOption()
1118 Lst_Init(&opts.makefiles); in CmdOpts_Init()
1292 ReadAllMakefiles(const StringList *makefiles) in ReadAllMakefiles() argument
1296 for (ln = makefiles->first; ln != NULL; ln = ln->next) { in ReadAllMakefiles()
1306 StringList makefiles = LST_INIT; in ReadFirstDefaultMakefile() local
1312 (void)str2Lst_Append(&makefiles, prefs); in ReadFirstDefaultMakefile()
1314 for (ln = makefiles.first; ln != NULL; ln = ln->next) in ReadFirstDefaultMakefile()
1318 Lst_Done(&makefiles); in ReadFirstDefaultMakefile()
1516 if (!Lst_IsEmpty(&opts.makefiles)) in main_ReadFiles()
1517 ReadAllMakefiles(&opts.makefiles); in main_ReadFiles()
[all …]
HDbmake.cat120 …thorough description of bmake and makefiles, please refer to PMake - […
33 Change to directory before reading the makefiles or doing any-
141 makefiles may be specified, and are read in the order specified.
144 Specify a directory in which to search for makefiles and included
145 makefiles. The system makefile directory (or directories, see
179 Specify a directory in which to search for sys.mk and makefiles
205 makefiles without descending into subdirectories.
231 scope after all makefiles have been read.
472 Variables defined in the makefile or in included makefiles.
526 for backward compatibility with historical makefiles and legacy POSIX
[all …]
HDChangeLog29 o optimization for makefiles protected from multiple-inclusion
31 Initially this only handles makefiles guarded by a variable
177 o .SYSPATH: for controlling the path searched for makefiles
513 clean up parsing of makefiles
1015 * main.c: use .MAKE.DEPENDFILE as set by makefiles
1107 parse.c: error out on null bytes in makefiles
1170 CmdOpts.makefiles
2425 o meta.c: allow meta file for makeDepend if makefiles want it.
2678 MAKEFILE does not override value set by makefiles.
2691 o Call Job_SetPrefix() from Job_Init() so makefiles have
[all …]
HDmake.h723 StringList makefiles; member
/freebsd-14-stable/contrib/ntp/sntp/m4/
HDntp_crosscompile.m44 # Expose a cross-compilation indicator to makefiles
/freebsd-14-stable/contrib/file/magic/Magdir/
HDmake3 # make: file(1) magic for makefiles
/freebsd-14-stable/lib/libc/softfloat/
HDsoftfloat-history.txt20 -- Improved the makefiles.
/freebsd-14-stable/contrib/bmake/mk/
HDmk-files.txt36 Library makefiles include ``lib.mk`` and programs include ``prog.mk``
62 provided by bmake_ that allow simple makefiles such as the above to
174 Note: ``WITHOUT_*`` wins if both are set, and makefiles can set
302 into a program. Prog makefiles usually need to list the libraries
518 makefiles contributed by Juniper Networks, Inc.
534 We have the following makefiles which are relevant to
/freebsd-14-stable/crypto/openssh/
HD.skipped-commit-ids2 5317f294d63a876bfc861e19773b1575f96f027d remove libssh from makefiles
HDTODO51 Clean up configure/makefiles:
HDFREEBSD-upgrade89 makefiles to reflect changes in the vendor's Makefile.in.
/freebsd-14-stable/contrib/wpa/src/
HDbuild.rules40 # export for sub-makefiles
/freebsd-14-stable/contrib/ntp/html/hints/
HDsolaris.xtra.409584933 any makefiles or other config files) to disable the KERNEL_PLL
HDa-ux20 First, you need to create the makefiles (after you've downloaded the
/freebsd-14-stable/sys/contrib/device-tree/scripts/
HDKbuild.include68 # See documentation in Documentation/kbuild/makefiles.txt
197 # See Documentation/kbuild/makefiles.txt for more info
/freebsd-14-stable/usr.sbin/crunch/
HDREADME12 * No fragile template makefiles or dependencies on the details of the
/freebsd-14-stable/share/doc/smm/01.setup/
HDspell.ok368 makefiles
/freebsd-14-stable/crypto/openssl/
HDFREEBSD-upgrade85 13) Update the appropriate makefiles to reflect changes in the vendor's
/freebsd-14-stable/crypto/libecc/
HDmeson.build65 # About configurable options, based on makefiles
/freebsd-14-stable/contrib/ntp/
HDREADME136 files in this directory and then the makefiles used in
/freebsd-14-stable/crypto/heimdal/appl/telnet/
HDREADME.ORIG254 The makefiles have been re-done. All of the site
439 Re-organize makefiles and source tree. The telnet/Source
444 are two makefiles, Makefile and Makefile.generic.
670 These are the makefiles that can be used on a 4.3Reno
/freebsd-14-stable/sys/contrib/zlib/
HDREADME19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
/freebsd-14-stable/sys/contrib/xz-embedded/linux/Documentation/
HDxz.txt46 For kernel makefiles, two commands are provided for use with
/freebsd-14-stable/contrib/bsnmp/
HDNEWS187 Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
/freebsd-14-stable/contrib/googletest/googletest/
HDREADME.md17 CMake works by generating native makefiles or build projects that can be used in

123