#-----------------------------------------------------------------------------#

THIS_DIR = analysis/excp

# Delete options which are incompatible with --intermodule-analysis.
# These are currently set for nightly tests. 
override EXTRA_MCFLAGS := $(patsubst --intermodule-opt%,,$(EXTRA_MCFLAGS))
override EXTRA_MCFLAGS := $(patsubst --transitive-%,,$(EXTRA_MCFLAGS))

#-----------------------------------------------------------------------------#

SUBDIRS=
TESTS=excp_m1-nodepend
TESTS_DIR=../..
include $(TESTS_DIR)/Mmake.common

excp_m1.runtest:
	MC=$(MC) ./excp_runtest.sh

realclean_local:
	$(RM) excp_m1.m
	$(RM) -r Mercury

#-----------------------------------------------------------------------------#
