aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cuni <anto.cuni@gmail.com>2010-06-30 14:51:13 +0000
committerAntonio Cuni <anto.cuni@gmail.com>2010-06-30 14:51:13 +0000
commit75e486ce398465b0a6cae29fc0a159d5391a5446 (patch)
treed2f1609663d105d9e6f6aae3ebd0dc851a5a9249 /include
parentremoving the pylib from python's extra lib_pypy directory which should probably (diff)
downloadpypy-75e486ce398465b0a6cae29fc0a159d5391a5446.tar.gz
pypy-75e486ce398465b0a6cae29fc0a159d5391a5446.tar.bz2
pypy-75e486ce398465b0a6cae29fc0a159d5391a5446.zip
create a directory trunk/include to contains all the headers file. They are
automatically copied there from cpyext/include during translation. The generated pypy_decl.h and pypy_macros.h are also put there, instead of the now-gone pypy/_interfaces. The goal is to have the svn checkout as similar as possible as release tarballs and virtualenvs, which have an include/ dir at the top
Diffstat (limited to 'include')
-rw-r--r--include/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/README b/include/README
new file mode 100644
index 0000000000..8adc5f2c5a
--- /dev/null
+++ b/include/README
@@ -0,0 +1,7 @@
+This directory contains all the include files needed to build cpython
+extensions with PyPy. Note that these are just copies of the original headers
+that are in pypy/module/cpyext/include: they are automatically copied from
+there during translation.
+
+Moreover, pypy_decl.h and pypy_macros.h are automatically generated, also
+during translation.