FreeCalypso > hg > freecalypso-tools
view uptools/Makefile @ 470:1d5bd9a06781
rvinterf tree Makefiles: split CPPFLAGS from CFLAGS
This change is in preparation for allowing CFLAGS to be overridden
by users and package builders.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 12 Feb 2019 00:00:18 +0000 |
parents | b0cb465290f7 |
children | 8f3fe2d1fda5 |
line wrap: on
line source
PROGDIR=atcmd atinterf sms-pdu-decode LIBDIR= libcoding SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} atcmd: libcoding 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: