slide switch for TeleBT version 4.0b
[hw/altusmetrum] / packages / switches / Makefile
1 .SUFFIXES: .5c .py .fp
2
3 FOOTPRINTS = \
4         20571.fp \
5         cus-12.fp \
6         lph.fp \
7         SK12F17.fp
8
9 .5c.fp:
10         nickle $*.5c -o $@
11
12 .py.fp:
13         python $*.py > $@
14
15 all: $(FOOTPRINTS) .gitignore
16
17 $(FOOTPRINTS): ../footprint.5c
18
19 clean:
20         rm -f $(FOOTPRINTS)
21
22 .gitignore: Makefile
23         for i in $@ $(FOOTPRINTS); do echo $$i; done > $@