## Process this file with automake to produce Makefile.in SUBDIRS = logfile INCLUDES = \ @GTK_CFLAGS@ bin_PROGRAMS = xlog xlog_SOURCES = \ main.c types.h \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ callbacks_menu.c callbacks_menu.h \ callbacks_toolbar.c callbacks_toolbar.h \ callbacks_qsoframe.c callbacks_qsoframe.h \ callbacks_clist.c callbacks_clist.h \ callbacks_mainwindow.c callbacks_mainwindow.h \ preferences.c preferences.h \ hamlib-utils.c hamlib-utils.h \ utils.c utils.h \ dxcc.c dxcc.h \ gc.c gc.h \ remote.c remote.h \ types.h \ history.c history.h \ log.c log.h \ wwl.c wwl.h \ gtkutils.c gtkutils.h xlog_LDADD = logfile/liblogfile.a @GTK_LIBS@ @LEXLIB@