## Process this file with automake to produce Makefile.in INCLUDES = \ $(GNOME_INCLUDEDIR)\ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith \ -g -O2 bin_PROGRAMS = gsubedit gsubedit_SOURCES = \ main.c \ main.h \ gui.c \ gui.h \ guivars.h \ callbacks.c \ cfg.c \ cfg.h \ fileio.c \ fileio.h \ search.c \ spell_check.c \ spell_check.h gsubedit_LDFLAGS = gsubedit_LDADD = \ $(GNOME_LIBDIR) $(GNOMEUI_LIBS)