FreeCalypso > hg > themwi-rtp-lib
comparison include/Makefile @ 36:84affc6de365
Makefile hierarchy: add install
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 09 Jul 2024 02:22:18 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 35:c0ce22777694 | 36:84affc6de365 |
|---|---|
| 1 FILES= endp.h fdpair.h pstn_defs.h rtcp_defs.h rtp_basic_hdr.h rtp_defs.h \ | |
| 2 twjit.h | |
| 3 | |
| 4 include ../config.defs | |
| 5 | |
| 6 INSTDIR=${DESTDIR}${includedir}/themwi/rtp | |
| 7 | |
| 8 all: | |
| 9 | |
| 10 install: | |
| 11 mkdir -p ${INSTDIR} | |
| 12 install -c -m 644 ${FILES} ${INSTDIR} | |
| 13 | |
| 14 clean: |
