| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-25 16:58:51 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-25 16:58:51 +0200 |
| commit | 54bb34b819c314f2274d560bb50cb1afaeedfa84 (patch) | |
| tree | 18941d5dd4e3f1d29248a8b20b61104729af0916 /instr-scripts/Makefile | |
| parent | d2289b32c2602f9c64d25a80e54e56dee233448a (diff) | |
Removes instr-scripts.
Diffstat (limited to 'instr-scripts/Makefile')
| -rw-r--r-- | instr-scripts/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
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/ |


