Home
last modified time | relevance | path

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

123

/trueos/usr.bin/make/
HDmain.c101 static Lst makefiles = Lst_Initializer(makefiles); variable
477 Lst_AtEnd(&makefiles, estrdup(optarg)); in MainParseArgs()
1198 if (!Lst_IsEmpty(&makefiles)) { in main()
1201 LST_FOREACH(ln, &makefiles) { in main()
1324 Lst_Destroy(&makefiles, free); in main()
/trueos/contrib/bmake/
HDmain.c161 static Lst makefiles; /* ordered list of makefiles to read */ variable
544 (void)Lst_AtEnd(makefiles, argvalue); in MainParseArgs()
971 makefiles = Lst_Init(FALSE); in main()
1243 if (!Lst_IsEmpty(makefiles)) { in main()
1246 ln = Lst_Find(makefiles, NULL, ReadAllMakefiles); in main()
1254 (void)str2Lst_Append(makefiles, p1, NULL); in main()
1255 (void)Lst_Find(makefiles, NULL, ReadMakefile); in main()
1399 Lst_Destroy(makefiles, NULL); in main()
HDbmake.cat121 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
34 Change to _d_i_r_e_c_t_o_r_y before reading the makefiles or doing any-
132 within makefiles.
136 _m_a_k_e_f_i_l_e is `--', standard input is read. Multiple makefiles may
140 Specify a directory in which to search for makefiles and included
141 makefiles. The system makefile directory (or directories, see
171 Specify a directory in which to search for sys.mk and makefiles
196 makefiles without descending into subdirectories.
399 Variables defined in the makefile or in included makefiles.
430 backward compatibility with historical makefiles and are not rec-
[all …]
HDChangeLog65 MAKEFILE does not override value set by makefiles.
78 o Call Job_SetPrefix() from Job_Init() so makefiles have
160 * meta.c: call meta_init() before makefiles are read and if built
162 this let's makefiles test for support.
199 o remove Check_Cwd logic the makefiles have been fixed.
564 makefiles have been read.
591 o use mmap(2) if available, for reading makefiles
1030 o .MAKE.MAKEFILES - track all makefiles read - sjg
1247 o explicitly look for makefiles in objdir if not found in curdir so
/trueos/contrib/file/magic/Magdir/
HDmake3 # make: file(1) magic for makefiles
/trueos/lib/libc/softfloat/
HDsoftfloat-history.txt21 -- Improved the makefiles.
/trueos/tools/test/testfloat/
HDtestfloat-history.txt18 -- Improved the makefiles.
HDtestfloat-source.txt56 source files will need to be renamed, and the source and makefiles edited
155 As distributed, the makefiles for TestFloat assume the existence of three
170 The TestFloat makefiles and `milieu.h' files (see below) are easily edited
375 macros for the functions implemented. The makefiles of the targets have
/trueos/contrib/ntp/html/build/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
/trueos/crypto/openssh/
HDTODO51 Clean up configure/makefiles:
HDFREEBSD-upgrade63 makefiles to reflect changes in the vendor's Makefile.in.
/trueos/contrib/bmake/mk/
HDmk-files.txt35 Library makefiles include ``lib.mk`` and programs include ``prog.mk``
61 provided by bmake_ that allow simple makefiles such as the above
288 into a program. Prog makefiles usually need to list the libraries
HDChangeLog399 first release including meta mode makefiles
539 * sys/NetBSD.mk: add MACHINE_CPU to keep netbsd makefiles happy
544 * obj.mk: add objwarn to keep freebsd makefiles happy
/trueos/usr.sbin/crunch/
HDREADME12 * No fragile template makefiles or dependencies on the details of the
/trueos/contrib/apr-util/
HDCHANGES23 *) Windows: Add command line makefiles. [Gregg Smith]
/trueos/share/doc/smm/01.setup/
HDspell.ok369 makefiles
/trueos/lib/libz/
HDREADME19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
HDChangeLog819 - Update msdos and win32 scripts and makefiles [Truta]
834 - Fix file time handling in contrib/untgz; update makefiles [Truta]
939 - Add msdos and win32 directories with makefiles [Truta]
1048 new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT)
1273 - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32),
/trueos/contrib/ntp/
HDREADME136 files in this directory and then the makefiles used in
/trueos/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
/trueos/sys/contrib/xz-embedded/linux/Documentation/
HDxz.txt46 For kernel makefiles, two commands are provided for use with
/trueos/contrib/bsnmp/
HDNEWS187 Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
/trueos/contrib/libstdc++/
Dconfigure.ac375 # Multilibs need MULTISUBDIR defined correctly in certain makefiles so
/trueos/contrib/binutils/binutils/
HDREADME227 at ftp.progis.de or any GNU archive site. The makefiles assume that

123