#!/bin/ksh
export CC=xlc
make clean
./configure
make
mkdir -p lib include
cp libz.a lib
cp *.h include
