## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/intl \ @GTK_CFLAGS@ bin_PROGRAMS = ygraph ygraph_LDFLAGS = AM_CFLAGS = -g -O2 -Winline -W -Wall -Wpointer-arith -Wcast-align # use this for debugging (only) #AM_CFLAGS = -g -O2 -Winline -W -Wall -Wpointer-arith -Wcast-align -pg LIBS = -lpopt -lpng -lz -lbz2 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 \ scale_panel.c \ special_fn.c \ util.c \ ygraph.c \ ygraph.h ygraph_LDADD = @GTK_LIBS@ $(INTLLIBS) $(LIBS)