view rtp-mgr/Makefile @ 7:b97024a897c3

add top Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 21:12:15 +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