From ef059f3f675f384c68c15076dbcf220be1e01eee Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 26 Aug 2014 10:07:17 +0000 Subject: Add generic Boot and Spad tokenizer. --- Makefile.in | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index cb614405..06d89f4c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -147,7 +147,26 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/src/graph/view3D/Makefile.in \ $(top_srcdir)/src/graph/viewAlone/Makefile.in \ $(top_srcdir)/src/graph/viewman/Makefile.in \ - $(top_srcdir)/src/gui/gui.pro.in AUTHORS COPYING ChangeLog \ + $(top_srcdir)/src/gui/gui.pro.in \ + $(top_srcdir)/src/utils/hash-table.H \ + $(top_srcdir)/src/utils/string-pool.H \ + $(top_srcdir)/src/include/diagnostics.H \ + $(top_srcdir)/src/include/dialect.H \ + $(top_srcdir)/src/include/token-value.def \ + $(top_srcdir)/src/include/token.H \ + $(top_srcdir)/src/include/defaults.H \ + $(top_srcdir)/src/include/structure.H \ + $(top_srcdir)/src/include/iterator.H \ + $(top_srcdir)/src/include/storage.H \ + $(top_srcdir)/src/include/Charset.H \ + $(top_srcdir)/src/include/FileMapping.H \ + $(top_srcdir)/src/include/SourceFile.H \ + $(top_srcdir)/src/include/Input.H \ + $(top_srcdir)/src/include/vm.H \ + $(top_srcdir)/src/include/sexpr.H \ + $(top_srcdir)/src/include/Lisp.H \ + $(top_srcdir)/src/include/Constructor.H \ + $(top_srcdir)/src/include/Database.H AUTHORS COPYING ChangeLog \ INSTALL NEWS README TODO config/compile config/config.guess \ config/config.sub config/depcomp config/install-sh \ config/missing config/mkinstalldirs config/ltmain.sh \ -- cgit v1.2.3