FreeCalypso > hg > freecalypso-tools
comparison uptools/atinterf/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 | 692dbc4c2f07 |
children |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= fcup-atinterf | 3 PROG= fcup-atinterf |
4 LIB= ../../libserial/libserial.a | 4 LIB= ../../libserial/libserial.a |
5 OBJS= ${PROG}.o ${LIB} | 5 OBJS= ${PROG}.o ${LIB} |
6 INSTBIN=/opt/freecalypso/bin | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | |
8 | |
9 INSTBIN=${INSTALL_PREFIX}/bin | |
7 | 10 |
8 all: ${PROG} | 11 all: ${PROG} |
9 | 12 |
10 ${PROG}: ${OBJS} | 13 ${PROG}: ${OBJS} |
11 ${CC} ${CFLAGS} -o $@ ${OBJS} | 14 ${CC} ${CFLAGS} -o $@ ${OBJS} |