## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/intl \ @GTK_CFLAGS@ bin_PROGRAMS = sarahgame sarahgame_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h sarahgame_LDADD = @GTK_LIBS@ $(INTLLIBS)