FreeCalypso > hg > freecalypso-citrine
comparison gpf/Makefile @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 09 Jun 2016 00:02:41 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:75a11d740a02 |
|---|---|
| 1 LIBCOMP=frame misc osl osx tst_drv tst_pei | |
| 2 SUBDIR= ${LIBCOMP} libs conf | |
| 3 | |
| 4 all: ${SUBDIR} | |
| 5 | |
| 6 libs: ${LIBCOMP} | |
| 7 | |
| 8 ${SUBDIR}: FRC | |
| 9 cd $@; ${MAKE} ${MFLAGS} | |
| 10 | |
| 11 clean: FRC | |
| 12 rm -f *.[oa] *.out *errs | |
| 13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
| 14 | |
| 15 FRC: |
