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