##################################################
#
#   Makefile for GEM
#   	    Graphics Environment for Multimedia
#
#   mark@danks.org
#
#   Copyright (c) 1997-1999 Mark Danks.
#   For information on usage and redistribution, and for a DISCLAIMER OF ALL
#   WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
#
##################################################

include ../Make.include

# the object files
all: MarkExSetup.o
all: abs.o average.o counter.o
all: m_control.o multiselect.o
all: randomF.o reson.o strcat.o
all: tripleLine.o vector.o hsvrgb.o

sgi: all




