FreeCalypso > hg > gsm-net-reveng
annotate tfo-ut/Makefile @ 100:a1868d31ce7f default tip
tfo-ut: add README
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Wed, 19 Mar 2025 01:39:57 +0000 | 
| parents | 016ecc7284ab | 
| children | 
| rev | line source | 
|---|---|
| 
98
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
1 OUTPUTS=tfo-efr.hex tfo-fr.hex tfo-hr.hex | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
2 | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
3 all: ${OUTPUTS} | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
4 | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
5 .SUFFIXES: .bin .hex | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
6 | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
7 .bin.hex: | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
8 ../utils/gen-hex-lines $< $@ 40 | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
9 | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
10 clean: | 
| 
 
016ecc7284ab
tfo-ut: generate hex-encoded unit tests
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
11 rm -f *.hex | 
