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