Searched defs:targets (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/
H A DMakefile10 # If VCPROPRIETARY=0, vc_prorprietary should be taken off "targets"
13 targets=vc_delta vc_huff vc_misc vc_proprietary macro
69 libvcodex.a: vcodex_h $(VCOBJS) $(targets)
/ast/src/cmd/nmake/
H A Dexpand.c1378 * (recursive) makefile prereqs; if targets!=0 then only
1379 * those targets and prerequisites are considered
1380 * directories and targets are ' ' separated
1385 order_recurse(Sfio_t* xp, char* directories, char* makefiles, char* skip, char* targets, unsigned int flags) argument
1413 order = targets ? (Rule_t*)0 : getrule(external.order);
1612 if (targets)
1614 tok = tokopen(targets, 1);
2459 * don't wait for targets in the active frames
3031 * (sep&LT) lists the primary and secondary targets for name

Completed in 18 milliseconds