FreeCalypso > hg > themwi-rtp-mgr
view include/Makefile @ 6:191d58f5c24f
librtpalloc: port the simple client
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 27 May 2024 21:10:01 +0000 | 
| parents | 560a3765ab30 | 
| children | 3e88515bcc6d | 
line wrap: on
 line source
FILES= pstn_defs.h rtp_alloc_if.h rtp_defs.h include ../config.defs INSTDIR=${DESTDIR}${includedir}/themwi/rtp all: install: mkdir -p ${INSTDIR} install -c -m 644 ${FILES} ${INSTDIR} clean:
