From 3e019d57fab57afe7aad373385f32a23bd178941 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 17 Jul 2017 10:13:31 +0200 Subject: Initial commit. --- instr-scripts/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 instr-scripts/Makefile (limited to 'instr-scripts/Makefile') diff --git a/instr-scripts/Makefile b/instr-scripts/Makefile new file mode 100644 index 0000000..5bdc767 --- /dev/null +++ b/instr-scripts/Makefile @@ -0,0 +1,33 @@ +################################################################################ +## LOCAL CONF ################################################################## +################################################################################ +AST_FILE = ../data/ast/best_chronometer_ever.xml + +PYTHON_EXEC = python3 + +## Structural Level +SL_INST_FILE = system.sl +SL_EXTRA_FILE = system_extra.sl + +################################################################################ +## PROGRAM FILES ############################################################### +################################################################################ +UTIL_LIBS = id_manager.py waveform_manager.py process_internals.py +SL_LEVEL_GEN = structural_level.py + +#EXTRA_SL_PARSER = sl_extra.py +################################################################################ +GLOBAL_DEPS = $(UTIL_LIBS) $(AST_FILE) + +$(SL_INST_FILE): $(SL_LEVEL_GEN) $(GLOBAL_DEPS) + $(PYTHON_EXEC) $(SL_LEVEL_GEN) \ + -i $(AST_FILE) \ + -io $(SL_INST_FILE) \ + -eo $(SL_EXTRA_FILE) + +export: + scp \ + __init__.py Makefile \ + $(UTIL_LIBS) \ + $(SL_LEVEL_GEN) \ + dreamhost:~/noot-noot/onera_2017/scripts/ -- cgit v1.2.3-70-g09d2