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

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

#  include standard GALAHAD makefile defaults before package-specifics

include $(GALAHAD)/src/makedefs/defaults

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

#  package name

package = psls
PACKAGE = PSLS

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

DEPENDENCIES = make_sls_deps make_sls make_norms make_lmt make_qpt \
               make_scu make_band make_mi28 make_icfs make_lancelot_psls

#  other packages that depend on package

DEPENDS = arc cqps ermo ism nls tru

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

CDEPENDENCIES = make_ciface_sls_deps make_ciface_sls make_ciface_mi28

#  other C interface packages that depend on current interface package

CDEPENDS = arc_ciface nls_ciface tru_ciface \
           cqps_ciface ermo_ciface ism_ciface

#  auxiliary packages that the python interface to the current package depends
#  on (prepend with make_pyiface_)

PYDEPENDENCIES = make_pyiface_sls

#  other python interface packages that depend on current interface package

PYDEPENDS = arc_pyiface nls_pyiface tru_pyiface \
            cqps_pyiface ermo_pyiface ism_pyiface

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

TESTDEPS =

#  tests to be performed (preprend with test_)

TESTS =

#  ===========================================================================
#  =================  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
