FreeCalypso > hg > fc-rfcal-tools
annotate scripts/Makefile @ 103:16aab86384a7
doc/Tx-cal-theory: update regarding our current FCDEV3B calibration
being untrustworthy
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 13 Aug 2017 05:04:48 +0000 | 
| parents | 713749548df6 | 
| children | fd856f729618 | 
| rev | line source | 
|---|---|
| 
90
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
1 CC= gcc | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
2 CFLAGS= -O2 | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
3 PROGS= fc-rfcal-tee | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
4 SCRIPTS=fc-rfcal-tri900 | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
5 INSTBIN=/opt/freecalypso/bin | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
6 | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
7 all: ${PROGS} | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
8 | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
9 fc-rfcal-tee: fc-rfcal-tee.c | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
10 ${CC} ${CFLAGS} -o $@ $@.c | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
11 | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
12 install: | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
13 mkdir -p ${INSTBIN} | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
14 install -c ${PROGS} ${SCRIPTS} ${INSTBIN} | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
15 | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
16 clean: | 
| 
 
713749548df6
fc-rfcal-tri900 script and fc-rfcal-tee helper implemented
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
17 rm -f *.o *.out *errs ${PROGS} | 
