FreeCalypso > hg > freecalypso-tools
view uptools/Makefile @ 339:7f8f446db97e
sms-pdu-decode: fixed bug in the decoding of From/To address fields
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 04 Feb 2018 06:19:33 +0000 |
parents | 97a72ec0a6c1 |
children | c6165837d141 |
line wrap: on
line source
PROGDIR=sms-pdu-decode LIBDIR= libcoding SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} sms-pdu-decode: libcoding ${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 ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done FRC: