## Process this file with automake to produce Makefile.in bin_PROGRAMS = povfront povfront_SOURCES = povfront.c povfront.h EXTRA_povfront_SOURCES = subset.xpm ChangeLog CONTRIBUTORS INCLUDES = @STRIP_BEGIN@ \ -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ $(GTK_CFLAGS) \ -I$(includedir) \ @STRIP_END@ povfront_LDADD = @STRIP_BEGIN@ \ $(GTK_LIBS) \ @STRIP_END@