FreeCalypso > hg > freecalypso-tools
annotate rfcal/Makefile @ 216:7e3e3a958e3f
doc/Host-tools-overview: updated and simplified
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 20 May 2017 12:48:38 +0000 |
parents | d1eb8518f23d |
children |
rev | line source |
---|---|
207
d1eb8518f23d
rfcal/Makefile: tsid-test added to SUBDIR
Mychaela Falconia <falcon@freecalypso.org>
parents:
188
diff
changeset
|
1 SUBDIR= cmu200 tsid-test vcxo-manual |
183
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 all: ${SUBDIR} |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 ${SUBDIR}: FRC |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 cd $@; ${MAKE} ${MFLAGS} |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 clean: FRC |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 rm -f a.out core errs |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 install: FRC |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 |
0518ed1d0dc8
rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 FRC: |