/*
 * Copyright (C) 1996 Stephen Hocking.
 * All Rights Reserved.
 * 
 * Permission to use, copy, modify and distribute this software
 * for any purpose is hereby granted without fee, provided that the
 * above copyright notice and this notice appear in all copies
 * and that both the copyright notice and this notice appear in
 * supporting documentation.  Stephen Hocking makes no representations about
 * the suitability of this software for any purpose.  It is provided
 * "AS IS" without express or implied warranty.
 * 
 * STEPHEN HOCKING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
 * IN NO EVENT SHALL SCO BE LIABLE FOR ANY SPECIAL, INDIRECT,
 * PUNITIVE, CONSEQUENTIAL OR INCIDENTAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, LOSS OF DATA OR LOSS OF
 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 * 
 * "DOOM" is a trademark of iD Software Inc. 
 *
 * $Id: Imakefile,v 1.1 1996/04/22 06:12:25 toor Exp $
 * $Log: Imakefile,v $
 * Revision 1.1  1996/04/22 06:12:25  toor
 * Initial revision
 *
 */


FILES = sndserver.c sndserver.man

EXTRA_LIBRARIES = -laudio -lX11

SimpleProgramTarget(sndserver)
