projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add igors mask svgs, add composer clear_color pref, remove key DEL for mask gui,...
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
motion51
/
Makefile
1
include ../../plugin_defs
2
3
OBJS := \
4
$(OBJDIR)/motion51.o \
5
$(OBJDIR)/motionwindow51.o
6
7
PLUGIN = motion51
8
9
include ../../plugin_config
10
11
$(OBJDIR)/motion51.o: motion51.C
12
$(OBJDIR)/motionwindow51.o: motionwindow51.C
13