Bump version to 0.9.1.
[python/dscho.git] / Demo / extend / README
blob26daf14548515f1ffbadf0080f61e8ec28e4bfa4
1 This directory contains a test and demonstration of the power of the
2 generic Makefile.pre.in from the Misc directory.  There are three
3 shell scripts.  Study the source of the scripts to find out how they
4 work (it's really easy).
6 ./make_static   Make a static python binary with the xx module
7                 linked in.  To test this, run ./python and try to
8                 import xx.
10 ./make_shared   Make a shared module xx.  To test this, run the
11                 standard python interpreter in this directory and try
12                 to import xx.
14 ./make_clean    Clean up after either of the above.  Note that each
15                 scripts starts by calling this script, to begin with a
16                 clean slate.