Blob


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