From 1658e78c833abd0fb9c4f6988884a7e37eadb2b3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 12 Aug 2013 10:59:46 +0200 Subject: [PATCH] Add DK and Mouser BOM generators Signed-off-by: Keith Packard --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 198c648..12fe2d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ AM=../altusmetrum SCHEME=$(AM)/scheme +PROJECT=telemetrum # intentionally want to rebuild drc and bom on every invocation all: drc partslist partslist.csv pcb @@ -20,6 +21,12 @@ partslist.csv: telemetrum.sch Makefile tail -n+2 telemetrum.unsorted | sort -t \, -k 8 >> partslist.csv rm -f telemetrum.unsorted +partslist.dk: $(PROJECT).sch Makefile $(SCHEME)/gnet-partslist-bom.scm + gnetlist -L $(SCHEME) -g partslist-bom -Ovendor=digikey -o $@ $(PROJECT).sch + +partslist.mouser: $(PROJECT).sch Makefile $(SCHEME)/gnet-partslist-bom.scm + gnetlist -L $(SCHEME) -g partslist-bom -Ovendor=mouser -o $@ $(PROJECT).sch + pcb: telemetrum.sch project Makefile gsch2pcb project -- 2.30.2