Added an intermediate target for just the compiler that can
authorjjenista <jjenista>
Wed, 20 Feb 2008 22:47:23 +0000 (22:47 +0000)
committerjjenista <jjenista>
Wed, 20 Feb 2008 22:47:23 +0000 (22:47 +0000)
be used to avoid making the documentation if desired.

Robust/src/Makefile

index 257509eefea3cd57adf02721fd89875e5b2ba479..3aeaeddd8f4319170b6385e938a3b356682d6453 100644 (file)
@@ -104,7 +104,9 @@ Analysis/Scheduling/TransTaskSimulator.class
 
 
 
-all: Parse/Sym.class Parse/Parser.class $(CLASSFILES) javadoc
+all: compiler javadoc
+
+compiler: Parse/Sym.class Parse/Parser.class $(CLASSFILES)
 
 wc:
        wc Interface/*.java Analysis/*/*.java IR/*.java IR/*/*.java Lex/*.java Util/*.java ClassLibrary/*.java