#  standard GALAHAD makefile defaults applied before package-specifics

#  Nick Gould, for GALAHAD productions
#  This version: 2022-03-11

#  auxiliary packages that the C interface to the current package depends
#  on (prepend with make_ciface_)

CDEPENDENCIES =

#  other C interface packages that depend on current interface package

CDEPENDS =

#  tests of C interfaces to be performed (prepend with make_ciface)

TEST_CIFACE =

#  CUTEst example for tests

#CUTEST_EXAMPLE = QPBAND.SIF
CUTEST_EXAMPLE =

#  QPLIB example for tests

#QPLIB_EXAMPLE = QPBAND.qplib
QPLIB_EXAMPLE =

#  Rutherford-Boeing example for tests

#RB_EXAMPLE = bcsstk01
RB_EXAMPLE =
