check_PROGRAMS = gmparser gmiparser iritest gmparser_SOURCES = gmparser.c \ $(top_srcdir)/compat.h \ $(top_srcdir)/hist.c \ $(top_srcdir)/hist.h \ $(top_srcdir)/parser.c \ $(top_srcdir)/parser.h \ $(top_srcdir)/parser_gophermap.c \ $(top_srcdir)/utils.c gmiparser_SOURCES = gmiparser.c \ $(top_srcdir)/compat.h \ $(top_srcdir)/hist.c \ $(top_srcdir)/hist.h \ $(top_srcdir)/parser.c \ $(top_srcdir)/parser.h \ $(top_srcdir)/parser_gemtext.c \ $(top_srcdir)/utils.c iritest_SOURCES = iritest.c \ $(top_srcdir)/iri.c \ $(top_srcdir)/iri.h gmparser_CFLAGS = -I$(top_srcdir) gmiparser_CFLAGS = -I$(top_srcdir) iritest_CFLAGS = -I$(top_srcdir) EXTRA_DIST = test-gmparser \ gm-00 \ gm-01 \ gmi-00 CLEANFILES = serialized.* TESTS = test-gmparser iritest