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