## Process this file with automake to produce Makefile.in ## Created by Anjuta - will be overwritten ## If you don't want it to overwrite it, ## Please disable it in the Anjuta project configuration INCLUDES = \ $(GNOME_CFLAGS) AM_CFLAGS =\ -Wall\ -g bin_PROGRAMS = gruler gruler_SOURCES = \ main.c\ draw.c\ gui.c\ gui_callbacks.c\ prefs.c gruler_LDFLAGS = gruler_LDADD = \ $(GNOME_LIBS)