#! /bin/sh
# /*@@
#   @file   hp-ux     
#   @date      
#   @author Gabrielle Allen  
#   @desc 
#   Known architecture stuff for the NCSA Exemplar
#   @enddesc 
#   @version $Header: /CCT/Projects/XiRel/SPEC2006/CactusBSSN/lib/make/known-architectures/hp-ux,v 1.1.1.1 2009/02/03 01:02:30 jtao Exp $
# @@*/

if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then

:

else

  : ${LIBS="cl F90 m"}
  : ${LIBDIRS="/opt/fortran90/lib/"}
  : ${C_DEPEND='$(CPP) -M$@ $(CPPFLAGS)'}
  : ${CXX_DEPEND='$(CPP) -M$@ $(CPPFLAGS)'}
  : ${F77_DEPEND='$(CPP) -M$@ $(CPPFLAGS)'}
  : ${C_DEPEND_OUT='> /dev/null'}
  : ${CXX_DEPEND_OUT='> /dev/null'}
  : ${F_DEPEND='$(CPP) -M$@ $(CPPFLAGS)'}
  : ${F_DEPEND_OUT='> /dev/null'}
  : ${F77_DEPEND_OUT='> /dev/null; perl -p -i -e "s/\.F77\.o/\.o/g" $(basename $(@)).d '}

fi
