FreeCalypso > hg > fc-rfcal-tools
view Makefile @ 121:76faa4f52a4d
doc/Tx-cal-theory: fc-rfcal-txbasis -l option documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 14 Feb 2018 03:55:03 +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: