FreeCalypso > hg > gsm-net-reveng
view Makefile @ 100:a1868d31ce7f default tip
tfo-ut: add README
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Mar 2025 01:39:57 +0000 |
parents | f8b501c8bfce |
children |
line wrap: on
line source
SUBDIR= d144 pathloss tfo tfo-ut trau-decode trau-files trau-ul-compile \ trau-ul-prep utils v110 all: ${SUBDIR} d144: utils tfo-ut: utils 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: