Home | History | Annotate | Download | only in Python

Lines Matching refs:SWIG

3 # build-swig-Python.sh
7 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
8 # put the lldb.py file it was generated from running SWIG.
19 SWIG=$6
45 swig_input_file=${SRC_ROOT}/scripts/lldb.swig
46 swig_python_extensions=${SRC_ROOT}/scripts/Python/python-extensions.swig
47 swig_python_wrapper=${SRC_ROOT}/scripts/Python/python-wrapper.swig
48 swig_python_typemaps=${SRC_ROOT}/scripts/Python/python-typemaps.swig
49 swig_python_swigsafecast=${SRC_ROOT}/scripts/Python/python-swigsafecast.swig
69 # don't bother generating Python swig bindings -- we don't have
182 echo "SWIG interface files are:"
208 echo "swig file will need to be re-built."
225 echo "swig file will need to be re-built."
240 echo "swig file will need to be re-built."
253 echo "swig file will need to be re-built."
266 echo "swig file will need to be re-built."
279 echo "swig file will need to be re-built."
292 echo "swig file will need to be re-built."
329 echo "SWIG needs to be re-run."
337 # Build the SWIG C++ wrapper file for Python.
341 if $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MMD -MF "${swig_depend_file}.tmp" -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}"
349 $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}" || exit $?
361 # Fix the "#include" statement in the swig output file
363 if [ -f "${current_dir}/edit-swig-python-wrapper-file.py" ]
367 python ${current_dir}/edit-swig-python-wrapper-file.py "${TARGET_DIR}"
369 python ${current_dir}/edit-swig-python-wrapper-file.py