FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 256:4290dfab55e5
libserial-newlnx is now the new official libserial
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 22 Sep 2017 22:04:38 +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: