#                          DiskSpeed v1.0
#                                by
#                           Michael Sinz
#
#             Copyright (c) 1989 by MKSoft Development
#
#
# Yes, this is yet another disk speed testing program, but with a few
# differences.  It was designed to give the most accurate results of the
# true disk performance in the system.  For this reason many of
# DiskSpeed's results may look either lower or higher than current disk
# performance tests.
#
# This program was thrown together in a few hours because I needed more
# accurate and consistant results for disk performance as seen from the
# application's standpoint.  This program has now served its purpose and
# I am now giving it to the rest of the Amiga world to play with as long
# as all of the files remain together in unmodified form.  (That is, the
# files DiskSpeed, DiskSpeed.info, DiskSpeed.c, DiskSpeed.doc, and
# MakeFile)
#
# ************************************************************************
#
# MakeFile for DiskSpeed
#

CFLAGS= -b1 -cfirst -ms0 -rr1 -v -w

DiskSpeed: DiskSpeed.o
	@BLink FROM LIB:c.o+DiskSpeed.o TO DiskSpeed LIB LIB:lcsr.lib DEFINE @_main=@_tinymain SMALLDATA

DiskSpeed.o: DiskSpeed.c
	@LC $(CFLAGS) DiskSpeed
