FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 312:eb6a0a052aab
CHANGES: c1xx-calextr and RF table changes documented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 22 Nov 2017 05:46:28 +0000 |
| parents | f8eac2de9a5c |
| children | cbb6ebf665fa |
line wrap: on
line source
SUBDIR= cal2text caltools 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:
