# file: Makefile-dos-gcc	G. Moody	24 April 1997
#				Last revised:	  7 May 1999
# GCC-DOS `make' description file for `micro-database'
#
# This file is used with the UNIX `make' command to install the micro-database
# that comes with the WFDB software package.  Before using it for the first
# time, check that the site-specific variables below are appropriate for your
# system.  To install the micro-database, just type `make -f Makefile-dos-gcc'
# (from within this directory).

# Site-specific variables
# -----------------------

# DBDIR specifies the name of a directory in which to install the contents
# of the `microdb' directory.
DBDIR = /usr/local/dos/database

# It should not be necessary to modify anything below this line.
# -----------------------------------------------------------------------------

install:
	-cp 100s.* multi.hea null.hea $(DBDIR)

