# file: Makefile-dos-gcc	G. Moody	24 April 1997
#
# GCC-DOS `make' description file template for local and piped DB headers, etc.
#
# Copyright(C) Massachusetts Institute of Technology 1997. All rights reserved.

# This file is used with the UNIX `make' command to install the other files in
# this directory.  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 `udb' directory.
DBDIR = /usr/local/dos/database

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

install:
	-cp *.hea *list dbcal $(DBDIR)
