projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Credit Andrew - improve in-tree documentation
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
motion-cv
/
Makefile
1
include ../../plugin_defs
2
3
OBJS := \
4
$(OBJDIR)/motion-cv.o \
5
$(OBJDIR)/motionwindow-cv.o
6
7
PLUGIN = motion-cv
8
9
include ../../plugin_config
10
11
$(OBJDIR)/motion-cv.o: motion-cv.C
12
$(OBJDIR)/motionwindow-cv.o: motionwindow-cv.C
13