mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-20 19:55:00 +02: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:
parent
1d23f0a742
commit
475ba28158
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user