FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/sim/Makefile @ 756:fe3e16263bb2
gsm-fw/g23m-gsm/sim/Makefile: link xipcode.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 11 Oct 2014 21:56:59 +0000 |
parents | 72de8fe8ef5f |
children |
comparison
equal
deleted
inserted
replaced
755:72de8fe8ef5f | 756:fe3e16263bb2 |
---|---|
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
6 -I../../cdginc | 6 -I../../cdginc |
7 | 7 |
8 OBJS= sim_app.o sim_em.o sim_fkt.o sim_pei.o sim_stk.o | 8 OBJS= sim_app.o sim_em.o sim_fkt.o sim_pei.o sim_stk.o |
9 | 9 |
10 all: ${OBJS} | 10 all: xipcode.o |
11 | |
12 xipcode.o: ${OBJS} | |
13 ${LD} -r -o $@ ${OBJS} | |
11 | 14 |
12 clean: | 15 clean: |
13 rm -f *.[oa] *.out *errs | 16 rm -f *.[oa] *.out *errs |