changeset 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 9099a35a705f
children b8599a1d5813
files Makefile rfcal/Makefile
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}
 
--- /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: