projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Andrew contribution to add preference method for Fast/Slow speed
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
gamma
/
Makefile
1
include ../../plugin_defs
2
3
OBJS = $(OBJDIR)/gamma.o \
4
$(OBJDIR)/gammawindow.o
5
6
PLUGIN = gamma
7
8
include ../../plugin_config
9
10
$(OBJDIR)/gamma.o: gamma.C
11
$(OBJDIR)/gammawindow.o: gammawindow.C