[Python-checkins] python/dist/src Makefile.pre.in,1.86.2.1,1.86.2.2

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 09 Jul 2002 06:24:47 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv10776

Modified Files:
      Tag: ast-branch
	Makefile.pre.in 
Log Message:
Temporarily commit newcompile.c which will replace compile.c.




Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.86.2.1
retrieving revision 1.86.2.2
diff -C2 -d -r1.86.2.1 -r1.86.2.2
*** Makefile.pre.in	7 Jul 2002 17:37:22 -0000	1.86.2.1
--- Makefile.pre.in	9 Jul 2002 13:24:45 -0000	1.86.2.2
***************
*** 227,230 ****
--- 227,231 ----
  		Python/exceptions.o \
  		Python/ceval.o \
+ 		Python/newcompile.o \
  		Python/compile.o \
  		Python/codecs.o \
***************
*** 268,271 ****
--- 269,273 ----
  		Objects/classobject.o \
  		Objects/cobject.o \
+ 		Objects/codeobject.o \
  		Objects/complexobject.o \
  		Objects/descrobject.o \
***************
*** 455,458 ****
--- 457,461 ----
  		Include/classobject.h \
  		Include/cobject.h \
+ 		Include/code.h \
  		Include/codecs.h \
  		Include/compile.h \