comparison libinterp/corefcn/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 2a81f4b7b254
children 076876f0a83a
comparison
equal deleted inserted replaced
21241:bae38398f5f1 21242:ae03a16f3343
70 libinterp/corefcn/oct-prcstrm.h \ 70 libinterp/corefcn/oct-prcstrm.h \
71 libinterp/corefcn/oct-procbuf.h \ 71 libinterp/corefcn/oct-procbuf.h \
72 libinterp/corefcn/oct-stdstrm.h \ 72 libinterp/corefcn/oct-stdstrm.h \
73 libinterp/corefcn/oct-stream.h \ 73 libinterp/corefcn/oct-stream.h \
74 libinterp/corefcn/oct-strstrm.h \ 74 libinterp/corefcn/oct-strstrm.h \
75 libinterp/corefcn/oct-tex-parser.h \
76 libinterp/corefcn/oct.h \ 75 libinterp/corefcn/oct.h \
77 libinterp/corefcn/octave-default-image.h \ 76 libinterp/corefcn/octave-default-image.h \
78 libinterp/corefcn/octave-link.h \ 77 libinterp/corefcn/octave-link.h \
79 libinterp/corefcn/octave-preserve-stream-state.h \ 78 libinterp/corefcn/octave-preserve-stream-state.h \
80 libinterp/corefcn/pager.h \ 79 libinterp/corefcn/pager.h \
108 libinterp/corefcn/siglist.c 107 libinterp/corefcn/siglist.c
109 108
110 NOINSTALL_COREFCN_INC = \ 109 NOINSTALL_COREFCN_INC = \
111 libinterp/corefcn/oct-opengl.h \ 110 libinterp/corefcn/oct-opengl.h \
112 libinterp/corefcn/siglist.h 111 libinterp/corefcn/siglist.h
112
113 ## oct-tex-parser.h is in the SRC list so that it will be distributed
114 ## but not installed.
113 115
114 COREFCN_SRC = \ 116 COREFCN_SRC = \
115 libinterp/corefcn/Cell.cc \ 117 libinterp/corefcn/Cell.cc \
116 libinterp/corefcn/__contourc__.cc \ 118 libinterp/corefcn/__contourc__.cc \
117 libinterp/corefcn/__dispatch__.cc \ 119 libinterp/corefcn/__dispatch__.cc \
205 libinterp/corefcn/oct-prcstrm.cc \ 207 libinterp/corefcn/oct-prcstrm.cc \
206 libinterp/corefcn/oct-procbuf.cc \ 208 libinterp/corefcn/oct-procbuf.cc \
207 libinterp/corefcn/oct-stream.cc \ 209 libinterp/corefcn/oct-stream.cc \
208 libinterp/corefcn/oct-strstrm.cc \ 210 libinterp/corefcn/oct-strstrm.cc \
209 libinterp/corefcn/oct-tex-lexer.ll \ 211 libinterp/corefcn/oct-tex-lexer.ll \
212 libinterp/corefcn/oct-tex-parser.h \
210 libinterp/corefcn/oct-tex-parser.yy \ 213 libinterp/corefcn/oct-tex-parser.yy \
211 libinterp/corefcn/octave-link.cc \ 214 libinterp/corefcn/octave-link.cc \
212 libinterp/corefcn/ordschur.cc \ 215 libinterp/corefcn/ordschur.cc \
213 libinterp/corefcn/pager.cc \ 216 libinterp/corefcn/pager.cc \
214 libinterp/corefcn/pinv.cc \ 217 libinterp/corefcn/pinv.cc \