[Stackless-checkins] CVS: slpdev/src/2.3/dev Makefile.pre.in, 1.29, 1.30

Christian Tismer tismer at centera.de
Thu Apr 29 20:09:26 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev
In directory centera.de:/tmp/cvs-serv6334

Modified Files:
	Makefile.pre.in 
Log Message:
broke the stackless files into logical groups, like in the MSVC folders.

Index: Makefile.pre.in
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Makefile.pre.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Makefile.pre.in	24 Apr 2004 23:29:39 -0000	1.29
--- Makefile.pre.in	29 Apr 2004 18:09:23 -0000	1.30
***************
*** 219,232 ****
  		Python/exceptions.o \
  		Python/ceval.o \
! 		Stackless/stacklesseval.o \
! 		Stackless/slp_transfer.o \
! 		Stackless/stacklessmodule.o \
! 		Stackless/cframeobject.o \
! 		Stackless/channelobject.o \
! 		Stackless/flextype.o \
! 		Stackless/scheduling.o \
! 		Stackless/stackless_util.o \
! 		Stackless/taskletobject.o \
! 		Stackless/prickelpit.o \
  		Python/compile.o \
  		Python/codecs.o \
--- 219,232 ----
  		Python/exceptions.o \
  		Python/ceval.o \
! 		Stackless/core/cframeobject.o \
! 		Stackless/core/slp_transfer.o \
! 		Stackless/core/stacklesseval.o \
! 		Stackless/core/stackless_util.o \
! 		Stackless/module/channelobject.o \
! 		Stackless/module/flextype.o \
! 		Stackless/module/scheduling.o \
! 		Stackless/module/stacklessmodule.o \
! 		Stackless/module/taskletobject.o \
! 		Stackless/pickling/prickelpit.o \
  		Python/compile.o \
  		Python/codecs.o \
***************
*** 468,473 ****
  				$(srcdir)/Objects/unicodetype_db.h
  
! Stackless/slp_transfer.o: $(srcdir)/Stackless/slp_transfer.c
! 		$(CC) -c $(PY_CFLAGS) $(SLPFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Stackless/slp_transfer.c
  
  ############################################################################
--- 468,473 ----
  				$(srcdir)/Objects/unicodetype_db.h
  
! Stackless/slp_transfer.o: $(srcdir)/Stackless/core/slp_transfer.c
! 		$(CC) -c $(PY_CFLAGS) $(SLPFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Stackless/core/slp_transfer.c
  
  ############################################################################
***************
*** 521,542 ****
  		Include/unicodeobject.h \
  		Include/weakrefobject.h \
- 		Stackless/cframeobject.h \
- 		Stackless/channelobject.h \
- 		Stackless/flextype.h \
- 		Stackless/prickelpit.h \
- 		Stackless/slp_platformselect.h \
  		Stackless/stackless.h \
  		Stackless/stackless_api.h \
- 		Stackless/stackless_impl.h \
- 		Stackless/stackless_structs.h \
- 		Stackless/stackless_tstate.h \
  		Stackless/stackless_version.h \
! 		Stackless/switch_ppc_macosx.h \
! 		Stackless/switch_ppc_unix.h \
! 		Stackless/switch_s390_unix.h \
! 		Stackless/switch_sparc_sun_gcc.h \
! 		Stackless/switch_x86_msvc.h \
! 		Stackless/switch_x86_unix.h \
! 		Stackless/taskletobject.h \
  		pyconfig.h
  
--- 521,542 ----
  		Include/unicodeobject.h \
  		Include/weakrefobject.h \
  		Stackless/stackless.h \
  		Stackless/stackless_api.h \
  		Stackless/stackless_version.h \
! 		Stackless/core/cframeobject.h \
! 		Stackless/core/stackless_impl.h \
! 		Stackless/core/stackless_structs.h \
! 		Stackless/core/stackless_tstate.h \
! 		Stackless/module/channelobject.h \
! 		Stackless/module/flextype.h \
! 		Stackless/module/taskletobject.h \
! 		Stackless/pickling/prickelpit.h \
! 		Stackless/platf/slp_platformselect.h \
! 		Stackless/platf/switch_ppc_macosx.h \
! 		Stackless/platf/switch_ppc_unix.h \
! 		Stackless/platf/switch_s390_unix.h \
! 		Stackless/platf/switch_sparc_sun_gcc.h \
! 		Stackless/platf/switch_x86_msvc.h \
! 		Stackless/platf/switch_x86_unix.h \
  		pyconfig.h
  


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list