blob: c4b16033a13f66ceeac7424ad4a202ac67434427 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 Intel Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Intel Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.managedbuilder.makegen;
import org.eclipse.cdt.managedbuilder.core.IBuilder;
import org.eclipse.cdt.managedbuilder.core.IConfiguration;
import org.eclipse.core.runtime.IProgressMonitor;
public interface IManagedBuilderMakefileGenerator2 extends IManagedBuilderMakefileGenerator {
public void initialize(int buildKind, IConfiguration cfg, IBuilder builder, IProgressMonitor monitor);
}