Staging
v0.8.1
Revision 080daa04f1636224f2b0aeb34de80482a6d2496b authored by cvs2svn on 11 April 2000, 17:11:09 UTC, committed by cvs2svn on 11 April 2000, 17:11:09 UTC
1 parent 9144763
Raw File
make_shared
#! /bin/sh

# This script tests and demonstrates the mechanism for building a
# shared library for an additional extension module using the
# generic Makefile.pre.in from the Misc directory.

./make_clean

cp ../../Misc/Makefile.pre.in .
cp ../../Modules/xxmodule.c .
echo '*shared*' >Setup.in
echo xx xxmodule.c >>Setup.in

make -f Makefile.pre.in boot
make Makefile
make
back to top