// daj.prj -- DemeterJ project file for DAJ. // The class dictionary file. CDFILE = daj.cd // The behavior files. BEHFILES = ClassGraphListenerInterface.beh ProcessTraversal.beh ProcessClassGraph.beh GenerateStubs.beh streamforward.beh visitor.beh // The name of the class which has the "main" method. MAIN = DAJ // 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.daj // Code generator arguments. GENERATE_ARGS = -tracevis -displayvis -printvis -copyvis -equalvis // The Java compiler executable. COMPILER = javac // Java compiler arguments. COMPILE_ARGS = -g -deprecation DAJ.java CommandLine.java AspectJTraversal.java CreateClassGraph.java // The directory into which .class files are generated. CLASSDIR = classes // Files and directories to be removed when cleaning up. CLEAN_ARGS = gen classes