proxy bug fixes, add moveobj, sams icons, ladspa fixes, pot sigfpe
[goodguy/history.git] / cinelerra-5.1 / plugins / moveobj / Makefile
diff --git a/cinelerra-5.1/plugins/moveobj/Makefile b/cinelerra-5.1/plugins/moveobj/Makefile
new file mode 100644 (file)
index 0000000..256f85e
--- /dev/null
@@ -0,0 +1,21 @@
+default: all
+
+TOPDIR?=../..
+include $(TOPDIR)/plugin_defs
+
+PLUGIN = moveobj
+
+OBJS := \
+       $(OBJDIR)/moveobj.o \
+       $(OBJDIR)/moveobjwindow.o \
+
+want_var:=$(WANT_FINDOBJECT)
+include $(TOPDIR)/opencv_build
+include $(TOPDIR)/plugin_config
+
+all:   opencv
+       +make $(OUTPUT)
+
+$(OBJDIR)/moveobj.o: moveobj.C moveobj.h moveobjwindow.h
+$(OBJDIR)/moveobjwindow.o: moveobjwindow.C moveobj.h moveobjwindow.h
+