FreeCalypso > hg > freecalypso-tools
comparison rvinterf/lowlevel/Makefile @ 927:4e243402f453
rvinterf/lowlevel: use libprint for backslash-escape output
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 May 2023 03:59:42 +0000 |
parents | a1065c17429c |
children | 3d1abb9f05ef |
comparison
equal
deleted
inserted
replaced
926:6a0aa8d36d06 | 927:4e243402f453 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= rvtdump rvinterf tfc139 | 3 PROGS= rvtdump rvinterf tfc139 |
4 LIBS= ../../libserial/libserial.a ../libg23/libg23.a | 4 LIBS= ../../libserial/libserial.a ../libg23/libg23.a ../libprint/libprint.a |
5 LIBPWON=../../libpwon/libpwon.a | 5 LIBPWON=../../libpwon/libpwon.a |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 | 8 |
9 INSTBIN=${INSTALL_PREFIX}/bin | 9 INSTBIN=${INSTALL_PREFIX}/bin |