beremiz
Clone
Summary
Browse
Changes
Graph
use translatable descriptions for stadard and additional IEC function
2017-01-11, Andrey Skvortsov
be3f68731798
use translatable descriptions for stadard and additional IEC function
blocks from xml files instead of hardcoded in python
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 $< -> $@"