FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 249:d0a4c05d98dc
libserial hooked into the top level Makefile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 21 Sep 2017 21:49:07 +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: