Uses of Interface
org.eclipse.cdt.make.core.makefile.gnu.INotParallelRule

Packages that use INotParallelRule
org.eclipse.cdt.make.internal.core.makefile.gnu   
 

Uses of INotParallelRule in org.eclipse.cdt.make.internal.core.makefile.gnu
 

Classes in org.eclipse.cdt.make.internal.core.makefile.gnu that implement INotParallelRule
 class NotParallelRule
          .NOTPARALLEL If `.NOTPARALLEL' is mentioned as a target, then this invocation of `make' will be run serially, even if the `-j' option is given.