#-----------------------------------------------------------------------------#
# Copyright (C) 2010 The University of Melbourne.
# This file may only be copied under the terms of the GNU Library General
# Public License - see the file COPYING.LIB in the Mercury distribution.
#-----------------------------------------------------------------------------#

INSTALL_PREFIX := $(INSTALL_PREFIX)/extras

-include Mmake.params

.PHONY: default_target
default_target:	doit dots

depend:	doit.depend dots.depend

.PHONY: install
install:
	[ -d $(INSTALL_BINDIR) ] || mkdir -p $(INSTALL_BINDIR)
	cp monte $(INSTALL_BINDIR)

.PHONY: check
check:
	true
