diff libinterp/parse-tree/module.mk @ 21242:ae03a16f3343

don't install oct-gperf.h, oct-parse.h, or oct-tex-parser.h * libinterp/corefcn/module.mk (COREFCN_SRC): List oct-tex-parser.h here, not in COREFCN_INC. * libinterp/module.mk (GENERATED_PARSER_FILES): Include oct-tex-parser.h in the list. (octinclude_HEADERS): Remove oct-gperf.h from the list. * libinterp/parse-tree/module.mk (PARSE_TREE_SRC): Include oct-gperf.h and oct-parse.h in the list.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2016 13:21:57 -0500
parents ec532a439c6f
children db574711df78
line wrap: on
line diff
--- a/libinterp/parse-tree/module.mk	Wed Feb 10 12:21:36 2016 -0500
+++ b/libinterp/parse-tree/module.mk	Wed Feb 10 13:21:57 2016 -0500
@@ -34,8 +34,13 @@
   libinterp/parse-tree/pt.h \
   libinterp/parse-tree/token.h
 
+## oct-gperf.h and oct-parse.h are in the SRC list so that they will
+## be distributed but not installed.
+
 PARSE_TREE_SRC = \
   libinterp/parse-tree/lex.ll \
+  libinterp/parse-tree/oct-gperf.h \
+  libinterp/parse-tree/oct-parse.h \
   libinterp/parse-tree/oct-parse.yy \
   libinterp/parse-tree/pt-arg-list.cc \
   libinterp/parse-tree/pt-array-list.cc \