projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bg/clr color tweaks, clear borders rework, fc31 depends
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
interpolateall
/
Makefile
1
include ../../plugin_defs
2
3
OBJS := $(OBJDIR)/interpolateall.o
4
5
6
PLUGIN = interpolateall
7
8
include ../../plugin_config
9
10
11
$(OBJDIR)/interpolateall.o: interpolateall.C
12
13
14
15
16
17
18
19
20
21
22
23