FreeCalypso > hg > themwi-rtp-mgr
view rtp-mgr/Makefile @ 6:191d58f5c24f
librtpalloc: port the simple client
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 May 2024 21:10:01 +0000 |
parents | 247f4bbde24c |
children |
line wrap: on
line source
CPPFLAGS=-I../build-inc PROG= themwi-rtp-mgr OBJS= alloc.o ctrl_prot.o ctrl_sock.o main.o readconf.o sockinit.o include ../config.defs all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} install: mkdir -p ${DESTDIR}${bindir} install -c -m 755 ${PROG} ${DESTDIR}${bindir} clean: rm -f *.o ${PROG} errs