Searched refs:INCLUDE (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | yacc.mk | 12 .SOURCE.%.yacc : $$(*.SOURCE.%.LCL.INCLUDE) 20 I| \% include "%"|A.LCL.INCLUDE| 25 $(.YACC.INCLUDE.) $(>) > $(<) 27 .YACC.INCLUDE. : .FUNCTION 41 $(.YACC.INCLUDE.) $(>) > $(<)
|
H A D | Scanrules.mk | 14 * $(.INCLUDE. <lang> [<flag>]) 20 .INCLUDE. : .FUNCTION 23 .LCL.INCLUDE : .ATTRIBUTE 24 .PFX.INCLUDE : .ATTRIBUTE .TERMINAL 25 .STD.INCLUDE : .ATTRIBUTE 27 .ACCEPT .IGNORE .RETAIN : .LCL.INCLUDE .PFX.INCLUDE .STD.INCLUDE 30 * .PFX.INCLUDE stuff needed for C #include "..." compatibility 34 .BIND.%.PFX.INCLUDE [all...] |
H A D | pkg-cobol.mk | 21 I|COPY % |M$$(.INCLUDE.SUFFIX. cob)| 22 I|\T COPY % |M$$(.INCLUDE.SUFFIX. cob)| 23 I|\T \D COPY % |M$$(.INCLUDE.SUFFIX. cob)| 24 #I|\D *. COPY % |M$$(.INCLUDE.SUFFIX. cob)| # this one is trouble for ^[[:space:]]*COPY sqlca.cbl$ 41 COBOLFLAGS &= $(COBOLFLAGS:VA:V) $$(.INCLUDE. cob -I)
|
H A D | rules-win32.mk | 34 $(CPP) -D:catliteral -DRCWOW=\"$RCWOW\" $(.INCLUDE. rc:/^/-I/) $(>) > $(%).ri 35 $(RC) $(RCFLAGS) -I$(>:D:P=N) $(.INCLUDE. rc:P=N:/^/-I/) -r -fo$(<:P=N) $(%).ri >/dev/null 2>&1 || { 37 $(RC) $(RCFLAGS) $(.INCLUDE. rc:P=N:/^/-I/) -r -fo$(<:P=N) $(%).ri 74 PACKAGE_atl_INCLUDE = $(.PACKAGE.SDK. INCLUDE atl) 77 PACKAGE_crt_INCLUDE = $(.PACKAGE.SDK. INCLUDE crt) 80 PACKAGE_mfc_INCLUDE = $(.PACKAGE.SDK. INCLUDE mfc)
|
H A D | Makerules.mk | 54 set option=';prefix-include;b;-;Override the C preprocessor prefix include option. \b--noprefix-include\b may be needed for some compilers that misbehave when \b$$(CC.INCLUDE.LOCAL)\b is set and \b#include "..."\b assumes the subdirectory of the including file. The default value is based on the \bprobe\b(1) information.' 61 set option=';separate-include;b;-;Allow \b$$(CC.INCLUDE.LOCAL)\b to be used with compilers that support it. On by default. If \b--noseparate-include\b is set then \b$$(CC.INCLUDE.LOCAL)\b will not be used, even if the current compiler supports it.' 1272 T := $(*.SOURCE.%.STD.INCLUDE:N=*/($(.PACKAGE.build:A!=.TARGET:/ /|/G)):T=FD:U!) 1322 if ( X = "$(X:A!=.LCL.INCLUDE|.STD.INCLUDE)" ) 4299 if ! "$(CC.INCLUDE.LOCAL)" && "$(CC.DIALECT:N=-I-)" /* pre 2005-05-25 courtesy */ 4300 CC.INCLUDE.LOCAL = -I- 4303 CC.SEPARATEINCLUDE := $(CC.INCLUDE.LOCAL) 4346 if ! "$(-?prefix-include)" && "$(CCFLAGS:N=$(CC.INCLUDE [all...] |
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 327 directive = INCLUDE; 443 case INCLUDE: 466 error(2, "#%s: null file name", dirname(INCLUDE)); 470 error(1, "#%s: reference to %s is not portable", dirname(INCLUDE), pp.token); 494 error(2, "#%s: \"...\" or <...> argument expected", dirname(INCLUDE)); 982 case INCLUDE: 1454 directive = INCLUDE; 2242 case INCLUDE:
|
H A D | ppop.c | 134 error(1, "%s: input file name required for %s ignore", file, dirname(INCLUDE)); 226 error(3, "%s unexpected in %s map list", pptokstr(pp.token, 0), dirname(INCLUDE)); 911 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), pp.firstop->value); 1010 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), pp.ppdefault); 1191 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), xp->value);
|
/ast/src/cmd/INIT/ |
H A D | TEST.mk | 171 I| INCLUDE@ % |
|
H A D | regress.sh | 123 [+INCLUDE \b\afile\a ...?One or more \afile\a operands are read 1235 function INCLUDE # file ... function
|
Completed in 37 milliseconds