FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 261:0321cd08b19f
doc/Audio-mode-config: typo fix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 28 Sep 2017 17:51:17 +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: