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