Make.proto
changeset 955 c21ad54bb3a2
parent 954 2232eca9a9f9
child 956 1f23c014a3bf
--- a/Make.proto	Mon Sep 06 14:14:28 1999 +0200
+++ b/Make.proto	Tue Sep 07 22:23:26 1999 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.64 1999-09-06 12:14:27 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.65 1999-09-07 20:23:16 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -32,33 +32,33 @@
 OBJS=\
       Scanner.$(O)              \
 	Parser.$(O)             \
-	  BCompiler.$(O)        \
+	  ByteCodeCompiler.$(O) \
 	  Explainer.$(O)        \
       ProgramNodeEnumerator.$(O)\
       Variable.$(O)             \
       ParseNode.$(O)            \
-	PrimaryNd.$(O)          \
-	  VarNode.$(O)          \
+	PrimaryNode.$(O)        \
+	  VariableNode.$(O)     \
 	  SelfNode.$(O)         \
 	    SuperNode.$(O)      \
-	  ConstNode.$(O)        \
-	StatNode.$(O)           \
-	  RetNode.$(O)          \
-	  PrimNd.$(O)           \
-	AssignNd.$(O)           \
+	  ConstantNode.$(O)     \
+	StatementNode.$(O)      \
+	  ReturnNode.$(O)       \
+	  PrimitiveNode.$(O)    \
+	AssignmentNode.$(O)     \
 	BlockNode.$(O)          \
-	MessageNd.$(O)          \
-	  UnaryNd.$(O)          \
-	  BinaryNd.$(O)         \
-	  CascadeNd.$(O)        \
-      UndefVar.$(O)             \
+	MessageNode.$(O)        \
+	  UnaryNode.$(O)        \
+	  BinaryNode.$(O)       \
+	  CascadeNode.$(O)      \
+      UndefinedVariable.$(O)    \
       LazyMethod.$(O)           \
-      SrcFLoader.$(O)           \
-      ImmArray.$(O)             \
-      ObjFHandle.$(O)           \
+      SourceFileLoader.$(O)     \
+      ImmutableArray.$(O)       \
       Structure.$(O)            \
       SyntaxHighlighter.$(O)    \
-      ObjFLoader.$(O)
+      ObjectFileHandle.$(O)     \
+      ObjectFileLoader.$(O)
 
 cleanjunk::
 	    @-rm -f *.c *.H