comparison libinterp/Makefile.am @ 15281:03ef3a183129

build: Use INC rather than INCLUDES for consistent naming in libinterp Makefile.am. * libinterp/Makefile.am, libinterp/interp-core/module.mk, libinterp/interpfcn/module.mk, libinterp/octave-value/module.mk, libinterp/operators/module.mk, libinterp/parse-tree/module.mk: Use INC rather than INCLUDES for consistent naming.
author Rik <rik@octave.org>
date Tue, 04 Sep 2012 07:45:46 -0700
parents f4b5304ee451
children 482d92904aa4
comparison
equal deleted inserted replaced
15280:2dd4f5930108 15281:03ef3a183129
95 octinclude_HEADERS = \ 95 octinclude_HEADERS = \
96 interpfcn/graphics-props.cc \ 96 interpfcn/graphics-props.cc \
97 parse-tree/oct-gperf.h \ 97 parse-tree/oct-gperf.h \
98 builtins.h \ 98 builtins.h \
99 octave.h \ 99 octave.h \
100 $(OV_INCLUDES) \ 100 $(OCTAVE_VALUE_INC) \
101 $(OV_SPARSE_INCLUDES) \ 101 $(PARSE_TREE_INC) \
102 $(PT_INCLUDES) \ 102 $(OPERATORS_INC) \
103 $(OPERATOR_INCLUDES) \ 103 $(INTERP_CORE_INC) \
104 $(INTERP_CORE_INCLUDES) \ 104 $(INTERPFCN_INC)
105 $(INTERPFCN_INCLUDES)
106 105
107 nodist_octinclude_HEADERS = \ 106 nodist_octinclude_HEADERS = \
108 interp-core/mxarray.h \ 107 interp-core/mxarray.h \
109 interpfcn/defaults.h \ 108 interpfcn/defaults.h \
110 interpfcn/graphics.h \ 109 interpfcn/graphics.h \