sysmodellibs/sysmodelgen/test/deps/makefile
author terytkon
Fri, 12 Mar 2010 08:30:17 +0200
changeset 2 87cfa131b535
parent 1 b538b70cbe51
permissions -rw-r--r--
Fixed the licence header on two files that the epl:ling script missed for some reason.

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