Mercurial > hg > octave-nkf
diff libinterp/parse-tree/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 | cd8248cc6020 |
children | 3dcd96e1f657 |
line wrap: on
line diff
--- a/libinterp/parse-tree/module.mk +++ b/libinterp/parse-tree/module.mk @@ -2,7 +2,7 @@ parse-tree/module.mk \ parse-tree/octave.gperf -PARSER_INCLUDES = \ +PARSER_INC = \ parse-tree/lex.h \ parse-tree/parse.h \ parse-tree/parse-private.h @@ -14,7 +14,7 @@ lex.lo lex.o oct-parse.lo oct-parse.o: \ AM_CXXFLAGS := $(filter-out -Wold-style-cast, $(AM_CXXFLAGS)) -PT_INCLUDES = \ +PARSE_TREE_INC = \ parse-tree/pt-all.h \ parse-tree/pt-arg-list.h \ parse-tree/pt-assign.h \ @@ -44,7 +44,7 @@ parse-tree/pt-walk.h \ parse-tree/pt.h \ parse-tree/token.h \ - $(PARSER_INCLUDES) + $(PARSER_INC) PARSE_TREE_SRC = \ parse-tree/pt-arg-list.cc \