## Process this file with automake to produce Makefile.in SUBDIRS = classes INCLUDES = \ -I$(top_srcdir)/intl \ @GTK_CFLAGS@ bin_PROGRAMS = graphopt graphopt_SOURCES = \ main.cc \ support.cc support.h \ interface.cc interface.h \ callbacks.cc callbacks.h \ actions.cc actions.h graphopt_LDADD = @GTK_LIBS@ classes/libclasses.a