Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/bmake/
H A Dmain.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 …]
H A Dbmake.cat1141 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
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
532 System V UNIX makefiles and POSIX but are not recommended.
542 The list of all targets encountered in the makefiles. If evalu-
690 Processed after reading all makefiles. Affects the mode that
[all …]
H A DChangeLog29 o optimization for makefiles protected from multiple-inclusion
31 Initially this only handles makefiles guarded by a variable
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
2678 MAKEFILE does not override value set by makefiles.
2775 this let's makefiles test for support.
3177 makefiles have been read.
3204 o use mmap(2) if available, for reading makefiles
[all …]
H A Dmake.h723 StringList makefiles; member
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dntp_crosscompile.m44 # Expose a cross-compilation indicator to makefiles
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmake3 # make: file(1) magic for makefiles
/freebsd-14.2/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh7 This script regenerates the DTrace test suite makefiles. It should be run
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-history.txt20 -- Improved the makefiles.
/freebsd-14.2/crypto/openssh/
H A D.skipped-commit-ids2 5317f294d63a876bfc861e19773b1575f96f027d remove libssh from makefiles
H A DTODO51 Clean up configure/makefiles:
H A DFREEBSD-upgrade89 makefiles to reflect changes in the vendor's Makefile.in.
/freebsd-14.2/contrib/bmake/mk/
H A Dmk-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.2/contrib/wpa/src/
H A Dbuild.rules40 # export for sub-makefiles
/freebsd-14.2/contrib/ntp/html/hints/
H A Dsolaris.xtra.409584933 any makefiles or other config files) to disable the KERNEL_PLL
H A Da-ux20 First, you need to create the makefiles (after you've downloaded the
/freebsd-14.2/sys/contrib/device-tree/scripts/
H A DKbuild.include68 # See documentation in Documentation/kbuild/makefiles.txt
197 # See Documentation/kbuild/makefiles.txt for more info
/freebsd-14.2/usr.sbin/crunch/
H A DREADME12 * No fragile template makefiles or dependencies on the details of the
/freebsd-14.2/share/doc/smm/01.setup/
H A Dspell.ok368 makefiles
/freebsd-14.2/crypto/openssl/
H A DFREEBSD-upgrade85 13) Update the appropriate makefiles to reflect changes in the vendor's
/freebsd-14.2/contrib/ntp/
H A DREADME136 files in this directory and then the makefiles used in
/freebsd-14.2/crypto/heimdal/appl/telnet/
H A DREADME.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.2/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt46 For kernel makefiles, two commands are provided for use with
/freebsd-14.2/sys/contrib/zlib/
H A DREADME19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
/freebsd-14.2/contrib/bsnmp/
H A DNEWS187 Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
/freebsd-14.2/contrib/googletest/googletest/
H A DREADME.md17 CMake works by generating native makefiles or build projects that can be used in

123