* configure.ac: Added tests for python.
authorPeter Molnar <pm@complang.tuwien.ac.at>
Thu, 20 Dec 2007 15:47:16 +0000 (16:47 +0100)
committerPeter Molnar <pm@complang.tuwien.ac.at>
Thu, 20 Dec 2007 15:47:16 +0000 (16:47 +0100)
commit79b6de175982d96fbbbd9d13e16bb8386b56f2bd
tree90daaaee387fa566ab7e38090db42783c5acb822
parent4ad1b608960d5a63a3532bf91c44c07a571054a2
* configure.ac: Added tests for python.
* m4/az_python.m4: New file.
* src/cacao/Makefile.am
src/vm/jit/Makefile.am: [ENABLE_PYTHON] Building python module and linking with python libs.
* src/vm/jit/jit.c [ENABLE_PYTHON] Calling some python function.
* src/vm/jit/python.c,
src/vm/jit/python.h: New files.
* src/vm/vm.c [ENABLE_PYTHON] Initializing python module.
configure.ac
m4/az_python.m4 [new file with mode: 0644]
src/cacao/Makefile.am
src/vm/jit/Makefile.am
src/vm/jit/jit.c
src/vm/jit/python.c [new file with mode: 0644]
src/vm/jit/python.h [new file with mode: 0644]
src/vm/vm.c