## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/intl \ @GTK_CFLAGS@ bin_PROGRAMS = ygraph # ygraph_LDFLAGS = -static LIBS = -lpopt -ljpeg -lpng -ltiff -lz -lgdk_imlib ygraph_SOURCES = about.c \ axis.c \ callbacks.c \ color.c \ control_panel.c \ export.c \ legend.c \ message.c \ plot_window.c \ plot_area.c \ read_data.c \ special_fn.c \ util.c \ ygraph.c \ ygraph.h ygraph_LDADD = @GTK_LIBS@ $(INTLLIBS) $(LIBS)