/ast/src/cmd/jcl/ |
H A D | Makefile | 13 $(LIBDIR)/make :INSTALLDIR: JCL.mk
|
/ast/src/cmd/mam/ |
H A D | mamdot.sh | 29 [+NAME?mamdot - make abstract machine to dot dependency graph conversion filter] 54 typeset ignore= tree="@(make|done|prev)" 83 [[ $op == make ]] && print "\"$arg\" [ label = \"$rule\" ]" 86 make) [[ $rule == $ignore ]] || list[level]=${list[level]}$'\n'\"$arg\"
|
H A D | mamold.sh | 20 : convert mam to old make makefile 57 make|prev) rule=${target[level]}
|
H A D | mamdag.sh | 30 [+NAME?mamdag - make abstract machine to dag dependency graph conversion filter] 75 make) case " ${list[level]} " in 91 then print -u2 "$COMMAND: line $line: $op $arg: no matching make op"
|
H A D | mamexec.sh | 20 : make abstract machine executor with state 34 [+NAME?mamexec - make abstract machine executor] 200 "make") eval _name_$_index_=$_name_ 259 _) echo $_op_: missing make op >&2; continue ;; 330 "") echo "$_command_: don't know how to make $_select_" >&2; $_error_ ;;
|
/ast/src/cmd/ksh93/ |
H A D | Makefile | 31 SHOPT_ECHOPRINT == /* make echo equivalent to print */ 45 SHOPT_RAWONLY == 1 /* make viraw the only vi mode */ 235 echo "make install to run the tests on the latest $(SH)" >&2 241 echo "make install to run the tests on the latest $(SH)" >&2
|
/ast/src/cmd/coshell/ |
H A D | Makefile | 20 $(LIBDIR)/make :INSTALLDIR: COSHELL.mk
|
/ast/src/cmd/nmake/ |
H A D | Makefile | 7 ID = make 29 make.h expand.h options.h \ 30 archive.c bind.c command.c dump.c expand.c main.c make.c \
|
H A D | make.c | 25 * make target proof algorithm 28 #include "make.h" 33 * make scan prereqs 54 make(s, &t, NiL, P_implicit); 262 * top level make 273 * IGNORE rule make failed but ignore errors 274 * FAILED rule make failed 300 make(r, &t, arg, 0); 308 * intermediate level make 312 make(registe function [all...] |
H A D | Makerules.mk | 7 * default make base rules 11 * internal make rule names match the RE \.[.A-Z][.A-Z0-9]* 12 * internal make variable names match the RE \.[.A-Z][.A-Z0-9]*\. 13 * internal make operator names match the RE :[A-Z]*: 15 * every (non-builtin shell) command should use a make variable 724 make $(X) 733 make $(X) 1779 * if no rhs then make all by default 1830 * make dll via cc- if not already made at this level 1841 make [all...] |
H A D | make.h | 25 * make common definitions 53 #define COMMENT '#' /* make comment char */ 150 #define IGNORE 5 /* rule make failed but ignore errors */ 151 #define FAILED 6 /* rule make failed */ 154 #define RECOMPILE 1 /* recompile make object */ 155 #define COMPILED 2 /* make object compiled (if necessary) */ 156 #define SAVED 3 /* make state saved */ 284 #define P_after (1<<1) /* make after parent update */ 288 #define P_before (1<<5) /* make before parent update */ 299 #define P_make (1L<<16) /* make (no 550 Rule_t* make; /* .MAKE rule pointer */ member in struct:Internal_s 670 char* make; /* program path name */ member in struct:External_s [all...] |
H A D | rule.c | 25 * make rule support 30 #include "make.h" 613 else if (r == internal.always || r == internal.local || r == internal.make || r == internal.run) 629 errors += make(p->rule, &tm, NiL, 0); 649 if (r == internal.make) 699 error(2, "%s: cannot sync until make object compiled", prereqs->rule->name); 914 if (a == internal.make) return n & P_make; 1207 * make an internal rule pointer 1223 * make an internal pattern association rule pointer 1224 * NOTE: this is required to sync pre 2001-05-09 make object [all...] |
H A D | dump.c | 25 * make dump and trace routines 28 #include "make.h" 199 sfputr(sp, "make", ' '); 369 sfputr(sp, internal.make->name, ' ');
|
/ast/lib/package/ |
H A D | package.mk | 612 PACKAGEROOT= CYGWIN="$$CYGWIN ntsec binmode" bin/package make $(export.$(style)) 621 make 623 $(test.$(style):@?To test the binaries after building/installing run:$$("\n\n\t")make test$$("\n\n")??)To build and/or install the binaries run: 625 make install 641 package make 651 package make 654 /opt/$(org) change "source" to "binary" and omit "package make". 675 make install 676 make all 685 make instal [all...] |
/ast/src/cmd/INIT/ |
H A D | package.mk | 612 PACKAGEROOT= CYGWIN="$$CYGWIN ntsec binmode" bin/package make $(export.$(style)) 621 make 623 $(test.$(style):@?To test the binaries after building/installing run:$$("\n\n\t")make test$$("\n\n")??)To build and/or install the binaries run: 625 make install 641 package make 651 package make 654 /opt/$(org) change "source" to "binary" and omit "package make". 675 make install 676 make all 685 make instal [all...] |
H A D | mamprobe.sh | 40 [+DESCRIPTION?\bmamprobe\b generates MAM (make abstract machine) \bcc\b(1) 127 # find the make probe script 134 script=lib/probe/C/make/probe
|
H A D | package.sh | 147 [+never?Run make -N and show other actions.] 152 [+show?Run make -n and show other actions.] 209 The heirarchy can be rebuilt by \bpackage make\b.] 268 [+make\b [ \apackage\a ]] [ \aoption\a ... ]] [ \atarget\a ... ]]?Build 272 \b$INSTALLROOT/lib/package/gen/make.out\b. The build is done in 280 passed to the underlying make command.] 499 \bNmakefile\b or \bMakefile\b) and a \bMAM\b (make abstract machine) 502 no support for old-make/gnu-make makefiles; if the binaries are just 508 \bcc\b) is not a prototyping C compiler then \bpackage make\ [all...] |
H A D | Makefile | 42 $(LIBDIR)/make :INSTALLDIR: package.mk PROBE.mk TEST.mk WWW.mk \ 239 for T C+probe C+make+probe.lcl C+pp+probe.lcl 250 $(LIBDIR)/probe/C/make :INSTALLDIR: probe probe.ini 252 probe.sh : C+probe make.probe
|
H A D | rt.sh | 361 make:*|'make ['*']:'*)
|
H A D | mamake.c | 23 * mamake -- MAM make 38 "[+NAME?mamake - make abstract machine make]" 68 "[r:?Recursively make leaf directories matching \apattern\a. Only leaf" 189 int making; /* currently make()ing */ 248 static unsigned long make(Rule_t*); 337 * don't know how to make or exit code making 345 fprintf(stderr, "don't know how to make %s\n", r->name); 1384 make(rule("")); 1548 make(Rule_ function [all...] |
/ast/src/cmd/kshlib/open/ |
H A D | open.c | 180 Namval_t *(*make)(Namval_t*); /* discipline constructor */ member in struct:_field_ 234 if(fp->make) 235 (*fp->make)(nq);
|
/ast/src/lib/libcs/ |
H A D | Makefile | 45 $(LIBDIR)/make :INSTALLDIR: SERVICE.mk
|
/ast/src/lib/libtk/library/demos/ |
H A D | search.tcl | 133 display attributes to change to make all of the strings blink.}
|
H A D | text.tcl | 69 even number of characters high and wide. Also, if you make the window
|
/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 260 COATTRIBUTES=\'label=make \'
|