osmo-bsc/doc/Makefile.am

18 lines
302 B
Makefile

SUBDIRS = \
examples \
$(NULL)
msc: \
$(builddir)/handover.png \
$(builddir)/assignment.png \
$(builddir)/lchan-release.png \
$(builddir)/ms-channel-request.png \
$(NULL)
$(builddir)/%.png: $(srcdir)/%.msc
mscgen -T png -o $@ $<
.PHONY: poll
poll:
while true; do $(MAKE) msc; sleep 1; done