#! /bin/sh # Install a pfe shared library module for linux/ia32. # --dnw 21Nov02 LIBTOOL=$HOME/bin/libtool # copy from pfe configure INSTALL="/usr/bin/install -c" LIBDIR=$HOME/lib/pfe # use pfe "make install" target /bin/sh $LIBTOOL --silent --mode=install \ $INSTALL $1.la $LIBDIR/$1.la