sysmodellibs/sysmodelgen/test/deps/makefile
author terytkon
Thu, 11 Mar 2010 18:20:56 +0200
changeset 1 b538b70cbe51
permissions -rw-r--r--
Move rest of the swconfigmdw package components to oss repository. -Changed sfl licences to epl.

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