FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 251:fb577c31e960
fc-serterm converted to use libserial
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 21 Sep 2017 23:25:02 +0000 |
parents | f943c439ae5e |
children | 3b6e6b88a0c5 |
line wrap: on
line source
SUBDIR= aud-fcdev3b cal2text tiaud tiffs-rd tiffs-wrappers all: ${SUBDIR} aud-fcdev3b: tiaud ${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: