#  Main body of the installation makefile for the GALAHAD TRIMSQP package

#  Nick Gould, for GALAHAD productions
#  This version: 2021-05-30

#  include standard GALAHAD makefile defaults before package-specifics

include $(GALAHAD)/src/makedefs/defaults

#  ===========================================================================
#  ====================  package-dependent parts  ============================
#  ===========================================================================

#  package name

package = trimsqp
PACKAGE = TRIMSQP

#  auxiliary packages that current package depends on (prepend with make_)

DEPENDENCIES = make_qpd_deps make_qpd make_tools make_checkpoint \
               make_qpa make_lsqp make_qpb make_eqp make_rpd \
               make_cqp make_qpc make_userdata make_nlpt \
               make_check make_copyright

#  other packages that depend on package

DEPENDS =

#  auxiliary packages that are needed for tests (prepend with make_)

TESTDEPS =

#  tests to be performed (preprend with test_)

TESTS = test_cutest

#  CUTEst example for tests

CUTEST_EXAMPLE = ALLINITC.SIF

#  ===========================================================================
#  =================  end of package-dependent parts  ========================
#  ===========================================================================

#  include standard GALAHAD makefile definitions

include $(GALAHAD)/src/makedefs/definitions

#  include compilation and run instructions

include $(GALAHAD)/src/makedefs/instructions

#  include standard package compilation instructions

include $(GALAHAD)/src/makedefs/compile

#  include required package intermediaries

include $(GALAHAD)/src/makedefs/intermediaries
