From 6768b2514f8b57682bd100a628db3e8cd32c07fe Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Tue, 28 Jan 2020 16:18:18 -0600 Subject: [PATCH 1/2] Add op --- motorApp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 67f90c84..96d99cee 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -12,9 +12,7 @@ DIRS += MotorSrc DIRS += SoftMotorSrc SoftMotorSrc_DEPEND_DIRS = MotorSrc -# Install the edl files -#DIRS += opi - +DIRS += op DIRS += Db include $(TOP)/configure/RULES_DIRS From 56f0952b4f9a626213d0a114db99463ece8931fa Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Tue, 28 Jan 2020 16:18:48 -0600 Subject: [PATCH 2/2] New file for autoconvert --- motorApp/op/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 motorApp/op/Makefile diff --git a/motorApp/op/Makefile b/motorApp/op/Makefile new file mode 100644 index 00000000..c0b8a1e0 --- /dev/null +++ b/motorApp/op/Makefile @@ -0,0 +1,12 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG + +ADL_DIR = adl +UI_DIR = ui/autoconvert +EDL_DIR = edl/autoconvert +OPI_DIR = opi/autoconvert +BOB_DIR = bob/autoconvert + +include $(CONFIG)/RULES_DIRS + +-include $(SUPPORT)/configure/RULES_OPI