Makefile cleanup and removed generated pxi file.

parent 3b828fe0
#@+leo-ver=4
#@+node:@file Makefile
#all: java-grammar
PY_INCLUDE=/usr/include/python2.3
all: module doco all: module doco
module: module:
...@@ -22,5 +16,3 @@ clean: ...@@ -22,5 +16,3 @@ clean:
rm -rf *.pyc rm -rf *.pyc
rm -rf tmp.* rm -rf tmp.*
rm -f src/pyrex/bison_.pxi src/pyrex/bison_.c src/pyrex/bison_.h rm -f src/pyrex/bison_.pxi src/pyrex/bison_.c src/pyrex/bison_.h
#@-node:@file Makefile
#@-leo
cdef extern object (py_callback(object ,char (*),int ,int ,void (*),...))
cdef extern void (py_input(object ,char (*),int (*),int ))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment