changeset 776:5a0c58760ae2

gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 12 Oct 2014 02:10:23 +0000
parents eedbf248bac0
children 08f148c63220
files gsm-fw/Makefile gsm-fw/g23m-aci/Makefile gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci_dti_mng/Makefile gsm-fw/g23m-aci/aci_ext/Makefile gsm-fw/g23m-aci/bat/Makefile gsm-fw/g23m-aci/dti/Makefile gsm-fw/g23m-aci/gdd_dio/Makefile gsm-fw/g23m-aci/ksd/Makefile gsm-fw/g23m-aci/l2p/Makefile gsm-fw/g23m-aci/uart/Makefile
diffstat 11 files changed, 59 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 $@
--- /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:
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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
--- /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