FreeCalypso > hg > freecalypso-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
182:9099a35a705f | 183:0518ed1d0dc8 |
---|---|
1 SUBDIR= vcxo-manual | |
2 | |
3 all: ${SUBDIR} | |
4 | |
5 ${SUBDIR}: FRC | |
6 cd $@; ${MAKE} ${MFLAGS} | |
7 | |
8 clean: FRC | |
9 rm -f a.out core errs | |
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
11 | |
12 install: FRC | |
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
14 | |
15 FRC: |