view ffstools/Makefile @ 368:3cc79e260066

fcup-smsend: implemented concat SMS sending with user-given refno
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 08 Mar 2018 16:28:26 +0000
parents cbb6ebf665fa
children 8f3fe2d1fda5
line wrap: on
line source

SUBDIR=	cal2text caltools newcomp tiaud tiffs-rd tiffs-wrappers

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: