FreeCalypso > hg > freecalypso-sw
diff gsm-fw/gpf/Makefile @ 318:0c87c1f9dac5
GPF: beginning of Makefile hierarchy
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 11 Apr 2014 05:46:44 +0000 |
parents | |
children | 439afc1139b2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/gpf/Makefile Fri Apr 11 05:46:44 2014 +0000 @@ -0,0 +1,12 @@ +SUBDIR= frame + +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: