Date:2012-07-12 21:33:50 (11 years 8 months ago)
Author:Werner Almesberger
Commit:475ba2815821ec9d35e3268dbca0a4e8c196cca9
Message: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).
Files: modules/HIERARCHY (2 diffs)
modules/Makefile (1 diff)

Change Details

modules/HIERARCHY
4242        8:10-SOCKET-RA
4343        miniUSB_B
4444        USB-A-PLUG-SMT
45        ZX62M-B-BP
45# ZX62M-B-BP
4646        Header
4747            he-shrouded-2x2pins-2mm
4848            he-shrouded-3x2pins-2mm
...... 
269269            TSOP-66
270270    TH
271271        DIP-4-300mil
272        DIP-4/6-300mil
272# DIP-4/6-300mil
273273        DIP-6-300mil
274274        DIP-8-300mil
275275        DIP-10-300mil
modules/Makefile
3131.fpd.mod:
3232        fped -k $< $@
3333
34catalog catalog.pdf: HIERARCHY *.fpd
35        gencat -F -p -L . HIERARCHY >catalog.pdf || \
34catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
35        gencat -F -p $(MODULES:%=-l %.fpd) HIERARCHY >catalog.pdf || \
3636          { rm -f catalog.pdf; exit 1; }
3737
3838view: catalog.pdf

Archive Download the corresponding diff file

Branches:
master



interactive