FreeCalypso > hg > freecalypso-tools
comparison uptools/atcmd/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | b61b81d3cece |
children |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= fcup-at fcup-settime fcup-smdump fcup-smsend fcup-smsendmult \ | 3 PROGS= fcup-at fcup-settime fcup-smdump fcup-smsend fcup-smsendmult \ |
4 fcup-smsendpdu fcup-smwrite | 4 fcup-smsendpdu fcup-smwrite |
5 INSTBIN=/opt/freecalypso/bin | 5 |
6 INSTALL_PREFIX= /opt/freecalypso | |
7 | |
8 INSTBIN=${INSTALL_PREFIX}/bin | |
6 | 9 |
7 LIBCODING= ../libcoding/libcoding.a | 10 LIBCODING= ../libcoding/libcoding.a |
8 | 11 |
9 ATCMD_OBJS= atcmd.o atinterf.o | 12 ATCMD_OBJS= atcmd.o atinterf.o |
10 | 13 |