#!/bin/csh -f
#
# PANACHE - generate the PANACEA interface coding from a dictionary
#
# Source Version: 2.0
# Software Release #92-0043
#
# include "cpyright.h"
#

set FrontEnd = ""
set DPE = `which pact-dpe`
if ("$DPE" != "") then
   if (-e "$DPE[1]") then
      source $DPE
   endif
endif

$FrontEnd `which sx` -l panache.scm \(ld $1\)

exit($status)
