Blob


1 bin_PROGRAMS = telescope
3 telescope_SOURCES = cmd.gen.h \
4 compat.h \
5 compat/*.[ch] \
6 fs.c \
7 gemini.c \
8 gemtext.c \
9 gencmd.awk \
10 hash.c \
11 hist.c \
12 keymap.c \
13 mime.c \
14 pages.c \
15 parser.c \
16 sandbox.c \
17 telescope.c \
18 telescope.h \
19 textplain.c \
20 ui.c \
21 utf8.c \
22 util.c \
23 wrap.c
25 # phos bundled files
26 telescope_SOURCES += phos/phos_uri.c
28 BUILT_SOURCES = cmd.gen.h
30 CLEANFILES = cmd.gen.h
32 LDADD = $(LIBOBJS)
34 dist_doc_DATA = README.md LICENSE
36 dist_man1_MANS = telescope.1
38 cmd.gen.h: $(srcdir)/ui.c $(srcdir)/gencmd.awk
39 ${AWK} -f $(srcdir)/gencmd.awk < $(srcdir)/ui.c > $@