FreeCalypso > hg > gsm-net-reveng
annotate Makefile @ 41:b5feb04b212c
top Makefile: add v110 subdir
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 12 Sep 2024 21:56:29 +0000 |
parents | 118a4e4268b2 |
children | 08738993b4e7 |
rev | line source |
---|---|
41
b5feb04b212c
top Makefile: add v110 subdir
Mychaela Falconia <falcon@freecalypso.org>
parents:
25
diff
changeset
|
1 SUBDIR= tfo trau-decode trau-files trau-ul-compile trau-ul-prep v110 |
8 | 2 |
3 all: ${SUBDIR} | |
4 | |
5 trau-files: trau-decode | |
6 | |
7 ${SUBDIR}: FRC | |
8 cd $@; ${MAKE} ${MFLAGS} | |
9 | |
10 clean: FRC | |
11 rm -f a.out core errs | |
12 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
13 | |
14 FRC: |