/* Imakefile for xtmix.
 * 
 * type xmkmf to create Makefile.
 *
 * xtmix  - an X11 interface to all mixers supported by
 *          Hannu Savolainen's VoxWare (which is included 
 *          in most Linux distributions).
 *
 * (c) 1995 by Martin Denn <mdenn@unix-ag.uni-kl.de>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 1, or (at your option)
 * any later version.
 *
 * This program 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

/* DEFINES = -g -Wall -DDEBUG */
DEFINES = -Wall -DCTIME=\""`date`"\" -DCNAME=\""`whoami`@`hostname`"\"

LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lXpm -lm

/* feel free to change these paths */
MANPATH = /usr/local/man
BINDIR = /usr/local/bin

SRCS=	xtmix.c Dial.c Slide.c
OBJS=	$(SRCS:.c=.o)

ComplexProgramTarget(xtmix)
InstallAppDefaultsLong(XtMix,XtMix)
