annotate rfcal/Makefile @ 207:d1eb8518f23d

rfcal/Makefile: tsid-test added to SUBDIR
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 May 2017 23:09:27 +0000
parents ad6df4952e33
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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: