Make.spec
changeset 40 c99f058e2276
parent 39 d361eb9419e6
child 41 f3898a3b378d
--- a/Make.spec	Mon Sep 17 09:03:06 2012 +0000
+++ b/Make.spec	Mon Oct 29 10:41:23 2012 +0000
@@ -51,14 +51,12 @@
 
 COMMON_CLASSES= \
 	IRBuilder \
-	IRBuilderTest \
 	IRBytecodeGenerator \
 	IRFunction \
 	IRInstruction \
 	IRInterpreter \
 	IRSequence \
 	IRStackCount \
-	IRTransformTest \
 	cvut_stx_goodies_newcompiler \
 	IRAccess \
 	IRClosure \
@@ -91,14 +89,12 @@
 
 COMMON_OBJS= \
     $(OUTDIR)IRBuilder.$(O) \
-    $(OUTDIR)IRBuilderTest.$(O) \
     $(OUTDIR)IRBytecodeGenerator.$(O) \
     $(OUTDIR)IRFunction.$(O) \
     $(OUTDIR)IRInstruction.$(O) \
     $(OUTDIR)IRInterpreter.$(O) \
     $(OUTDIR)IRSequence.$(O) \
     $(OUTDIR)IRStackCount.$(O) \
-    $(OUTDIR)IRTransformTest.$(O) \
     $(OUTDIR)cvut_stx_goodies_newcompiler.$(O) \
     $(OUTDIR)IRAccess.$(O) \
     $(OUTDIR)IRClosure.$(O) \