beremiz
Clone
Summary
Browse
Changes
Graph
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
2018-08-14, Edouard Tisserant
e6c9a52d3877
BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
#! gmake
yml := ../../yml2
ysl2files := $(wildcard *.ysl2)
xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
all:$(xsltfiles)
%.xslt: %.ysl2 yslt_noindent.yml2
$(yml)/yml2c -I $(yml) $< -o $@.tmp
xmlstarlet fo $@.tmp > $@
rm $@.tmp
clean:
rm -f $(xsltfiles)