FreeCalypso > hg > freecalypso-tools
view ffstools/Makefile @ 398:8c7e86bc137e
fc-shell: added key commands for sending keystrokes via MMI CONFIG sysprims
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 16 Mar 2018 00:52:40 +0000 |
| parents | cbb6ebf665fa |
| children | 8f3fe2d1fda5 |
line wrap: on
line source
SUBDIR= cal2text caltools newcomp 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:
