route complete, drc clean, with better ADC chip
[hw/telefireone] / Makefile
1 # name of project, also used for PCB file
2 PROJECT=telefireone
3
4 # list of schematic files that make up this design
5 SCHEMATICS=telefireone.sch
6
7 # number of PCB layers
8 LAYERS=4
9
10 # sides with silkscreen, can be none|top|bottom|both
11 SILK=both
12
13 include ../altusmetrum/pcb.mk
14
15 partslist-simple.csv: $(SCHEMATICS) Makefile $(AM)/preferred-parts $(CONFIG)
16         gnetlist -L . -g partslistsimple -o $(PROJECT).csvtmp $(SCHEMATICS)
17         (head -n1 $(PROJECT).csvtmp; tail -n+2 $(PROJECT).csvtmp | sort -t \, -k 8 | awk -f $(AM)/bin/fillpartscsv | sort ) > $@ && rm -f $(PROJECT).csvtmp
18
19 muffin-simple.pdf: partslist-simple.csv $(AM)/glabels/muffin-5267.glabels
20         glabels-3-batch $(AM)/glabels/muffin-5267.glabels -i partslist-simple.csv -o $@ > /dev/null