--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/plcopen/Makefile Thu Oct 10 10:03:56 2013 +0200
@@ -0,0 +1,15 @@
+ysl2files := $(wildcard *.ysl2) +xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files)) + $(yml)/yml2c -I $(yml) $< -o $@.tmp + xmlstarlet fo $@.tmp > $@ \ No newline at end of file