projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build version update
[goodguy/history.git]
/
cinelerra-5.1
/
plugins
/
libeffecttv
/
Makefile
1
include ../../plugin_defs
2
3
OBJS = $(OBJDIR)/effecttv.o \
4
5
LIBOBJ = $(OBJDIR)/libeffecttv.a
6
7
$(LIBOBJ): $(OBJS)
8
ar r $@ $^
9
10
include ../../plugin_config
11
12
$(OBJDIR)/effecttv.o: effecttv.C