Searched refs:makefiles (Results 1 – 25 of 53) sorted by relevance
123
| /freebsd-14-stable/contrib/bmake/ |
| HD | main.c | 512 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 …]
|
| HD | bmake.cat1 | 20 …thorough description of [1mbmake [22mand makefiles, please refer to [4mPMake[24m [4m-[24m [… 33 Change to [4mdirectory[24m 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 [4msys.mk[24m 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 …]
|
| HD | ChangeLog | 29 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 …]
|
| HD | make.h | 723 StringList makefiles; member
|
| /freebsd-14-stable/contrib/ntp/sntp/m4/ |
| HD | ntp_crosscompile.m4 | 4 # Expose a cross-compilation indicator to makefiles
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | make | 3 # make: file(1) magic for makefiles
|
| /freebsd-14-stable/lib/libc/softfloat/ |
| HD | softfloat-history.txt | 20 -- Improved the makefiles.
|
| /freebsd-14-stable/contrib/bmake/mk/ |
| HD | mk-files.txt | 36 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-ids | 2 5317f294d63a876bfc861e19773b1575f96f027d remove libssh from makefiles
|
| HD | TODO | 51 Clean up configure/makefiles:
|
| HD | FREEBSD-upgrade | 89 makefiles to reflect changes in the vendor's Makefile.in.
|
| /freebsd-14-stable/contrib/wpa/src/ |
| HD | build.rules | 40 # export for sub-makefiles
|
| /freebsd-14-stable/contrib/ntp/html/hints/ |
| HD | solaris.xtra.4095849 | 33 any makefiles or other config files) to disable the KERNEL_PLL
|
| HD | a-ux | 20 First, you need to create the makefiles (after you've downloaded the
|
| /freebsd-14-stable/sys/contrib/device-tree/scripts/ |
| HD | Kbuild.include | 68 # See documentation in Documentation/kbuild/makefiles.txt 197 # See Documentation/kbuild/makefiles.txt for more info
|
| /freebsd-14-stable/usr.sbin/crunch/ |
| HD | README | 12 * No fragile template makefiles or dependencies on the details of the
|
| /freebsd-14-stable/share/doc/smm/01.setup/ |
| HD | spell.ok | 368 makefiles
|
| /freebsd-14-stable/crypto/openssl/ |
| HD | FREEBSD-upgrade | 85 13) Update the appropriate makefiles to reflect changes in the vendor's
|
| /freebsd-14-stable/crypto/libecc/ |
| HD | meson.build | 65 # About configurable options, based on makefiles
|
| /freebsd-14-stable/contrib/ntp/ |
| HD | README | 136 files in this directory and then the makefiles used in
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/ |
| HD | README.ORIG | 254 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/ |
| HD | README | 19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
|
| /freebsd-14-stable/sys/contrib/xz-embedded/linux/Documentation/ |
| HD | xz.txt | 46 For kernel makefiles, two commands are provided for use with
|
| /freebsd-14-stable/contrib/bsnmp/ |
| HD | NEWS | 187 Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
|
| /freebsd-14-stable/contrib/googletest/googletest/ |
| HD | README.md | 17 CMake works by generating native makefiles or build projects that can be used in
|
123