# HG changeset patch # User Michael Spacefalcon # Date 1413079823 0 # Node ID 5a0c58760ae208044705273613e1151bcd1311ab # Parent eedbf248bac020d2f145b39d339a7fd83f877cce gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/Makefile --- a/gsm-fw/Makefile Sun Oct 12 01:45:14 2014 +0000 +++ b/gsm-fw/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -1,5 +1,5 @@ -SUBDIR= L1 bsp ccd comlib finlink g23m-gsm gpf include nucleus riviera serial \ - services sprintf sysglue +SUBDIR= L1 bsp ccd comlib finlink g23m-aci g23m-gsm gpf include nucleus riviera\ + serial services sprintf sysglue default: config.stamp ${MAKE} ${MFLAGS} -f Makefile.build $@ diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,12 @@ +SUBDIR= aci aci_dti_mng aci_ext bat dti gdd_dio ksd l2p uart + +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: diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/aci/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/aci_dti_mng/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/aci_dti_mng/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/aci_ext/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/aci_ext/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/bat/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/bat/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/dti/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/dti/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/gdd_dio/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/gdd_dio/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/ksd/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/ksd/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/l2p/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/l2p/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs diff -r eedbf248bac0 -r 5a0c58760ae2 gsm-fw/g23m-aci/uart/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/uart/Makefile Sun Oct 12 02:10:23 2014 +0000 @@ -0,0 +1,5 @@ +# stub Makefile, to be filled out +all: + +clean: + rm -f *.[oa] *.out *errs