#!/bin/sh # This script generates an xml index file for the library # given, under neo assumptions. dstring=`date` pstring=`pwd`/ palias="paletteClassAlias=\"$3\"" function usage () { echo "$0:usage: " echo " examples:" echo " $0 libSimpleStamper-0.9.0.so create_eg_neo_SimpleStamper eg::neo::SimpleStamper /home/baallan/work/posthack/local-neo/lib/ eg.neo.SimpleStamper dynamic" echo " or" echo " $0 libSimpleStamper-0.9.0.a create_eg_neo_SimpleStamper eg::neo::SimpleStamper /home/baallan/work/posthack/local-neo/lib/ eg.neo.SimpleStamper static" exit 1 } if test "x$4" = "x" ; then usage fi if test "x$5" = "x"; then usage fi if test "x$6" = "x"; then usage fi cat << __EOF1 __EOF1 exit 0