sysmodellibs/sysmodelgen/test/deps/makefile
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 1 b538b70cbe51
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

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