view include/Makefile @ 0:9e7e9ba22e42

starting project with public header files
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 09:10:27 +0000
parents
children 560a3765ab30
line wrap: on
line source

FILES=	pstn_defs.h rtp_alloc.h rtp_defs.h

include ../config.defs

INSTDIR=${DESTDIR}${includedir}/themwi/rtp

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${FILES} ${INSTDIR}

clean: