annotate include/Makefile @ 9:3e88515bcc6d

include/Makefile: install all headers
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 22:11:44 +0000
parents 560a3765ab30
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
3e88515bcc6d include/Makefile: install all headers
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
1 FILES= pstn_defs.h rtp_alloc_if.h rtp_alloc_resp.h rtp_alloc_simple.h \
3e88515bcc6d include/Makefile: install all headers
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
2 rtp_defs.h
0
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 include ../config.defs
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 INSTDIR=${DESTDIR}${includedir}/themwi/rtp
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 all:
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 install:
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 mkdir -p ${INSTDIR}
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 install -c -m 644 ${FILES} ${INSTDIR}
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13
9e7e9ba22e42 starting project with public header files
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 clean: