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