FreeCalypso > hg > freecalypso-tools
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rfcal/Makefile Wed Apr 12 07:37:26 2017 +0000 @@ -0,0 +1,15 @@ +SUBDIR= vcxo-manual + +all: ${SUBDIR} + +${SUBDIR}: FRC + cd $@; ${MAKE} ${MFLAGS} + +clean: FRC + rm -f a.out core errs + for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done + +install: FRC + for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + +FRC: