FreeCalypso > hg > freecalypso-tools
comparison rvinterf/asyncshell/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 | 1d5bd9a06781 |
children | b55a81ce7497 |
comparison
equal
deleted
inserted
replaced
472:368ffb8a08e5 | 473:90d7c360a614 |
---|---|
4 PROG= fc-shell | 4 PROG= fc-shell |
5 OBJS= at.o help.o init.o keypress.o main.o oneshot.o parse.o pktsort.o \ | 5 OBJS= at.o help.o init.o keypress.o main.o oneshot.o parse.o pktsort.o \ |
6 poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o \ | 6 poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o \ |
7 usercmd.o | 7 usercmd.o |
8 LIBS= ../libasync/libasync.a ../libg23/libg23.a ../libinterf/libinterf.a | 8 LIBS= ../libasync/libasync.a ../libg23/libg23.a ../libinterf/libinterf.a |
9 INSTBIN=/opt/freecalypso/bin | 9 |
10 INSTHELP=/opt/freecalypso/helpfiles | 10 INSTALL_PREFIX= /opt/freecalypso |
11 | |
12 INSTBIN=${INSTALL_PREFIX}/bin | |
13 INSTHELP=${INSTALL_PREFIX}/helpfiles | |
11 | 14 |
12 all: ${PROG} | 15 all: ${PROG} |
13 | 16 |
14 ${PROG}: ${OBJS} ${LIBS} | 17 ${PROG}: ${OBJS} ${LIBS} |
15 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} | 18 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} |