Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.0 / plugins / titler / Makefile
diff --git a/cinelerra-5.0/plugins/titler/Makefile b/cinelerra-5.0/plugins/titler/Makefile
deleted file mode 100644 (file)
index 99eb4b7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-
-
-