FreeCalypso > hg > freecalypso-tools
comparison uptools/atcmd/Makefile @ 370:076d533f840d
fcup-smsend: implemented automatic concat SMS refno generation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 08 Mar 2018 17:47:58 +0000 |
parents | 9f856f843620 |
children | 1e7c6fcb9abe |
comparison
equal
deleted
inserted
replaced
369:06cf82710cca | 370:076d533f840d |
---|---|
7 | 7 |
8 ATCMD_OBJS= atcmd.o atinterf.o | 8 ATCMD_OBJS= atcmd.o atinterf.o |
9 | 9 |
10 SMDUMP_OBJS= atinterf.o resp_parse.o smdump.o ${LIBCODING} | 10 SMDUMP_OBJS= atinterf.o resp_parse.o smdump.o ${LIBCODING} |
11 | 11 |
12 SMSEND_OBJS= atinterf.o resp_parse.o smsend_cmgw.o smsend_main.o \ | 12 SMSEND_OBJS= atinterf.o resp_parse.o smsend_cmgw.o smsend_concat.o \ |
13 smsend_pdu.o smsend_text.o ${LIBCODING} | 13 smsend_main.o smsend_pdu.o smsend_text.o ${LIBCODING} |
14 | 14 |
15 all: ${PROGS} | 15 all: ${PROGS} |
16 | 16 |
17 fcup-at: ${ATCMD_OBJS} | 17 fcup-at: ${ATCMD_OBJS} |
18 ${CC} ${CFLAGS} -o $@ ${ATCMD_OBJS} | 18 ${CC} ${CFLAGS} -o $@ ${ATCMD_OBJS} |