FreeCalypso > hg > fc-rfcal-tools
view Makefile @ 122:aa2533be2ec1
doc/Tx-cal-theory: channel calibration documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 14 Feb 2018 04:54:58 +0000 |
parents | c3f9d10a3039 |
children |
line wrap: on
line source
SUBDIR= autocal cmu200 scripts tsid-test txlevels vcxo-manual all: ${SUBDIR} ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done install: FRC for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done FRC: