Just copy `foomodule.o
' into a directory along the Python module
search path.
If your extension modules uses additional system libraries, you must
create a file `foomodule.libs
' in the same directory as the
`foomodule.o
'. This file should contain one or more lines with
whitespace-separated absolute pathnames of libraries (`.a'
files). No `-l' options can be used.