1#!/bin/sh
2cython --cleanup 3 -w src -Iinclude $@ petsc4py.PETSc.pyx && \
3cython --cleanup 3 -w src -Iinclude $@ libpetsc4py/libpetsc4py.pyx && \
4mv src/petsc4py.PETSc*.h src/include/petsc4py
5