Skip to content
Snippets Groups Projects
Commit 88a84a53 authored by sebastien's avatar sebastien
Browse files

* Convert the rest of the already existing build system to Automake

* Add new autoconf macros


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2914 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 4a0b5670
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,7 @@ dynare_m_SOURCES = \ ...@@ -48,9 +48,7 @@ dynare_m_SOURCES = \
BlockTriangular.cc \ BlockTriangular.cc \
BlockTriangular.hh \ BlockTriangular.hh \
DynareMain.cc \ DynareMain.cc \
DynareMain.hh \
DynareMain2.cc \ DynareMain2.cc \
DynareMain2.hh \
CodeInterpreter.hh CodeInterpreter.hh
dynare_m_LDADD = macro/libmacro.a dynare_m_LDADD = macro/libmacro.a
...@@ -61,5 +59,5 @@ DynareFlex.cc: DynareFlex.ll ...@@ -61,5 +59,5 @@ DynareFlex.cc: DynareFlex.ll
DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy 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-am: all-local:
cp $(PROGRAMS) ../matlab/ cp $(PROGRAMS) ../matlab/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment