FreeCalypso > hg > freecalypso-tools
annotate rfcal/Makefile @ 189:425f16556e69
doc/CMU200-notes started
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 23 Apr 2017 16:42:43 +0000 | 
| parents | ad6df4952e33 | 
| children | d1eb8518f23d | 
| rev | line source | 
|---|---|
| 
188
 
ad6df4952e33
rfcal/Makefile: added cmu200 subdir
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
183 
diff
changeset
 | 
1 SUBDIR= cmu200 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: | 
