From 63d055e10c2aea7c92fe9dcc6d3ff43a7868ea53 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Wed, 31 Jan 2018 12:09:52 -0600 Subject: [PATCH] New file for OPI conversions --- andorApp/op/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 andorApp/op/Makefile diff --git a/andorApp/op/Makefile b/andorApp/op/Makefile new file mode 100644 index 0000000..a4aec75 --- /dev/null +++ b/andorApp/op/Makefile @@ -0,0 +1,11 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG + +ADL_DIR = adl +UI_DIR = ui/autoconvert +EDL_DIR = edl/autoconvert +OPI_DIR = opi/autoconvert + +include $(CONFIG)/RULES_DIRS + +-include $(SUPPORT)/configure/RULES_OPI