Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue_dot / Makefile
diff --git a/cinelerra-5.1/plugins/theme_blue_dot/Makefile b/cinelerra-5.1/plugins/theme_blue_dot/Makefile
new file mode 100644 (file)
index 0000000..2fab77e
--- /dev/null
@@ -0,0 +1,14 @@
+include ../../global_config
+
+PLUGIN=theme_blue_dot
+OBJS = $(OBJDIR)/bluedottheme.o
+OUTPUT_THEME = $(OUTPUT)
+
+AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd)
+LIBRAW_DIR := $(shell cd ../../thirdparty/libraw1394*; pwd)
+CFLAGS += -I../../$(AVC_DIR) -I../../$(LIBRAW_DIR)
+
+include ../../plugin_config
+
+$(OBJDIR)/bluedottheme.o: bluedottheme.C
+