Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / dot / Makefile
diff --git a/cinelerra-5.1/plugins/dot/Makefile b/cinelerra-5.1/plugins/dot/Makefile
new file mode 100644 (file)
index 0000000..31fe371
--- /dev/null
@@ -0,0 +1,16 @@
+include ../../global_config
+
+OBJS = $(OBJDIR)/dot.o  \
+       $(OBJDIR)/dotwindow.o \
+
+PLUGIN = dot
+CFLAGS += -I../libeffecttv
+LFLAGS += ../libeffecttv/$(OBJDIR)/libeffecttv.a
+
+include ../../plugin_config
+
+$(OBJDIR)/dot.o: dot.C
+$(OBJDIR)/dotwindow.o: dotwindow.C
+
+
+