# -*- makefile -*- ########################################################################### ## Filename: Makefile.am ## Version: $Id: Makefile.am,v 1.2.4.4 1999/06/09 10:14:04 erik Exp $ ## Copyright: Copyright (C) 1998, ## Author: Erik Mouw ## Description: makefile ## Created at: Fri Apr 9 22:20:47 1999 ## Modified by: Erik Mouw ## Modified at: Thu May 27 00:31:42 1999 ########################################################################### bin_PROGRAMS = musica musica_SOURCES = \ channel2channel.cc \ channel2device.cc \ dnd.cc \ events.cc \ file.cc \ gui.cc \ help.cc \ main.cc \ mididevice.cc \ options.cc \ ossmidi.cc \ pixmaps.cc \ player.cc \ program2device.cc \ program2program.cc \ readmidi.cc \ sequence.cc \ track.cc EXTRA_DIST = \ midiio.cc \ fastforward.xpm \ pause.xpm \ play.xpm \ rewind.xpm \ stop.xpm \ memcmp.c \ strdup.c \ strerror.c \ strstr.c INCLUDES = @GTK_CFLAGS@ musica_LDADD = \ @GTK_LIBS@ \ @LIBOBJS@ CLEANFILES = *~ DISTCLEANFILES = .deps/*.P