# Copyright (C) 2001 Ralph Becket <rbeck@microsoft.com>
#
#   THIS FILE IS HEREBY CONTRIBUTED TO THE MERCURY PROJECT TO
#   BE RELEASED UNDER WHATEVER LICENCE IS DEEMED APPROPRIATE
#   BY THE ADMINISTRATORS OF THE MERCURY PROJECT.

# Do the following:
#
# $ mmake depend
# $ mmake
#
# And to install...
#
# $ mmake install

# Omit this line if you want to install in the standard location.
# Edit this line if you want to install the library elsewhere.
# A directory $(INSTALL_PREFIX)/lib/mercury will be created, if
# necessary, and everything put there.
#
#INSTALL_PREFIX = $(HOME)/mercury

# Omit this line if you want to install the default grades.
# Edit this line if you want to install with different grades.
#
#LIBGRADES = asm_fast.gc hlc.gc

# Any application using this library will also need the following
# in its Mmakefile:
#
#EXTRA_LIBRARIES = lex

MAIN_TARGET = liblex
depend: lex.depend
install: $(MAIN_TARGET).install
