Mercurial > hg > octave-nkf
comparison libinterp/parse-tree/module.mk @ 15258:cd8248cc6020
Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp.
* libinterp/corefcn/module.mk (corefcn_libcorefcn_la_CPPFLAGS): New variable,
defined to $(liboctinterp_la_CPPFLAGS).
* libinterp/interp-core/module.mk (interp_core_libinterp_core_la_CPPFLAGS):
Likewise.
* libinterp/interpfcn/module.mk (interpfcn_libinterpfcn_la_CPPFLAGS):
Likewise.
* libinterp/octave-value/module.mk (octave_value_liboctave_value_la_CPPFLAGS):
Likewise.
* libinterp/parse-tree/module.mk (parse_tree_libparse_tree_la_CPPFLAGS):
Likewise.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Thu, 30 Aug 2012 15:52:50 +0100 |
parents | 2fc554ffbc28 |
children | 03ef3a183129 |
comparison
equal
deleted
inserted
replaced
15257:7ee62f559a73 | 15258:cd8248cc6020 |
---|---|
89 rm -f $@-t1 | 89 rm -f $@-t1 |
90 | 90 |
91 noinst_LTLIBRARIES += parse-tree/libparse-tree.la | 91 noinst_LTLIBRARIES += parse-tree/libparse-tree.la |
92 | 92 |
93 parse_tree_libparse_tree_la_SOURCES = $(PARSE_TREE_SRC) | 93 parse_tree_libparse_tree_la_SOURCES = $(PARSE_TREE_SRC) |
94 parse_tree_libparse_tree_la_CPPFLAGS = $(liboctinterp_la_CPPFLAGS) |