FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/Makefile @ 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 | |
| children | 1e4dbee8dcfd |
comparison
equal
deleted
inserted
replaced
| 775:eedbf248bac0 | 776:5a0c58760ae2 |
|---|---|
| 1 SUBDIR= aci aci_dti_mng aci_ext bat dti gdd_dio ksd l2p uart | |
| 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: |
