bin_PROGRAMS = telescope telescope_SOURCES = cmd.gen.h \ compat.h \ compat/*.[ch] \ fs.c \ gemini.c \ gemtext.c \ gencmd.awk \ hist.c \ keymap.c \ mime.c \ pages.c \ parser.c \ sandbox.c \ telescope.c \ telescope.h \ textplain.c \ tofu.c \ ui.c \ utf8.c \ util.c \ wrap.c # phos bundled files telescope_SOURCES += phos/phos.h \ phos/phos_uri.c BUILT_SOURCES = cmd.gen.h CLEANFILES = cmd.gen.h LDADD = $(LIBOBJS) dist_doc_DATA = README.md LICENSE dist_man1_MANS = telescope.1 cmd.gen.h: $(srcdir)/ui.c $(srcdir)/gencmd.awk ${AWK} -f $(srcdir)/gencmd.awk < $(srcdir)/ui.c > $@