Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
[hw/altusmetrum] / packages / Makefile
1 .SUFFIXES: .5c .py .fp
2
3 FOOTPRINTS= \
4         MS5607.fp \
5         uson-8.fp \
6         wson6x5.fp \
7         hvqfn33.fp \
8         ZX62-B-5PA.fp \
9         TDK_PS12.fp
10
11 .5c.fp:
12         nickle $*.5c > $@
13
14 .py.fp:
15         python $*.py > $@
16
17 all: $(FOOTPRINTS)