#  Main body of the installation makefile for CUTEst E04NQF interface

#  Nick Gould, for GALAHAD productions
#  This version: 2023-11-25

#  include standard CUTEst makefile defaults before package-specifics

include $(CUTEST)/src/makedefs/defaults

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

#  package name 

PACKAGE = E04NQF
package = e04nqf

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

#  include standard CUTEst makefile definitions

include $(CUTEST)/src/makedefs/definitions

#  include compilation and run instructions

include $(CUTEST)/src/makedefs/instructions

#  select specific run test

run_test: run_qp_test

#  include standard package compilation instructions

include $(CUTEST)/src/makedefs/compile
