# Define the location of the CASTRO top directory,
# if not already defined by an environment variable.

CASTRO_HOME ?= ../../..

PRECISION   ?= DOUBLE
PROFILE     ?= FALSE

DEBUG       ?= FALSE

DIM         ?= 3

COMP	    ?= gnu

USE_MPI     ?= TRUE
USE_OMP     ?= FALSE

USE_GRAV    ?= TRUE

# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS
EOS_DIR     := gamma_law

# This sets the network directory in $(MICROPHSICS_HOME)/networks
NETWORK_DIR ?= general_null
NETWORK_INPUTS = gammalaw.net

PROBLEM_DIR ?= ./

Bpack   += $(PROBLEM_DIR)/Make.package
Blocs   += $(PROBLEM_DIR)

include $(CASTRO_HOME)/Exec/Make.Castro
