1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-10-04 01:30:43 +03:00

modules/Makefile: generate list of .fpd files from variable MODULES

... instead of scanning the directory. Also commend out the two footprints
currently not included in MODULES (zx62m-b-5p.fpd and dip4of6.fpd).
This commit is contained in:
Werner Almesberger 2012-07-12 16:33:50 -03:00
parent 1d23f0a742
commit 475ba28158
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ Connector
8:10-SOCKET-RA 8:10-SOCKET-RA
miniUSB_B miniUSB_B
USB-A-PLUG-SMT USB-A-PLUG-SMT
ZX62M-B-BP # ZX62M-B-BP
Header Header
he-shrouded-2x2pins-2mm he-shrouded-2x2pins-2mm
he-shrouded-3x2pins-2mm he-shrouded-3x2pins-2mm
@ -269,7 +269,7 @@ Dual
TSOP-66 TSOP-66
TH TH
DIP-4-300mil DIP-4-300mil
DIP-4/6-300mil # DIP-4/6-300mil
DIP-6-300mil DIP-6-300mil
DIP-8-300mil DIP-8-300mil
DIP-10-300mil DIP-10-300mil

View File

@ -31,8 +31,8 @@ spotless: clean
.fpd.mod: .fpd.mod:
fped -k $< $@ fped -k $< $@
catalog catalog.pdf: HIERARCHY *.fpd catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
gencat -F -p -L . HIERARCHY >catalog.pdf || \ gencat -F -p $(MODULES:%=-l %.fpd) HIERARCHY >catalog.pdf || \
{ rm -f catalog.pdf; exit 1; } { rm -f catalog.pdf; exit 1; }
view: catalog.pdf view: catalog.pdf