// weaver.prj -- Demeter/Java project file // $Id: weaver.prj,v 1.14 2001/09/20 03:22:05 johan Exp $ // The class dictionary file. CDFILE = weaver.cd // The behavior files. BEHFILES = main.beh var.beh weaver.beh output.beh filecheck.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 = edu.neu.ccs.demeter.tools.weave // Code generator arguments. GENERATE_ARGS = -printvis -copyvis -equalvis // The directory into which .java files are generated. GENDIR = gen // Parser generator arguments. PARSEGEN_ARGS = // Java compiler executable. COMPILER = javac COMPILE_ARGS = -g -J-mx64m // Pizza compiler: //COMPILER = pc //COMPILE_ARGS = -nowarn -J-mx64m -java -g // Jikes compiler: //COMPILER = jikes //COMPILE_ARGS = -depend -g +E // The directory into which .class files are generated. CLASSDIR = ../../classes // The Java virtual machine executable. JVM = java // Arguments for testing the program. TEST_ARGS = // Input file for testing the program. TEST_INPUT = weaver.input // Files and directories to be removed when cleaning up. CLEAN_ARGS = gen