USER_LIB_PATH := $(abspath ./libraries)
+ifeq ($(NO_INO),)
include $(ARDMK_DIR)/Arduino.mk
+endif
ino: $(TARGET_EEP) $(TARGET_HEX)
LINE1:$(sensor)'#ff0000':"$(sensor)";
endef
+define view/year/month/png
+view/$(year)/$(month)/png: \
+$(foreach sensor,$(sensors), view/$(sensor)/$(year)/$(month)/png)
+endef
+define view/year/month/day/png
+view/$(year)/$(month)/$(day)/png: \
+$(foreach sensor,$(sensors), view/$(sensor)/$(year)/$(month)/$(day)/png)
+endef
+
#
## HTML5
###
endef
define foreach/year/month/sensor/view
-.PHONY: view/$(sensor)/$(year)/$(month)/$(view)
+.PHONY: view/$(sensor)/$(year)/$(month)/$(view)
view/$(sensor)/$(year)/$(view): view/$(sensor)/$(year)/$(month)/$(view)
$(call view/sensor/year/month/$(view))
endef
endef
define foreach/year/month/day/sensor/view
-.PHONY: view/$(sensor)/$(year)/$(month)/$(day)/$(view)
+.PHONY: view/$(sensor)/$(year)/$(month)/$(day)/$(view)
view/$(sensor)/$(year)/$(month)/$(view): view/$(sensor)/$(year)/$(month)/$(day)/$(view)
$(call view/sensor/year/month/day/$(view))
endef
+define foreach/year/month/day/view
+.PHONY: view/$(year)/$(month)/$(day)/$(view)
+view/$(year)/$(month)/$(view): view/$(year)/$(month)/$(day)/$(view)
+$(call view/year/month/day/$(view))
+endef
$(foreach sensor,$(sensors), \
$(foreach view,$(views), \