1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-04 07:35:34 +03:00

sch2fig/Makefile: add a few more $(NAME) dependencies

This commit is contained in:
Werner Almesberger 2016-08-01 01:07:44 -03:00
parent c49cb4a473
commit 75e16031a0

View File

@ -41,16 +41,16 @@ test: $(NAME)
compare -metric AE ref.png _out.png _diff.png || \
qiv -t -R -D _diff.png ref.png _out.png
testref:
testref: $(NAME)
./$(NAME) test.lib test.sch | fig2dev -L png -m 2 >ref.png
png:
png: $(NAME)
./$(NAME) test.lib test.sch -- png -o _out.png -s 2
[ ! -r pngref.png ] || \
compare -metric AE pngref.png _out.png _diff.png || \
qiv -t -R -D _diff.png pngref.png _out.png
pngref:
pngref: $(NAME)
./$(NAME) test.lib test.sch -- png -o pngref.png -s 2
clean::