Package org.eclipse.cdt.managedbuilder.makegen

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


      addedDepLines = false;
      String[] preBuildCommands = depPreBuild.getDependencyCommands();
      if (preBuildCommands != null) {
    depLine = ""; //$NON-NLS-1$
    // Can we use a pattern rule?
    patternRule = !isItLinked && !needExplicitRuleForFile && depPreBuild.areCommandsGeneric();
    // Begin building the rule
    for (int i = 0; i < depFiles.length; i++) {
        if (i > 0)
      depLine += WHITESPACE;
        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.