annotate txlevels/Makefile @ 128:623340e2c475

LICENSE: update for copyright registration completed
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 25 Dec 2019 05:27:25 +0000
parents 105e3a60edb8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
89
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 INSTDIR=/opt/freecalypso/rfcal/txlevels
126
105e3a60edb8 txlevels: rf3166-850 added
Mychaela Falconia <falcon@freecalypso.org>
parents: 119
diff changeset
2 FILES= rf3166-850 rf3166-900 rf3166-1800 rf3166-1900
89
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 all:
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 install:
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 mkdir -p ${INSTDIR}
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 install -c -m 644 ${FILES} ${INSTDIR}
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 clean: