FreeCalypso > hg > gsm-net-reveng
view Makefile @ 56:b32b644b7d96
d144/nokia-tcsm2-atrau.bin: captured A-TRAU output from
Nokia TCSM2, fed with ul-input from Ater
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 25 Sep 2024 07:42:04 +0000 |
parents | 08738993b4e7 |
children | 6519e5c4b3f3 |
line wrap: on
line source
SUBDIR= d144 tfo trau-decode trau-files trau-ul-compile trau-ul-prep v110 all: ${SUBDIR} trau-files: trau-decode ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: