FreeCalypso > hg > fc-rfcal-tools
annotate txlevels/Makefile @ 121:76faa4f52a4d
doc/Tx-cal-theory: fc-rfcal-txbasis -l option documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 14 Feb 2018 03:55:03 +0000 |
parents | 8054c1967c32 |
children | 105e3a60edb8 |
rev | line source |
---|---|
89
0937d34fb3ba
Makefile magic: install txlevels profiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 INSTDIR=/opt/freecalypso/rfcal/txlevels |
119
8054c1967c32
txlevels: OM-like profile set named just rf3166
Mychaela Falconia <falcon@freecalypso.org>
parents:
109
diff
changeset
|
2 FILES= 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: |