From 7e1f3861ef157e0d57bc338f2f2d17519c891d88 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 7 Dec 2008 08:56:56 -0700 Subject: [PATCH] rename project to 'telemetrum' --- Makefile | 22 +++++++++++----------- project | 13 +++++++++++++ beacon.sch => telemetrum.sch | 2 +- 3 files changed, 25 insertions(+), 12 deletions(-) create mode 100644 project rename beacon.sch => telemetrum.sch (99%) diff --git a/Makefile b/Makefile index ef83c11..e3afde2 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,22 @@ # intentionally want to rebuild drc and bom on every invocation all: drc bom -drc: beacon.sch - -gnetlist -g drc2 beacon.sch -o beacon.drc +drc: telemetrum.sch + -gnetlist -g drc2 telemetrum.sch -o telemetrum.drc -bom: beacon.sch - gnetlist -g bom -o beacon.unsorted beacon.sch - head -n1 beacon.unsorted > beacon.bom - tail -n+2 beacon.unsorted | sort >> beacon.bom - rm -f beacon.unsorted +bom: telemetrum.sch + gnetlist -g bom -o telemetrum.unsorted telemetrum.sch + head -n1 telemetrum.unsorted > telemetrum.bom + tail -n+2 telemetrum.unsorted | sort >> telemetrum.bom + rm -f telemetrum.unsorted -pcb: beacon.sch project +pcb: telemetrum.sch project gsch2pcb project -zip: beacon.plated-drill.cnc beacon.back.gbr beacon.front.gbr beacon.fab.gbr - zip beacon.zip beacon.plated-drill.cnc beacon.back.gbr beacon.front.gbr beacon.fab.gbr +zip: telemetrum.plated-drill.cnc telemetrum.back.gbr telemetrum.front.gbr telemetrum.fab.gbr + zip telemetrum.zip telemetrum.plated-drill.cnc telemetrum.back.gbr telemetrum.front.gbr telemetrum.fab.gbr clean: - rm -f *.bom *.drc *.log *~ beacon.ps *.gbr *.cnc *bak* *- *.zip + rm -f *.bom *.drc *.log *~ telemetrum.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd rm -f *.partslist *.new.pcb *.unsorted diff --git a/project b/project new file mode 100644 index 0000000..56c13b1 --- /dev/null +++ b/project @@ -0,0 +1,13 @@ +# List all the schematics to be netlisted and laid out on the pc board +schematics telemetrum.sch + +# for an output-name of foo, gsch2pcb generates files foo.net, foo.pcb, +# and foo.new.pcb. if there is no output name specified, the file names +# are derived from the first listed schematic... +output-name telemetrum + +elements-dir ../bdale/pkg +elements-dir /usr/share/pcb + +# stick to newlib elements, don't use the older/odder m4 stuff +skip-m4 diff --git a/beacon.sch b/telemetrum.sch similarity index 99% rename from beacon.sch rename to telemetrum.sch index 052d9c6..75805b3 100644 --- a/beacon.sch +++ b/telemetrum.sch @@ -1076,7 +1076,7 @@ T 80000 40400 9 10 1 0 0 0 1 T 80600 40400 9 10 1 0 0 0 1 1 T 77700 40400 9 10 1 0 0 0 1 -beacon.sch +telemetrum.sch T 77700 40100 9 10 1 0 0 0 1 http://altusmetrum.com/ C 63000 49600 1 90 0 capacitor.sym -- 2.30.2