Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
6cfec3f6
Commit
6cfec3f6
authored
Sep 25, 2012
by
Sébastien Villemot
Browse files
More CPPFLAGS_MATIO fun
parent
5140b5bd
Changes
2
Show whitespace changes
Inline
Side-by-side
mex/build/ms_sbvar.am
View file @
6cfec3f6
...
...
@@ -6,7 +6,7 @@ DWUTILITIESDIR = $(top_srcdir)/../../../contrib/ms-sbvar/utilities_dw
DYNMEXSRCDIR = $(top_srcdir)/../../sources
MSMEXSRCDIR = $(DYNMEXSRCDIR)/ms-sbvar
CPPFLAGS += $(GSL_CPPFLAGS)
$(CPPFLAGS_MATIO)
-DSTRUCTURED_COLUMN_MAJOR -I$(DYNMEXSRCDIR) -I$(MSMEXSRCDIR) -I$(DWUTILITIESDIR)/include -I$(DWSWITCHDIR)/switching -I$(DWSWITCHDIR)/state_space -I$(DWSWITCHDIR)/state_space/sbvar
CPPFLAGS += $(GSL_CPPFLAGS) -DSTRUCTURED_COLUMN_MAJOR -I$(DYNMEXSRCDIR) -I$(MSMEXSRCDIR) -I$(DWUTILITIESDIR)/include -I$(DWSWITCHDIR)/switching -I$(DWSWITCHDIR)/state_space -I$(DWSWITCHDIR)/state_space/sbvar
LIBS += $(GSL_LIBS)
LDFLAGS += $(GSL_LDFLAGS)
...
...
mex/build/octave/ms_sbvar/Makefile.am
View file @
6cfec3f6
...
...
@@ -2,8 +2,8 @@ EXEEXT = .mex
include
../mex.am
include
../../ms_sbvar.am
ms_sbvar_command_line_CPPLAGS
=
$(
MATIO_
CPPFLAGS)
ms_sbvar_create_init_file_CPPLAGS
=
$(
MATIO_
CPPFLAGS)
ms_sbvar_command_line_CPPLAGS
=
$(CPPFLAGS
_MATIO
)
ms_sbvar_create_init_file_CPPLAGS
=
$(CPPFLAGS
_MATIO
)
ms_sbvar_command_line_LDFLAGS
=
$(LDFLAGS_MATIO)
ms_sbvar_create_init_file_LDFLAGS
=
$(LDFLAGS_MATIO)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment