Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / motion2point / Makefile
diff --git a/cinelerra-5.1/plugins/motion2point/Makefile b/cinelerra-5.1/plugins/motion2point/Makefile
new file mode 100644 (file)
index 0000000..d1100c2
--- /dev/null
@@ -0,0 +1,16 @@
+include ../../global_config
+
+OBJS := \
+       $(OBJDIR)/downsampleengine.o \
+       $(OBJDIR)/motionscan.o \
+       $(OBJDIR)/motion.o \
+       $(OBJDIR)/motionwindow.o
+
+PLUGIN = motion2
+
+include ../../plugin_config
+
+$(OBJDIR)/downsampleengine.o: downsampleengine.C
+$(OBJDIR)/motion.o: motion.C
+$(OBJDIR)/motionscan.o: motionscan.C
+$(OBJDIR)/motionwindow.o: motionwindow.C