Commit f8bec992 authored by Tristan Gingold's avatar Tristan Gingold

Partial revert of patch and baselines for TCL_INTERPRETER.

For most tools, the space is needed.
parent c0768c21
......@@ -35,7 +35,7 @@ class MakefileSyn(ToolMakefile):
{0}: {1} {0}.tcl
\t\t$(SYN_PRE_{2}_CMD)
\t\t$(TCL_INTERPRETER)$@.tcl
\t\t$(TCL_INTERPRETER) $@.tcl
\t\t$(SYN_POST_{2}_CMD)
\t\t{4} $@
"""
......
......@@ -68,7 +68,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -85,7 +85,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -102,7 +102,7 @@ translate.tcl:
translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD)
touch $@
......@@ -119,7 +119,7 @@ map.tcl:
map: translate map.tcl
$(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD)
touch $@
......@@ -136,7 +136,7 @@ par.tcl:
par: map par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -153,7 +153,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -48,7 +48,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -60,7 +60,7 @@ par.tcl:
par: project par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -72,7 +72,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -42,7 +42,7 @@ synthesize.tcl:
synthesize: files.tcl synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -51,7 +51,7 @@ par.tcl:
par: synthesize par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -60,7 +60,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -69,7 +69,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -86,7 +86,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -103,7 +103,7 @@ translate.tcl:
translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD)
touch $@
......@@ -120,7 +120,7 @@ map.tcl:
map: translate map.tcl
$(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD)
touch $@
......@@ -137,7 +137,7 @@ par.tcl:
par: map par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -154,7 +154,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -58,7 +58,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -77,7 +77,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -96,7 +96,7 @@ par.tcl:
par: synthesize par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -108,7 +108,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -46,7 +46,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -57,7 +57,7 @@ bitstream.tcl:
bitstream: project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -46,7 +46,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -57,7 +57,7 @@ bitstream.tcl:
bitstream: project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -58,7 +58,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -77,7 +77,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -96,7 +96,7 @@ par.tcl:
par: synthesize par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -108,7 +108,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -58,7 +58,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -77,7 +77,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -96,7 +96,7 @@ par.tcl:
par: synthesize par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -108,7 +108,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -49,7 +49,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -60,7 +60,7 @@ bitstream.tcl:
bitstream: project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD)
touch $@
......@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl
$(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD)
touch $@
......@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -62,7 +62,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -82,7 +82,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -102,7 +102,7 @@ par.tcl:
par: synthesize par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -114,7 +114,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD)
touch $@
......@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl
$(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD)
touch $@
......@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
......@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
type nul >> $@
......@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
type nul >> $@
......@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD)
type nul >> $@
......@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl
$(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD)
type nul >> $@
......@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
type nul >> $@
......@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
type nul >> $@
......
......@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD)
touch $@
......@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD)
touch $@
......@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD)
touch $@
......@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl
$(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD)
touch $@
......@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl
$(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD)
touch $@
......@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl
$(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD)
touch $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment