# file: Makefile G. Moody 6 July 1983 # Last revised: 23 February 2006 wfdblib 10.4.0 # 'make' description file for compiling the WFDB library # # _____________________________________________________________________________ # wfdb: a library for reading and writing annotated waveforms(time series data) # Copyright (C) 1983-2006 George B. Moody # # This library is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free # Software Foundation; either version 2 of the License, or (at your option) any # later version. # # This library is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for # more details. # # You should have received a copy of the GNU Library General Public License # along with this library; 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 WFDB library. # Before using it for the first time, check that the site-specific variables # below are appropriate for your system. To build and install the standard # WFDB library, type `make' or `make lib' (from within this directory). To # build and install the alternate WFDB library (not available on all systems), # type `make slib'. # _____________________________________________________________________________