|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.copernicus.c.MakeFileGenerator
public class MakeFileGenerator
A class that generates the makefile for the given class. The generated file has the name (class).make.
| Red (ankush) |
| Red (ankush) |
| Constructor Summary | |
|---|---|
MakeFileGenerator()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
classNameToMakeFileName(java.lang.String className)
Finds the filename corresponding to this class. |
static void |
generateMakeFile(java.lang.String classPath,
java.lang.String className)
Create the MakeFile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MakeFileGenerator()
| Method Detail |
|---|
public static java.lang.String classNameToMakeFileName(java.lang.String className)
className - The name of the class.
public static void generateMakeFile(java.lang.String classPath,
java.lang.String className)
classPath - The classPath.className - The class for which the Makefile is to be generated.
The makefile will have the name className.make.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||