annotate txlevels/Makefile @ 109:5a7c174acd32

txlevels: rf3166-ideal and rf3166-fcdev3b profiles
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 01:11:41 +0000
parents 0937d34fb3ba
children 8054c1967c32
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
109
5a7c174acd32 txlevels: rf3166-ideal and rf3166-fcdev3b profiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 89
diff changeset
2 FILES= rf3166-fcdev3b-1800 rf3166-fcdev3b-1900 rf3166-fcdev3b-900 \
5a7c174acd32 txlevels: rf3166-ideal and rf3166-fcdev3b profiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 89
diff changeset
3 rf3166-ideal-1800 rf3166-ideal-1900 rf3166-ideal-900
89
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 all:
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 install:
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 mkdir -p ${INSTDIR}
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 install -c -m 644 ${FILES} ${INSTDIR}
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
0937d34fb3ba Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 clean: