comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:9e7e9ba22e42
1 FILES= pstn_defs.h rtp_alloc.h rtp_defs.h
2
3 include ../config.defs
4
5 INSTDIR=${DESTDIR}${includedir}/themwi/rtp
6
7 all:
8
9 install:
10 mkdir -p ${INSTDIR}
11 install -c -m 644 ${FILES} ${INSTDIR}
12
13 clean: