comparison libinterp/module.mk @ 20381:86299d2fbf87

* libinterp/module.mk: Don't add BUILT_DISTFILES to MAINTAINERCLEANFILES.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2015 12:20:03 -0400
parents 23172e987766
children 456c7e4cb34d
comparison
equal deleted inserted replaced
20380:10f67e9d1e70 20381:86299d2fbf87
56 GENERATED_PARSER_FILES := \ 56 GENERATED_PARSER_FILES := \
57 libinterp/corefcn/oct-tex-lexer.ll \ 57 libinterp/corefcn/oct-tex-lexer.ll \
58 libinterp/corefcn/oct-tex-parser.yy \ 58 libinterp/corefcn/oct-tex-parser.yy \
59 libinterp/parse-tree/oct-parse.yy 59 libinterp/parse-tree/oct-parse.yy
60 60
61 BUILT_DISTFILES += \ 61 LIBINTERP_BUILT_DISTFILES = \
62 $(GENERATED_PARSER_FILES) \ 62 $(GENERATED_PARSER_FILES) \
63 libinterp/corefcn/oct-tex-parser.h \ 63 libinterp/corefcn/oct-tex-parser.h \
64 libinterp/corefcn/oct-tex-symbols.cc \ 64 libinterp/corefcn/oct-tex-symbols.cc \
65 libinterp/parse-tree/oct-gperf.h \ 65 libinterp/parse-tree/oct-gperf.h \
66 libinterp/parse-tree/oct-parse.h 66 libinterp/parse-tree/oct-parse.h
67 67
68 ## Files that are created during build process and installed, 68 ## Files that are created during build process and installed,
69 ## BUT not distributed in tarball. 69 ## BUT not distributed in tarball.
70 BUILT_NODISTFILES += \ 70 LIBINTERP_BUILT_NODISTFILES = \
71 libinterp/corefcn/mxarray.h \ 71 libinterp/corefcn/mxarray.h \
72 libinterp/corefcn/oct-errno.cc \ 72 libinterp/corefcn/oct-errno.cc \
73 libinterp/corefcn/defaults.h \ 73 libinterp/corefcn/defaults.h \
74 libinterp/corefcn/graphics.h \ 74 libinterp/corefcn/graphics.h \
75 libinterp/builtin-defun-decls.h \ 75 libinterp/builtin-defun-decls.h \
93 libinterp/mkbuiltins \ 93 libinterp/mkbuiltins \
94 libinterp/mkdefs \ 94 libinterp/mkdefs \
95 libinterp/mkops \ 95 libinterp/mkops \
96 libinterp/oct-conf.in.h \ 96 libinterp/oct-conf.in.h \
97 libinterp/version.in.h \ 97 libinterp/version.in.h \
98 $(BUILT_DISTFILES) 98 $(LIBINTERP_BUILT_DISTFILES)
99 99
100 octinclude_HEADERS += \ 100 octinclude_HEADERS += \
101 libinterp/corefcn/graphics-props.cc \ 101 libinterp/corefcn/graphics-props.cc \
102 libinterp/parse-tree/oct-gperf.h \ 102 libinterp/parse-tree/oct-gperf.h \
103 libinterp/builtins.h \ 103 libinterp/builtins.h \
365 libinterp/parse-tree/oct-parse.output 365 libinterp/parse-tree/oct-parse.output
366 366
367 DISTCLEANFILES += \ 367 DISTCLEANFILES += \
368 libinterp/.DOCSTRINGS \ 368 libinterp/.DOCSTRINGS \
369 libinterp/DOCSTRINGS \ 369 libinterp/DOCSTRINGS \
370 $(BUILT_NODISTFILES) \ 370 $(LIBINTERP_BUILT_NODISTFILES) \
371 $(OCT_FILES) \ 371 $(OCT_FILES) \
372 $(LIBINTERP_TST_FILES) 372 $(LIBINTERP_TST_FILES)
373 373
374 MAINTAINERCLEANFILES += \ 374 MAINTAINERCLEANFILES += \
375 $(BUILT_DISTFILES) 375 $(LIBINTERP_BUILT_DISTFILES)
376 376
377 BUILT_DISTFILES += $(LIBINTERP_BUILT_DISTFILES)
378 BUILT_NODISTFILES += $(LIBINTERP_BUILT_NODISTFILES)