Demos: pyrexc -> cython
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Fri, 1 Feb 2008 10:46:15 +0000 (13:46 +0300)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Fri, 1 Feb 2008 10:46:15 +0000 (13:46 +0300)
Demos/Makefile.nodistutils
Demos/embed/Makefile
Demos/embed/Makefile.msc
Demos/embed/Makefile.unix

index d648f849864f52e7d9d436b264cee5ee7bf8d9cf..8b0c9c4b6008d157d7a05e0cb4a86d2f1eaeeabc 100644 (file)
@@ -4,7 +4,7 @@ PYINCLUDE = \
        -I$(PYHOME)/$(ARCH)/include/python2.2
 
 %.c:   %.pyx
-       ../bin/pyrexc $<
+       ../bin/cython $<
 
 %.o:   %.c
        gcc -c -fPIC $(PYINCLUDE) $<
index c8c7dbeb886189143c04b65dadec117bf99e3675..cd20f004913741c6154ce95e54f0a54e1ed6ab9a 100644 (file)
@@ -9,7 +9,7 @@ PYLIB = -L$(PYARCH)/lib/python$(PYVERSION)/config \
        -ldl -lpthread -lutil -lm
 
 %.c:   %.pyx
-       ../../bin/pyrexc $<
+       ../../bin/cython $<
 
 %.o:   %.c
        gcc -c -fPIC $(PYINCLUDE) $<
index 37114c73703338e68303b5ff380fbf3d70c7bef3..8143c68eccbf045c43bdeefc0b8222e842d1b5ee 100644 (file)
@@ -8,7 +8,7 @@ CFLAGS = $(PYINCLUDE) /Ox /W3 /GX -nologo
 .SUFFIXES: .exe .dll .obj .c .cpp .pyx
 
 .pyx.c:
-       $(PYHOME)\Python.exe ../../pyrexc.py $<
+       $(PYHOME)\Python.exe ../../cython.py $<
 
 all:   main.exe
 
index c8c7dbeb886189143c04b65dadec117bf99e3675..cd20f004913741c6154ce95e54f0a54e1ed6ab9a 100644 (file)
@@ -9,7 +9,7 @@ PYLIB = -L$(PYARCH)/lib/python$(PYVERSION)/config \
        -ldl -lpthread -lutil -lm
 
 %.c:   %.pyx
-       ../../bin/pyrexc $<
+       ../../bin/cython $<
 
 %.o:   %.c
        gcc -c -fPIC $(PYINCLUDE) $<