quartus/makefile: fails ausgebessert
[hwmod.git] / src / Makefile
index 2dfd9f534c427803b7d49452f931f5a132fd7498..4cd647eb25651c90f8923cb979df5089442c8e9a 100644 (file)
@@ -10,6 +10,9 @@ POST_SDO_INST := inst
 QUARTUS := $(MPWD)/../quartus/calc
 QUOPT := --read_settings_files=on --write_settings_files=off calc -c calc
 
+HN := $(shell hostname)
+TILABHOSTS := $(shell echo ti{1..9}) apps1
+
 ifeq ($(findstring $(HN), $(TILABHOSTS)),$(HN))
 # die option 's' geht nicht... :(
 COVERVCOM := -cover bcet
@@ -19,9 +22,6 @@ COVERVCOM :=
 COVERVSIM :=
 endif
 
-HN := $(shell hostname)
-TILABHOSTS := $(shell echo ti{1..9}) apps1
-
 ifeq ($(findstring $(HN), $(TILABHOSTS)),$(HN))
 QUMACRO := unset LS_COLORS; cd $(QUARTUS); export LD_LIBRARY_PATH=/opt/quartus/quartus/linux64; export LM_LICENSE_FILE=26888@quartus; 
 else