summaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-06-08 16:09:31 +0000
committerhrs <hrs@FreeBSD.org>2008-06-08 16:09:31 +0000
commitcdaaae74597f7e4beecd2dc307a7f875009c5674 (patch)
treeff9a5311ebb6058e8282fde8b8172aeda139ace7 /cad
parent95042c323ac8296b3d4195a311bad441feac6170 (diff)
downloadFreeBSD-ports-cdaaae74597f7e4beecd2dc307a7f875009c5674.zip
FreeBSD-ports-cdaaae74597f7e4beecd2dc307a7f875009c5674.tar.gz
Update to 20080202 snapshot. Changes include:
- Added a footprin preview in the library window - Added gnome/kde desktop integration files (app and mime icons, and .desktop file) - Added i18n support - Updated dbus support - Fix a number of GCC 4 compiler warnings - Make the gtk gui more robust against malformed menu resource files - Added checking for duplicate hot key definitions in the menu resource file in the gtk gui. - Improved support for building on win32. - Removed automake/autoconf generated files from cvs - Fixed some parallel make bugs - Fixed some scrolling/panning bugs in the gtk gui. - Added the ability to load edif netlists - Closed a number of bugs in the sourceforge tracker - Fix a bg in the x-y output files where the y values were mirrored and offset - Add XRENDER support to the lesstif HID to support layer transparency - Fix some polygon dicer bugs - Fix a handful of bugs in the png export HID - Avoid vias snapping to pins and moving elements snapping to their own pins/pads - Fix a number of undo bugs - Fix printer calibration - Add global puller - Various improvements to the postscript export HID - Improve all the GetXY prompts in the menu resource files - Improved the pin/via report - Improved pin/pad vs grid snapping - Various footprint improvements o fixed some drill sizes o fixed some silk sizes o Added a handful of QFP family footprints o Converted the QFP family to the hi-res format - Added keystone, C&K, Nichicon, and Optek footprint libraries - Add attribute editor to the GTK HID - Add a fileselect() function to the HID spec - Fix ps output with drill helper on - Add a visual indicater when elements are locked - Corrections to the manual - BOM can export in mm as well as mil - Fix a ps output bug with arcs - Fix some memory leaks found with Coverity - Added autoconf test for buggy versions of m4 - Fixed some footprint drill sizes - Add user customizable menus for the gtk HID. The gtk HID now is capable of reading the same format menu resource files as the lesstif HID. This represents significant rework of the menu code and menu callback code. - Added Center() action - Store the file format in the .pcb file. This will let pcb know when presented with a file which is too new. The code for checking the format was present in the prior snapshot. - Fix DRC checking of square pads to square pads - Added window panning/cursor warping - Add the ability to directly load a footprint from a file as if it were a complete layout. - Add a Popup() action - Add polygon clipping code. This is a big change to how polygons are handled. The new code now removes islands and correctly identifies open circuits caused by a trace fully cutting through a polygon. In addition, the RS-274-X output is now simpler and works with some board houses that use older non-conforming sofware. Different styles for thermal reliefs are also now supported as part of the polygon clipper code. - Add support for plugins - Many improvements to the autorouter. - Various improvements to the trace optimizer. - Add a fontmode for editing pcb fonts - Add progress() hook to HID structure - Fix a bug with non-functional windows on some window managers commonly found on OS-X - Add support for controlling pcb via dbus - Fix various bugs which would cause a crash - Add --scale for postscript scaling - Intercept window manager delete events with the GTK gui - Scan the .pcb file for a FileVersion value. This is not written out yet but will be in future versions. - Warn if non-manhattan lines are trying to become pads. - Allow no-solder paste pads to support fiducials - Report in mm or mils as selected by user - Allow reordering of layers - add some more QFN packages - fix building with sun studio c compiler - Made a pcb installation be relocatable. - Convert the m4 libraries to newlib libraries as part of building a distfile. The m4 libraries are still considered the sources and as such are still distributed but this eliminates the need for m4 at runtime for footprints. - Got rid of the pcb wrapper script around pcb-bin. - Remove some old footprints of questionable naming, accuracy, or usefulness. - Get the autosave/backup code working on all GUI's - Fix some drill size rounding in the reports - Changed the backup file name to be derived from the .pcb file name - Added a command line option for DrawGrid - Fix logic for adding new ratlines - Fix gtk grid when board is flipped - Add "find" and "rip-up" buttons to the netlist window - Draw plated holes when exporting - Fix some bugs when converting selection to element - Fix build on cygwin - Enhance the win32/build_pcb script used to generate a non-cygwin windows installer. - Make pcb work under non-cygwin windows
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile39
-rw-r--r--cad/pcb/distinfo6
-rw-r--r--cad/pcb/files/patch-Makefile.in21
-rw-r--r--cad/pcb/files/patch-doc-Makefile.in11
-rw-r--r--cad/pcb/files/patch-src-autoroute.c13
-rw-r--r--cad/pcb/files/patch-src-netlist.c11
-rw-r--r--cad/pcb/pkg-plist1905
7 files changed, 1866 insertions, 140 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index dfa0d3ad..be16e82 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pcb
-PORTVERSION= 20060822
-PORTREVISION= 2
+PORTVERSION= 20080202
CATEGORIES= cad
MASTER_SITES= SF
@@ -15,20 +14,42 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= X11 interactive printed circuit board layout system
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
-BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
+BUILD_DEPENDS= ${RUN_DEPENDS}
-.if defined(WITH_MOTIF_GUI)
+GNU_CONFIGURE= yes
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+USE_GMAKE= yes
+USE_TK_RUN= 83
+INSTALLS_ICONS= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
+ INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}"
+CONFIGURE_ARGS= --docdir=${DOCSDIR}
+PORTDOCS= pcb.html pcb.ps refcard.ps pcb.pdf refcard.pdf pad.eps \
+ puller.eps thermal.eps pad.gif puller.gif thermal.gif pad.pdf \
+ puller.pdf thermal.pdf pad.png puller.png thermal.png
+
+.if defined(WITHOUT_X11)
+CONFIGURE_ARGS+= --without-gui
+CONFIGURE_ENV+= WISH=${TRUE}
+.elif defined(WITH_MOTIF_GUI)
USE_MOTIF= yes
+USE_TK_RUN= yes
CONFIGURE_ARGS+= --with-gui=lesstif
+CONFIGURE_ENV+= WISH=${WISH}
.else
USE_GNOME= gtk20
+USE_TK_RUN= yes
+CONFIGURE_ARGS+= --with-gui=gtk
+CONFIGURE_ENV+= WISH=${WISH}
.endif
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_TK_RUN= 83
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
.if !defined(NOPORTDOCS)
INFO= pcb
diff --git a/cad/pcb/distinfo b/cad/pcb/distinfo
index fc2253f..b21e360 100644
--- a/cad/pcb/distinfo
+++ b/cad/pcb/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcb-20060822.tar.gz) = e091285d6741860484b31e8ac5b7e37f
-SHA256 (pcb-20060822.tar.gz) = 3e3e79674a3bc4a3196e8c4fc3299a1c67e844ee2310b36933b2b15444b43bcd
-SIZE (pcb-20060822.tar.gz) = 3229845
+MD5 (pcb-20080202.tar.gz) = 933eda642f3838b24d417224693f8386
+SHA256 (pcb-20080202.tar.gz) = ac3359c845df2ec77652a1362f8d6cd70e78e666bf23b9820f9a4b619cf5778a
+SIZE (pcb-20080202.tar.gz) = 4240472
diff --git a/cad/pcb/files/patch-Makefile.in b/cad/pcb/files/patch-Makefile.in
index 2d383d0..2eb2fd3 100644
--- a/cad/pcb/files/patch-Makefile.in
+++ b/cad/pcb/files/patch-Makefile.in
@@ -1,11 +1,16 @@
---- Makefile.in.orig Sat Jul 8 23:14:41 2006
-+++ Makefile.in Sat Jul 8 23:14:48 2006
-@@ -209,7 +209,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
+--- Makefile.in.orig 2008-02-01 22:31:31.000000000 +0900
++++ Makefile.in 2008-05-06 02:26:40.000000000 +0900
+@@ -270,11 +270,11 @@
target_alias = @target_alias@
--DIRS = win32 src lib newlib example tools tutorial README_FILES
-+DIRS = src lib newlib example tools tutorial README_FILES
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-DIRS = win32 intl src data lib newlib example tools tutorial README_FILES po
++DIRS = intl src data lib newlib example tools tutorial README_FILES po
SUBDIRS = ${DIRS} @DOC@
DIST_SUBDIRS = ${DIRS} doc
- EXTRA_DIST = autogen.sh globalconst.h README.cvs README.win32
+ INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in
+-EXTRA_DIST = config.rpath globalconst.h README.cvs README.win32 icon-theme-installer $(INTLTOOL_FILES)
++EXTRA_DIST = config.rpath globalconst.h README.cvs icon-theme-installer $(INTLTOOL_FILES)
+ DISTCLEANFILES = configure.lineno intltool-extract intltool-merge intltool-update po/.intltool-merge-cache
+ MAINTAINERCLEANFILES = $(INTLTOOL_FILES)
+ ACLOCAL_AMFLAGS = -I m4
diff --git a/cad/pcb/files/patch-doc-Makefile.in b/cad/pcb/files/patch-doc-Makefile.in
new file mode 100644
index 0000000..96acb68
--- /dev/null
+++ b/cad/pcb/files/patch-doc-Makefile.in
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig 2008-06-09 00:39:42.000000000 +0900
++++ doc/Makefile.in 2008-06-09 00:40:06.000000000 +0900
+@@ -15,7 +15,7 @@
+ @SET_MAKE@
+
+ VPATH = @srcdir@
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(docdir)
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
diff --git a/cad/pcb/files/patch-src-autoroute.c b/cad/pcb/files/patch-src-autoroute.c
deleted file mode 100644
index 830c202..0000000
--- a/cad/pcb/files/patch-src-autoroute.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/autoroute.c.orig Mon Oct 9 15:57:46 2006
-+++ src/autoroute.c Mon Oct 9 15:58:14 2006
-@@ -647,8 +647,9 @@
- {
- int is_not_rectangle = 1;
- int layergroup = GetLayerGroupNumberByNumber (layer);
-+ routebox_t *rb;
- assert (0 <= layergroup && layergroup < max_layer);
-- routebox_t *rb = AddIrregularObstacle (layergroupboxes,
-+ rb = AddIrregularObstacle (layergroupboxes,
- polygon->BoundingBox.X1,
- polygon->BoundingBox.Y1,
- polygon->BoundingBox.X2,
diff --git a/cad/pcb/files/patch-src-netlist.c b/cad/pcb/files/patch-src-netlist.c
deleted file mode 100644
index 808e7e5..0000000
--- a/cad/pcb/files/patch-src-netlist.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/netlist.c.orig Mon Jul 10 11:19:14 2006
-+++ src/netlist.c Mon Jul 10 11:19:23 2006
-@@ -29,6 +29,8 @@
- /* generic netlist operations
- */
-
-+#include <sys/types.h>
-+
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif
diff --git a/cad/pcb/pkg-plist b/cad/pcb/pkg-plist
index e0e0d24..47e915e 100644
--- a/cad/pcb/pkg-plist
+++ b/cad/pcb/pkg-plist
@@ -2,94 +2,1812 @@
bin/MergePCBPS
bin/Merge_dimPCBPS
bin/pcb
-bin/pcb-bin
-%%DATADIR%%/CreateLibrary.sh
+share/applications/pcb.desktop
+share/icons/hicolor/16x16/mimetypes/application-x-excellon-16.png
+share/icons/hicolor/16x16/mimetypes/application-x-gerber-16.png
+share/icons/hicolor/16x16/mimetypes/application-x-pcb-footprint-16.png
+share/icons/hicolor/16x16/mimetypes/application-x-pcb-layout-16.png
+share/icons/hicolor/16x16/mimetypes/application-x-pcb-netlist-16.png
+share/icons/hicolor/22x22/mimetypes/application-x-excellon-22.png
+share/icons/hicolor/22x22/mimetypes/application-x-gerber-22.png
+share/icons/hicolor/22x22/mimetypes/application-x-pcb-footprint-22.png
+share/icons/hicolor/22x22/mimetypes/application-x-pcb-layout-22.png
+share/icons/hicolor/22x22/mimetypes/application-x-pcb-netlist-22.png
+share/icons/hicolor/24x24/mimetypes/application-x-excellon-24.png
+share/icons/hicolor/24x24/mimetypes/application-x-gerber-24.png
+share/icons/hicolor/24x24/mimetypes/application-x-pcb-footprint-24.png
+share/icons/hicolor/24x24/mimetypes/application-x-pcb-layout-24.png
+share/icons/hicolor/24x24/mimetypes/application-x-pcb-netlist-24.png
+share/icons/hicolor/32x32/mimetypes/application-x-excellon-32.png
+share/icons/hicolor/32x32/mimetypes/application-x-gerber-32.png
+share/icons/hicolor/32x32/mimetypes/application-x-pcb-footprint-32.png
+share/icons/hicolor/32x32/mimetypes/application-x-pcb-layout-32.png
+share/icons/hicolor/32x32/mimetypes/application-x-pcb-netlist-32.png
+share/icons/hicolor/48x48/apps/pcb-48.png
+share/icons/hicolor/48x48/mimetypes/application-x-excellon-48.png
+share/icons/hicolor/48x48/mimetypes/application-x-gerber-48.png
+share/icons/hicolor/48x48/mimetypes/application-x-pcb-footprint-48.png
+share/icons/hicolor/48x48/mimetypes/application-x-pcb-layout-48.png
+share/icons/hicolor/48x48/mimetypes/application-x-pcb-netlist-48.png
+share/icons/hicolor/scalable/apps/pcb.svg
+share/icons/hicolor/scalable/mimetypes/application-x-excellon.svg
+share/icons/hicolor/scalable/mimetypes/application-x-gerber.svg
+share/icons/hicolor/scalable/mimetypes/application-x-pcb-footprint.svg
+share/icons/hicolor/scalable/mimetypes/application-x-pcb-layout.svg
+share/icons/hicolor/scalable/mimetypes/application-x-pcb-netlist.svg
+%%NLS%%share/locale/fr_FR/LC_MESSAGES/pcb.mo
+@dirrmtry share/locale/fr_FR/LC_MESSAGES
+share/mime/application/x-excellon.xml
+share/mime/application/x-gerber.xml
+share/mime/application/x-pcb-footprint.xml
+share/mime/application/x-pcb-layout.xml
+share/mime/application/x-pcb-netlist.xml
+@dirrmtry share/mime/application
+share/mime/packages/pcb.xml
+@dirrmtry share/mime/packages
+share/mimelnk/application/x-excellon.desktop
+share/mimelnk/application/x-gerber.desktop
+share/mimelnk/application/x-pcb-footprint.desktop
+share/mimelnk/application/x-pcb-layout.desktop
+share/mimelnk/application/x-pcb-netlist.desktop
+@dirrmtry share/mimelnk/application
+@dirrmtry share/mimelnk
+%%DATADIR%%/default_font
+%%DATADIR%%/gpcb-menu.res
+%%DATADIR%%/pcb-menu.res
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_SMALL_HEIGHT.png
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_AVE_HEIGHT.fp
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_AVE_HEIGHT.png
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_MIN_HEIGHT.fp
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_MIN_HEIGHT.png
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_MAX_HEIGHT.fp
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_MAX_HEIGHT.png
+%%DATADIR%%/pcblib-newlib/pci/PCI5V_SMALL_HEIGHT.fp
+%%DATADIR%%/pcblib-newlib/pci/index.html
+%%DATADIR%%/pcblib-newlib/optek/index.html
+%%DATADIR%%/pcblib-newlib/optek/OPTEK_OVSRWACR6.fp
+%%DATADIR%%/pcblib-newlib/optek/OPTEK_OVSRWACR6.png
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1232.png
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1229.fp
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1229.png
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1230.fp
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1230.png
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1231.fp
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1231.png
+%%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1232.fp
+%%DATADIR%%/pcblib-newlib/amphenol/index.html
+%%DATADIR%%/pcblib-newlib/connector/240.png
+%%DATADIR%%/pcblib-newlib/connector/2.fp
+%%DATADIR%%/pcblib-newlib/connector/2.png
+%%DATADIR%%/pcblib-newlib/connector/4.fp
+%%DATADIR%%/pcblib-newlib/connector/4.png
+%%DATADIR%%/pcblib-newlib/connector/6.fp
+%%DATADIR%%/pcblib-newlib/connector/6.png
+%%DATADIR%%/pcblib-newlib/connector/8.fp
+%%DATADIR%%/pcblib-newlib/connector/8.png
+%%DATADIR%%/pcblib-newlib/connector/10.fp
+%%DATADIR%%/pcblib-newlib/connector/10.png
+%%DATADIR%%/pcblib-newlib/connector/12.fp
+%%DATADIR%%/pcblib-newlib/connector/12.png
+%%DATADIR%%/pcblib-newlib/connector/14.fp
+%%DATADIR%%/pcblib-newlib/connector/14.png
+%%DATADIR%%/pcblib-newlib/connector/15.fp
+%%DATADIR%%/pcblib-newlib/connector/15.png
+%%DATADIR%%/pcblib-newlib/connector/16.fp
+%%DATADIR%%/pcblib-newlib/connector/16.png
+%%DATADIR%%/pcblib-newlib/connector/18.fp
+%%DATADIR%%/pcblib-newlib/connector/18.png
+%%DATADIR%%/pcblib-newlib/connector/20.fp
+%%DATADIR%%/pcblib-newlib/connector/20.png
+%%DATADIR%%/pcblib-newlib/connector/50.fp
+%%DATADIR%%/pcblib-newlib/connector/50.png
+%%DATADIR%%/pcblib-newlib/connector/abc48f.fp
+%%DATADIR%%/pcblib-newlib/connector/abc48f.png
+%%DATADIR%%/pcblib-newlib/connector/abc48m.fp
+%%DATADIR%%/pcblib-newlib/connector/abc48m.png
+%%DATADIR%%/pcblib-newlib/connector/ab64f.fp
+%%DATADIR%%/pcblib-newlib/connector/ab64f.png
+%%DATADIR%%/pcblib-newlib/connector/ab64m.fp
+%%DATADIR%%/pcblib-newlib/connector/ab64m.png
+%%DATADIR%%/pcblib-newlib/connector/ac64f.fp
+%%DATADIR%%/pcblib-newlib/connector/ac64f.png
+%%DATADIR%%/pcblib-newlib/connector/ac64m.fp
+%%DATADIR%%/pcblib-newlib/connector/ac64m.png
+%%DATADIR%%/pcblib-newlib/connector/abc96f.fp
+%%DATADIR%%/pcblib-newlib/connector/abc96f.png
+%%DATADIR%%/pcblib-newlib/connector/abc96m.fp
+%%DATADIR%%/pcblib-newlib/connector/abc96m.png
+%%DATADIR%%/pcblib-newlib/connector/10l.fp
+%%DATADIR%%/pcblib-newlib/connector/10l.png
+%%DATADIR%%/pcblib-newlib/connector/10s.fp
+%%DATADIR%%/pcblib-newlib/connector/10s.png
+%%DATADIR%%/pcblib-newlib/connector/14l.fp
+%%DATADIR%%/pcblib-newlib/connector/14l.png
+%%DATADIR%%/pcblib-newlib/connector/14s.fp
+%%DATADIR%%/pcblib-newlib/connector/14s.png
+%%DATADIR%%/pcblib-newlib/connector/16l.fp
+%%DATADIR%%/pcblib-newlib/connector/16l.png
+%%DATADIR%%/pcblib-newlib/connector/16s.fp
+%%DATADIR%%/pcblib-newlib/connector/16s.png
+%%DATADIR%%/pcblib-newlib/connector/18l.fp
+%%DATADIR%%/pcblib-newlib/connector/18l.png
+%%DATADIR%%/pcblib-newlib/connector/18s.fp
+%%DATADIR%%/pcblib-newlib/connector/18s.png
+%%DATADIR%%/pcblib-newlib/connector/20l.fp
+%%DATADIR%%/pcblib-newlib/connector/20l.png
+%%DATADIR%%/pcblib-newlib/connector/20s.fp
+%%DATADIR%%/pcblib-newlib/connector/20s.png
+%%DATADIR%%/pcblib-newlib/connector/22l.fp
+%%DATADIR%%/pcblib-newlib/connector/22l.png
+%%DATADIR%%/pcblib-newlib/connector/22s.fp
+%%DATADIR%%/pcblib-newlib/connector/22s.png
+%%DATADIR%%/pcblib-newlib/connector/24l.fp
+%%DATADIR%%/pcblib-newlib/connector/24l.png
+%%DATADIR%%/pcblib-newlib/connector/24s.fp
+%%DATADIR%%/pcblib-newlib/connector/24s.png
+%%DATADIR%%/pcblib-newlib/connector/26l.fp
+%%DATADIR%%/pcblib-newlib/connector/26l.png
+%%DATADIR%%/pcblib-newlib/connector/26s.fp
+%%DATADIR%%/pcblib-newlib/connector/26s.png
+%%DATADIR%%/pcblib-newlib/connector/34l.fp
+%%DATADIR%%/pcblib-newlib/connector/34l.png
+%%DATADIR%%/pcblib-newlib/connector/34s.fp
+%%DATADIR%%/pcblib-newlib/connector/34s.png
+%%DATADIR%%/pcblib-newlib/connector/40l.fp
+%%DATADIR%%/pcblib-newlib/connector/40l.png
+%%DATADIR%%/pcblib-newlib/connector/40s.fp
+%%DATADIR%%/pcblib-newlib/connector/40s.png
+%%DATADIR%%/pcblib-newlib/connector/50l.fp
+%%DATADIR%%/pcblib-newlib/connector/50l.png
+%%DATADIR%%/pcblib-newlib/connector/50s.fp
+%%DATADIR%%/pcblib-newlib/connector/50s.png
+%%DATADIR%%/pcblib-newlib/connector/64l.fp
+%%DATADIR%%/pcblib-newlib/connector/64l.png
+%%DATADIR%%/pcblib-newlib/connector/64s.fp
+%%DATADIR%%/pcblib-newlib/connector/64s.png
+%%DATADIR%%/pcblib-newlib/connector/9f.fp
+%%DATADIR%%/pcblib-newlib/connector/PC-centronics.fp
+%%DATADIR%%/pcblib-newlib/connector/PC-centronics.png
+%%DATADIR%%/pcblib-newlib/connector/PC-RS232.fp
+%%DATADIR%%/pcblib-newlib/connector/PC-RS232.png
+%%DATADIR%%/pcblib-newlib/connector/single-ended SCSI.fp
+%%DATADIR%%/pcblib-newlib/connector/single-ended SCSI.png
+%%DATADIR%%/pcblib-newlib/connector/9f.png
+%%DATADIR%%/pcblib-newlib/connector/9m.fp
+%%DATADIR%%/pcblib-newlib/connector/9m.png
+%%DATADIR%%/pcblib-newlib/connector/15f.fp
+%%DATADIR%%/pcblib-newlib/connector/15f.png
+%%DATADIR%%/pcblib-newlib/connector/15m.fp
+%%DATADIR%%/pcblib-newlib/connector/15m.png
+%%DATADIR%%/pcblib-newlib/connector/25f.fp
+%%DATADIR%%/pcblib-newlib/connector/25f.png
+%%DATADIR%%/pcblib-newlib/connector/25m.fp
+%%DATADIR%%/pcblib-newlib/connector/25m.png
+%%DATADIR%%/pcblib-newlib/connector/1.fp
+%%DATADIR%%/pcblib-newlib/connector/1.png
+%%DATADIR%%/pcblib-newlib/connector/30.fp
+%%DATADIR%%/pcblib-newlib/connector/30.png
+%%DATADIR%%/pcblib-newlib/connector/40.fp
+%%DATADIR%%/pcblib-newlib/connector/40.png
+%%DATADIR%%/pcblib-newlib/connector/60.fp
+%%DATADIR%%/pcblib-newlib/connector/60.png
+%%DATADIR%%/pcblib-newlib/connector/68.fp
+%%DATADIR%%/pcblib-newlib/connector/68.png
+%%DATADIR%%/pcblib-newlib/connector/70.fp
+%%DATADIR%%/pcblib-newlib/connector/70.png
+%%DATADIR%%/pcblib-newlib/connector/80.fp
+%%DATADIR%%/pcblib-newlib/connector/80.png
+%%DATADIR%%/pcblib-newlib/connector/90.fp
+%%DATADIR%%/pcblib-newlib/connector/90.png
+%%DATADIR%%/pcblib-newlib/connector/100.fp
+%%DATADIR%%/pcblib-newlib/connector/100.png
+%%DATADIR%%/pcblib-newlib/connector/120.fp
+%%DATADIR%%/pcblib-newlib/connector/120.png
+%%DATADIR%%/pcblib-newlib/connector/140.fp
+%%DATADIR%%/pcblib-newlib/connector/140.png
+%%DATADIR%%/pcblib-newlib/connector/160.fp
+%%DATADIR%%/pcblib-newlib/connector/160.png
+%%DATADIR%%/pcblib-newlib/connector/180.fp
+%%DATADIR%%/pcblib-newlib/connector/180.png
+%%DATADIR%%/pcblib-newlib/connector/200.fp
+%%DATADIR%%/pcblib-newlib/connector/200.png
+%%DATADIR%%/pcblib-newlib/connector/240.fp
+%%DATADIR%%/pcblib-newlib/connector/index.html
+%%DATADIR%%/pcblib-newlib/crystal/8MHZ.fp
+%%DATADIR%%/pcblib-newlib/crystal/1MHz.fp
+%%DATADIR%%/pcblib-newlib/crystal/1MHz.png
+%%DATADIR%%/pcblib-newlib/crystal/index.html
+%%DATADIR%%/pcblib-newlib/crystal/8MHZ.png
+%%DATADIR%%/pcblib-newlib/crystal/crystal.fp
+%%DATADIR%%/pcblib-newlib/crystal/crystal.png
+%%DATADIR%%/pcblib-newlib/generic/SOT-NE19.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 8.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 8.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 8.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 8.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 14.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 14.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 14.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 14.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 16.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 16.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 16.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 16.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 18.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 18.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 18.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 18.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 20.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 20.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 20.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 20.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 24.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 24.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 24.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 24.png
+%%DATADIR%%/pcblib-newlib/generic/W-DIL 24.fp
+%%DATADIR%%/pcblib-newlib/generic/W-DIL 24.png
+%%DATADIR%%/pcblib-newlib/generic/SMD-W 24.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD-W 24.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 28.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 28.png
+%%DATADIR%%/pcblib-newlib/generic/SMD 28.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD 28.png
+%%DATADIR%%/pcblib-newlib/generic/W-DIL 28.fp
+%%DATADIR%%/pcblib-newlib/generic/W-DIL 28.png
+%%DATADIR%%/pcblib-newlib/generic/SMD-W 28.fp
+%%DATADIR%%/pcblib-newlib/generic/SMD-W 28.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 32.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 32.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 40.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 40.png
+%%DATADIR%%/pcblib-newlib/generic/DIL 64.fp
+%%DATADIR%%/pcblib-newlib/generic/DIL 64.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 44.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 44.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 44 socket.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 44 socket.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 52.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 52.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 52 socket.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 52 socket.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 68.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 68.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 68 socket.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 68 socket.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 84.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 84.png
+%%DATADIR%%/pcblib-newlib/generic/PLCC 84 socket.fp
+%%DATADIR%%/pcblib-newlib/generic/PLCC 84 socket.png
+%%DATADIR%%/pcblib-newlib/generic/QFP 44.fp
+%%DATADIR%%/pcblib-newlib/generic/QFP 44.png
+%%DATADIR%%/pcblib-newlib/generic/QFP 44 OLD.fp
+%%DATADIR%%/pcblib-newlib/generic/QFP 44 OLD.png
+%%DATADIR%%/pcblib-newlib/generic/QFP 208.fp
+%%DATADIR%%/pcblib-newlib/generic/QFP 208.png
+%%DATADIR%%/pcblib-newlib/generic/QFP 80.fp
+%%DATADIR%%/pcblib-newlib/generic/QFP 80.png
+%%DATADIR%%/pcblib-newlib/generic/ZIF 16.fp
+%%DATADIR%%/pcblib-newlib/generic/ZIF 16.png
+%%DATADIR%%/pcblib-newlib/generic/ZIF 20.fp
+%%DATADIR%%/pcblib-newlib/generic/300.fp
+%%DATADIR%%/pcblib-newlib/generic/ZIF 20.png
+%%DATADIR%%/pcblib-newlib/generic/ZIP 20.fp
+%%DATADIR%%/pcblib-newlib/generic/ZIP 20.png
+%%DATADIR%%/pcblib-newlib/generic/ZIP 24.fp
+%%DATADIR%%/pcblib-newlib/generic/ZIP 24.png
+%%DATADIR%%/pcblib-newlib/generic/ZIP 28.fp
+%%DATADIR%%/pcblib-newlib/generic/ZIP 28.png
+%%DATADIR%%/pcblib-newlib/generic/ZIP 40.fp
+%%DATADIR%%/pcblib-newlib/generic/ZIP 40.png
+%%DATADIR%%/pcblib-newlib/generic/300.png
+%%DATADIR%%/pcblib-newlib/generic/400.fp
+%%DATADIR%%/pcblib-newlib/generic/400.png
+%%DATADIR%%/pcblib-newlib/generic/500.fp
+%%DATADIR%%/pcblib-newlib/generic/500.png
+%%DATADIR%%/pcblib-newlib/generic/600.fp
+%%DATADIR%%/pcblib-newlib/generic/600.png
+%%DATADIR%%/pcblib-newlib/generic/800.fp
+%%DATADIR%%/pcblib-newlib/generic/800.png
+%%DATADIR%%/pcblib-newlib/generic/1 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/1 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/2 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/2 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/4 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/4 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/5 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/200.fp
+%%DATADIR%%/pcblib-newlib/generic/5 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/8 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/8 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/10 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/10 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/12 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/12 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/16 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/16 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/20 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/20 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/24 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/24 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/32 MHz OSC.fp
+%%DATADIR%%/pcblib-newlib/generic/32 MHz OSC.png
+%%DATADIR%%/pcblib-newlib/generic/200.png
+%%DATADIR%%/pcblib-newlib/generic/Resistor.fp
+%%DATADIR%%/pcblib-newlib/generic/Resistor.png
+%%DATADIR%%/pcblib-newlib/generic/Capacitor.fp
+%%DATADIR%%/pcblib-newlib/generic/Capacitor.png
+%%DATADIR%%/pcblib-newlib/generic/603.fp
+%%DATADIR%%/pcblib-newlib/generic/603.png
+%%DATADIR%%/pcblib-newlib/generic/805.fp
+%%DATADIR%%/pcblib-newlib/generic/805.png
+%%DATADIR%%/pcblib-newlib/generic/1206.fp
+%%DATADIR%%/pcblib-newlib/generic/1206.png
+%%DATADIR%%/pcblib-newlib/generic/EIA A.fp
+%%DATADIR%%/pcblib-newlib/generic/EIA A.png
+%%DATADIR%%/pcblib-newlib/generic/EIA B.fp
+%%DATADIR%%/pcblib-newlib/generic/EIA B.png
+%%DATADIR%%/pcblib-newlib/generic/EIA C.fp
+%%DATADIR%%/pcblib-newlib/generic/EIA C.png
+%%DATADIR%%/pcblib-newlib/generic/EIA D.fp
+%%DATADIR%%/pcblib-newlib/generic/EIA D.png
+%%DATADIR%%/pcblib-newlib/generic/XT8BIT.fp
+%%DATADIR%%/pcblib-newlib/generic/XT8BIT.png
+%%DATADIR%%/pcblib-newlib/generic/SOT-23.fp
+%%DATADIR%%/pcblib-newlib/generic/SOT-23.png
+%%DATADIR%%/pcblib-newlib/generic/SOT-323.fp
+%%DATADIR%%/pcblib-newlib/generic/SOT-323.png
+%%DATADIR%%/pcblib-newlib/generic/SOT-NE19.fp
+%%DATADIR%%/pcblib-newlib/generic/index.html
+%%DATADIR%%/pcblib-newlib/gtag/sm1206.png
+%%DATADIR%%/pcblib-newlib/gtag/cy7c64603.fp
+%%DATADIR%%/pcblib-newlib/gtag/cy7c64603.png
+%%DATADIR%%/pcblib-newlib/gtag/conn_usb.fp
+%%DATADIR%%/pcblib-newlib/gtag/conn_usb.png
+%%DATADIR%%/pcblib-newlib/gtag/conn_jtag.fp
+%%DATADIR%%/pcblib-newlib/gtag/conn_jtag.png
+%%DATADIR%%/pcblib-newlib/gtag/sm0805.fp
+%%DATADIR%%/pcblib-newlib/gtag/sm0805.png
+%%DATADIR%%/pcblib-newlib/gtag/sm1206.fp
+%%DATADIR%%/pcblib-newlib/gtag/index.html
+%%DATADIR%%/pcblib-newlib/optical/6N137.png
+%%DATADIR%%/pcblib-newlib/optical/green.fp
+%%DATADIR%%/pcblib-newlib/optical/green.png
+%%DATADIR%%/pcblib-newlib/optical/red.fp
+%%DATADIR%%/pcblib-newlib/optical/red.png
+%%DATADIR%%/pcblib-newlib/optical/blue.fp
+%%DATADIR%%/pcblib-newlib/optical/blue.png
+%%DATADIR%%/pcblib-newlib/optical/6N136.fp
+%%DATADIR%%/pcblib-newlib/optical/6N136.png
+%%DATADIR%%/pcblib-newlib/optical/6N137.fp
+%%DATADIR%%/pcblib-newlib/optical/index.html
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_10_10.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_3_5p4.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_3_5p4.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_4_5p4.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_4_5p4.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_5_5p4.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_5_5p4.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p4.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p4.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p8.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p8.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_7p7.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_7p7.png
+%%DATADIR%%/pcblib-newlib/nichicon/index.html
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_5p4.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_5p4.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_10.fp
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_10.png
+%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_10_10.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_7.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_1.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_1.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_2.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_2.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_3.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_3.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_4.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_4.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_5.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_5.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_6.fp
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_6.png
+%%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_7.fp
+%%DATADIR%%/pcblib-newlib/amp/index.html
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224X.png
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224G.fp
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224G.png
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224J.fp
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224J.png
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224W.fp
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224W.png
+%%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224X.fp
+%%DATADIR%%/pcblib-newlib/bourns/index.html
+%%DATADIR%%/pcblib-newlib/candk/CANDK_ES02MSABE.fp
+%%DATADIR%%/pcblib-newlib/candk/CANDK_ES01MSABE.fp
+%%DATADIR%%/pcblib-newlib/candk/CANDK_ES01MSABE.png
+%%DATADIR%%/pcblib-newlib/candk/index.html
+%%DATADIR%%/pcblib-newlib/candk/CANDK_ES02MSABE.png
+%%DATADIR%%/pcblib-newlib/candk/CANDK_ES03MSABE.fp
+%%DATADIR%%/pcblib-newlib/candk/CANDK_ES03MSABE.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_746X_10.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_742C_04.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_742C_04.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_742C_08.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_742C_08.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_742C_16.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_742C_16.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_742X_08.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_742X_08.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_743C_04.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_743C_04.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_743C_08.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_743C_08.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_744C_04.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_744C_04.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_744C_08.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_744C_08.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_745C_10.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_745C_10.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_745X_10.fp
+%%DATADIR%%/pcblib-newlib/cts/CTS_745X_10.png
+%%DATADIR%%/pcblib-newlib/cts/CTS_746X_10.fp
+%%DATADIR%%/pcblib-newlib/cts/index.html
+%%DATADIR%%/pcblib-newlib/geda/MPAK.png
+%%DATADIR%%/pcblib-newlib/geda/DIP6.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP6.png
+%%DATADIR%%/pcblib-newlib/geda/DIP8.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP8.png
+%%DATADIR%%/pcblib-newlib/geda/DIP14.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP14.png
+%%DATADIR%%/pcblib-newlib/geda/DIP16.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP16.png
+%%DATADIR%%/pcblib-newlib/geda/DIP18.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP18.png
+%%DATADIR%%/pcblib-newlib/geda/DIP20.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP20.png
+%%DATADIR%%/pcblib-newlib/geda/DIP22.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP22.png
+%%DATADIR%%/pcblib-newlib/geda/DIP24N.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP24N.png
+%%DATADIR%%/pcblib-newlib/geda/DIP28N.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP28N.png
+%%DATADIR%%/pcblib-newlib/geda/DIP8M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP8M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP14M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP14M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP16M.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP1.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP16M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP18M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP18M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP20M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP20M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP22M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP22M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP24M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP24M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP28M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP28M.png
+%%DATADIR%%/pcblib-newlib/geda/DIP24.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP24.png
+%%DATADIR%%/pcblib-newlib/geda/DIP28.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP28.png
+%%DATADIR%%/pcblib-newlib/geda/DIP32.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP32.png
+%%DATADIR%%/pcblib-newlib/geda/DIP36.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP36.png
+%%DATADIR%%/pcblib-newlib/geda/DIP40.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP40.png
+%%DATADIR%%/pcblib-newlib/geda/DIP42.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP42.png
+%%DATADIR%%/pcblib-newlib/geda/DIP44.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP44.png
+%%DATADIR%%/pcblib-newlib/geda/DIP48.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP48.png
+%%DATADIR%%/pcblib-newlib/geda/DIP64.fp
+%%DATADIR%%/pcblib-newlib/geda/DIP64.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP18.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP18.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP20.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP20.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP22.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP22.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP24.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP24.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP30.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP30.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP32.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP32.png
+%%DATADIR%%/pcblib-newlib/geda/SDIP42.fp
+%%DATADIR%%/pcblib-newlib/geda/SDIP42.png
+%%DATADIR%%/pcblib-newlib/geda/SIP1.png
+%%DATADIR%%/pcblib-newlib/geda/SIP2.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP2.png
+%%DATADIR%%/pcblib-newlib/geda/SIP3.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP3.png
+%%DATADIR%%/pcblib-newlib/geda/SIP4.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP4.png
+%%DATADIR%%/pcblib-newlib/geda/SIP5.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP5.png
+%%DATADIR%%/pcblib-newlib/geda/SIP6.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP6.png
+%%DATADIR%%/pcblib-newlib/geda/SIP7.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP7.png
+%%DATADIR%%/pcblib-newlib/geda/SIP8.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP8.png
+%%DATADIR%%/pcblib-newlib/geda/SIP9.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP9.png
+%%DATADIR%%/pcblib-newlib/geda/SIP10.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP10.png
+%%DATADIR%%/pcblib-newlib/geda/SIP11.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP11.png
+%%DATADIR%%/pcblib-newlib/geda/SIP12.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP12.png
+%%DATADIR%%/pcblib-newlib/geda/SIP13.fp
+%%DATADIR%%/pcblib-newlib/geda/SIP13.png
+%%DATADIR%%/pcblib-newlib/geda/US8.fp
+%%DATADIR%%/pcblib-newlib/geda/US8.png
+%%DATADIR%%/pcblib-newlib/geda/US14.fp
+%%DATADIR%%/pcblib-newlib/geda/US14.png
+%%DATADIR%%/pcblib-newlib/geda/US16.fp
+%%DATADIR%%/pcblib-newlib/geda/US16.png
+%%DATADIR%%/pcblib-newlib/geda/SO8.fp
+%%DATADIR%%/pcblib-newlib/geda/SO8.png
+%%DATADIR%%/pcblib-newlib/geda/SO14.fp
+%%DATADIR%%/pcblib-newlib/geda/SO14.png
+%%DATADIR%%/pcblib-newlib/geda/SO16.fp
+%%DATADIR%%/pcblib-newlib/geda/SO16.png
+%%DATADIR%%/pcblib-newlib/geda/SO18N.fp
+%%DATADIR%%/pcblib-newlib/geda/SO18N.png
+%%DATADIR%%/pcblib-newlib/geda/SO20N.fp
+%%DATADIR%%/pcblib-newlib/geda/SO20N.png
+%%DATADIR%%/pcblib-newlib/geda/SO8M.fp
+%%DATADIR%%/pcblib-newlib/geda/SO8M.png
+%%DATADIR%%/pcblib-newlib/geda/SO18M.fp
+%%DATADIR%%/pcblib-newlib/geda/SO18M.png
+%%DATADIR%%/pcblib-newlib/geda/SO20M.fp
+%%DATADIR%%/pcblib-newlib/geda/SO20M.png
+%%DATADIR%%/pcblib-newlib/geda/SO22M.fp
+%%DATADIR%%/pcblib-newlib/geda/SO22M.png
+%%DATADIR%%/pcblib-newlib/geda/SO24M.fp
+%%DATADIR%%/pcblib-newlib/geda/SO24M.png
+%%DATADIR%%/pcblib-newlib/geda/SO8W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO8W.png
+%%DATADIR%%/pcblib-newlib/geda/SO14W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO14W.png
+%%DATADIR%%/pcblib-newlib/geda/SO16W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO16W.png
+%%DATADIR%%/pcblib-newlib/geda/SO18W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO18W.png
+%%DATADIR%%/pcblib-newlib/geda/SO20W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO20W.png
+%%DATADIR%%/pcblib-newlib/geda/SO24W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO24W.png
+%%DATADIR%%/pcblib-newlib/geda/SO28.fp
+%%DATADIR%%/pcblib-newlib/geda/SO28.png
+%%DATADIR%%/pcblib-newlib/geda/SO32.fp
+%%DATADIR%%/pcblib-newlib/geda/SO32.png
+%%DATADIR%%/pcblib-newlib/geda/SO28W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO28W.png
+%%DATADIR%%/pcblib-newlib/geda/SO32W.fp
+%%DATADIR%%/pcblib-newlib/geda/SO32W.png
+%%DATADIR%%/pcblib-newlib/geda/SO44.fp
+%%DATADIR%%/pcblib-newlib/geda/SO44.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_300.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP9.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_300.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_300.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_350.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_350.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_400.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_400.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ14_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ16_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ18_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ20_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ22_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ24_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ26_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ28_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ30_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ32_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ34_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ36_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ38_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ40_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ42_450.png
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_450.fp
+%%DATADIR%%/pcblib-newlib/geda/SOJ44_450.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP8.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP8.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP14.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP14.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP16.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP16.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP20.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP20.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP24.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP24.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP28.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP28.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP48W.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP48W.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP56W.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP56W.png
+%%DATADIR%%/pcblib-newlib/geda/SSOP64W.fp
+%%DATADIR%%/pcblib-newlib/geda/SSOP64W.png
+%%DATADIR%%/pcblib-newlib/geda/MSOP8.fp
+%%DATADIR%%/pcblib-newlib/geda/MSOP8.png
+%%DATADIR%%/pcblib-newlib/geda/MSOP10.fp
+%%DATADIR%%/pcblib-newlib/geda/MSOP10.png
+%%DATADIR%%/pcblib-newlib/geda/QSOP16.fp
+%%DATADIR%%/pcblib-newlib/geda/QSOP16.png
+%%DATADIR%%/pcblib-newlib/geda/QSOP20.fp
+%%DATADIR%%/pcblib-newlib/geda/QSOP20.png
+%%DATADIR%%/pcblib-newlib/geda/QSOP24.fp
+%%DATADIR%%/pcblib-newlib/geda/QSOP24.png
+%%DATADIR%%/pcblib-newlib/geda/QSOP28.fp
+%%DATADIR%%/pcblib-newlib/geda/QSOP28.png
+%%DATADIR%%/pcblib-newlib/geda/TSOP28.fp
+%%DATADIR%%/pcblib-newlib/geda/TSOP28.png
+%%DATADIR%%/pcblib-newlib/geda/TSOP32A.fp
+%%DATADIR%%/pcblib-newlib/geda/TSOP32A.png
+%%DATADIR%%/pcblib-newlib/geda/TSOP32B.fp
+%%DATADIR%%/pcblib-newlib/geda/TSOP32B.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP8.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP8.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP10.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP10.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP8W.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP8W.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP14.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP14.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP16.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP16.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP20.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP20.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP24.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP24.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP28.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP28.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP38N.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP38N.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP48N.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP48N.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP56N.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP56N.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP32.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP32.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP48.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP48.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP56.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP56.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP64.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP64.png
+%%DATADIR%%/pcblib-newlib/geda/TSSOP80.fp
+%%DATADIR%%/pcblib-newlib/geda/TSSOP80.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC20.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC20.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC28.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC28.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC32.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC32.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC44.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC44.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC52.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC52.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC68.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC68.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC84.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC84.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC20X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC20X.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC28X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC28X.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC32X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC32X.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC44X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC44X.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC52X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC52X.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC68X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC68X.png
+%%DATADIR%%/pcblib-newlib/geda/PLCC84X.fp
+%%DATADIR%%/pcblib-newlib/geda/PLCC84X.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_3.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN16_3.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_3.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_3.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_3_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN16_3_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_3_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_3_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN12_4.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN12_4.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN12_4.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN12_4.png
+%%DATADIR%%/pcblib-newlib/geda/QFN12_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN12_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_4.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN12_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN12_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_4.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_4.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_4.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN16_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN20_4.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN20_4.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_4.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_4.png
+%%DATADIR%%/pcblib-newlib/geda/QFN20_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN20_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN24_4.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN24_4.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN24_4.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN24_4.png
+%%DATADIR%%/pcblib-newlib/geda/QFN24_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/HC49.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN24_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN24_4_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN24_4_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_5.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN16_5.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_5.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_5.png
+%%DATADIR%%/pcblib-newlib/geda/QFN16_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN16_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN16_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN20_5.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN20_5.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_5.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_5.png
+%%DATADIR%%/pcblib-newlib/geda/QFN20_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN20_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN20_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN28_5.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN28_5.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN28_5.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN32_5.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN28_5.png
+%%DATADIR%%/pcblib-newlib/geda/QFN28_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN28_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN28_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN28_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN32_5.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_5.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_5.png
+%%DATADIR%%/pcblib-newlib/geda/QFN32_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN32_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_5_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_5_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN36_6.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN36_6.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN36_6.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN36_6.png
+%%DATADIR%%/pcblib-newlib/geda/QFN36_6_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN36_6_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN36_6_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN36_6_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN40_6.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN40_6.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN40_6.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN40_6.png
+%%DATADIR%%/pcblib-newlib/geda/QFN40_6_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN40_6_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN40_6_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN40_6_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN32_7.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN32_7.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_7.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_7.png
+%%DATADIR%%/pcblib-newlib/geda/QFN32_7_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN32_7_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_7_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN32_7_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN44_7.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN44_7.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN44_7.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN44_7.png
+%%DATADIR%%/pcblib-newlib/geda/QFN44_7_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN44_7_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN44_7_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN44_7_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN48_7.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN48_7.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN48_7.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN48_7.png
+%%DATADIR%%/pcblib-newlib/geda/QFN48_7_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN48_7_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN48_7_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN48_7_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN56_8.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN56_8.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN56_8.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN56_8.png
+%%DATADIR%%/pcblib-newlib/geda/QFN56_8_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN56_8_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN56_8_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN56_8_EP.png
+%%DATADIR%%/pcblib-newlib/geda/QFN68_10.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN68_10.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN68_10.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN68_10.png
+%%DATADIR%%/pcblib-newlib/geda/QFN68_10_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/QFN68_10_EP.png
+%%DATADIR%%/pcblib-newlib/geda/TQFN68_10_EP.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFN68_10_EP.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP24_4.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP24_4.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP32_5.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP32_5.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP32_7.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP32_7.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP44_10.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP44_10.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP48_7.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP48_7.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP48_12.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP48_12.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP52_10.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP52_10.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP64_7.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP64_7.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP64_10.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP64_10.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP64_14.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP64_14.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP72_10.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP72_10.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP80_12.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP80_12.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP80_14.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP80_14.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP100_10.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP100_10.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP100_14.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP100_14.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP112_20.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP112_20.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP120_16.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP120_16.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP128_14.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP128_14.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP144_20.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP144_20.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP160_24.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP160_24.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP176_24.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP176_24.png
+%%DATADIR%%/pcblib-newlib/geda/QFP32_7.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP32_7.png
+%%DATADIR%%/pcblib-newlib/geda/QFP44_10.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP44_10.png
+%%DATADIR%%/pcblib-newlib/geda/QFP52_10.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP52_10.png
+%%DATADIR%%/pcblib-newlib/geda/QFP64_14.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP64_14.png
+%%DATADIR%%/pcblib-newlib/geda/QFP80_14.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP80_14.png
+%%DATADIR%%/pcblib-newlib/geda/QFP100_14.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP100_14.png
+%%DATADIR%%/pcblib-newlib/geda/QFP120_28.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP120_28.png
+%%DATADIR%%/pcblib-newlib/geda/QFP128_28.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP128_28.png
+%%DATADIR%%/pcblib-newlib/geda/QFP144_28.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP144_28.png
+%%DATADIR%%/pcblib-newlib/geda/QFP160_28.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP160_28.png
+%%DATADIR%%/pcblib-newlib/geda/QFP208_28.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP208_28.png
+%%DATADIR%%/pcblib-newlib/geda/QFP240_32.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP240_32.png
+%%DATADIR%%/pcblib-newlib/geda/QFP304_40.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP304_40.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP32_7.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP32_7.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP44_10.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP44_10.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP52_10.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP52_10.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP64_10.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP64_10.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP64_14.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP64_14.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP80_12.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP80_12.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP80_14.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP80_14.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP100_12.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP100_12.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP100_14.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP100_14.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP120_28.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP120_28.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP128_28.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP128_28.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP144_28.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP144_28.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP160_28.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP160_28.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP208_28.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP208_28.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP240_32.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP240_32.png
+%%DATADIR%%/pcblib-newlib/geda/TQFP304_40.fp
+%%DATADIR%%/pcblib-newlib/geda/TQFP304_40.png
+%%DATADIR%%/pcblib-newlib/geda/QFP64_R.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP64_R.png
+%%DATADIR%%/pcblib-newlib/geda/QFP80_R.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP80_R.png
+%%DATADIR%%/pcblib-newlib/geda/QFP100_R.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP100_R.png
+%%DATADIR%%/pcblib-newlib/geda/QFP128_R.fp
+%%DATADIR%%/pcblib-newlib/geda/QFP128_R.png
+%%DATADIR%%/pcblib-newlib/geda/LQFP128_R.fp
+%%DATADIR%%/pcblib-newlib/geda/LQFP128_R.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP9.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP12.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP12.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP16.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP16.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP18.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP18.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP20.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP20.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP24.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP24.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP28.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP28.png
+%%DATADIR%%/pcblib-newlib/geda/ZIP40.fp
+%%DATADIR%%/pcblib-newlib/geda/ZIP40.png
+%%DATADIR%%/pcblib-newlib/geda/ACY300.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY300.png
+%%DATADIR%%/pcblib-newlib/geda/ACY400.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY400.png
+%%DATADIR%%/pcblib-newlib/geda/ACY500.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY500.png
+%%DATADIR%%/pcblib-newlib/geda/ACY600.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY600.png
+%%DATADIR%%/pcblib-newlib/geda/ACY800.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY800.png
+%%DATADIR%%/pcblib-newlib/geda/ACY1000.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY1000.png
+%%DATADIR%%/pcblib-newlib/geda/ACY300P.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY300P.png
+%%DATADIR%%/pcblib-newlib/geda/ACY400P.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY400P.png
+%%DATADIR%%/pcblib-newlib/geda/ACY500P.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY500P.png
+%%DATADIR%%/pcblib-newlib/geda/ACY600P.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY600P.png
+%%DATADIR%%/pcblib-newlib/geda/ACY800P.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY800P.png
+%%DATADIR%%/pcblib-newlib/geda/ACY1000P.fp
+%%DATADIR%%/pcblib-newlib/geda/ACY1000P.png
+%%DATADIR%%/pcblib-newlib/geda/ALF300.fp
+%%DATADIR%%/pcblib-newlib/geda/ALF300.png
+%%DATADIR%%/pcblib-newlib/geda/ALF400.fp
+%%DATADIR%%/pcblib-newlib/geda/ALF400.png
+%%DATADIR%%/pcblib-newlib/geda/ALF500.fp
+%%DATADIR%%/pcblib-newlib/geda/ALF500.png
+%%DATADIR%%/pcblib-newlib/geda/ALF600.fp
+%%DATADIR%%/pcblib-newlib/geda/ALF600.png
+%%DATADIR%%/pcblib-newlib/geda/ALF800.fp
+%%DATADIR%%/pcblib-newlib/geda/ALF800.png
+%%DATADIR%%/pcblib-newlib/geda/ALF1000.fp
+%%DATADIR%%/pcblib-newlib/geda/ALF1000.png
+%%DATADIR%%/pcblib-newlib/geda/RCY100.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY100.png
+%%DATADIR%%/pcblib-newlib/geda/RCY200.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY200.png
+%%DATADIR%%/pcblib-newlib/geda/RCY300.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY300.png
+%%DATADIR%%/pcblib-newlib/geda/RCY400.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY400.png
+%%DATADIR%%/pcblib-newlib/geda/RCY500.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY500.png
+%%DATADIR%%/pcblib-newlib/geda/RCY600.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY600.png
+%%DATADIR%%/pcblib-newlib/geda/RCY800.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY800.png
+%%DATADIR%%/pcblib-newlib/geda/RCY1000.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY1000.png
+%%DATADIR%%/pcblib-newlib/geda/RCY100P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY100P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY200P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY200P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY300P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY300P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY400P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY400P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY500P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY500P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY600P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY600P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY800P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY800P.png
+%%DATADIR%%/pcblib-newlib/geda/RCY1000P.fp
+%%DATADIR%%/pcblib-newlib/geda/RCY1000P.png
+%%DATADIR%%/pcblib-newlib/geda/HC49.png
+%%DATADIR%%/pcblib-newlib/geda/OSC14.fp
+%%DATADIR%%/pcblib-newlib/geda/OSC14.png
+%%DATADIR%%/pcblib-newlib/geda/LED3.fp
+%%DATADIR%%/pcblib-newlib/geda/LED3.png
+%%DATADIR%%/pcblib-newlib/geda/LED5.fp
+%%DATADIR%%/pcblib-newlib/geda/LED5.png
+%%DATADIR%%/pcblib-newlib/geda/TO126.fp
+%%DATADIR%%/pcblib-newlib/geda/TO126.png
+%%DATADIR%%/pcblib-newlib/geda/TO126S.fp
+%%DATADIR%%/pcblib-newlib/geda/TO126S.png
+%%DATADIR%%/pcblib-newlib/geda/TO126W.fp
+%%DATADIR%%/pcblib-newlib/geda/TO126W.png
+%%DATADIR%%/pcblib-newlib/geda/DB9F.fp
+%%DATADIR%%/pcblib-newlib/geda/TO126SW.fp
+%%DATADIR%%/pcblib-newlib/geda/TO126SW.png
+%%DATADIR%%/pcblib-newlib/geda/TO220.fp
+%%DATADIR%%/pcblib-newlib/geda/TO220.png
+%%DATADIR%%/pcblib-newlib/geda/TO220S.fp
+%%DATADIR%%/pcblib-newlib/geda/TO220S.png
+%%DATADIR%%/pcblib-newlib/geda/TO220W.fp
+%%DATADIR%%/pcblib-newlib/geda/TO220W.png
+%%DATADIR%%/pcblib-newlib/geda/TO220SW.fp
+%%DATADIR%%/pcblib-newlib/geda/TO220SW.png
+%%DATADIR%%/pcblib-newlib/geda/TO220ACS.fp
+%%DATADIR%%/pcblib-newlib/geda/TO220ACS.png
+%%DATADIR%%/pcblib-newlib/geda/TO218.fp
+%%DATADIR%%/pcblib-newlib/geda/TO218.png
+%%DATADIR%%/pcblib-newlib/geda/TO247.fp
+%%DATADIR%%/pcblib-newlib/geda/TO247.png
+%%DATADIR%%/pcblib-newlib/geda/TO247_2.fp
+%%DATADIR%%/pcblib-newlib/geda/TO247_2.png
+%%DATADIR%%/pcblib-newlib/geda/TO264.fp
+%%DATADIR%%/pcblib-newlib/geda/TO264.png
+%%DATADIR%%/pcblib-newlib/geda/TO251.fp
+%%DATADIR%%/pcblib-newlib/geda/TO251.png
+%%DATADIR%%/pcblib-newlib/geda/TO220ACSTAND.fp
+%%DATADIR%%/pcblib-newlib/geda/TO220ACSTAND.png
+%%DATADIR%%/pcblib-newlib/geda/DB9M.fp
+%%DATADIR%%/pcblib-newlib/geda/PENTAWATT.fp
+%%DATADIR%%/pcblib-newlib/geda/PENTAWATT.png
+%%DATADIR%%/pcblib-newlib/geda/HEPTAWATT.fp
+%%DATADIR%%/pcblib-newlib/geda/HEPTAWATT.png
+%%DATADIR%%/pcblib-newlib/geda/MULTIWATT8.fp
+%%DATADIR%%/pcblib-newlib/geda/MULTIWATT8.png
+%%DATADIR%%/pcblib-newlib/geda/MULTIWATT11.fp
+%%DATADIR%%/pcblib-newlib/geda/MULTIWATT11.png
+%%DATADIR%%/pcblib-newlib/geda/MULTIWATT15.fp
+%%DATADIR%%/pcblib-newlib/geda/MULTIWATT15.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER1.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER1.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER2.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER2.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER3.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER3.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER4.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER4.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER5.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER5.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER6.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER6.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER7.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER7.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER8.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER8.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER9.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER9.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER10.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER10.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER11.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER11.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER12.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER12.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER14.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER14.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER16.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER16.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER18.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER18.png
+%%DATADIR%%/pcblib-newlib/geda/JUMPER20.fp
+%%DATADIR%%/pcblib-newlib/geda/JUMPER20.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_2.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_2.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_3.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_3.png
+%%DATADIR%%/pcblib-newlib/geda/2706.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_4.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_4.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_5.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_5.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_6.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_6.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_7.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_7.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_8.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_8.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_9.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_9.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_10.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_10.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_11.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_11.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_12.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_12.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_13.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_13.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_14.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_14.png
+%%DATADIR%%/pcblib-newlib/geda/MTA100_15.fp
+%%DATADIR%%/pcblib-newlib/geda/MTA100_15.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER2_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER2_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER4_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER4_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER6_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER6_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER8_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER8_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER10_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER10_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER12_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER12_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER14_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER14_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER16_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER16_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER18_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER18_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER20_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER20_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER22_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER22_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER26_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER26_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER30_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER30_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER34_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER34_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER40_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER40_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER50_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER50_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER64_1.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER64_1.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER2_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER2_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER4_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER4_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER6_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER6_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER8_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER8_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER10_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER10_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER12_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER12_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER14_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER14_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER16_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER16_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER18_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER18_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER20_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER20_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER22_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER22_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER26_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER26_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER30_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER30_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER34_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER34_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER40_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER40_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER50_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER50_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER60_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER60_2.png
+%%DATADIR%%/pcblib-newlib/geda/HEADER64_2.fp
+%%DATADIR%%/pcblib-newlib/geda/HEADER64_2.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_10.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_10.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_14.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_14.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_16.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_16.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_20.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_20.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_26.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_26.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_34.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_34.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_40.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_40.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_50.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_50.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_60.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_60.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_64.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_64.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_10S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_10S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_14S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_14S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_16S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_16S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_20S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_20S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_26S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_26S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_34S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_34S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_40S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_40S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_50S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_50S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_60S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_60S.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_64S.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41651_64S.png
+%%DATADIR%%/pcblib-newlib/geda/DB9F.png
+%%DATADIR%%/pcblib-newlib/geda/DB15F.fp
+%%DATADIR%%/pcblib-newlib/geda/DB15F.png
+%%DATADIR%%/pcblib-newlib/geda/DB25F.fp
+%%DATADIR%%/pcblib-newlib/geda/DB25F.png
+%%DATADIR%%/pcblib-newlib/geda/DB37F.fp
+%%DATADIR%%/pcblib-newlib/geda/DB37F.png
+%%DATADIR%%/pcblib-newlib/geda/DB9M.png
+%%DATADIR%%/pcblib-newlib/geda/DB15M.fp
+%%DATADIR%%/pcblib-newlib/geda/DB15M.png
+%%DATADIR%%/pcblib-newlib/geda/DB25M.fp
+%%DATADIR%%/pcblib-newlib/geda/DB25M.png
+%%DATADIR%%/pcblib-newlib/geda/DB37M.fp
+%%DATADIR%%/pcblib-newlib/geda/DB37M.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96F.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96F.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96M.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64F.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64F.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64M.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64M.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96FS.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96FS.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96MS.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C96MS.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64FS.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64FS.png
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64MS.fp
+%%DATADIR%%/pcblib-newlib/geda/DIN41612C64MS.png
+%%DATADIR%%/pcblib-newlib/geda/2706.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC0402L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0402L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC0402N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0402N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC0402M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0402M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC0402L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC0402L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC0402N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC0402N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC0402M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC0402M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC0402L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC0402L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC0402N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC0402N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC0402M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC0402M.png
+%%DATADIR%%/pcblib-newlib/geda/01005.fp
+%%DATADIR%%/pcblib-newlib/geda/01005.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC0603L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0603L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC0603N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0603N.png
+%%DATADIR%%/pcblib-newlib/geda/0201.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0603M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC0603M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC0603L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC0603L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC0603N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC0603N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC0603M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC0603M.png
+%%DATADIR%%/pcblib-newlib/geda/0201.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC1005L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC1005L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC1005N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC1005N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC1005M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC1005M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC1005L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC1005L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC1005N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC1005N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC1005M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC1005M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC1005L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC1005L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC1005N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC1005N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC1005M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC1005M.png
+%%DATADIR%%/pcblib-newlib/geda/0402.fp
+%%DATADIR%%/pcblib-newlib/geda/0402.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC1608L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC1608L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC1608N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC1608N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC1608M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC1608M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC1608L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC1608L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC1608N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC1608N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC1608M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC1608M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC1608L.fp
+%%DATADIR%%/pcblib-newlib/geda/0603.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC1608L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC1608N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC1608N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC1608M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC1608M.png
+%%DATADIR%%/pcblib-newlib/geda/0603.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC2012L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC2012L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC2012N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC2012N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC2012M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC2012M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC2012L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC2012L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC2012N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC2012N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC2012M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC2012M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC2012L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC2012L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC2012N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC2012N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC2012M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC2012M.png
+%%DATADIR%%/pcblib-newlib/geda/0805.fp
+%%DATADIR%%/pcblib-newlib/geda/0805.png
+%%DATADIR%%/pcblib-newlib/geda/INDC2520L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC2520L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC2520N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC2520N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC2520M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC2520M.png
+%%DATADIR%%/pcblib-newlib/geda/1008.fp
+%%DATADIR%%/pcblib-newlib/geda/1008.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC3216L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC3216L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC3216N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC3216N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC3216M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC3216M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC3216L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC3216L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC3216N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC3216N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC3216M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3216M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC3216L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3216L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC3216N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3216N.png
+%%DATADIR%%/pcblib-newlib/geda/1206.fp
+%%DATADIR%%/pcblib-newlib/geda/1206.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC3225L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC3225L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC3225N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC3225N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC3225M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC3225M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC3225L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC3225L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC3225N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC3225N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC3225M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC3225M.png
+%%DATADIR%%/pcblib-newlib/geda/1210.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3225L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3225L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC3225N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3225N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC3225M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC3225M.png
+%%DATADIR%%/pcblib-newlib/geda/1210.png
+%%DATADIR%%/pcblib-newlib/geda/INDC4509L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC4509L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC4509N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC4509N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC4509M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC4509M.png
+%%DATADIR%%/pcblib-newlib/geda/1806.fp
+%%DATADIR%%/pcblib-newlib/geda/1806.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC4532L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC4532L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC4532N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC4532N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC4532M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC4532M.png
+%%DATADIR%%/pcblib-newlib/geda/INDC4532L.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC4532L.png
+%%DATADIR%%/pcblib-newlib/geda/INDC4532N.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC4532N.png
+%%DATADIR%%/pcblib-newlib/geda/INDC4532M.fp
+%%DATADIR%%/pcblib-newlib/geda/INDC4532M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC4532L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC4532L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC4532N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC4532N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC4532M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC4532M.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC4564L.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC4564L.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC4564N.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC4564N.png
+%%DATADIR%%/pcblib-newlib/geda/CAPC4564M.fp
+%%DATADIR%%/pcblib-newlib/geda/CAPC4564M.png
+%%DATADIR%%/pcblib-newlib/geda/RESC4564L.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC4564L.png
+%%DATADIR%%/pcblib-newlib/geda/RESC4564N.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC4564N.png
+%%DATADIR%%/pcblib-newlib/geda/RESC4564M.fp
+%%DATADIR%%/pcblib-newlib/geda/RESC4564M.png
+%%DATADIR%%/pcblib-newlib/geda/1825.fp
+%%DATADIR%%/pcblib-newlib/geda/1825.png
+%%DATADIR%%/pcblib-newlib/geda/EMI0603.fp
+%%DATADIR%%/pcblib-newlib/geda/EMI0603.png
+%%DATADIR%%/pcblib-newlib/geda/EMI0805.fp
+%%DATADIR%%/pcblib-newlib/geda/EMI0805.png
+%%DATADIR%%/pcblib-newlib/geda/EMI1206.fp
+%%DATADIR%%/pcblib-newlib/geda/EMI1206.png
+%%DATADIR%%/pcblib-newlib/geda/EMI1806.fp
+%%DATADIR%%/pcblib-newlib/geda/EMI1806.png
+%%DATADIR%%/pcblib-newlib/geda/EIA3216.fp
+%%DATADIR%%/pcblib-newlib/geda/EIA3216.png
+%%DATADIR%%/pcblib-newlib/geda/EIA3528.fp
+%%DATADIR%%/pcblib-newlib/geda/EIA3528.png
+%%DATADIR%%/pcblib-newlib/geda/EIA6032.fp
+%%DATADIR%%/pcblib-newlib/geda/EIA6032.png
+%%DATADIR%%/pcblib-newlib/geda/EIA7343.fp
+%%DATADIR%%/pcblib-newlib/geda/EIA7343.png
+%%DATADIR%%/pcblib-newlib/geda/TANT_A.fp
+%%DATADIR%%/pcblib-newlib/geda/TANT_A.png
+%%DATADIR%%/pcblib-newlib/geda/TANT_B.fp
+%%DATADIR%%/pcblib-newlib/geda/TANT_B.png
+%%DATADIR%%/pcblib-newlib/geda/TANT_C.fp
+%%DATADIR%%/pcblib-newlib/geda/TANT_C.png
+%%DATADIR%%/pcblib-newlib/geda/TANT_D.fp
+%%DATADIR%%/pcblib-newlib/geda/TANT_D.png
+%%DATADIR%%/pcblib-newlib/geda/SME3.fp
+%%DATADIR%%/pcblib-newlib/geda/SME3.png
+%%DATADIR%%/pcblib-newlib/geda/SME4.fp
+%%DATADIR%%/pcblib-newlib/geda/SME4.png
+%%DATADIR%%/pcblib-newlib/geda/SME5.fp
+%%DATADIR%%/pcblib-newlib/geda/SME5.png
+%%DATADIR%%/pcblib-newlib/geda/SME6.fp
+%%DATADIR%%/pcblib-newlib/geda/SME6.png
+%%DATADIR%%/pcblib-newlib/geda/SME8.fp
+%%DATADIR%%/pcblib-newlib/geda/SME8.png
+%%DATADIR%%/pcblib-newlib/geda/SME10.fp
+%%DATADIR%%/pcblib-newlib/geda/SME10.png
+%%DATADIR%%/pcblib-newlib/geda/SOD80.fp
+%%DATADIR%%/pcblib-newlib/geda/SOD80.png
+%%DATADIR%%/pcblib-newlib/geda/SOD87.fp
+%%DATADIR%%/pcblib-newlib/geda/SOD87.png
+%%DATADIR%%/pcblib-newlib/geda/SOD106A.fp
+%%DATADIR%%/pcblib-newlib/geda/SOD106A.png
+%%DATADIR%%/pcblib-newlib/geda/SOD110.fp
+%%DATADIR%%/pcblib-newlib/geda/SOD110.png
+%%DATADIR%%/pcblib-newlib/geda/SOD123.fp
+%%DATADIR%%/pcblib-newlib/geda/SOD123.png
+%%DATADIR%%/pcblib-newlib/geda/SOD323.fp
+%%DATADIR%%/pcblib-newlib/geda/SOD323.png
+%%DATADIR%%/pcblib-newlib/geda/DO214.fp
+%%DATADIR%%/pcblib-newlib/geda/DO214.png
+%%DATADIR%%/pcblib-newlib/geda/DO214AB.fp
+%%DATADIR%%/pcblib-newlib/geda/DO214AB.png
+%%DATADIR%%/pcblib-newlib/geda/SOT23D.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT23D.png
+%%DATADIR%%/pcblib-newlib/geda/SOT323D.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT323D.png
+%%DATADIR%%/pcblib-newlib/geda/SOT23.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT23.png
+%%DATADIR%%/pcblib-newlib/geda/SOT323.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT323.png
+%%DATADIR%%/pcblib-newlib/geda/SC90.fp
+%%DATADIR%%/pcblib-newlib/geda/SC90.png
+%%DATADIR%%/pcblib-newlib/geda/SC70_3.fp
+%%DATADIR%%/pcblib-newlib/geda/SC70_3.png
+%%DATADIR%%/pcblib-newlib/geda/SOT89.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT89.png
+%%DATADIR%%/pcblib-newlib/geda/SOT143.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT143.png
+%%DATADIR%%/pcblib-newlib/geda/SOT223.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT223.png
+%%DATADIR%%/pcblib-newlib/geda/SC70_4.fp
+%%DATADIR%%/pcblib-newlib/geda/SC70_4.png
+%%DATADIR%%/pcblib-newlib/geda/MPAK.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT25.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT25.png
+%%DATADIR%%/pcblib-newlib/geda/SOT325.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT325.png
+%%DATADIR%%/pcblib-newlib/geda/SC70_5.fp
+%%DATADIR%%/pcblib-newlib/geda/SC70_5.png
+%%DATADIR%%/pcblib-newlib/geda/SOT26.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT26.png
+%%DATADIR%%/pcblib-newlib/geda/SOT326.fp
+%%DATADIR%%/pcblib-newlib/geda/SOT326.png
+%%DATADIR%%/pcblib-newlib/geda/SC70_6.fp
+%%DATADIR%%/pcblib-newlib/geda/SC70_6.png
+%%DATADIR%%/pcblib-newlib/geda/index.html
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN68_10.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN12_4.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN12_4.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN16_4.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN16_4.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN20_4.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN20_4.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN24_4.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN24_4.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN16_5.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN16_5.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN20_5.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN20_5.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN28_5.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN28_5.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN32_5.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN32_5.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN36_6.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN36_6.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN40_6.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN40_6.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN32_7.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN32_7.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN44_7.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN44_7.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN48_7.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN48_7.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN56_8.fp
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN56_8.png
+%%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN68_10.fp
+%%DATADIR%%/pcblib-newlib/johnstech/index.html
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_KK81.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CA531.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CA531.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CB518.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CB518.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CB539.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CB539.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD541.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD541.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD542.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD542.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD636.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD636.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD637.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD637.png
+%%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_KK81.fp
+%%DATADIR%%/pcblib-newlib/minicircuits/index.html
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB2HV.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB14V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB14V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB24V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB24V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB28V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB28V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBV4V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBV4V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBV8V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBV8V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB34V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB34V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB38V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB38V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBS8V.fp
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBS8V.png
+%%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB2HV.fp
+%%DATADIR%%/pcblib-newlib/panasonic/index.html
+%%DATADIR%%/pcblib-newlib/index.html
+%%DATADIR%%/pcblib-newlib/broken.html
+%%DATADIR%%/pcblib
+%%DATADIR%%/pcblib.contents
+%%DATADIR%%/qfp.dat
%%DATADIR%%/CreateLibraryContents.sh
+%%DATADIR%%/CreateLibrary.sh
%%DATADIR%%/ListLibraryContents.sh
-%%DATADIR%%/Pcb
%%DATADIR%%/QueryLibrary.sh
-%%DATADIR%%/default_font
-%%DATADIR%%/examples/LED
-%%DATADIR%%/examples/LED.NET
-%%DATADIR%%/examples/LED2
-%%DATADIR%%/examples/libraries/example.inc
-%%DATADIR%%/examples/libraries/example.list
-%%DATADIR%%/examples/libraries/example.m4
-%%DATADIR%%/m4/TTL_74xx_DIL.list
+%%DATADIR%%/qfp-ui
+%%DATADIR%%/m4/common.m4
%%DATADIR%%/m4/TTL_74xx_DIL.m4
-%%DATADIR%%/m4/amp.inc
-%%DATADIR%%/m4/amp.list
-%%DATADIR%%/m4/amp.m4
-%%DATADIR%%/m4/amphenol.inc
-%%DATADIR%%/m4/amphenol.list
%%DATADIR%%/m4/amphenol.m4
-%%DATADIR%%/m4/bga.inc
-%%DATADIR%%/m4/bourns.inc
-%%DATADIR%%/m4/bourns.list
-%%DATADIR%%/m4/bourns.m4
-%%DATADIR%%/m4/common.m4
-%%DATADIR%%/m4/connector.inc
-%%DATADIR%%/m4/connector.list
%%DATADIR%%/m4/connector.m4
-%%DATADIR%%/m4/crystal.list
%%DATADIR%%/m4/crystal.m4
-%%DATADIR%%/m4/cts.inc
-%%DATADIR%%/m4/cts.list
-%%DATADIR%%/m4/cts.m4
-%%DATADIR%%/m4/dil.inc
-%%DATADIR%%/m4/geda.inc
-%%DATADIR%%/m4/geda.list
-%%DATADIR%%/m4/geda.m4
-%%DATADIR%%/m4/generic.list
%%DATADIR%%/m4/generic.m4
-%%DATADIR%%/m4/gtag.list
%%DATADIR%%/m4/gtag.m4
-%%DATADIR%%/m4/jerry.list
%%DATADIR%%/m4/jerry.m4
-%%DATADIR%%/m4/johnstech.inc
-%%DATADIR%%/m4/johnstech.list
-%%DATADIR%%/m4/johnstech.m4
-%%DATADIR%%/m4/linear.list
%%DATADIR%%/m4/linear.m4
-%%DATADIR%%/m4/logic.list
%%DATADIR%%/m4/logic.m4
-%%DATADIR%%/m4/lsi.list
%%DATADIR%%/m4/lsi.m4
-%%DATADIR%%/m4/memory.list
%%DATADIR%%/m4/memory.m4
-%%DATADIR%%/m4/minicircuits.inc
-%%DATADIR%%/m4/minicircuits.list
+%%DATADIR%%/m4/optical.m4
+%%DATADIR%%/m4/pci.m4
+%%DATADIR%%/m4/resistor_0.25W.m4
+%%DATADIR%%/m4/resistor_adjust.m4
+%%DATADIR%%/m4/resistor_array.m4
+%%DATADIR%%/m4/texas_inst_amplifier.m4
+%%DATADIR%%/m4/texas_inst_voltage_reg.m4
+%%DATADIR%%/m4/transistor.m4
+%%DATADIR%%/m4/amp.m4
+%%DATADIR%%/m4/bourns.m4
+%%DATADIR%%/m4/candk.m4
+%%DATADIR%%/m4/cts.m4
+%%DATADIR%%/m4/geda.m4
+%%DATADIR%%/m4/johnstech.m4
%%DATADIR%%/m4/minicircuits.m4
-%%DATADIR%%/m4/misc.inc
+%%DATADIR%%/m4/nichicon.m4
+%%DATADIR%%/m4/optek.m4
+%%DATADIR%%/m4/panasonic.m4
+%%DATADIR%%/m4/amphenol.list
+%%DATADIR%%/m4/connector.list
+%%DATADIR%%/m4/crystal.list
+%%DATADIR%%/m4/generic.list
+%%DATADIR%%/m4/gtag.list
%%DATADIR%%/m4/optical.list
-%%DATADIR%%/m4/optical.m4
-%%DATADIR%%/m4/panasonic.inc
+%%DATADIR%%/m4/pci.list
+%%DATADIR%%/m4/amp.list
+%%DATADIR%%/m4/bourns.list
+%%DATADIR%%/m4/candk.list
+%%DATADIR%%/m4/cts.list
+%%DATADIR%%/m4/geda.list
+%%DATADIR%%/m4/johnstech.list
+%%DATADIR%%/m4/minicircuits.list
+%%DATADIR%%/m4/nichicon.list
+%%DATADIR%%/m4/optek.list
%%DATADIR%%/m4/panasonic.list
-%%DATADIR%%/m4/panasonic.m4
+%%DATADIR%%/m4/bga.inc
+%%DATADIR%%/m4/amp.inc
+%%DATADIR%%/m4/amphenol.inc
+%%DATADIR%%/m4/bourns.inc
+%%DATADIR%%/m4/candk.inc
+%%DATADIR%%/m4/connector.inc
+%%DATADIR%%/m4/cts.inc
+%%DATADIR%%/m4/dil.inc
+%%DATADIR%%/m4/geda.inc
+%%DATADIR%%/m4/johnstech.inc
+%%DATADIR%%/m4/minicircuits.inc
+%%DATADIR%%/m4/misc.inc
+%%DATADIR%%/m4/nichicon.inc
+%%DATADIR%%/m4/optek.inc
+%%DATADIR%%/m4/panasonic.inc
%%DATADIR%%/m4/pci.inc
-%%DATADIR%%/m4/pci.list
-%%DATADIR%%/m4/pci.m4
%%DATADIR%%/m4/plcc.inc
%%DATADIR%%/m4/qfn.inc
%%DATADIR%%/m4/qfp.inc
%%DATADIR%%/m4/qfp2.inc
%%DATADIR%%/m4/qfpdj.inc
-%%DATADIR%%/m4/resistor_0.25W.list
-%%DATADIR%%/m4/resistor_0.25W.m4
%%DATADIR%%/m4/resistor_adjust.inc
-%%DATADIR%%/m4/resistor_adjust.list
-%%DATADIR%%/m4/resistor_adjust.m4
-%%DATADIR%%/m4/resistor_array.list
-%%DATADIR%%/m4/resistor_array.m4
%%DATADIR%%/m4/rules.inc
%%DATADIR%%/m4/smt.inc
-%%DATADIR%%/m4/texas_inst_amplifier.list
-%%DATADIR%%/m4/texas_inst_amplifier.m4
-%%DATADIR%%/m4/texas_inst_voltage_reg.list
-%%DATADIR%%/m4/texas_inst_voltage_reg.m4
%%DATADIR%%/m4/to.inc
-%%DATADIR%%/m4/transistor.list
-%%DATADIR%%/m4/transistor.m4
%%DATADIR%%/m4/zif.inc
%%DATADIR%%/newlib/2_pin_thru-hole_packages/0.125W_Carbon_Resistor
%%DATADIR%%/newlib/2_pin_thru-hole_packages/1W_Carbon_Resistor
@@ -110,13 +1828,10 @@ bin/pcb-bin
%%DATADIR%%/newlib/connectors/SJ-3523-SMT_3.5mm_stereo_jack
%%DATADIR%%/newlib/crystal/CTX169_oscillator
%%DATADIR%%/newlib/electro-optics/IRF_optical_switch
-%%DATADIR%%/newlib/generic_SMD_packages/0805_reflow_solder
-%%DATADIR%%/newlib/generic_SMD_packages/0805_wave_solder
-%%DATADIR%%/newlib/generic_SMD_packages/1206_reflow_solder
-%%DATADIR%%/newlib/generic_SMD_packages/SOT-23_Transistor
%%DATADIR%%/newlib/headers/0.1_inch_10pin
%%DATADIR%%/newlib/headers/0.1_inch_2pin
%%DATADIR%%/newlib/headers/2mm_8pin_header
+%%DATADIR%%/newlib/keystone/KEYSTONE_1062.fp
%%DATADIR%%/newlib/msp430/MSP430F1121
%%DATADIR%%/newlib/msp430/MSP430F1121+jtag
%%DATADIR%%/newlib/not_vetted_ingo/pc104+.ele
@@ -145,50 +1860,48 @@ bin/pcb-bin
%%DATADIR%%/newlib/tests/TO99fromLED
%%DATADIR%%/newlib/tests/UART
%%DATADIR%%/newlib/tests/monoblock_small
-%%PORTDOCS%%%%DATADIR%%/pad.eps
-%%PORTDOCS%%%%DATADIR%%/pad.gif
-%%PORTDOCS%%%%DATADIR%%/pad.pdf
-%%PORTDOCS%%%%DATADIR%%/pad.png
-%%DATADIR%%/pcb-menu.res
-%%PORTDOCS%%%%DATADIR%%/pcb.html
-%%PORTDOCS%%%%DATADIR%%/pcb.pdf
-%%PORTDOCS%%%%DATADIR%%/pcb.ps
-%%DATADIR%%/pcblib
-%%DATADIR%%/pcblib.contents
-%%DATADIR%%/qfp-ui
-%%DATADIR%%/qfp.dat
-%%PORTDOCS%%%%DATADIR%%/puller.eps
-%%PORTDOCS%%%%DATADIR%%/puller.gif
-%%PORTDOCS%%%%DATADIR%%/puller.pdf
-%%PORTDOCS%%%%DATADIR%%/puller.png
-%%PORTDOCS%%%%DATADIR%%/refcard.pdf
-%%PORTDOCS%%%%DATADIR%%/refcard.ps
-%%PORTDOCS%%%%DATADIR%%/thermal.eps
-%%PORTDOCS%%%%DATADIR%%/thermal.gif
-%%PORTDOCS%%%%DATADIR%%/thermal.pdf
-%%PORTDOCS%%%%DATADIR%%/thermal.png
-%%DATADIR%%/tools/MergePCBPS
-%%DATADIR%%/tools/Merge_dimPCBPS
-%%DATADIR%%/tools/PCB2HPGL
+%%DATADIR%%/examples/libraries/example.inc
+%%DATADIR%%/examples/libraries/example.list
+%%DATADIR%%/examples/libraries/example.m4
+%%DATADIR%%/examples/LED
+%%DATADIR%%/examples/LED.NET
+%%DATADIR%%/examples/LED2
%%DATADIR%%/tools/apctools.zip
%%DATADIR%%/tools/gerbertotk.c
%%DATADIR%%/tools/pcb2ncap.tgz
%%DATADIR%%/tools/tgo2pcb.tcl
+%%DATADIR%%/tools/MergePCBPS
+%%DATADIR%%/tools/Merge_dimPCBPS
+%%DATADIR%%/tools/PCB2HPGL
%%DATADIR%%/tutorial/tut1.pcb
-@exec /bin/mkdir -p %D/%%DATADIR%%/newlib/toko
-@exec /bin/mkdir -p %D/%%DATADIR%%/newlib/sockets
-@exec /bin/mkdir -p %D/%%DATADIR%%/newlib/cypress
@dirrm %%DATADIR%%/tutorial
@dirrm %%DATADIR%%/tools
-@dirrm %%DATADIR%%/newlib/toko
+@dirrm %%DATADIR%%/pcblib-newlib/pci
+@dirrm %%DATADIR%%/pcblib-newlib/panasonic
+@dirrm %%DATADIR%%/pcblib-newlib/optical
+@dirrm %%DATADIR%%/pcblib-newlib/optek
+@dirrm %%DATADIR%%/pcblib-newlib/nichicon
+@dirrm %%DATADIR%%/pcblib-newlib/minicircuits
+@dirrm %%DATADIR%%/pcblib-newlib/johnstech
+@dirrm %%DATADIR%%/pcblib-newlib/gtag
+@dirrm %%DATADIR%%/pcblib-newlib/generic
+@dirrm %%DATADIR%%/pcblib-newlib/geda
+@dirrm %%DATADIR%%/pcblib-newlib/cts
+@dirrm %%DATADIR%%/pcblib-newlib/crystal
+@dirrm %%DATADIR%%/pcblib-newlib/connector
+@dirrm %%DATADIR%%/pcblib-newlib/candk
+@dirrm %%DATADIR%%/pcblib-newlib/bourns
+@dirrm %%DATADIR%%/pcblib-newlib/amphenol
+@dirrm %%DATADIR%%/pcblib-newlib/amp
+@dirrm %%DATADIR%%/pcblib-newlib
@dirrm %%DATADIR%%/newlib/tests
+@exec /bin/mkdir %D/%%DATADIR%%/newlib/sockets
@dirrm %%DATADIR%%/newlib/sockets
@dirrm %%DATADIR%%/newlib/not_vetted_ingo
@dirrm %%DATADIR%%/newlib/msp430
+@dirrm %%DATADIR%%/newlib/keystone
@dirrm %%DATADIR%%/newlib/headers
-@dirrm %%DATADIR%%/newlib/generic_SMD_packages
@dirrm %%DATADIR%%/newlib/electro-optics
-@dirrm %%DATADIR%%/newlib/cypress
@dirrm %%DATADIR%%/newlib/crystal
@dirrm %%DATADIR%%/newlib/connectors
@dirrm %%DATADIR%%/newlib/burr-brown
OpenPOWER on IntegriCloud