Searched refs:makefile (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libz/
H A DMakefile2 * zlib makefile
/ast/src/cmd/mam/
H A Dmamold.sh20 : convert mam to old make makefile
45 print "# # oldmake makefile generated by $0 # #"
/ast/src/cmd/ksh93/
H A DMakefile2 * ksh makefile
/ast/src/cmd/nmake/
H A Dstate.c70 * assumes the main makefile has already been read
80 if (!state.statefile && state.makefile)
85 edit(sp, state.makefile, dir, KEEP, external.state);
113 error(2, "STATEVIEW %d %s state file load delayed until after makefile read", view, name);
333 if (state.maxview && state.readstate && state.makefile && !nobind)
521 error(1, "another make has been running on %s in %s for the past %s", state.makefile, state.view[view].path, fmtelapsed(d, 1));
523 error(1, "another make is running on %s in %s", state.makefile, state.view[view].path);
611 error(1, "the state file lock on %s has been overridden", state.makefile);
633 if (state.makefile)
805 if (state.makefile
[all...]
H A Dmain.c126 * 7 makefile input lines
169 * 0x40000000 2007-06-20 don't include intermediate makefile dirs in :W:
615 if (!state.makefile)
683 error(state.errorid ? 1 : 3, "a makefile must be specified when %s omitted", s);
685 error(state.errorid ? 1 : 3, "a makefile must be specified");
726 message((-2, "compiling makefile input into %s", state.objectfile));
743 * makefile read cleanup
854 else if (state.makefile)
855 error(3, "%s: a main target must be specified", state.makefile);
H A Dread.c99 if (!state.makefile)
108 state.makefile = strdup(sfstruse(fp));
202 * if its the first makefile then the
211 * first check for and apply makefile converter
252 error(3, "%s: error in makefile converter \"%s\"", r->name, s);
273 * quick makefile type check while
383 * check for obsolete makefile preprocessor
392 error(3, "%s: error in makefile preprocessor \"%s\"", r->name, s);
417 * read a makefile
H A Dobject.c25 * compiler and loader for the architecture independent makefile object format
709 * is different than the makefile value
1068 else if (!r && !state.makefile)
1156 * assumes the main makefile has already been read
1166 if (!state.objectfile && state.makefile && state.writeobject)
1171 edit(sp, state.makefile, dir, KEEP, external.object);
1290 * put bound makefile prereqs in state as a query courtesy
1523 error(1, "%s: another user was here %s ago", state.makefile, fmtelapsed(n, 1));
H A Dmake.h152 #define OLDRULE 7 /* makefile compiler old rule mark */
239 #define BIND_MAKEFILE (1<<2) /* bindfile using makefile dirs */
665 char* convert; /* makefile converter patterns */
666 char* file; /* main input makefile name */
667 char* files; /* candidate makefile name(s) */
684 char* compdone; /* made after makefile compiled */
685 char* compinit; /* made before makefile compiled*/
808 unsigned char reading; /* currently reading makefile */
832 int reread; /* input makefile reread count */
834 int tabstops; /* tab stops for makefile pars
848 char* makefile; /* first makefile name */ member in struct:State_s
[all...]
H A Doption.c50 " \b\\\b and is parsed as a separate, complete makefile. Otherwise"
57 "[+?Options are qualified by the base name of the makefile that defined"
79 "Compile the input makefile and exit." },
106 "Read the makefile \afile\a. If \b--file\b is not specified then"
107 " the makefile names specified by \b$(MAKEFILES)\b are attempted in"
113 "Read the global makefile \afile\a. The \b--file\b search is not"
120 "Add \adirectory\a to the makefile search list.", "directory" },
132 " makefile form." },
146 "[+static?\amam\a representation of the makefile assertions;"
147 " used for makefile conversio
[all...]
H A Dparse.c25 * makefile lexical scanner and parser
1514 * makefile statement parser
2385 if (state.user <= 1 && state.reading && state.makefile && (s = strchr(r->name, '=')) && *(s + 1) == '=')
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.]}'
4023 * .SOURCE.mk gets bound long before the first user makefile is read

Completed in 62 milliseconds