Makefile magic: install txlevels profiles
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Mon, 17 Jul 2017 01:38:00 +0000 |
parents |
c5c1beae5f99 |
children |
713749548df6 |
files |
Makefile txlevels/Makefile |
diffstat |
2 files changed, 11 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/Makefile Mon Jul 17 01:17:38 2017 +0000
+++ b/Makefile Mon Jul 17 01:38:00 2017 +0000
@@ -1,4 +1,4 @@
-SUBDIR= autocal cmu200 tsid-test vcxo-manual
+SUBDIR= autocal cmu200 tsid-test txlevels vcxo-manual
all: ${SUBDIR}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/txlevels/Makefile Mon Jul 17 01:38:00 2017 +0000
@@ -0,0 +1,10 @@
+INSTDIR=/opt/freecalypso/rfcal/txlevels
+FILES= fcom1-900 fcom1-1800 fcom1-1900
+
+all:
+
+install:
+ mkdir -p ${INSTDIR}
+ install -c -m 644 ${FILES} ${INSTDIR}
+
+clean: