FreeCalypso > hg > freecalypso-sw
changeset 674:5ec79b82ab04
gsm-fw/g23m-gsm: stub Makefile hierarchy created, hooked into make clean
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 23:29:16 +0000 |
parents | 2f7df7a314f8 |
children | 029f631b22ff |
files | gsm-fw/Makefile gsm-fw/g23m-gsm/Makefile gsm-fw/g23m-gsm/alr/Makefile gsm-fw/g23m-gsm/cc/Makefile gsm-fw/g23m-gsm/dl/Makefile gsm-fw/g23m-gsm/l1/Makefile gsm-fw/g23m-gsm/mm/Makefile gsm-fw/g23m-gsm/rr/Makefile gsm-fw/g23m-gsm/sim/Makefile gsm-fw/g23m-gsm/sms/Makefile gsm-fw/g23m-gsm/ss/Makefile |
diffstat | 11 files changed, 59 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/Makefile Sun Sep 28 23:20:04 2014 +0000 +++ b/gsm-fw/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -1,5 +1,5 @@ -SUBDIR= L1 bsp ccd comlib finlink gpf include nucleus riviera serial services \ - sprintf sysglue +SUBDIR= L1 bsp ccd comlib finlink g23m-gsm gpf include nucleus riviera serial \ + services sprintf sysglue default: config.stamp ${MAKE} ${MFLAGS} -f Makefile.build $@
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,12 @@ +SUBDIR= alr cc dl l1 mm rr sim sms ss + +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:
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/alr/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/cc/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/dl/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/l1/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/mm/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/rr/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-gsm/sim/Makefile Sun Sep 28 23:29:16 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs