view uptools/Makefile @ 343:940ab98efefd

top Makefile: uptools need libserial for atinterf
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Feb 2018 07:58:04 +0000
parents c6165837d141
children b0cb465290f7
line wrap: on
line source

PROGDIR=atinterf 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: