eda-tools/boom
Werner Almesberger a6c65c7dd2 manu/Makefile: run a recursive make on all subdirectories
- boom/boom-config.in: new command "manu" to list the manufacturers
- manu/Makefile: run make for targets "all", "test", "sane", and "spotless"
  on each manufacturer directory
2010-10-30 19:12:29 -03:00
..
dist/dk boom/dist/dk/Makefile: changed rm -rf to rm -f (reported by Wolfgang Spraul) 2010-10-21 07:41:35 -03:00
lib Avoid leading zeroes in resistance and capacitance values (except 0R) 2010-10-18 17:23:19 -03:00
manu manu/Makefile: run a recursive make on all subdirectories 2010-10-30 19:12:29 -03:00
test Generate script boom-config that lists all the database paths, like pkg-config 2010-10-17 19:58:59 -03:00
COPYING.GPLv2 Added README and licensing information to boom. 2010-10-20 07:51:09 -03:00
Makefile boom/Makefile: new target "db" to build or update the database 2010-10-30 19:11:49 -03:00
README Added README and licensing information to boom. 2010-10-20 07:51:09 -03:00
UNDER-CONSTRUCTION Added a warning that things under boom/ don't make much sense yet. 2010-10-16 12:25:53 -03:00
boom-config.in manu/Makefile: run a recursive make on all subdirectories 2010-10-30 19:12:29 -03:00
count.pl Added more detailed part counting. 2010-10-17 16:19:49 -03:00
mbq2lst boom/mbq2lst: recognize #END comment (as end of file, like in the BOOM parser) 2010-10-17 16:08:51 -03:00

README

The BOM processing system
=========================

The BOM processing system takes a bill of material generated by KiCad
and converts it in various steps into a "shopping list" that can be
used to order from various providers.

The base of the project currently lives in
http://svn.openmoko.org/trunk/eda/boom/

The files in this directory and its subdirectories build upon the
BOOM base and add mainly parts databases.


This work is distributed under the terms of the GNU GENERAL PUBLIC
LICENSE, Version 2:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

For your convenience, a copy of the complete license has been included
in the file COPYING.GPLv2.