FreeCalypso > hg > fc-rfcal-tools
diff autocal/Makefile @ 118:6a7f8d201859
fc-rfcal-txbasis: added -l option to show slope (check linearity)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Feb 2018 07:17:31 +0000 |
parents | a094db1453b1 |
children |
line wrap: on
line diff
--- a/autocal/Makefile Tue Feb 13 07:02:17 2018 +0000 +++ b/autocal/Makefile Tue Feb 13 07:17:31 2018 +0000 @@ -14,7 +14,8 @@ txbasis.o txcalchan.o txcalconf.o txlevels.o txpwrmeas.o \ txvout.o -TXBASIS_OBJS= l1tmops.o rvinterf.o tsidsock.o txpwrmeas.o txstandbas.o +TXBASIS_OBJS= l1tmops.o rvinterf.o tsidsock.o txpwrmeas.o txstandbas.o \ + txvout.o TXCHECK_OBJS= l1tmops.o rvinterf.o sockopts.o tsidsock.o txpwrmeas.o \ txstandchk.o @@ -33,7 +34,7 @@ ${CC} -o $@ ${TXBAND_OBJS} -lm fc-rfcal-txbasis: ${TXBASIS_OBJS} - ${CC} -o $@ ${TXBASIS_OBJS} + ${CC} -o $@ ${TXBASIS_OBJS} -lm fc-rfcal-txcheck: ${TXCHECK_OBJS} ${CC} -o $@ ${TXCHECK_OBJS}