From ba77a2fde88876aba4856a858c6218a784f3a0a2 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Mon, 4 May 2020 16:30:10 -0500 Subject: [PATCH] install iocsh files --- vacApp/Makefile | 1 + vacApp/iocsh/Makefile | 4 ++++ {iocsh => vacApp/iocsh}/digitelPump.iocsh | 0 {iocsh => vacApp/iocsh}/digitelPump_D500.iocsh | 0 {iocsh => vacApp/iocsh}/digitelPump_MPC.iocsh | 0 {iocsh => vacApp/iocsh}/vacSensor.iocsh | 0 {iocsh => vacApp/iocsh}/vacSensor_CC10.iocsh | 0 {iocsh => vacApp/iocsh}/vacSensor_GP307.iocsh | 0 {iocsh => vacApp/iocsh}/vacSensor_GP350.iocsh | 0 {iocsh => vacApp/iocsh}/vacSensor_MM200.iocsh | 0 10 files changed, 5 insertions(+) create mode 100644 vacApp/iocsh/Makefile rename {iocsh => vacApp/iocsh}/digitelPump.iocsh (100%) rename {iocsh => vacApp/iocsh}/digitelPump_D500.iocsh (100%) rename {iocsh => vacApp/iocsh}/digitelPump_MPC.iocsh (100%) rename {iocsh => vacApp/iocsh}/vacSensor.iocsh (100%) rename {iocsh => vacApp/iocsh}/vacSensor_CC10.iocsh (100%) rename {iocsh => vacApp/iocsh}/vacSensor_GP307.iocsh (100%) rename {iocsh => vacApp/iocsh}/vacSensor_GP350.iocsh (100%) rename {iocsh => vacApp/iocsh}/vacSensor_MM200.iocsh (100%) diff --git a/vacApp/Makefile b/vacApp/Makefile index 971c67f..e9d4a5f 100644 --- a/vacApp/Makefile +++ b/vacApp/Makefile @@ -5,5 +5,6 @@ DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *op*)) +DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *iocsh*)) include $(TOP)/configure/RULES_DIRS diff --git a/vacApp/iocsh/Makefile b/vacApp/iocsh/Makefile new file mode 100644 index 0000000..ae43c98 --- /dev/null +++ b/vacApp/iocsh/Makefile @@ -0,0 +1,4 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG + +include $(TOP)/configure/RULES diff --git a/iocsh/digitelPump.iocsh b/vacApp/iocsh/digitelPump.iocsh similarity index 100% rename from iocsh/digitelPump.iocsh rename to vacApp/iocsh/digitelPump.iocsh diff --git a/iocsh/digitelPump_D500.iocsh b/vacApp/iocsh/digitelPump_D500.iocsh similarity index 100% rename from iocsh/digitelPump_D500.iocsh rename to vacApp/iocsh/digitelPump_D500.iocsh diff --git a/iocsh/digitelPump_MPC.iocsh b/vacApp/iocsh/digitelPump_MPC.iocsh similarity index 100% rename from iocsh/digitelPump_MPC.iocsh rename to vacApp/iocsh/digitelPump_MPC.iocsh diff --git a/iocsh/vacSensor.iocsh b/vacApp/iocsh/vacSensor.iocsh similarity index 100% rename from iocsh/vacSensor.iocsh rename to vacApp/iocsh/vacSensor.iocsh diff --git a/iocsh/vacSensor_CC10.iocsh b/vacApp/iocsh/vacSensor_CC10.iocsh similarity index 100% rename from iocsh/vacSensor_CC10.iocsh rename to vacApp/iocsh/vacSensor_CC10.iocsh diff --git a/iocsh/vacSensor_GP307.iocsh b/vacApp/iocsh/vacSensor_GP307.iocsh similarity index 100% rename from iocsh/vacSensor_GP307.iocsh rename to vacApp/iocsh/vacSensor_GP307.iocsh diff --git a/iocsh/vacSensor_GP350.iocsh b/vacApp/iocsh/vacSensor_GP350.iocsh similarity index 100% rename from iocsh/vacSensor_GP350.iocsh rename to vacApp/iocsh/vacSensor_GP350.iocsh diff --git a/iocsh/vacSensor_MM200.iocsh b/vacApp/iocsh/vacSensor_MM200.iocsh similarity index 100% rename from iocsh/vacSensor_MM200.iocsh rename to vacApp/iocsh/vacSensor_MM200.iocsh