
# Copyright (c)1998 by Angry Red Planet.
#
# This code is distributed under a modified form of the
# Artistic License.  A copy of this license should have
# been included with it; if this wasn't the case, the
# entire package can be obtained at
# <URL:http://www.angryredplanet.com/>.
#
# ----------------------------------------------------------------------
#
# ARP/ArpSrc/BeExp/Makefile
#
# Build the BeExp library.
#
# ----------------------------------------------------------------------
#
# Known Bugs
# ~~~~~~~~~~
#
# ----------------------------------------------------------------------
#
# To Do
# ~~~~~
#
# ----------------------------------------------------------------------
#
# History
# ~~~~~~~
#
# Dec 6, 1998:
#	First public release.
#
#

	ARPROOT		= ../..
	IMG_NAME	= BeExp
	SRCS		= $(shell ls 2>/dev/null -1 *.cpp *.S */*.cpp */*.S)

include $(ARPROOT)/makefiles/library
