beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
SVGHMI_compat
2019-11-13, Edouard Tisserant
3d26f5537746
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
- Name of parent POU becomes HMI tree node name,
- Name of HMI_NODE variable becomes class of the node.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"