comparison libinterp/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 d78e45987d6a
children 076876f0a83a
comparison
equal deleted inserted replaced
21241:bae38398f5f1 21242:ae03a16f3343
58 libinterp/corefcn/oct-tex-parser.in.yy \ 58 libinterp/corefcn/oct-tex-parser.in.yy \
59 libinterp/parse-tree/oct-parse.in.yy 59 libinterp/parse-tree/oct-parse.in.yy
60 60
61 GENERATED_PARSER_FILES := \ 61 GENERATED_PARSER_FILES := \
62 libinterp/corefcn/oct-tex-lexer.ll \ 62 libinterp/corefcn/oct-tex-lexer.ll \
63 libinterp/corefcn/oct-tex-parser.h \
63 libinterp/corefcn/oct-tex-parser.yy \ 64 libinterp/corefcn/oct-tex-parser.yy \
64 libinterp/parse-tree/oct-parse.yy 65 libinterp/parse-tree/oct-parse.yy
65 66
66 LIBINTERP_BUILT_DISTFILES = \ 67 LIBINTERP_BUILT_DISTFILES = \
67 $(GENERATED_PARSER_FILES) \ 68 $(GENERATED_PARSER_FILES) \
101 libinterp/version.in.h \ 102 libinterp/version.in.h \
102 $(LIBINTERP_BUILT_DISTFILES) 103 $(LIBINTERP_BUILT_DISTFILES)
103 104
104 octinclude_HEADERS += \ 105 octinclude_HEADERS += \
105 libinterp/corefcn/graphics-props.cc \ 106 libinterp/corefcn/graphics-props.cc \
106 libinterp/parse-tree/oct-gperf.h \
107 libinterp/builtins.h \ 107 libinterp/builtins.h \
108 libinterp/builtin-defun-decls.h \ 108 libinterp/builtin-defun-decls.h \
109 libinterp/build-env.h \ 109 libinterp/build-env.h \
110 libinterp/octave.h \ 110 libinterp/octave.h \
111 libinterp/options-usage.h \ 111 libinterp/options-usage.h \