Searched defs:PACKAGE (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/nmake/
H A Ddebug-package.mk9 .MAKEINIT : .DEBUG.PACKAGE.INIT
11 .DEBUG.PACKAGE.ONLY = $(.PACKAGE.)
13 .DEBUG.PACKAGE.INIT : .MAKE .BEFORE
15 .DEBUG.PACKAGE.ONLY := $(~.ARGS)
17 :PACKAGE: - $(.DEBUG.PACKAGE.ONLY)
19 .ARGS : .DEBUG.PACKAGE
21 .DEBUG.PACKAGE : .MAKE
23 for P $(.DEBUG.PACKAGE
[all...]
H A Dpkg-cobol.mk6 .PACKAGE.cobol.dontcare := 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.]}'
244 LICENSEFILES = $(.PACKAGE.license) $(LICENSE:/,.*//:N!=*=*:/.*/$(.PACKAGE.)-& &) $(LICENSEFILE) $(LICENSEFILEDEFAULT) $(.PACKAGE.:X=$$(.PACKAGE.):C,/,-,) $(.PACKAGE.:X=$$(PWD:C,^$(INSTALLROOT)/[^/]*/[^/]*/,,:C,/.*,,:/^lib//:/lib$//):C,/,-,) $(.PACKAGE.)
457 PACKAGE = macro
459 PACKAGE_LOCAL = $(.PACKAGE.:O=1)_
460 PACKAGE_PATH = $(PACKAGE)
[all...]
H A Drules-win32.mk59 .PACKAGE.SDK. : .FUNCTION
66 if ! .PACKAGE.SDK.DIRS.
67 .PACKAGE.SDK.DIRS. := $(sh $(CC) -V 2>/dev/null) /platformsdk
69 R := $(.PACKAGE.SDK.DIRS.:X=$(D)/$(PKG) $(PKG)/$(D) $(D)/win64/$(PKG) $(D):T=F)
74 PACKAGE_atl_INCLUDE = $(.PACKAGE.SDK. INCLUDE atl)
75 PACKAGE_atl_LIB = $(.PACKAGE.SDK. LIB atl)
77 PACKAGE_crt_INCLUDE = $(.PACKAGE.SDK. INCLUDE crt)
78 PACKAGE_crt_LIB = $(.PACKAGE.SDK. LIB crt)
80 PACKAGE_mfc_INCLUDE = $(.PACKAGE.SDK. INCLUDE mfc)
81 PACKAGE_mfc_LIB = $(.PACKAGE
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c85 #define PACKAGE 14 macro
809 if (notice.item[PACKAGE].data)
812 expand(&notice, &tmp, &notice.item[PACKAGE]);
825 copy(&tmp, notice.item[PACKAGE].data ? "and" : "This software", -1);
881 copy(&tmp, notice.item[PACKAGE].data ? "and it" : "This software", -1);
/ast/lib/package/
H A Dpackage.mk28 * NAME [ name=value ] :PACKAGE: component ...
74 * NOTE: the Makerules.mk :PACKAGE: operator defers to :package: when
279 .PACKAGE. := $(P)
1326 echo $(binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1328 echo $(binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1332 echo $(old.new.binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1334 echo $(old.new.binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1362 echo $(binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1363 echo $(binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1519 echo $(runtime) >> $(runtime:D:B=PACKAGE
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk28 * NAME [ name=value ] :PACKAGE: component ...
74 * NOTE: the Makerules.mk :PACKAGE: operator defers to :package: when
279 .PACKAGE. := $(P)
1326 echo $(binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1328 echo $(binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1332 echo $(old.new.binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1334 echo $(old.new.binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1362 echo $(binary) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1363 echo $(binary:D:B:S=.$(checksum)) >> $(binary:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1519 echo $(runtime) >> $(runtime:D:B=PACKAGE
[all...]

Completed in 61 milliseconds