FreeCalypso > hg > freecalypso-tools
comparison rvinterf/lowlevel/Makefile @ 942:fab04df64690
rvinterf/lowlevel: replace libg23 with libprint
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 24 May 2023 06:55:54 +0000 |
parents | 3d1abb9f05ef |
children |
comparison
equal
deleted
inserted
replaced
941:8fc3b72eb2c6 | 942:fab04df64690 |
---|---|
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 ../libprint/libprint.a | 4 LIBS= ../../libserial/libserial.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 |