comparison 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
comparison
equal deleted inserted replaced
21241:bae38398f5f1 21242:ae03a16f3343
32 libinterp/parse-tree/pt-unop.h \ 32 libinterp/parse-tree/pt-unop.h \
33 libinterp/parse-tree/pt-walk.h \ 33 libinterp/parse-tree/pt-walk.h \
34 libinterp/parse-tree/pt.h \ 34 libinterp/parse-tree/pt.h \
35 libinterp/parse-tree/token.h 35 libinterp/parse-tree/token.h
36 36
37 ## oct-gperf.h and oct-parse.h are in the SRC list so that they will
38 ## be distributed but not installed.
39
37 PARSE_TREE_SRC = \ 40 PARSE_TREE_SRC = \
38 libinterp/parse-tree/lex.ll \ 41 libinterp/parse-tree/lex.ll \
42 libinterp/parse-tree/oct-gperf.h \
43 libinterp/parse-tree/oct-parse.h \
39 libinterp/parse-tree/oct-parse.yy \ 44 libinterp/parse-tree/oct-parse.yy \
40 libinterp/parse-tree/pt-arg-list.cc \ 45 libinterp/parse-tree/pt-arg-list.cc \
41 libinterp/parse-tree/pt-array-list.cc \ 46 libinterp/parse-tree/pt-array-list.cc \
42 libinterp/parse-tree/pt-assign.cc \ 47 libinterp/parse-tree/pt-assign.cc \
43 libinterp/parse-tree/pt-binop.cc \ 48 libinterp/parse-tree/pt-binop.cc \