view Makefile @ 65:e7b9a9903f14

doc/Rx-cal-theory: typo fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 May 2017 05:10:32 +0000
parents 34a8d83fd63b
children 0937d34fb3ba
line wrap: on
line source

SUBDIR=	autocal cmu200 tsid-test 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: