Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / Makefile
diff --git a/cinelerra-5.1/plugins/titler/Makefile b/cinelerra-5.1/plugins/titler/Makefile
new file mode 100644 (file)
index 0000000..99eb4b7
--- /dev/null
@@ -0,0 +1,24 @@
+include ../../global_config
+
+OBJS = $(OBJDIR)/title.o  \
+       $(OBJDIR)/titlewindow.o
+
+
+
+PLUGIN = titler
+CFLAGS += -Wall
+#CFLAGS += -I$(FREETYPE_DIR)/include -I../../thirdparty/
+#LFLAGS += $(FREETYPE_DIR)/$(OBJDIR)/libfreetype.a
+ifneq ($(STATIC_LIBRARIES), y)
+LFLAGS += -lfreetype
+endif
+
+include ../../plugin_config
+
+
+
+$(OBJDIR)/title.o: title.C
+$(OBJDIR)/titlewindow.o: titlewindow.C
+
+
+