Searched refs:make (Results 1 - 25 of 28) sorted by relevance

12

/ast/src/cmd/jcl/
H A DMakefile13 $(LIBDIR)/make :INSTALLDIR: JCL.mk
/ast/src/cmd/mam/
H A Dmamdot.sh29 [+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 Dmamold.sh20 : convert mam to old make makefile
57 make|prev) rule=${target[level]}
H A Dmamdag.sh30 [+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 Dmamexec.sh20 : 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 DMakefile31 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 DMakefile20 $(LIBDIR)/make :INSTALLDIR: COSHELL.mk
/ast/src/cmd/nmake/
H A DMakefile7 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 Dmake.c25 * 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 DMakerules.mk7 * 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 Dmake.h25 * 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 Drule.c25 * 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 Ddump.c25 * make dump and trace routines
28 #include "make.h"
199 sfputr(sp, "make", ' ');
369 sfputr(sp, internal.make->name, ' ');
/ast/lib/package/
H A Dpackage.mk612 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 Dpackage.mk612 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 Dmamprobe.sh40 [+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 Dpackage.sh147 [+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 DMakefile42 $(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 Drt.sh361 make:*|'make ['*']:'*)
H A Dmamake.c23 * 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 Dopen.c180 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 DMakefile45 $(LIBDIR)/make :INSTALLDIR: SERVICE.mk
/ast/src/lib/libtk/library/demos/
H A Dsearch.tcl133 display attributes to change to make all of the strings blink.}
H A Dtext.tcl69 even number of characters high and wide. Also, if you make the window
/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh260 COATTRIBUTES=\'label=make \'

Completed in 110 milliseconds

12