X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftitler%2FMakefile;fp=cinelerra-5.0%2Fplugins%2Ftitler%2FMakefile;h=0000000000000000000000000000000000000000;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=99eb4b7f86f1e40aa146d9e4127784f92987da99;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/titler/Makefile b/cinelerra-5.0/plugins/titler/Makefile deleted file mode 100644 index 99eb4b7f..00000000 --- a/cinelerra-5.0/plugins/titler/Makefile +++ /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 - - -