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

THIS_DIR = analysis/ctgc

# 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=reuse_m1-nodepend
TESTS_DIR=../..
include $(TESTS_DIR)/Mmake.common

reuse_m1.runtest:
	MC=$(MC) ./reuse_runtest.sh

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

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