projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rework proxy scaler, fix crop-gui coord, video_data tweak for proxy_format
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
tracer
/
Makefile
1
include ../../plugin_defs
2
3
OBJS := \
4
$(OBJDIR)/tracer.o \
5
$(OBJDIR)/tracerwindow.o
6
7
PLUGIN = tracer
8
9
include ../../plugin_config
10
11
$(OBJDIR)/tracer.o: tracer.C
12
$(OBJDIR)/tracerwindow.o: tracerwindow.C
13