1# Copyright (C) 2005, 2006, 2007 Giuseppe Martino <denever@users.sf.net>
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11bin_PROGRAMS = gtkmmorse
12gtkmmorse_SOURCES = astream.cc blockbox.cc main.cc setupbox.cc checkbox.cc\
13		 blocks.cc keyer.cc mainwindow.cc random.cc rhythmexcbox.cc patternexcbox.cc bicheckbuttons.cc
14gtkmmorse_CXXFLAGS = -ansi -Wall -pedantic -g -ggdb
15gtkmmorse_LDADD = $(AO_LIBS) $(GTKMM_LIBS) $(GCONFMM_LIBS) $(GTHREAD_LIBS)
16INCLUDES = -I$(top_srcdir)/include  $(AO_CFLAGS) $(GTKMM_CFLAGS) $(GCONFMM_CFLAGS) $(GTHREAD_CFLAGS)
17