merge: mask fixes/upgrades, overlay plugin rework, popup menu tweak
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / Makefile
1 include ../../global_config
2
3 OBJS = $(OBJDIR)/title.o  \
4         $(OBJDIR)/titlewindow.o
5
6
7
8 PLUGIN = titler
9 CFLAGS += -Wall
10 #CFLAGS += -I$(FREETYPE_DIR)/include -I../../thirdparty/
11 #LFLAGS += $(FREETYPE_DIR)/$(OBJDIR)/libfreetype.a
12 ifneq ($(STATIC_LIBRARIES), y)
13 LFLAGS += -lfreetype
14 endif
15
16 include ../../plugin_config
17
18
19
20 $(OBJDIR)/title.o: title.C
21 $(OBJDIR)/titlewindow.o: titlewindow.C
22
23
24