FreeCalypso > hg > themwi-rtp-mgr
diff rtp-mgr/Makefile @ 2:247f4bbde24c
rtp-mgr: daemon ported over
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 May 2024 19:42:19 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rtp-mgr/Makefile Mon May 27 19:42:19 2024 +0000 @@ -0,0 +1,17 @@ +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