# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1491982646 0
# Node ID 0518ed1d0dc82d1851c65cc1d0277a0f6f1b6521
# Parent  9099a35a705f58d4aebf9812d9064dc38a6bf3df
rfcal/vcxo-manual hooked into the make hierarchy

diff -r 9099a35a705f -r 0518ed1d0dc8 Makefile
--- a/Makefile	Wed Apr 12 07:33:38 2017 +0000
+++ b/Makefile	Wed Apr 12 07:37:26 2017 +0000
@@ -1,4 +1,4 @@
-SUBDIR=	ffstools loadtools miscutil ringtools rvinterf
+SUBDIR=	ffstools loadtools miscutil rfcal ringtools rvinterf
 
 all:	${SUBDIR}
 
diff -r 9099a35a705f -r 0518ed1d0dc8 rfcal/Makefile
--- /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: