Files
mercury/scripts/mcs.in
Fergus Henderson 1f6fa981d0 Remove all the uses of MERCURY_DEP_DIR, since it is
mc*.in:
	Remove all the uses of MERCURY_DEP_DIR, since it is
	no longer needed.
1995-05-20 15:28:36 +00:00

21 lines
765 B
Bash

#! /bin/sh
# @configure_input@
#---------------------------------------------------------------------------#
# Copyright (C) 1995 University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#---------------------------------------------------------------------------#
#
# MCS - Mercury Compiler, compiled with Sicstus
#
# Use `mcs -h' for help.
#
# Environment variables: MERCURY_INT_DIR, MERCURY_C_INCL_DIR,
# MERCURY_COMPILER_SICSTUS.
INTDIR=${MERCURY_INT_DIR=@LIBDIR@/ints}
C_INCL=${MERCURY_C_INCL_DIR=@LIBDIR@/inc}
MCS=${MERCURY_COMPILER_SICSTUS=@LIBDIR@/sicstus/@FULLARCH@/mercury_compile.sicstus}
exec $MCS -I "$INTDIR" --c-include-directory "$C_INCL" "$@"