comparison gsm-fw/g23m-gsm/Makefile @ 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
children 40a721fd9854
comparison
equal deleted inserted replaced
673:2f7df7a314f8 674:5ec79b82ab04
1 SUBDIR= alr cc dl l1 mm rr sim sms ss
2
3 all: ${SUBDIR}
4
5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS}
7
8 clean: FRC
9 rm -f *.[oa] *.out *errs
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
11
12 FRC: