# file: Makefile G. Moody 9 December 1991 # Last revised: 16 June 2003 # # ----------------------------------------------------------------------------- # `make' description file for PSD estimation programs # Copyright (C) 2003 George B. Moody # # These programs are free software; you can redistribute them and/or modify # them under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # These programs are distributed in the hope that they will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # # You should have received a copy of the GNU General Public License along with # these programs; if not, see . # # You may contact the author by e-mail (wfdb@physionet.org) or postal mail # (MIT Room E25-505A, Cambridge, MA 02139 USA). For updates to this software, # please visit PhysioNet (http://www.physionet.org/). # _____________________________________________________________________________ # # This file is used with the UNIX `make' command to install the power spectral # density (PSD) estimation applications that come 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 build and install these # applications, just type `make' (from within this directory). # _____________________________________________________________________________