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
Dynare
preprocessor
Commits
4d2f9181
Commit
4d2f9181
authored
Jan 07, 2014
by
Houtan Bastani
Browse files
build system: replace hard-coded flex include dir with that found by autoconf, #575
parent
314f9ccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
4d2f9181
...
...
@@ -61,7 +61,7 @@ dynare_m_LDADD = macro/libmacro.a
DynareFlex.cc FlexLexer.h
:
DynareFlex.ll
$(LEX)
-oDynareFlex
.cc DynareFlex.ll
cp
/usr/include
/FlexLexer.h .
cp
$(LEXINC)
/FlexLexer.h .
DynareBison.cc DynareBison.hh location.hh stack.hh position.hh
:
DynareBison.yy
$(YACC)
-o
DynareBison.cc DynareBison.yy
...
...
Write
Preview
Supports
Markdown
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