From 129e7f075a08d214b953c4184a1f642aa263ad34 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Wed, 6 May 2020 13:21:37 -0500 Subject: [PATCH] Install iocsh files --- motorApp/Makefile | 1 + motorApp/iocsh/Makefile | 4 ++++ {iocsh => motorApp/iocsh}/allstop.iocsh | 0 3 files changed, 5 insertions(+) create mode 100644 motorApp/iocsh/Makefile rename {iocsh => motorApp/iocsh}/allstop.iocsh (100%) diff --git a/motorApp/Makefile b/motorApp/Makefile index 96d99cee..6737e02c 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -14,5 +14,6 @@ SoftMotorSrc_DEPEND_DIRS = MotorSrc DIRS += op DIRS += Db +DIRS += iocsh include $(TOP)/configure/RULES_DIRS diff --git a/motorApp/iocsh/Makefile b/motorApp/iocsh/Makefile new file mode 100644 index 00000000..ae43c986 --- /dev/null +++ b/motorApp/iocsh/Makefile @@ -0,0 +1,4 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG + +include $(TOP)/configure/RULES diff --git a/iocsh/allstop.iocsh b/motorApp/iocsh/allstop.iocsh similarity index 100% rename from iocsh/allstop.iocsh rename to motorApp/iocsh/allstop.iocsh