annotate rfcal/Makefile @ 183:0518ed1d0dc8

rfcal/vcxo-manual hooked into the make hierarchy
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Apr 2017 07:37:26 +0000
parents
children ad6df4952e33
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
183
0518ed1d0dc8 rfcal/vcxo-manual hooked into the make hierarchy
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 SUBDIR= vcxo-manual
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: