FreeCalypso > hg > fc-small-hw
annotate lcdtest1/schem+bom/Makefile @ 0:0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 21 Oct 2019 00:53:38 +0000 | 
| parents | |
| children | 
| rev | line source | 
|---|---|
| 
0
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
1 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
2 NETS= sverp.unet bound.unet pcb-netlist.txt | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
3 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
4 all: ${BOMS} ${NETS} elements.pcb | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
5 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
6 sverp.unet: schem.v primitives | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
7 ueda-sverp -o $@ schem.v | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
8 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
9 bound.unet: MCL sverp.unet | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
10 unet-bind -c sverp.unet $@ | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
11 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
12 pcb-netlist.txt: bound.unet | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
13 unet2pcb bound.unet $@ | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
14 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
15 tallied-bom.txt: MCL | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
16 ueda-mkbom -cr > $@ | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
17 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
18 tallied-bom.csv: MCL | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
19 ueda-csvbom > $@ | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
20 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
21 comptab.txt: MCL | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
22 ueda-shortbom > $@ | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
23 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
24 elements.pcb: MCL | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
25 ueda-getfps -ch | ueda-runm4 > $@ | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
26 | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
27 clean: | 
| 
 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
28 rm -f *.unet *.txt *.csv errs elements.pcb | 
