view rtp-mgr/Makefile @ 10:9499d41fc393 default tip

daemon: change config file name to themwi-rtp-mgr.cfg
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 22:47:19 +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