FreeCalypso > hg > freecalypso-tools
annotate rfcal/Makefile @ 226:e7d5ce499693
loadtools and rvinterf: set TIOCEXCL on the tty
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 03 Aug 2017 00:37:59 +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: |