FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/cc/Makefile @ 699:64745cdedf15
gsm-fw/g23m-gsm/cc/Makefile: link xipcode.o
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 30 Sep 2014 02:26:35 +0000 |
| parents | aadd41c56099 |
| children |
comparison
equal
deleted
inserted
replaced
| 698:aadd41c56099 | 699:64745cdedf15 |
|---|---|
| 6 -I../../cdginc | 6 -I../../cdginc |
| 7 | 7 |
| 8 OBJS= cc_act.o cc_cfk.o cc_csf.o cc_em.o cc_est.o cc_ffk.o cc_for.o cc_pei.o \ | 8 OBJS= cc_act.o cc_cfk.o cc_csf.o cc_em.o cc_est.o cc_ffk.o cc_for.o cc_pei.o \ |
| 9 cc_rel.o cc_srv.o cc_time.o | 9 cc_rel.o cc_srv.o cc_time.o |
| 10 | 10 |
| 11 all: ${OBJS} | 11 all: xipcode.o |
| 12 | |
| 13 xipcode.o: ${OBJS} | |
| 14 ${LD} -r -o $@ ${OBJS} | |
| 12 | 15 |
| 13 clean: | 16 clean: |
| 14 rm -f *.[oa] *.out *errs | 17 rm -f *.[oa] *.out *errs |
