comparison libinterp/operators/module.mk @ 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 2fc554ffbc28
children 4f6ae6b94abe
comparison
equal deleted inserted replaced
15280:2dd4f5930108 15281:03ef3a183129
128 operators/op-ui32-ui32.cc \ 128 operators/op-ui32-ui32.cc \
129 operators/op-ui64-ui64.cc \ 129 operators/op-ui64-ui64.cc \
130 operators/op-ui8-ui8.cc 130 operators/op-ui8-ui8.cc
131 131
132 ## These look like included header files to Autotools build process 132 ## These look like included header files to Autotools build process
133 OPERATOR_INCLUDES = \ 133 OPERATORS_INC = \
134 operators/op-dm-template.cc \ 134 operators/op-dm-template.cc \
135 operators/op-dms-template.cc \ 135 operators/op-dms-template.cc \
136 operators/op-int.h \ 136 operators/op-int.h \
137 operators/op-pm-template.cc \ 137 operators/op-pm-template.cc \
138 operators/ops.h 138 operators/ops.h