Searched refs:makefiles (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/nmake/
H A Dexpand.c1211 order_all(Sfio_t* xp, Sfio_t* tmp, Sfio_t* vec, Hash_table_t* tab, Rule_t* d, char* makefiles, char* skip, unsigned int flags) argument
1226 order_find(xp, tmp, vec, tab, d->name, t + n, makefiles, skip, flags);
1236 order_scan(Sfio_t* xp, Sfio_t* tmp, Sfio_t* vec, Hash_table_t* tab, Rule_t* d, Rule_t* r, char* makefiles, char* skip, unsigned int flags) argument
1264 if (makefiles && (d->mark & M_MUST) && (sp = rsfopen(r->name)))
1267 order_all(xp, tmp, vec, tab, d, makefiles, skip, flags);
1277 order_find(xp, tmp, vec, tab, NiL, s, makefiles, skip, flags|ORDER_force);
1279 order_all(xp, tmp, vec, tab, d, makefiles, skip, flags);
1288 * find first makefile in dir/files/makefiles and scan
1292 order_find(Sfio_t* xp, Sfio_t* tmp, Sfio_t* vec, Hash_table_t* tab, char* dir, char* files, char* makefiles, char* skip, unsigned int flags) argument
1328 t = makefiles;
1385 order_recurse(Sfio_t* xp, char* directories, char* makefiles, char* skip, char* targets, unsigned int flags) argument
[all...]
H A Doption.c105 { "file", OPT_file, (char*)&internal.makefiles, 0,
150 " makefiles; some paths are parameterized; on by default]"
202 " input makefiles." },
248 " instead of the input makefiles on the next \bnmake\b invocation."
270 "(obsolete) Preprocess all makefiles." },
1615 * this gives base, global and local makefiles a chance to
2039 if (!(p = internal.makefiles->prereqs))
H A Dmain.c594 * read the explicit makefiles
602 if (p = internal.makefiles->prereqs)
612 * if no explicit makefiles then try external.{convert,files}
709 * check if makefiles to be compiled
H A Dmake.h606 Rule_t* makefiles; /* .MAKEFILES rule pointer */ member in struct:Internal_s
784 unsigned char forceread; /* force makefiles to be read */
807 unsigned char preprocess; /* preprocess all makefiles */
H A Dobject.c1335 for (p = ((n & COMP_FILE) ? internal.makefiles : internal.globalfiles)->prereqs; p; p = p->next)
1391 for (p = internal.makefiles->prereqs; p; p = p->next)
H A Drule.c1393 * non-engine source makefiles
1540 INIT(makefiles, ".MAKEFILES", P_internal|P_readonly);
H A DMakerules.mk57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
4467 * pure recursion makefiles (only :MAKE:) make .RECURSE first by default
/ast/src/cmd/INIT/
H A Dpackage.sh66 makefiles="Mamfile Nmakefile nmakefile Makefile makefile"
121 makefiles provide all the information required to read, write, build
445 naming is for convenience only; the underlying makefiles handle
452 \bgnu-fileutils\b. The *\b.pkg\b files are ast \bnmake\b(1) makefiles
502 no support for old-make/gnu-make makefiles; if the binaries are just
799 underlying makefiles handle inter-component build order. The ${bB}INIT${eB} component,
806 are ${bB}ast${eB} ${Mnmake} makefiles that contain the package name, package components,
853 ${bB}nmake${eB}. Currently there is no support for old-make/gnu-make makefiles; if
4036 for _make_recurse_j in $makefiles
5471 for i in $makefiles
[all...]

Completed in 72 milliseconds