Package org.eclipse.cdt.managedbuilder.makegen

Examples of org.eclipse.cdt.managedbuilder.makegen.IManagedDependencyCommands.areCommandsGeneric()


  // ask whether
  // the dependency commands are "generic" (i.e., we can use a pattern
  // rule)
  boolean needExplicitDependencyCommands = false;
  if (depCommands != null) {
      needExplicitDependencyCommands = !depCommands.areCommandsGeneric();
  }

  // If we still think that we are using a pattern rule, check a few more
  // things
  if (patternRule) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.