// program.prj -- Demeter/Java project file // NOTE: This file may contain path names or other platform-dependent // information. You may need to edit them when moving from one // platform to another. // The class dictionary file. CDFILE = statistics.cd // The behavior files. BEHFILES = statistics.beh class-graph.beh averageV.beh summingV.beh countingV.beh doStatistics.beh // The name of the class which has the "main" method. MAIN = Main // The package your generated code belongs to. It should match // the package specified at the beginning of your .cd file. PACKAGE = // Code generator arguments. GENERATE_ARGS = -tracevis -displayvis -printvis -copyvis -equalvis // The directory into which .java files are generated. GENDIR = gen // The parser generator executable. PARSEGEN = javacc // Parser generator arguments. PARSEGEN_ARGS = // The Java compiler executable. COMPILER = javac // Java compiler arguments. COMPILE_ARGS = -g // The directory into which .class files are generated. CLASSDIR = gen/classes // The Java virtual machine executable. JVM = java // The virtual machine option for setting the class path. CLASSPATH_OPTION = -classpath // Arguments for testing the program. TEST_ARGS = // Input file for testing the program. TEST_INPUT = statistics.input // Files and directories to be removed when cleaning up. CLEAN_ARGS = gen