FreeCalypso > hg > fc-rfcal-tools
comparison Makefile @ 0:bd62be88259d
initial import of rfcal code and docs from freecalypso-tools repository
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 20 May 2017 18:49:35 +0000 |
| parents | |
| children | 34a8d83fd63b |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:bd62be88259d |
|---|---|
| 1 SUBDIR= cmu200 tsid-test vcxo-manual | |
| 2 | |
| 3 all: ${SUBDIR} | |
| 4 | |
| 5 ${SUBDIR}: FRC | |
| 6 cd $@; ${MAKE} ${MFLAGS} | |
| 7 | |
| 8 clean: FRC | |
| 9 rm -f a.out core errs | |
| 10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
| 11 | |
| 12 install: FRC | |
| 13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
| 14 | |
| 15 FRC: |
