SUBDIRS = core paletteparser widgets dialogs bin_PROGRAMS = agave sources_h = gcs-mainwindow.h \ gcs-i18n.h \ gcs-conf.h \ gcs-util.h \ ucompose.h \ gcs-history.h sources_c = gcs-mainwindow.cc \ gcs-mainwindow-actions.cc \ gcs-conf.cc \ main.cc agave_SOURCES = ${sources_h} ${sources_c} AM_CXXFLAGS = ${AGAVE_CFLAGS} \ -I${top_srcdir}/src # prefix, sysconfdir, libdir, and datadir are needed for the # GNOME_PROGRAM_STANDARD_PROPERTIES macro passed to gnome_program_init() AM_CPPFLAGS = -DAGAVE_LOCALEDIR=\"${AGAVE_LOCALEDIR}\" \ -DAGAVE_UIDIR=\"${AGAVE_UIDIR}\" \ -DAGAVE_ICONDIR=\"${AGAVE_ICONDIR}\" \ -DAGAVE_PALETTEDIR=\"${AGAVE_PALETTEDIR}\" \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DDATADIR=\""$(datadir)"\" agave_LDADD = dialogs/libagavedialogs.a \ widgets/libagavewidgets.a \ core/libagave.a \ paletteparser/libpaletteparser.a \ ${AGAVE_LIBS}