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