Skip to content
Snippets Groups Projects
Commit cc852b9d authored by Houtan Bastani's avatar Houtan Bastani
Browse files

support 64-bit preprocessor, #862

parent dc1b9429
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,12 @@ DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy ...@@ -69,7 +69,12 @@ DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy
$(YACC) -o DynareBison.cc DynareBison.yy $(YACC) -o DynareBison.cc DynareBison.yy
all-local: all-local:
cd ../matlab && $(LN_S) -f $(abs_srcdir)/$(PROGRAMS) $(PROGRAMS) if [ -z "`file $(PROGRAMS) | grep x86.64`" ]; then \
ARCH=""; \
else \
ARCH="64"; \
fi; \
cd ../matlab && $(LN_S) -f $(abs_srcdir)/$(PROGRAMS) $(PROGRAMS)$$ARCH
if HAVE_DOXYGEN if HAVE_DOXYGEN
html-local: html-local:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment