FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 265:fb82dfbeeffe
.hgignore: removed the entries for ffstools/aud-*
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 20 Oct 2017 03:41:30 +0000 |
| parents | 3b6e6b88a0c5 |
| children | f8eac2de9a5c |
line wrap: on
line source
SUBDIR= cal2text 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:
