projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9667559250429c1a38444d17890a3576c1a23844
[goodguy/history.git]
/
cinelerra-5.1
/
plugins
/
libeffecttv
/
Makefile
1
include ../../global_config
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