FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 270:095ffce023d4
etmsync: l1tmops module compiles and links into fc-tmsync
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 16 Nov 2017 19:00:05 +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:
