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 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