FreeCalypso > hg > gsm-net-reveng
annotate Makefile @ 69:cf60172895fe default tip
pathloss: add sysmo-example-10w
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Oct 2024 16:26:26 +0000 |
parents | d8ccdccd8b2b |
children |
rev | line source |
---|---|
67
d8ccdccd8b2b
top Makefile: add pathloss
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
1 SUBDIR= d144 pathloss tfo trau-decode trau-files trau-ul-compile trau-ul-prep \ |
d8ccdccd8b2b
top Makefile: add pathloss
Mychaela Falconia <falcon@freecalypso.org>
parents:
63
diff
changeset
|
2 utils v110 |
8 | 3 |
4 all: ${SUBDIR} | |
5 | |
63
4a906c2075bc
top Makefile: d144 depends on utils
Mychaela Falconia <falcon@freecalypso.org>
parents:
62
diff
changeset
|
6 d144: utils |
8 | 7 trau-files: trau-decode |
8 | |
9 ${SUBDIR}: FRC | |
10 cd $@; ${MAKE} ${MFLAGS} | |
11 | |
12 clean: FRC | |
13 rm -f a.out core errs | |
14 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
15 | |
16 FRC: |