From 54bb34b819c314f2274d560bb50cb1afaeedfa84 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 25 Jul 2017 16:58:51 +0200 Subject: Removes instr-scripts. --- instr-scripts/Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 instr-scripts/Makefile (limited to 'instr-scripts/Makefile') diff --git a/instr-scripts/Makefile b/instr-scripts/Makefile deleted file mode 100644 index 43db096..0000000 --- a/instr-scripts/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -################################################################################ -## LOCAL CONF ################################################################## -################################################################################ -AST_FILE = ../data/ast/best_chronometer_ever.xml - -PYTHON_EXEC = python3 - -## Structural Level -SL_INST_FILE = structural.mod -SL_EXTRA_FILE = system_extra.txt - -################################################################################ -## 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