comparison rvinterf/asyncshell/Makefile @ 943:31a36b400cdf

fc-shell: replace libg23 with libprint
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 24 May 2023 07:11:18 +0000
parents 6a0aa8d36d06
children
comparison
equal deleted inserted replaced
942:fab04df64690 943:31a36b400cdf
3 CPPFLAGS=-I../include 3 CPPFLAGS=-I../include
4 PROG= fc-shell 4 PROG= fc-shell
5 OBJS= at.o battery.o help.o init.o keypress.o main.o oneshot.o parse.o \ 5 OBJS= at.o battery.o help.o init.o keypress.o main.o oneshot.o parse.o \
6 pktsort.o poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o \ 6 pktsort.o poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o \
7 tchrec.o usercmd.o 7 tchrec.o usercmd.o
8 LIBS= ../libasync/libasync.a ../libg23/libg23.a ../libprint/libprint.a \ 8 LIBS= ../libasync/libasync.a ../libprint/libprint.a ../libinterf/libinterf.a
9 ../libinterf/libinterf.a
10 9
11 INSTALL_PREFIX= /opt/freecalypso 10 INSTALL_PREFIX= /opt/freecalypso
12 11
13 INSTBIN=${INSTALL_PREFIX}/bin 12 INSTBIN=${INSTALL_PREFIX}/bin
14 INSTHELP=${INSTALL_PREFIX}/helpfiles 13 INSTHELP=${INSTALL_PREFIX}/helpfiles