Blob


1 check_PROGRAMS = gmparser gmiparser iritest
3 gmparser_SOURCES = gmparser.c \
4 $(top_srcdir)/compat.h \
5 $(top_srcdir)/hist.c \
6 $(top_srcdir)/hist.h \
7 $(top_srcdir)/parser.c \
8 $(top_srcdir)/parser.h \
9 $(top_srcdir)/parser_gophermap.c \
10 $(top_srcdir)/utils.c
12 gmiparser_SOURCES = gmiparser.c \
13 $(top_srcdir)/compat.h \
14 $(top_srcdir)/hist.c \
15 $(top_srcdir)/hist.h \
16 $(top_srcdir)/parser.c \
17 $(top_srcdir)/parser.h \
18 $(top_srcdir)/parser_gemtext.c \
19 $(top_srcdir)/utils.c
21 iritest_SOURCES = iritest.c \
22 $(top_srcdir)/iri.c \
23 $(top_srcdir)/iri.h
25 gmparser_CFLAGS = -I$(top_srcdir)
26 gmiparser_CFLAGS = -I$(top_srcdir)
27 iritest_CFLAGS = -I$(top_srcdir)
29 EXTRA_DIST = test-gmparser \
30 gm-00 \
31 gm-01 \
32 gmi-00
34 CLEANFILES = serialized.*
36 TESTS = test-gmparser iritest