ptolemy.copernicus.c
Class MakefileGenerator_C6000

java.lang.Object
  extended by ptolemy.copernicus.c.MakeFileGenerator
      extended by ptolemy.copernicus.c.MakefileGenerator_C6000

public class MakefileGenerator_C6000
extends MakeFileGenerator

This class generates a makefile specific to the TMS320C6xxx.

Since:
Ptolemy II 4.0
Version:
$Id: MakefileGenerator_C6000.java,v 1.17 2005/07/08 19:56:58 cxh Exp $
Author:
Ankush Varma
Accepted Rating:
Red (ssb)
Proposed Rating:
Red (ankush)

Constructor Summary
MakefileGenerator_C6000()
           
 
Method Summary
static void generateMakeFile(java.lang.String classPath, java.lang.String className)
          Create the MakeFile.
 
Methods inherited from class ptolemy.copernicus.c.MakeFileGenerator
classNameToMakeFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakefileGenerator_C6000

public MakefileGenerator_C6000()
Method Detail

generateMakeFile

public static void generateMakeFile(java.lang.String classPath,
                                    java.lang.String className)
Create the MakeFile.

Parameters:
classPath - The classPath.
className - The class for which the Makefile is to be generated. The makefile will have the name className.make.