FreeCalypso > hg > freecalypso-sw
view gsm-fw/services/Makefile @ 213:ef7d7da61c56
FFS code integration: remaining C files imported, but not yet integrated
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 06 Jan 2014 04:20:29 +0000 | 
| parents | 3ebe6409e8bc | 
| children | 02e80fcc3a5a | 
line wrap: on
 line source
SUBDIR= etm ffs all: ${SUBDIR} ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f *.[oa] *.out *errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC:
