projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
resourcethread redraw speedup/fixes, replace vectorscope graticule IQ
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
motion
/
Makefile
1
include ../../plugin_defs
2
3
OBJS := \
4
$(OBJDIR)/motion.o \
5
$(OBJDIR)/motionscan.o \
6
$(OBJDIR)/motionwindow.o
7
8
PLUGIN = motion
9
10
include ../../plugin_config
11
12
$(OBJDIR)/motion.o: motion.C
13
$(OBJDIR)/motionscan.o: motionscan.C
14
$(OBJDIR)/motionwindow.o: motionwindow.C