projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mixer undo fix, new ffmpeg opts, docs
[goodguy/history.git]
/
cinelerra-5.1
/
plugins
/
titler
/
Makefile
1
include ../../plugin_defs
2
3
OBJS = $(OBJDIR)/titler.o \
4
$(OBJDIR)/titlerwindow.o
5
6
PLUGIN = titler
7
CFLAGS += -Wall
8
9
ifneq ($(STATIC_LIBRARIES), y)
10
LFLAGS += -lfreetype
11
endif
12
13
include ../../plugin_config
14
15
$(OBJDIR)/titler.o: titler.C
16
$(OBJDIR)/titlerwindow.o: titlerwindow.C
17