#!/bin/sh # This script generates an xml index file for the library # given, under loose cca assumptions. dstring=`date` pstring=`pwd`/ palias="paletteClassAlias=\"$3\"" if test "x$4" = "x" ; then echo "$0:usage: " exit 1 fi if test "x$5" = "x"; then echo "$0:usage: " exit 1 fi if test "x$6" = "x"; then echo "$0:usage: " exit 1 fi if test "x$6" = "xbabel"; then echo "$0:deprecated: bindingType 'babel' is no longer supported with this script." echo " Use genSCLCCA.sh from cca-spec-babel installation instead." exit 1 fi cat << __EOF1 __EOF1 exit 0