diff -r db19d89eef60 -r 45902cde2ab1 Make.spec --- a/Make.spec Mon Dec 28 15:09:00 2009 +0000 +++ b/Make.spec Mon Dec 28 16:20:44 2009 +0000 @@ -1,7 +1,7 @@ # $Header$ # # DO NOT EDIT -# automagically generated from the projectDefinition: stx_goodies_newcompiler. +# automagically generated from the projectDefinition: cvut_stx_goodies_newcompiler. # # Warning: once you modify this file, do not rerun # stmkmp or projectDefinition-build again - otherwise, your changes are lost. @@ -12,8 +12,8 @@ # Do NOT CHANGE THESE DEFINITIONS # (otherwise, ST/X will have a hard time to find out the packages location from its packageID, # to find the source code of a class and to find the library for a package) -MODULE=stx -MODULE_DIR=goodies/newcompiler +MODULE=cvut +MODULE_DIR=stx/goodies/newcompiler PACKAGE=$(MODULE):$(MODULE_DIR) @@ -49,15 +49,57 @@ # STCWARNINGS=-warnEOLComments STCWARNINGS=-warnNonStandard +COMMON_CLASSES= \ + IRBuilder \ + IRBuilderTest \ + IRBytecodeGenerator \ + IRFunction \ + IRInstruction \ + IRInterpreter \ + IRSequence \ + IRStackCount \ + IRTransformTest \ + cvut_stx_goodies_newcompiler \ + IRAccess \ + IRClosure \ + IRConstant \ + IRDecompiler \ + IRDup \ + IRJump \ + IRLine \ + IRMethod \ + IRPop \ + IRPrinter \ + IRReturn \ + IRSend \ + IRTranslator \ + IRBlockReturnTop \ + IRInstVarAccess \ + IRJumpIf \ + IRJumpOverBlock \ + IRLiteralVariableAccess \ + IRTempAccess \ + IRInstVarRead \ + IRInstVarStore \ + IRLiteralVariableRead \ + IRLiteralVariableStore \ + IRTempRead \ + IRTempStore \ + + + + 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)stx_goodies_newcompiler.$(O) \ + $(OUTDIR)IRTransformTest.$(O) \ + $(OUTDIR)cvut_stx_goodies_newcompiler.$(O) \ $(OUTDIR)IRAccess.$(O) \ $(OUTDIR)IRClosure.$(O) \ $(OUTDIR)IRConstant.$(O) \ @@ -86,3 +128,4 @@ $(OUTDIR)extensions.$(O) \ +