sysmodellibs/sysmodelgen/test/deps/makefile
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 26 Oct 2010 10:43:50 +0100
changeset 8 a2e65c705db8
parent 1 b538b70cbe51
permissions -rw-r--r--
Fix for bug when joining where ID prefixes would be added even if they use the default ID namespace

DETAILS=component collection subblock block layer
NORMALDETAIL = $(foreach v,$(DETAILS),$(v)-normal.svg)
FIXEDDETAIL = $(foreach v,$(DETAILS),$(v)-fixed.svg)
STATICDETAIL = $(foreach v,$(DETAILS),$(v)-static.svg)

all: $(NORMALDETAIL) $(FIXEDDETAIL) $(STATICDETAIL)

%-normal.svg : model.ini
	perl -S DrawSvg.pl -clean -o $@ -i model.ini -detail $*

%-static.svg : model.ini
	perl -S DrawSvg.pl -clean -o $@ -i model.ini -detail $* -static

%-fixed.svg : model.ini
	perl -S DrawSvg.pl -clean -o $@ -i model.ini -detail $* -detail-type fixed