force Bdale's version of the symbol file to be the one we keep
[hw/altusmetrum] / packages / switches / Makefile
index 41e782e9899bc54e3e34d00264634bd2e4c5b17e..930e0ac52e19b533538032b30929e6dce41347c6 100644 (file)
@@ -1,16 +1,22 @@
 .SUFFIXES: .5c .py .fp
 
 FOOTPRINTS = \
-       cus-12.fp
+       20571.fp \
+       cus-12.fp \
+       lph.fp \
+       PNswitchDPDT.fp \
+       SK12F17.fp 
 
 .5c.fp:
-       nickle $*.5c > $@
+       nickle $*.5c -o $@
 
 .py.fp:
-       python $*.py > $@
+       python2 $*.py > $@
 
 all: $(FOOTPRINTS) .gitignore
 
+$(FOOTPRINTS): ../footprint.5c
+
 clean:
        rm -f $(FOOTPRINTS)